orbital-charts 0.1.1

Chart components for Orbital and Leptos
Documentation
1
2
3
4
5
6
7
mod color_scale_legend;
mod legend;
mod position;

pub use color_scale_legend::ContinuousColorLegend;
pub use legend::Legend;
pub use position::{legend_outside_reserve_style, legend_padding_style, legend_position_class};