orbital-charts 0.1.1

Chart components for Orbital and Leptos
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! SVG chart mark components.

mod area_fill;
mod bar_mark;
mod heatmap_cell;
mod line_stroke;
mod pie_slice;
mod scatter_point;

pub use area_fill::*;
pub use bar_mark::*;
pub use heatmap_cell::*;
pub use line_stroke::*;
pub use pie_slice::*;
pub use scatter_point::*;