apache-echarts-wrapper 0.0.12

Wrapper for Apache ECharts server-side rendering
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod options;
mod builder;
mod macros;
pub mod templates;
pub mod common;

mod axis_typing;

#[cfg(feature = "time_axis")]
pub mod time_axis;


#[cfg(feature = "chrono_axis")]
pub mod chrono_axis;

pub use axis_typing::{AxisKindMarker,TimeAxis,CategoryAxis,ValueAxis};
pub use options::EChartOptions;