This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/echarts-doc.git
The following commit(s) were added to refs/heads/master by this push: new cc5f0268 doc: add date new f7147840 Merge branch 'master' of github.com:apache/echarts-doc cc5f0268 is described below commit cc5f02684971a5ceefb6c5bf6ba7ba3d5f522097 Author: Ovilia <zwl.s...@gmail.com> AuthorDate: Tue Aug 5 14:44:05 2025 +0800 doc: add date --- en/changelog.md | 1 + zh/changelog.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/en/changelog.md b/en/changelog.md index b409f1df..8cfc1805 100644 --- a/en/changelog.md +++ b/en/changelog.md @@ -1,4 +1,5 @@ ## v6.0.0 +<div class="time">2025-07-30</div> + [Feature] [theme] New theme for ECharts 6.0. [#20865](https://github.com/apache/echarts/issues/20865) [#21097](https://github.com/apache/echarts/issues/21097) [#21114](https://github.com/apache/echarts/issues/21114) ([Ovilia](https://github.com/Ovilia)) + [Feature] [chord] New chord series. [#20522](https://github.com/apache/echarts/issues/20522) ([Ovilia](https://github.com/Ovilia)) diff --git a/zh/changelog.md b/zh/changelog.md index 222af04a..44c564eb 100644 --- a/zh/changelog.md +++ b/zh/changelog.md @@ -1,4 +1,5 @@ ## v6.0.0 +<div class="time">2025-07-30</div> + [Feature] [theme] ECharts 6.0 新主题。 [#20865](https://github.com/apache/echarts/issues/20865) ([Ovilia](https://github.com/Ovilia)) + [Feature] [chord] 新增和弦图系列。 [#20522](https://github.com/apache/echarts/issues/20522) ([Ovilia](https://github.com/Ovilia)) [#21097](https://github.com/apache/echarts/issues/21097) [#21114](https://github.com/apache/echarts/issues/21114) ([Ovilia](https://github.com/Ovilia)) @@ -48,7 +49,7 @@ + [Break] 相对于 v5.6.0 的 Breaking changes: + 默认主题已发生变化,包括视觉样式以及组件 (component) 和系列 (series) 的默认位置设置。例如,默认图例 (legend) 的位置现在改为在画布底部。新的默认设置更加合理,但如果影响了现有用法,可以使用 `echarts/theme/v5.js` 恢复旧的视觉样式和位置设置。参见 [#20865](https://github.com/apache/echarts/issues/20865)。 + v5 版本中的 `echarts/src/theme/light.ts` 已迁移至 `echarts/theme/rainbow.js`。 - + 在直角坐标系中 (`grid` 组件),如果之前坐标轴名称 (`axisName`) 或标签 (`axisLabel`) 溢出画布或发生重叠,现在坐标轴的位置可能会相对之前而言略微偏移,因为默认启用了防止溢出和防止 坐标轴名称与标签重叠的机制。在大多数情况下,这些变化肉眼难以察觉。但如果出现不合理的变化,可以通过设置 `grid.outerBoundsMode: 'none'` 选项关闭防溢出机制,或设置 `xAxis/yAxis.axisLabel.nameMoveOverlap: false` 选项关闭防重叠机制。参见 [#21059](https://github.com/apache/echarts/pull/21059)。 + + 在直角坐标系中 (`grid` 组件),如果之前坐标轴名称 (`axisName`) 或标签 (`axisLabel`) 溢出画布或发生重叠,现在坐标轴的位置可能会相对之前而言略微偏移,因为默认启用了防止溢出和防止坐标轴名称与标签重叠的机制。在大多数情况下,这些变化肉眼难以察觉。但如果出现不合理的变化,可以通过设置 `grid.outerBoundsMode: 'none'` 选项关闭防溢出机制,或设置 `xAxis/yAxis.axisLabel.nameMoveOverlap: false` 选项关闭防重叠机制。参见 [#21059](https://github.com/apache/echarts/pull/21059)。 + 在 `geo`、`series.map`、`series.graph` 和 `series.tree` 中,`center` 选项中百分比 (如 `'33%'`) 的基准发生了变化。之前的百分比基准是错误的。如需恢复旧行为,可在 ECharts option 的根级别设置 `legacyViewCoordSysCenterBase: true`。参见 [#19807#issuecomment-2974437299](https://github.com/apache/echarts/pull/19807#issuecomment-2974437299)。 + 现在标签 (label) 的 rich 样式 (`fontStyle`、`fontWeight`、`fontSize`、`fontFamily`、`textShadowColor`、`textShadowBlur`、`textShadowOffsetX`、`textShadowOffsetY`) 会继承普通标签样式。如需恢复旧行为,可以在 ECharts 配置的根级别或标签样式选项同级处设置 `richInheritPlainLabel: false`。参见 [#20977](https://github.com/apache/echarts/issues/20977)。 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org For additional commands, e-mail: commits-h...@echarts.apache.org