lodviz_components 0.3.0

Components for data visualization using lodviz_core
Documentation
/// Chart renderer components
/// Area chart component
pub mod area_chart;
/// Bar chart component (vertical/horizontal, grouped/stacked)
pub mod bar_chart;
/// Box plot component
pub mod box_plot;
/// Candlestick chart component
pub mod candlestick;
/// Chord diagram component
pub mod chord_chart;
/// Contour chart component (marching squares)
pub mod contour_chart;
/// Heatmap chart component
pub mod heatmap;
/// Histogram component
pub mod histogram;
/// KPI card component (single-value metric with trend)
pub mod kpi_card;
/// Line chart component
pub mod line_chart;
/// Pie and donut chart component
pub mod pie_chart;
/// Radar (spider) chart component
pub mod radar;
/// Sankey flow diagram component
pub mod sankey_chart;
/// Scatter chart component
pub mod scatter_chart;
/// Smart chart component (auto-selecting type)
pub mod smart_chart;
/// Strip chart (dot plot) component
pub mod strip_chart;
/// Waterfall chart component
pub mod waterfall;