Crate leptos_chart

Source
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
CartesianGroup
Store data for descartes coordinates system
Color
Polar
Store data for polar coordinates system

Enums§

Series

Functions§

BarChart
Component BarChart for leptos
BarChartGroup
Component LineChart for leptos
LineChart
Component LineChart for leptos
LineChartGroup
Component LineChart for leptos
PieChart
Component PieChart for leptos
RadarChart
Component RadarChart for leptos
ScatterChart
Component ScatterChart for leptos
Voronoi
Component ScatterChart for leptos