Skip to main content

Crate chartml_core

Crate chartml_core 

Source

Re-exports§

pub use error::ChartError;
pub use spec::parse;
pub use spec::ChartMLSpec;
pub use spec::Component;
pub use element::ChartElement;
pub use plugin::ChartConfig;
pub use plugin::ChartRenderer;
pub use plugin::DataSource;
pub use plugin::TransformMiddleware;
pub use plugin::DatasourceResolver;
pub use registry::ChartMLRegistry;

Modules§

color
data
element
error
format
layout
params
Parameter resolution for ChartML.
plugin
registry
scales
shapes
spec
transform

Structs§

ChartML
Main ChartML instance. Orchestrates parsing, data fetching, and rendering. Maintains source and parameter registries that persist across render calls, matching the JS ChartML class behavior.