From 051dbb50b19ee0998085944dc6e106b45519e4b6 Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Sun, 20 Nov 2022 20:18:20 +0800 Subject: [PATCH] [doc] update doc --- Documentation~/en/changelog.md | 31 ++++++++++++++++++------------ Documentation~/zh/changelog.md | 35 ++++++++++++++++++++-------------- 2 files changed, 40 insertions(+), 26 deletions(-) diff --git a/Documentation~/en/changelog.md b/Documentation~/en/changelog.md index 3fd12b9e..2bfb8e94 100644 --- a/Documentation~/en/changelog.md +++ b/Documentation~/en/changelog.md @@ -62,7 +62,7 @@ ## v3.4.0 -### Highlights +Highlights: * Added `indicatorLabel` of `Axis` to set different indicator text styles separately * Add `markColor` of `Serie` to set the logo color @@ -71,7 +71,7 @@ * Added `DataZoom` support for numeric axes * Add `SmoothLimit` of `Line` to control different effects of smoothing curves -### Details +Details: * (2022.11.01) Release `v3.4.0` version * (2022.10.30) adds API: `AddData()`, `ClearSerieData()`, `ClearComponentData()` @@ -93,7 +93,7 @@ ## v3.3.0 -### Highlights +Highlights: * Optimized chart details to support more functions * Add lots of Demo examples @@ -102,7 +102,7 @@ * Added a HeatmapChart type * Improved Tooltip display -### Details +Details: * (2022.09.26) Optimizes the default number of segments for `Axis` at the category Axis * (2022.09.25) Fixed the problem that some interfaces in the `API` document were not exported @@ -141,7 +141,7 @@ ## v3.2.0 -### Highlights +Highlights: * `Serie` supports highlighting, EmphasisStyle, EmphasisStyle, BlurStyle, and SelectStyle * `Axis` supports sub-scale and sub-partition of coordinate axes:`MinorTick` and `MinorSplitLine` @@ -151,7 +151,7 @@ * `DataZoom` supports timeline * Other optimizations and issue fixes -### Details +Details: * (2022.08.16) Release `v3.2.0` version * (2022.08.15) optimized `Smooth` Bezier curve algorithm @@ -258,6 +258,13 @@ ## v3.0.0_preview1 +## v2.8.2 + +* (2022.08.15) Release `v2.8.2` version +* (2022.08.15) Added support for the `HeatmapChart` formatter for custom Tooltip +* (2022.07.13) Fixed `SerieLabel` refresh exception #215 +* (2022.06.30) Optimize `Radar` so that the `Tooltip` layer is above `Indicator` + ## v2.8.1 * (2022.05.03) Added `onLegendClick`, `onLegendEnter` and `onLegendExit` delegate callbacks for `Legend` @@ -306,13 +313,13 @@ ## v2.4.0 -### Highlights +Highlights: * LineChart support the line of ignore data is disconnected or connected * LineChart support animation at a constant speed * Other optimizations and bug fixes -### Details +Details: * (2021.08.31) Release `v2.4.0` version * (2021.08.31) Optimized the gradient effect of `RingChart` @@ -331,7 +338,7 @@ ## v2.3.0 -### Highlights +Highlights: * Data store upgraded from `float` to `double` * Added `MarkLine` @@ -341,11 +348,11 @@ * `PieChart` optimization * Problem fixes -### Upgrade Note +Upgrade Note: -Since the data type is upgraded to `double`, the implicit conversion of `float` to `double` may have precision problems, so it is recommended that all previous data types of `float` be manually changed to `double`. +* Since the data type is upgraded to `double`, the implicit conversion of `float` to `double` may have precision problems, so it is recommended that all previous data types of `float` be manually changed to `double`. -### Details +Details: * (2021.07.24) Release `v2.3.0` version * (2021.07.22) Improved `SerieSymbol` to support `PictorialBarchart` extension diff --git a/Documentation~/zh/changelog.md b/Documentation~/zh/changelog.md index 9e187a00..277a427f 100644 --- a/Documentation~/zh/changelog.md +++ b/Documentation~/zh/changelog.md @@ -71,7 +71,7 @@ slug: /changelog ## v3.4.0 -### 版本要点 +版本要点: * 增加`Axis`的`indicatorLabel`,可单独设置不同的指示文本样式 * 增加`Serie`的`markColor`可设置标识颜色 @@ -80,7 +80,7 @@ slug: /changelog * 增加`DataZoom`对数值轴的支持 * 增加`Line`的`SmoothLimit`可控制平滑曲线不同效果 -### 日志详情 +日志详情: * (2022.11.01) 发布`v3.4.0`版本 * (2022.10.30) 增加`API`:`AddData()`、`ClearSerieData()`、`ClearComponentData()` @@ -102,7 +102,7 @@ slug: /changelog ## v3.3.0 -### 版本要点 +版本要点: * 优化图表细节,支持更多功能 * 增加大量的Demo示例 @@ -111,7 +111,7 @@ slug: /changelog * 新增HeatmapChart热力图类型 * 完善Tooltip显示 -### 日志详情 +日志详情: * (2022.09.28) 发布`v3.3.0`版本 * (2022.09.26) 优化`Axis`在类目轴时的默认分割段数 @@ -151,7 +151,7 @@ slug: /changelog ## v3.2.0 -### 版本要点 +版本要点: * `Serie`支持高亮,淡出和选中三状态配置:`EmphasisStyle`,`BlurStyle`和`SelectStyle` * `Axis`支持坐标轴次刻度和次分割线:`MinorTick`和`MinorSplitLine` @@ -161,7 +161,7 @@ slug: /changelog * `DataZoom`支持时间轴 * 其他优化和修复 -### 日志详情 +日志详情: * (2022.08.16) 发布`v3.2.0`版本 * (2022.08.15) 优化`Smooth`贝塞尔曲线算法 @@ -193,7 +193,7 @@ slug: /changelog ## v3.1.0 -### 版本要点 +版本要点: * 优化`Axis` * 优化`Tooltip` @@ -202,7 +202,7 @@ slug: /changelog * 完善配置项手册 * 修复若干问题 -### 日志详情 +日志详情: * (2022.07.12) 发布`v3.1.0`版本 * (2022.07.12) 修复`Serie`的`ignoreLineBreak`不生效的问题 @@ -321,6 +321,13 @@ slug: /changelog * (2022.01.07) 发布`v3.0.0-preivew1`版本 +## v2.8.2 + +* (2022.08.15) 发布`v2.8.2`版本 +* (2022.08.15) 增加`HeatmapChart`对自定义`Tooltip`的`formatter`的支持 +* (2022.07.13) 修复`SerieLabel`刷新异常的问题 #215 +* (2022.06.30) 优化`Radar`让`Tooltip`的层在`Indicator`之上 + ## v2.8.1 * (2022.05.06) 发布`v2.8.1`版本 @@ -371,13 +378,13 @@ slug: /changelog ## v2.4.0 -### 版本要点 +版本要点: * 折线图支持忽略数据的连线是断开还是连接 * 折线图支持轨迹匀速动画 * 其他优化和问题修复 -### 日志详情 +日志详情: * (2021.08.31) 发布`v2.4.0`版本 * (2021.08.31) 优化`RingChart`的渐变效果 @@ -396,7 +403,7 @@ slug: /changelog ## v2.3.0 -### 版本要点 +版本要点: * 数据存储由`float`升级为`double` * 新增`MarkLine`标线 @@ -406,11 +413,11 @@ slug: /changelog * `PieChart`优化 * 问题修复 -### 升级注意 +升级注意: -由于数据类型升级为了`double`,`float`隐式转`double`可能有精度问题,所以建议之前为`float`的数据类型都手动改为`double`类型。 +* 由于数据类型升级为了`double`,`float`隐式转`double`可能有精度问题,所以建议之前为`float`的数据类型都手动改为`double`类型。 -### 日志详情 +日志详情: * (2021.07.24) 发布`v2.3.0`版本 * (2021.07.22) 完善`SerieSymbol`以支持象形柱图`PictorialBarChart`扩展