Enum zaplib_components::ChartType
source · [−]pub enum ChartType {
Line,
}
Expand description
TODO(hernan): Implement other chart types like bar, pie, etc…
pub enum ChartType {
Line,
}
TODO(hernan): Implement other chart types like bar, pie, etc…
Line