Hello!
Thank you for this crate! I needed a quick way to draw graph in the browser and update it in real-time (I am using Yew as the frontend Framework), and it works great!
It would be nice to have a way to support something similar to the ColorList feature of graphivz:
https://graphviz.org/docs/attr-types/colorList/
In my specific use case I would like to represent the State of Charge of a battery as the fill color gradient. A bit like so as showed in the previous link:

If there is already another existing way to do so please let me know!
Thank you for your time
Hello!
Thank you for this crate! I needed a quick way to draw graph in the browser and update it in real-time (I am using
Yewas the frontend Framework), and it works great!It would be nice to have a way to support something similar to the
ColorListfeature ofgraphivz:https://graphviz.org/docs/attr-types/colorList/
In my specific use case I would like to represent the State of Charge of a battery as the fill color gradient. A bit like so as showed in the previous link:

If there is already another existing way to do so please let me know!
Thank you for your time