charts-rs version 0.1.42: supports 8 basic charts and 9 theme colors

charts-rs is a charting library implemented in pure Rust. It is simple to use and has high performance. It generates SVG in less than 10ms and PNG in less than 50ms. It is easy to use in various scenarios where SVG cannot be directly rendered.

  • Simple and easy to use: chart parameters can be specified in the form of json, simple and easy to use
  • Web preview: Provides a json editor for web pages to quickly adjust each parameter to preview the corresponding effects. You can also directly use its HTTP API interface without being familiar with rust.
  • Powerful function: Provides 9 theme colors, 8 charts and multiple chart display methods
  • Efficient performance: Thanks to the efficiency of the rust language, the processing time of generating and compressing png images is also about 50ms, which can efficiently generate various preview images in real time.

Project address: https://github.com/vicanso/charts-rs 

Web page preview editor: https://charts.npmtrend.com/ 

Preview effects of various themes

Grafana

Light

Dark

Ant

Vintage

Walden

Westeros

Chalk

Shine

Guess you like

Origin www.oschina.net/news/259770/charts-rs-0-1-42-released