orbital-charts
Leptos chart library — bar, line, area, pie, scatter, heatmap, gauge, sparkline, zoom/pan, tooltips, and keyboard navigation.
Quick start
[]
= { = "0.1", = false }
= { = "0.1", = false, = ["hydrate"] }
= { = "0.8", = false, = ["nightly"] }
Use default-features = false in production; enable preview only for the doc host.
Key types
BarChart,LineChart,PieChart,ScatterChart,HeatmapChart,GaugeChartChartContainer,ChartFeatures,ChartEmbedMode,ChartOverlayLayer- Shared data:
orbital-dataDataset(projected viaengine::project_chart_data)
Preview
Bar chart preview · local http://127.0.0.1:3010/orbital/bar-chart (with cargo leptos watch -p orbital-preview)
Deferred (not in current charter)
Advanced chart types: RadarChart, FunnelChart, SankeyChart, CandlestickChart, RadialBarChart, RadialLineChart, TreemapChart, GanttChart, PyramidChart, RangeBarChart, polar axes.
Docs
Consumer API: component rustdoc and preview catalog. See orbital-macros/README.md — consumer feature flags.