From eb2c3d856082bccc54c0cb541bc42d75f44c2caa Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Tue, 1 Nov 2022 07:21:06 +0800 Subject: [PATCH] v3.4.0 --- CHANGELOG.md | 12 +++++++++++ Documentation/CHANGELOG.md | 44 ++++++++++++++++++++++++++++++++------ 2 files changed, 50 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c21bea3e..5b19521f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,6 +62,18 @@ ## v3.4.0 +### 版本要点 + +* 增加`Axis`的`indicatorLabel`,可单独设置不同的指示文本样式 +* 增加`Serie`的`markColor`可设置标识颜色 +* 增加`RadarCoord`的`startAngle`可设置`Radar`起始角度 +* 优化`Axis`的数值间隔表现 +* 增加`DataZoom`对数值轴的支持 +* 增加`Line`的`SmoothLimit`可控制平滑曲线不同效果 + +### 日志详情 + +* (2022.11.01) 发布`v3.4.0`版本 * (2022.10.30) 增加`API`:`AddData()`、`ClearSerieData()`、`ClearComponentData()` * (2022.10.30) 增加`Axis`的`indicatorLabel`,移除`Tooltip`的`indicatorLabelStyle` (#226) * (2022.10.29) 增加`Serie`的`markColor`可设置标识颜色用于`Legend`和`Tooltip`的展示 (#229) diff --git a/Documentation/CHANGELOG.md b/Documentation/CHANGELOG.md index e20f04a6..3c23fb42 100644 --- a/Documentation/CHANGELOG.md +++ b/Documentation/CHANGELOG.md @@ -2,6 +2,7 @@ # 更新日志 [master](#master) +[v3.4.0](#v3.4.0) [v3.3.0](#v3.3.0) [v3.2.0](#v3.2.0) [v3.1.0](#v3.1.0) @@ -59,9 +60,40 @@ ## master +## v3.4.0 + +### Highlights + +* Added `indicatorLabel` of `Axis` to set different indicator text styles separately +* Add `markColor` of `Serie` to set the logo color +* Add `startAngle` of `RadarCoord` to set the starting Angle of `Radar` +* Optimize the numerical interval representation of `Axis` +* Added `DataZoom` support for numeric axes +* Add `SmoothLimit` of `Line` to control different effects of smoothing curves + +### Details + +* (2022.11.01) Release `v3.4.0` version +* (2022.10.30) adds API: `AddData()`, `ClearSerieData()`, `ClearComponentData()` +* (2022.10.30) Added `Axis`'s `indicatorLabel`, removed `Tooltip`'s `indicatorLabelStyle` (#226) +* (2022.10.29) Add `Serie` `markColor` to set logo colors for display of `Legend` and `Tooltip` (#229) +* (2022.10.26) increase the startAngle of RadarCoord to set the startAngle of Radar +* (2022.10.21) Fixed `Chart` not displaying `Label` properly when controlled by `Layout` (#231) +* (2022.10.21) fixed compatibility issues on Unity2019.2 +* (2022.10.18) Optimize the numerical performance of `Axis` +* (2022.10.15) Fixed an issue where `Axis` `Label` might not appear properly when `DataZoom` is enabled (#227) +* (2022.10.14) Added `DataZoom` support for numeric axes +* (2022.10.13) Fixed the `Pie` circle with abnormal border Settings (#225) +* (2022.10.13) Fixed the `Download` interface causing the `iOS` platform packaging failure +* (2022.10.12) Added support for `Animation` `UnscaledTime` to set whether the animation is affected by TimeScale (#223) +* (2022.10.10) Optimizes the `Documentation` format +* (2022.10.10) Add `Line` `SmoothLimit` to control different effects of smoothing curves +* (2022.10.05) Fixed an issue where `Serie` hid information when `Tooltip` was also displayed +* (2022.09.30) Fixed `DivideByZeroException` when Chart `is very small (#230) + ## v3.3.0 -### Main points +### Highlights * Optimized chart details to support more functions * Add lots of Demo examples @@ -70,7 +102,7 @@ * Added a HeatmapChart type * Improved Tooltip display -### Log 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 @@ -109,7 +141,7 @@ ## v3.2.0 -### Main points +### Highlights * `Serie` supports highlighting, EmphasisStyle, EmphasisStyle, BlurStyle, and SelectStyle * `Axis` supports sub-scale and sub-partition of coordinate axes:`MinorTick` and `MinorSplitLine` @@ -119,7 +151,7 @@ * `DataZoom` supports timeline * Other optimizations and issue fixes -### Log details +### Details * (2022.08.16) Release `v3.2.0` version * (2022.08.15) optimized `Smooth` Bezier curve algorithm @@ -274,7 +306,7 @@ ## v2.4.0 -### Main points +### Highlights * LineChart support the line of ignore data is disconnected or connected * LineChart support animation at a constant speed @@ -299,7 +331,7 @@ ## v2.3.0 -### Main points +### Highlights * Data store upgraded from `float` to `double` * Added `MarkLine`