You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this example you change the size of the bubble based on the number of copies. But if I have different types of tips and I want to colour them with different colours. How can I do it? Use bubble-styler?
The text was updated successfully, but these errors were encountered:
You should be able to use bubble-styler but for some reason the configurable option isn't being called in our Observable notebook when it is defined. I'm going to keep this issue open while I track down what is happening.
bubble-styler is not like node-styler in that it does not have the element parameter. It can only really be used to return a size, it seems. A simple workaround is to enable render option draw-size-bubbles and then use the node-styler:
In this example you change the size of the bubble based on the number of copies. But if I have different types of tips and I want to colour them with different colours. How can I do it? Use
bubble-styler
?The text was updated successfully, but these errors were encountered: