charts-rs v0.1.20 version update released

charts-rs

charts-rs It is a chart library implemented in pure rust. It is easy to use and has high performance. The generated svg is less than 10ms, and the png is less than 50ms. Provides a simple way to generate charts, it supports svgtwo pngoutput formats, and supports lightdarkgrafanaand antthemes, and the default theme is light. The following chart types are now supported: BarHorizontalBarLinePieRadar, Scatter , Candlestickand  Table.

Version 0.1.20 mainly adds the following features:

  1. Added support for scatter charts and candle charts
  2. Line graph supports specifying start point
  3. Added a margin that supports three sets of attributes: X-axis, Y-axis, and example graph
  4. Added support for setting the maximum and minimum values ​​of the Y axis
  5. Y-axis formatting adds thousandths form `{t}`

Online demo address

You can directly try to modify the parameters online to preview the effect, the address is as follows: https://charts.npmtrend.com/

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

Guess you like

Origin www.oschina.net/news/253376/charts-rs-0-1-20-released