charts-rs
charts-rs is a charting library for rust. It's simple and fast.
Overview
charts-rs is simpler way for generating charts, which supports svg and png format and themes: light, dark, grafana and ant. The default format is png and the default theme is light.
Apache ECharts is popular among Front-end developers, so charts-rs reference it. Developers can generate charts almost the same as Apache ECharts.
Example
use ;
let bar_chart = from_json.unwrap;
println!;
License
This project is licensed under the Apache License 2.0 license.