Cargo Features
[dependencies]
leptos_chart = { version = "0.3.0", default-features = false, features = ["core", "core_chart", "core_polar", "Axes", "debug", "RadarChart", "LineChart", "Voronoi", "csr", "hydrate", "ssr"] }
- default = csr
-
The
csr
feature is set by default wheneverleptos_chart
is added without
somewhere in the dependency tree.default-features = false - core BarChart? BarChartGroup? LineChart? LineChartGroup? PieChart? RadarChart? ScatterChart? Voronoi?
-
Affects
svg_chart::SvgChart
,svg_polar::SvgPolar
… - core_chart BarChart? BarChartGroup? LineChart? LineChartGroup? ScatterChart? Voronoi?
- core_polar PieChart? RadarChart?
- Axes BarChart? BarChartGroup? LineChart? LineChartGroup? ScatterChart? Voronoi?
- debug
- PieChart RadarChart = core, core_polar
- BarChart BarChartGroup LineChart = Axes, core, core_chart
- LineChartGroup ScatterChart Voronoi = Axes, core, core_chart
- csr default
-
Enables leptos ^0.6
- hydrate
-
Enables hydrate of leptos ^0.6
- ssr
-
Enables ssr of leptos ^0.6