Expand description
§A visualization library for leptos.
The project provides chart types to draw for leptos.
- PieChart
- BarChart
- LineChart
- RadarChart
- ScatterChart
- BarChartGroup
- LineChartGroup
- Voronoi
§Examples and Usage
Check out the examples folder for helpful snippets of code, as well as minimal configurations that fit some of the most popular chart types. For more explanation, see the crate documentation.
Structs§
- Cartesian
- Store data for descartes coordinates system
- Cartesian
Group - Store data for descartes coordinates system
- Color
- Polar
- Store data for polar coordinates system
Enums§
Functions§
- BarChart
- Component BarChart for leptos
- BarChart
Group - Component LineChart for leptos
- Line
Chart - Component LineChart for leptos
- Line
Chart Group - Component LineChart for leptos
- PieChart
- Component PieChart for leptos
- Radar
Chart - Component RadarChart for leptos
- Scatter
Chart - Component ScatterChart for leptos
- Voronoi
- Component ScatterChart for leptos