vizkit - An agnostic kit for data visualization
It aims to provide basic functionalities for making easier data visualization in GUI such as iced or egui or more specific use cases such as creating your own SVG.

Crate features
Optional features:
time: Enable time operations and scales with a temporal domain using chrono.
Features TODO
Interaction
Zoomfor zoom in/out and panning (maybe two different structs ?)Dragfor dragging spatial elements
Data manipulation
group_byfor grouping values associated to an unique IDStackfor making stacked series
Alternatives
These alternatives are plotting libraries, meaning they are ready to use but do not offer as much freedom as positioning your elements yourself (text information, color gradients, arrows, ...).
- plotters
- plotters-iced
- egui_plot - This is maybe an exception. The API is really flexible and allows you to draw what ever you want.