From 4c4a098f240e11f70bd378f3023bc502e789a215 Mon Sep 17 00:00:00 2001 From: vicanso Date: Thu, 17 Aug 2023 20:06:07 +0800 Subject: [PATCH] chore: version 0.1.23 --- Cargo.toml | 4 ++-- README-zh.md | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 312d7b8..37d4f8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] @@ -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"] } diff --git a/README-zh.md b/README-zh.md index 4337e73..955c5ae 100644 --- a/README-zh.md +++ b/README-zh.md @@ -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`的相关样式展现主要参考其实现。 diff --git a/README.md b/README.md index e104470..461e44b 100644 --- a/README.md +++ b/README.md @@ -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`.