Skip to content

Commit

Permalink
chore: version 0.1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
vicanso committed Aug 17, 2023
1 parent d1500ff commit 4c4a098
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "charts-rs"
version = "0.1.22"
version = "0.1.23"
edition = "2021"
categories = ["multimedia::images"]
keywords = ["charts", "svg", "plot", "visualization", "graph"]
Expand All @@ -23,7 +23,7 @@ fontdue = "0.7.3"
once_cell = "1.18.0"
snafu = "0.7.5"
substring = "1.4.5"
charts-rs-derive = { path = "./charts-rs-derive", version = "0.1.7"}
charts-rs-derive = { path = "./charts-rs-derive", version = "0.1.8"}
resvg = { version = "0.35.0", default-features = false, features = [ "text", "system-fonts" ], optional = true }
png = { version = "0.17.9", optional = true }
serde = { version = "1.0.183", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

## 概要

`chart-rs`提供简单的方式生成图表,它支持`svg``png`两种输出格式,以及支持`light``dark``grafana``ant`主题,默认的主题为`light`。现已支持以下类型的图表:`Bar``HorizontalBar``Line``Pie``Radar``Scatter``Candlestick` 以及 `Table`
`chart-rs`提供简单的方式生成图表,它支持`svg``png`两种输出格式,以及支持`light``dark``grafana``ant`主题,默认的主题为`light`。现已支持以下类型的图表:`Bar``HorizontalBar``Line``Pie``Radar``Scatter``Candlestick``Table` 以及 `MultiChart`

`Apache ECharts`图表库在前端开发者中大受欢迎,`charts-rs`的相关样式展现主要参考其实现。

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

## Overview

`charts-rs` is simpler way for generating charts, which supports `svg` and `png` format and themes: `light`, `dark`, `grafana` and `ant`. The default theme is `light`. These charts are supported: `Bar`, `HorizontalBar`, `Line`, `Pie`, `Radar`, `Scatter`, `Candlestick` and `Table`.
`charts-rs` is simpler way for generating charts, which supports `svg` and `png` format and themes: `light`, `dark`, `grafana` and `ant`. The default theme is `light`. These charts are supported: `Bar`, `HorizontalBar`, `Line`, `Pie`, `Radar`, `Scatter`, `Candlestick`, `Table` and `MultiChart`.

`Apache ECharts` is popular among Front-end developers, and `charts-rs` reference it. Developers can generate charts almost the same as `Apache ECharts`.

Expand Down

0 comments on commit 4c4a098

Please sign in to comment.