1/// yew-chart is a collection of components that can be assembled to form charts.
2/// By leveraging these SVG-based components many types of charts can be formed
3/// with a great deal of flexibility.
4pub mod axis;
5pub mod linear_axis_scale;
6pub mod series;
7pub mod time_axis_scale;