-
Notifications
You must be signed in to change notification settings - Fork 42
[Feature Request] Color Gradient support #23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up 8000 for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for the feedback. It should be easy to implement this feature, but I am not sure if I have time in the near future. I am curious about your use of the library. Do you have a demo that I can look at? |
Thanks for the quick reply! I also use |
I have asked. So here is 2 little video demo of how it works. The first one shows an update of a graph generated using the library, based on the location of the cursor on a 2024-03-07_CursorControlSnpashotDiagramInstantView.mp4The second one shows an automatic update of the generated graph based on the latest data received by the UI State. 2024-03-07_LiveSnpashotDiagramInstantViewUpdate.mp4The graph is a representation of the prototype battery system that we are developing. (All visuals are under development). Notes
|
Very cool! |
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 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
The text was updated successfully, but these errors were encountered: