|
1 | | -## v6.0.0-beta.1 |
| 1 | +## v6.0.0 |
2 | 2 |
|
3 | 3 | + [Feature] [theme] ECharts 6.0 新主题。 [#20865](https://github.com/apache/echarts/issues/20865) ([Ovilia](https://github.com/Ovilia)) |
4 | | -+ [Feature] [chord] 新增和弦图系列。 [#20522](https://github.com/apache/echarts/issues/20522) ([Ovilia](https://github.com/Ovilia)) |
5 | | -+ [Feature] [matrix&calendar] 新增矩阵坐标系。并且所有的系列和组件 (包括其他坐标系组件,例如 `grid` (直角坐标系) `geo` `polar` 等) 支持声明式地布局在矩阵坐标系或日历坐标系的格中。 [#19807](https://github.com/apache/echarts/issues/19807) ([Ovilia](https://github.com/Ovilia)) [#21005](https://github.com/apache/echarts/issues/21005) ([100pah](https://github.com/100pah)) |
| 4 | ++ [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)) |
| 5 | ++ [Feature] [matrix&calendar] 新增矩阵坐标系。并且所有的系列和组件 (包括其他坐标系组件,例如 `grid` (直角坐标系) `geo` `polar` 等) 支持声明式地布局在矩阵坐标系或日历坐标系的格中。 [#19807](https://github.com/apache/echarts/issues/19807) [#21093](https://github.com/apache/echarts/pull/21093) ([Ovilia](https://github.com/Ovilia)) [#21005](https://github.com/apache/echarts/issues/21005) [#21108](https://github.com/apache/echarts/issues/21108) ([100pah](https://github.com/100pah)) |
6 | 6 | + [Feature] [custom] 支持可复用的自定义系列。 [#20226](https://github.com/apache/echarts/issues/20226) ([Ovilia](https://github.com/Ovilia)) |
7 | | -+ [Feature] [cartesian] 引入新的布局方式避免直角坐标系 (`grid` 组件) 的坐标轴标签 (`axisLabel`) 和坐标轴名称 (`axisName`) 超出可视范围,以及避免他们重叠。并且设为默认。 [#21059](https://github.com/apache/echarts/pull/21059) ([100pah](https://github.com/100pah)), [#19534](https://github.com/apache/echarts/pull/19534) ([robin-gerling](https://github.com/robin-gerling)), [#16825](https://github.com/apache/echarts/pull/16825) ([konrad-amtenbrink](https://github.com/konrad-amtenbrink)). |
| 7 | ++ [Feature] [cartesian] 引入新的布局方式避免直角坐标系 (`grid` 组件) 的坐标轴标签 (`axisLabel`) 和坐标轴名称 (`axisName`) 超出可视范围,以及避免他们重叠。并且设为默认。 [#21059](https://github.com/apache/echarts/pull/21059) ([100pah](https://github.com/100pah)) [#19534](https://github.com/apache/echarts/pull/19534) ([robin-gerling](https://github.com/robin-gerling)) [#16825](https://github.com/apache/echarts/pull/16825) ([konrad-amtenbrink](https://github.com/konrad-amtenbrink)) |
8 | 8 | + [Feature] [scatter] 支持散点图系列的抖动。 [#19941](https://github.com/apache/echarts/issues/19941) ([Ovilia](https://github.com/Ovilia)) |
9 | 9 | + [Feature] [axis] 支持坐标轴断轴。 [#19459](https://github.com/apache/echarts/issues/19459) ([Ovilia](https://github.com/Ovilia)) [#20857](https://github.com/apache/echarts/issues/20857) ([100pah](https://github.com/100pah)) |
10 | 10 | + [Feature] [theme] 支持动态注册和切换主题。 [#20705](https://github.com/apache/echarts/issues/20705) ([Ovilia](https://github.com/Ovilia)) |
11 | | -+ [Feature] [roam] 缩放平移的基础设施升级 - 支持用户指定 (`roamTrigger`) 可触发缩放平移的区域;支持 `clip` (于 `geo` 和 `series.map`);支持鼠标指针样式变化以提示缩放平移区域;支持 `preserveAspect` (于 `geo`,`series.map`,`series.graph`);修复 `center` 的百分比基准 (于 `geo`,`series.map`,`series.graph`,`series.tree`);优化缩放平移区域重叠时的表现。 [#19807#issuecomment-2974437299](https://github.com/apache/echarts/pull/19807#issuecomment-2974437299) ([100pah](https://github.com/100pah)). |
| 11 | ++ [Feature] [roam] 缩放平移的基础设施升级 - 支持用户指定 (`roamTrigger`) 可触发缩放平移的区域;支持 `clip` (于 `geo` 和 `series.map`);支持鼠标指针样式变化以提示缩放平移区域;支持 `preserveAspect` (于 `geo`,`series.map`,`series.graph`);修复 `center` 的百分比基准 (于 `geo`,`series.map`,`series.graph`,`series.tree`);优化缩放平移区域重叠时的表现。 [#19807#issuecomment-2974437299](https://github.com/apache/echarts/pull/19807#issuecomment-2974437299) ([100pah](https://github.com/100pah)) |
12 | 12 | + [Feature] [thumbnail] 为关系图系列支持缩略图。 [#19807#issuecomment-3013454598](https://github.com/apache/echarts/pull/19807#issuecomment-3013454598) ([100pah](https://github.com/100pah)) [#17471](https://github.com/apache/echarts/issues/17471) ([Lruler](https://github.com/Lruler)) |
| 13 | ++ [Feature] [marker] 标记点/标记线/标记区域 (`markPoint`/`markLine`/`markArea`) 支持 `z` 选项。 [#21117](https://github.com/apache/echarts/issues/21117) ([sz-p](https://github.com/sz-p)) |
13 | 14 | + [Feature] [marker] 标记点/标记线/标记区域 (`markPoint`/`markLine`/`markArea`) 支持 `z2` 选项。 [#20782](https://github.com/apache/echarts/issues/20782) ([sz-p](https://github.com/sz-p)) |
14 | 15 | + [Feature] [stack] 支持反转堆叠顺序。 [#20998](https://github.com/apache/echarts/issues/20998) ([Justin-ZS](https://github.com/Justin-ZS)) |
15 | 16 | + [Feature] [sankey] 支持桑基图系列的交互缩放 (`roaming`)。 [#20321](https://github.com/apache/echarts/issues/20321) ([Ovilia](https://github.com/Ovilia)) |
16 | 17 | + [Feature] [custom] 在自定义系列的 `renderItem` 中支持 `compoundPath`。 [#20402](https://github.com/apache/echarts/issues/20402) [#21040](https://github.com/apache/echarts/issues/21040) ([Ovilia](https://github.com/Ovilia)) |
17 | 18 | + [Feature] [marker] 标记支持 `relativeTo` 相对坐标系的位置。 [#20166](https://github.com/apache/echarts/issues/20166) [#21042](https://github.com/apache/echarts/issues/21042) ([Ovilia](https://github.com/Ovilia)) |
18 | 19 | + [Feature] [axis] 支持角度轴 (`angleAxis`) 标签的提示框 (`tooltip`)。 [#20986](https://github.com/apache/echarts/issues/20986) ([plainheart](https://github.com/plainheart)) |
19 | 20 | + [Feature] [tooltip] 支持 `displayTransition` 选项以控制是否启用提示框显示过渡动画。 [#20966](https://github.com/apache/echarts/issues/20966) ([jqqin](https://github.com/jqqin)) |
20 | | -+ [Feature] [legend] 支持 `triggerEvent` 选项。 [#20907](https://github.com/apache/echarts/issues/20907) ([sz-p](https://github.com/sz-p)) |
| 21 | ++ [Feature] [visualMap] 支持 `unboundedRange`。 [#21113](https://github.com/apache/echarts/pull/21113) ([100pah](https://github.com/100pah)) |
| 22 | ++ [Feature] [legend] 支持 `triggerEvent`。 [#18164](https://github.com/apache/echarts/issues/18164) [#20907](https://github.com/apache/echarts/issues/20907) ([sz-p](https://github.com/sz-p)) |
21 | 23 | + [Feature] [custom] 自定义系列 (`custom series`) 支持 `tooltipDisabled`。 [#20447](https://github.com/apache/echarts/issues/20447) ([Ovilia](https://github.com/Ovilia)) |
22 | 24 | + [Feature] [i18n] 新增挪威博克马尔语 (nb-NO) 翻译。 [#20792](https://github.com/apache/echarts/issues/20792) ([joakimono](https://github.com/joakimono)) |
| 25 | ++ [Feature] [i18n] 新增希腊语(EL)翻译。 [#21119](https://github.com/apache/echarts/pull/21119) ([tassosgeo](https://github.com/tassosgeo)) |
23 | 26 | + [Fix] [label] 修复富文本样式不继承普通标签样式的问题。 [#20977](https://github.com/apache/echarts/issues/20977) ([plainheart](https://github.com/plainheart)) [#21016](https://github.com/apache/echarts/issues/21016) ([100pah](https://github.com/100pah)) |
| 27 | ++ [Fix] [label] 修复标签布局的外边距。 [#21103](https://github.com/apache/echarts/pull/21103) ([100pah](https://github.com/100pah)) |
24 | 28 | + [Fix] [dataZoom] 修复时间轴上数据形状分布的问题。 [#16978](https://github.com/apache/echarts/issues/16978) ([andrearoota](https://github.com/andrearoota)) [#21043](https://github.com/apache/echarts/issues/21043) [#21039](https://github.com/apache/echarts/issues/21039) ([Ovilia](https://github.com/Ovilia)) |
25 | 29 | + [Fix] [tooltip] 修复类目轴上值为 `null` 的项应能显示提示框的问题。 [#20777](https://github.com/apache/echarts/issues/20777) ([Justin-ZS](https://github.com/Justin-ZS)) |
26 | 30 | + [Fix] [visualMap] 修复部分文本样式在视觉映射 (`visualMap`) 上不起作用的问题。 [#20961](https://github.com/apache/echarts/issues/20961) ([plainheart](https://github.com/plainheart)) |
|
31 | 35 | + [Fix] [pie] 修复当单个标签位置不在外部时,`labelLine` 可能未被移除并导致错误的问题。 [#20906](https://github.com/apache/echarts/issues/20906) ([plainheart](https://github.com/plainheart)) |
32 | 36 | + [Fix] [sankey] 修复当 `emphasis.focus` 为 `'trajectory'` 时,处理大数据导致浏览器崩溃的问题。 [#20959](https://github.com/apache/echarts/issues/20959) ([plainheart](https://github.com/plainheart)) |
33 | 37 | + [Fix] [custom] 修复应用离开过渡时可能出现的空指针异常 (NPE)。 [#20920](https://github.com/apache/echarts/issues/20920) ([plainheart](https://github.com/plainheart)) |
| 38 | ++ [Fix] [tooltip] 通过显式解除事件监听以避免潜在的内存泄漏问题。 [#21087](https://github.com/apache/echarts/pull/21087) ([seaheart](https://github.com/seaheart)) |
| 39 | ++ [Fix] [axis] [log] 修复不正确的精度使用,并且支持数据的大的负数指数。 [#21107](https://github.com/apache/echarts/pull/21107) ([SihongShen](https://github.com/SihongShen)) [#21120](https://github.com/apache/echarts/pull/21120) ([100pah](https://github.com/100pah)) |
| 40 | ++ [Fix] [axis] 修复小的数据因为精度无法在直角坐标系展示的问题。 [#21120](https://github.com/apache/echarts/pull/21120) ([100pah](https://github.com/100pah)) ([SihongShen](https://github.com/SihongShen)) |
34 | 41 | + [Fix] [dataZoom] 将 `moveHandler` 的光标改为默认 (`default`)。 [#20304](https://github.com/apache/echarts/issues/20304) ([ribeirompl](https://github.com/ribeirompl)) |
35 | 42 | + [Fix] [tooltip] 修复提示框关闭后用于样式坐标变换的标记点未被移除的问题。 [#20987](https://github.com/apache/echarts/issues/20987) ([plainheart](https://github.com/plainheart)) |
36 | 43 | + [Fix] [bar] 从 `BarSeriesOption` 接口中移除未使用的 `startValue` 选项。 [#20901](https://github.com/apache/echarts/issues/20901) ([plainheart](https://github.com/plainheart)) |
37 | 44 | + [Fix] [title] 修复标题文本样式的宽度类型不应包含字符串的问题。 [#20800](https://github.com/apache/echarts/issues/20800) ([sz-p](https://github.com/sz-p)) |
| 45 | ++ [Fix] [radar] 修复 `blur.itemStyle` 不生效的问题。 [#21081](https://github.com/apache/echarts/pull/21081) ([mustcanbedo](https://github.com/mustcanbedo)) [#21124](https://github.com/apache/echarts/issues/21124) ([Ovilia](https://github.com/Ovilia)) |
38 | 46 | + [Fix] [roam] 修复 `RoamControllerHost` 的导入路径。 [#20313](https://github.com/apache/echarts/issues/20313) ([Ovilia](https://github.com/Ovilia)) |
39 | 47 | + [Fix] [svg] 移除 `getSvgDataURL` 中的 SVG 支持检查。 [#20760](https://github.com/apache/echarts/issues/20760) ([plainheart](https://github.com/plainheart)) |
40 | 48 | + [Break] 相对于 v5.6.0 的 Breaking changes: |
|
0 commit comments