Is there any example that shows how to build graphs like shown in cryptowatch? I looked at the progress bar example but that seems to be horizontal only.
I don't think the widgets used in cryptowatch are open source. This was mentioned in the iced chat however: https://github.com/hibi221b/plotters_backend_iced_app
The charts shown in Cryptowatch Desktop are built on top of the Canvas widget.
I believe the game_of_life example showcases very well how this widget can be used to draw interactive geometry.
Thanks, I will look at the game_of_life example.
Most helpful comment
I don't think the widgets used in cryptowatch are open source. This was mentioned in the iced chat however: https://github.com/hibi221b/plotters_backend_iced_app