fission-charts
Chart widgets and data-visualization primitives for Fission applications.
fission-charts provides the chart families used by dashboards, reporting screens, and the checked-in chart gallery. It is designed to be used through the public fission facade with the charts feature enabled:
[]
= { = "0.3.0", = ["desktop", "charts"] }
Most application code should import from fission::prelude::* and fission::charts::* rather than depending on this crate directly. Depend on fission-charts only when you are extending the chart layer itself.
What it contains
- Cartesian charts such as line, area, bar, scatter, candlestick, boxplot, heatmap, calendar, and statistical variants.
- Relationship and hierarchy charts such as graph, tree, treemap, sunburst, sankey, funnel, and parallel coordinates.
- Spatial and specialized charts such as map, globe, gauge, radar, polar, pie, pictorial bar, theme river, and custom visualizations.
- Shared data-set, series, axis, legend, tooltip, interaction, and animation configuration used by the chart gallery.
Example
use *;
use *;
;
Documentation
The chart guide, gallery, and chart reference live at fission.rs. The gallery screenshots are generated from Fission charts, not copied from another charting package.
License
MIT