From bfc4ff39fbcbc1b0ce708b2f4cdfd4852a5698bc Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Thu, 1 Dec 2022 21:05:56 +0800 Subject: [PATCH] v3.5.0 --- Documentation~/en/changelog.md | 30 +++++++++++++++++++++++++++++- Documentation~/zh/changelog.md | 13 +++++++++++++ 2 files changed, 42 insertions(+), 1 deletion(-) diff --git a/Documentation~/en/changelog.md b/Documentation~/en/changelog.md index 20cf5cae..e353fe6b 100644 --- a/Documentation~/en/changelog.md +++ b/Documentation~/en/changelog.md @@ -62,7 +62,35 @@ ## v3.5.0 -* (2022.12.01) Release `v3.5.0` version +Highlights: + +* Updated documentation structure, added [Official XCharts Homepage](https://xcharts-team.github.io) +* Added support for the DataZoom box selected. +* Added support for maximum width Settings for bars. +* Other optimizations. + +Upgrade Note: + +* Due to the adjustment of the document directory structure, it is recommended to back up the files before upgrading and delete the original XCharts before upgrading them. + +Log details: + +* (2022.12.01) Release v3.5.0 +* (2022.11.30) Increase `Serie` `barMaxWidth` can set the maximum width of `Bar` +* (2022.11.30) Optimize `Tooltip`s` Shadow `drawing to stay within chart scope +* (2022.11.29) Fix an issue with `Serie` data item index exception indicated by `Tooltip` +* (2022.11.27) Optimizes the offset Settings for `Axis` `AxisName` +* (2022.11.27) Optimize the Position of `Comment` by replacing position with `Location` +* (2022.11.27) Optimizes` Tooltip ` `LineStyle` to support setting `Shadow` when using color +* (2022.11.27) Adjust the Documentation structure +* (2022.11.26) Optimizes LabelLine's `symbol` not to be displayed by default +* (2022.11.26) Fixed `LineChart` adding unordered data display exception when `XY` is numeric axis +* (2022.11.26) Fixed an exception when selecting `DataZoom` from right to left +* (2022.11.20) Rename `UdpateXAxisIcon()` interface to `UpdateXAxisIcon()` (#235) +* (2022.11.12) Added `Pie` `LabelLine` support `Symbol` +* (2022.11.12) added `DataZoom` `MarqueeStyle` support box selection area +* (2022.11.10) Optimized area color fill effect for `Radar` when type is` Single ` +* (2022.11.04) Fixed exception after itemFormatter `Tooltip` set wildcard `{d}` ## v3.4.0 diff --git a/Documentation~/zh/changelog.md b/Documentation~/zh/changelog.md index 415b73c5..653a6225 100644 --- a/Documentation~/zh/changelog.md +++ b/Documentation~/zh/changelog.md @@ -67,6 +67,19 @@ slug: /changelog ## v3.5.0 +版本要点: + +* 调整文档结构,增加[XCharts官方主页](https://xcharts-team.github.io) +* 增加DataZoom框选支持 +* 增加Bar的最大宽度设置支持 +* 其他优化 + +升级注意: + +* 由于调整了文档目录结构,升级前建议先备份,再删除原XCharts后再升级 + +日志详情: + * (2022.12.01) 发布`v3.5.0`版本 * (2022.11.30) 增加`Serie`的`barMaxWidth`可设置`Bar`的最大宽度 * (2022.11.30) 优化`Tooltip`的`Shadow`绘制不超出图表范围