Skip to content

Commit

Permalink
Merge pull request #433 from apache/dev
Browse files Browse the repository at this point in the history
Merge dev into master for v5.6.0
  • Loading branch information
plainheart authored Dec 28, 2024
2 parents d4d57a1 + 1d08a19 commit 1e237cf
Show file tree
Hide file tree
Showing 20 changed files with 289 additions and 21 deletions.
43 changes: 43 additions & 0 deletions en/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,46 @@
## v5.6.0
<div class="time"></div>

+ [Feature] [geo] [map] Support styling region in original GeoJSON data. [#20564](https://github.com/apache/echarts/issues/20564) ([plainheart](https://github.com/plainheart))
+ [Feature] [geo] [map] Support `regions[].silent` option. [#20566](https://github.com/apache/echarts/issues/20566) ([Ovilia](https://github.com/Ovilia))
+ [Feature] [axis] Support tooltip for axis label. [#16315](https://github.com/apache/echarts/issues/16315) ([plainheart](https://github.com/plainheart))
+ [Feature] [text] Add `isTruncated` state property for `Text` element. [#1101](https://github.com/ecomfe/zrender/pull/1101) ([100pah](https://github.com/100Pah))
+ [Feature] [sunburst] Add new emphasis focus strategy `'relative'` for highlighting ancestor and descendant nodes. [#20399](https://github.com/apache/echarts/issues/20399) ([sz-p](https://github.com/sz-p))
+ [Feature] [axis] Add `showMinLine` / `showMaxLine` option for `splitLine`. [#20114](https://github.com/apache/echarts/issues/20114) ([adaelixir](https://github.com/adaelixir))
+ [Feature] [dataZoom] Add `handleLabel.show` option. [#20082](https://github.com/apache/echarts/issues/20082) ([Ovilia](https://github.com/Ovilia))
+ [Feature] [calendar] Add `silent` option for `dayLabel`/`monthLabel`/`yearLabel`. [#20492](https://github.com/apache/echarts/issues/20492) ([plainheart](https://github.com/plainheart))
+ [Feature] [treemap] Add `cursor` option. [#20113](https://github.com/apache/echarts/issues/20113) ([adaelixir](https://github.com/adaelixir))
+ [Feature] [aria] Add `aria.data.excludeDimensionId` to exclude specific dimensions in aria-label. [#20218](https://github.com/apache/echarts/issues/20218) ([semla](https://github.com/semla))
+ [Feature] [aria] Add `role="img"` to chart container element. [#20050](https://github.com/apache/echarts/issues/20050) ([ViniciusCestarii](https://github.com/ViniciusCestarii))
+ [Feature] [i18n] Add Swedish(SV) translation [#20227](https://github.com/apache/echarts/issues/20227) ([NajamShehzad](https://github.com/NajamShehzad))
+ [Feature] [i18n] Add Persian(FA) translation. [#20312](https://github.com/apache/echarts/issues/20312) ([Ayazadeh](https://github.com/Ayazadeh))
+ [Feature] [i18n] Improve pt-BR translation. [#20348](https://github.com/apache/echarts/issues/20348) ([ViniciusCestarii](https://github.com/ViniciusCestarii))
+ [Fix] [line] Reduce runtime memory cost. [#20161](https://github.com/apache/echarts/issues/20161) ([plainheart](https://github.com/plainheart))
+ [Fix] [line] Fix `areaStyle` skewing in stepped line series and incorrect `connectNull` behavior [#20092](https://github.com/apache/echarts/issues/20092) ([Ovilia](https://github.com/Ovilia))
+ [Fix] [candlestick] Add back missing support for non-normal states since v5.0.0. [#20105](https://github.com/apache/echarts/issues/20105) ([plainheart](https://github.com/plainheart))
+ [Fix] [legend] Fix legend action is not isolated from other legend components. [#20129](https://github.com/apache/echarts/issues/20129) ([plainheart](https://github.com/plainheart))
+ [Fix] [bar] Fix borderColor hides bar color with large data. [#20465](https://github.com/apache/echarts/issues/20465) ([DevitX](https://github.com/DevitX))
+ [Fix] [pictorial] Fix zero value flipping for different axes. [#20557](https://github.com/apache/echarts/issues/20557) ([Ovilia](https://github.com/Ovilia))
+ [Fix] [visualMap] Fix cursor is still pointer when `selectedMode` is disabled. [#20551](https://github.com/apache/echarts/issues/20551) ([sz-p](https://github.com/sz-p))
+ [Fix] [visualMap] Fix label collides with horizontal visualMap. [#20249](https://github.com/apache/echarts/issues/20249) ([WojciechKrakowiak](https://github.com/WojciechKrakowiak))
+ [Fix] [tooltip] Fix potential NPE when setting option with `notMerge` strategy. [#20435](https://github.com/apache/echarts/issues/20435) ([ktx-abhay](https://github.com/ktx-abhay))
+ [Fix] [tooltip] Fix tooltip `textStyle.lineHeight` does not work. [#20398](https://github.com/apache/echarts/issues/20398) ([sz-p](https://github.com/sz-p))
+ [Fix] [sankey] Avoid throwing errors when the `links` / `nodes` / `levels` option is undefined. [#20380](https://github.com/apache/echarts/issues/20380) ([sz-p](https://github.com/sz-p))
+ [Fix] [polar] Fix unexpected clipping in polar coordinate. [#20370](https://github.com/apache/echarts/issues/20370) ([sz-p](https://github.com/sz-p))
+ [Fix] [boxplot] Correctly handle `series.encode` with category axis. [#20324](https://github.com/apache/echarts/issues/20324) ([jonoshearman](https://github.com/jonoshearman))
+ [Fix] [sampling] Fix `minmax` sampling behavior. [#20315](https://github.com/apache/echarts/issues/20315) ([ribeirompl](https://github.com/ribeirompl))
+ [Fix] [gauge] Fix progress bar may be beneath the axis line. [#20276](https://github.com/apache/echarts/issues/20276) ([kingyue737](https://github.com/kingyue737))
+ [Fix] [axis] Fix axis ticks overflowing grid area with dataZoom. [#20194](https://github.com/apache/echarts/issues/20194) ([Ovilia](https://github.com/Ovilia))
+ [Fix] [axis] [time] Fix bar bandWidth with inversed time axis. [#20246](https://github.com/apache/echarts/issues/20246) ([Ovilia](https://github.com/Ovilia))
+ [Fix] [theme] Fix legend page text color in dark mode. [#20396](https://github.com/apache/echarts/issues/20396) ([plainheart](https://github.com/plainheart))
+ [Fix] [pie] Fix some labels may not show. [#20074](https://github.com/apache/echarts/issues/20074) ([liuyunzidian](https://github.com/liuyunzidian))
+ [Fix] [grid] Fix clipping in custom series off by pixel. [#20043](https://github.com/apache/echarts/issues/20043) ([fandi-1205](https://github.com/fandi-1205))
+ [Fix] [svg] Fix SVG element may be not interactable in SSR mode and fix invalid `transparent` color issue. [#1076](https://github.com/ecomfe/zrender/issues/1076) ([plainheart](https://github.com/plainheart))
+ [Fix] [data] Fix potential NPE in the `SeriesData#rawIndexOf` function. [#20534](https://github.com/apache/echarts/issues/20534) ([plainheart](https://github.com/plainheart))
+ [Fix] [text] Fix text bounding rectangle is incorrect when `overflow` is `'truncate'`. [#1091](https://github.com/ecomfe/zrender/pull/1091) ([linghaoSu](https://github.com/linghaoSu)) [#1100](https://github.com/ecomfe/zrender/pull/1100) ([100Pah](https://github.com/100Pah))
+ [Fix] [env] Fix detection for node environment. [#1037](https://github.com/ecomfe/zrender/pull/1037) ([Uzlopak](https://github.com/Uzlopak)) [#1071](https://github.com/ecomfe/zrender/pull/1071) ([xg-qd](https://github.com/xg-qd)) [#1086](https://github.com/ecomfe/zrender/pull/1086) ([plainheart](https://github.com/plainheart))
+ [Fix] [type] MarkLine `symbolOffset` can be a 2d array for both symbols. [#20491](https://github.com/apache/echarts/issues/20491) ([plainheart](https://github.com/plainheart))

## v5.5.1
<div class="time">2024-06-27</div>

Expand Down
8 changes: 8 additions & 0 deletions en/option/component/aria.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,14 @@ This description is used if the data does not have the `name` attribute. This in

- `{value}`: the value that will be replaced with the data.

#### excludeDimensionId(Array)

{{ use: partial-version(
version = "5.5.2"
) }}

The specified column indexes are excluded in the data in [aria.label](~aria.label).

#### separator(Object)

The separator between data and data description.
Expand Down
20 changes: 20 additions & 0 deletions en/option/component/axis-common.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,26 @@ Split line of axis in [grid](~grid) area.
Set this to `false` to prevent the splitLine from showing.
`value` type axes are shown by default, while `category` type axes are hidden.

##${prefix} showMinLine(boolean) = true

<ExampleUIControlBoolean />

{{ use: partial-version(
version = "5.5.2"
) }}

Whether to show the splitLine of the min tick. Defaults to `true`.

##${prefix} showMaxLabel(boolean) = true

<ExampleUIControlBoolean />

{{ use: partial-version(
version = "5.5.2"
) }}

Whether to show the splitLine of the max tick. Defaults to `true`.

{{ if: ${hasLabelInterval|default(true)} }}
##${prefix} interval(number|Function) = 'auto'

Expand Down
32 changes: 32 additions & 0 deletions en/option/component/data-zoom-slider.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,22 @@ Style of handle. Please refer to [area-simple example](${galleryEditorPath}area-
defaultBorderColor = "#ACB8D1"
) }}

## handleLabel(Object)

{{ use: partial-version(
version = "5.5.2"
) }}

Style settings for the text near the handle.

### show(boolean) = false

{{ use: partial-version(
version = "5.5.2"
) }}

Whether to show the label.

## moveHandleIcon(string)

<ExampleUIControlIcon />
Expand Down Expand Up @@ -274,6 +290,22 @@ Style when highlighted.
prefix = "###"
) }}

### handleLabel(Object)

{{ use: partial-version(
version = "5.5.2"
) }}

Style settings for the text near the handle.

#### show(boolean) = false

{{ use: partial-version(
version = "5.5.2"
) }}

Whether to show the label.

### moveHandleStyle(Object)

{{ use: partial-item-style(
Expand Down
8 changes: 8 additions & 0 deletions en/option/partial/cursor.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,13 @@

<ExampleUIControlEnum options="auto,pointer,move" default="pointer" />

{{ if: ${version} }}

{{ use: partial-version(
version = ${version}
) }}

{{ /if }}

The mouse style when mouse hovers on an element, the same as `cursor` property in `CSS`.

6 changes: 3 additions & 3 deletions en/option/partial/emphasis-common.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

{{ target: partial-emphasis-disabled }}

#${prefix} disabled(boolean)
#${prefix} disabled(boolean) = ${defaultValue|default(false)}

<ExampleUIControlBoolean default="false" />
<ExampleUIControlBoolean default="${defaultValue|default(false)}" />

{{ use: partial-version(
version = "5.3.0"
version = ${version|default('5.3.0')}
) }}

Whether to disable the emphasis state.
Expand Down
6 changes: 3 additions & 3 deletions en/option/partial/select-common.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

{{ target: partial-select-disabled }}

#${prefix} disabled(boolean)
#${prefix} disabled(boolean) = ${defaultValue|default(false)}

<ExampleUIControlBoolean default="false" />
<ExampleUIControlBoolean default="${defaultValue|default(false)}" />

{{ use: partial-version(
version = "5.3.0"
version = ${version|default('5.3.0')}
) }}

If data can be selected. Available when `selectedMode` is used. Can be used to disable selection for part of the data.
Expand Down
23 changes: 20 additions & 3 deletions en/option/series/candlestick.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ Item style of candlestick.

## emphasis(Object)

{{ use: partial-version(
version = "5.5.2"
) }}

Emphasis style of candlestick.

{{ use: partial-emphasis-disabled(
Expand All @@ -109,7 +113,7 @@ Emphasis style of candlestick.
## blur(Object)

{{ use: partial-version(
version = "5.0.0"
version = "5.5.2"
) }}

Configurations of blur state. Available when [emphasis.focus](~series-candlestick.emphasis.focus) is set.
Expand Down Expand Up @@ -137,7 +141,8 @@ Configurations of select state. Available when [selectedMode](~series-candlestic

{{ use: partial-candlestick-item-style-detail(
prefix = "###",
defaultBorderWidth = 2
defaultBorderWidth = 2,
option0Version = "5.5.2"
) }}

{{ use: partial-selected-mode(
Expand Down Expand Up @@ -315,6 +320,12 @@ Fill color of bullish candle stick.

<ExampleUIControlColor />

{{ if: ${option0Version} }}
{{ use: partial-version(
version = ${option0Version}
) }}
{{ /if }}

Fill color of bearish candle stick.

{{ use: partial-color-desc() }}
Expand All @@ -331,6 +342,12 @@ Border color of bullish candle stick.

<ExampleUIControlColor />

{{ if: ${option0Version} }}
{{ use: partial-version(
version = ${option0Version}
) }}
{{ /if }}

Border color of bearish candle stick.

{{ use: partial-color-desc() }}
Expand All @@ -340,7 +357,7 @@ Border color of bearish candle stick.
<ExampleUIControlColor />

{{ use: partial-version(
version = "5.4.1"
version = ${option0Version|default("5.4.1")}
) }}

Border color of doji (when the open price is the same as the close price).
Expand Down
4 changes: 3 additions & 1 deletion en/option/series/sunburst.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,9 @@ The start angle, which range is [0, 360].
Configurations of emphasis state.

{{ use: partial-focus-blur-scope(
isTree = true
isTree = true,
hasRelative = true,
relativeVersion = '5.5.2'
) }}

{{ use: partial-sunburst-state(
Expand Down
4 changes: 4 additions & 0 deletions en/option/series/treemap.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ The expected square ratio. Layout would approach the ratio as close as possible.

It defaults to be the golden ratio: `0.5 * (1 + Math.sqrt(5))`.

{{ use: partial-cursor(
version = "5.5.2"
) }}

## leafDepth(number) = null

<ExampleUIControlNumber min="1" step="1" />
Expand Down
43 changes: 43 additions & 0 deletions zh/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,46 @@
## v5.6.0
<div class="time"></div>

+ [Feature] [geo] [map] 支持在原始 GeoJSON 数据中定义区域样式。[#20564](https://github.com/apache/echarts/issues/20564) ([plainheart](https://github.com/plainheart))
+ [Feature] [geo] [map] 新增 `regions[].silent` 选项以支持禁用部分区域的交互。[#20566](https://github.com/apache/echarts/issues/20566) ([Ovilia](https://github.com/Ovilia))
+ [Feature] [axis] 为轴标签 `axisLabel` 添加 `tooltip` 支持。[#16315](https://github.com/apache/echarts/issues/16315) ([plainheart](https://github.com/plainheart))
+ [Feature] [text] `Text` 元素新增 `isTruncated` 属性用以判断当前文本是否溢出隐藏。[#1101](https://github.com/ecomfe/zrender/pull/1101) ([100pah](https://github.com/100Pah))
+ [Feature] [sunburst] 新增 `'relative'` 高亮聚焦策略用以聚焦所有子孙和祖先节点。[#20399](https://github.com/apache/echarts/issues/20399) ([sz-p](https://github.com/sz-p))
+ [Feature] [axis] 坐标轴分隔线 `splitLine` 新增 `showMinLine` / `showMaxLine` 选项。[#20114](https://github.com/apache/echarts/issues/20114) ([adaelixir](https://github.com/adaelixir))
+ [Feature] [dataZoom] 新增 `handleLabel.show` 选项以控制 `dataZoom` 滑块标签是否显示。[#20082](https://github.com/apache/echarts/issues/20082) ([Ovilia](https://github.com/Ovilia))
+ [Feature] [calendar] 日历坐标系年月日标签新增 `silent` 选项以禁用交互。[#20492](https://github.com/apache/echarts/issues/20492) ([plainheart](https://github.com/plainheart))
+ [Feature] [treemap] 矩形树图新增 `cursor` 选项以设置鼠标样式。[#20113](https://github.com/apache/echarts/issues/20113) ([adaelixir](https://github.com/adaelixir))
+ [Feature] [aria] 新增 `aria.data.excludeDimensionId` 选项以支持从 `aria-label` 中排除指定数据维度。[#20218](https://github.com/apache/echarts/issues/20218) ([semla](https://github.com/semla))
+ [Feature] [aria] 为图表容器元素添加 `role="img"` 属性。[#20050](https://github.com/apache/echarts/issues/20050) ([ViniciusCestarii](https://github.com/ViniciusCestarii))
+ [Feature] [i18n] 新增瑞典语翻译。[#20227](https://github.com/apache/echarts/issues/20227) ([NajamShehzad](https://github.com/NajamShehzad))
+ [Feature] [i18n] 新增波斯语翻译。[#20312](https://github.com/apache/echarts/issues/20312) ([Ayazadeh](https://github.com/Ayazadeh))
+ [Feature] [i18n] 改进波兰语翻译。[#20348](https://github.com/apache/echarts/issues/20348) ([ViniciusCestarii](https://github.com/ViniciusCestarii))
+ [Fix] [line] 减少运行时内存消耗。[#20161](https://github.com/apache/echarts/issues/20161) ([plainheart](https://github.com/plainheart))
+ [Fix] [line] 修复阶梯线图中区域样式 `areaStyle` 倾斜问题及错误的 `connectNull` 行为。[#20092](https://github.com/apache/echarts/issues/20092) ([Ovilia](https://github.com/Ovilia))
+ [Fix] [candlestick] 修复自 v5.0.0 起 K 线图高亮、选中、失焦等状态配置不起作用的问题。[#20105](https://github.com/apache/echarts/issues/20105) ([plainheart](https://github.com/plainheart))
+ [Fix] [legend] 修复当存在多个图例组件时,`action` 行为没有彼此隔离的问题。[#20129](https://github.com/apache/echarts/issues/20129) ([plainheart](https://github.com/plainheart))
+ [Fix] [bar] 修复柱状图在大数据量时边框颜色遮挡柱条颜色的问题。[#20465](https://github.com/apache/echarts/issues/20465) ([DevitX](https://github.com/DevitX))
+ [Fix] [pictorial] 修复象形柱图图形元素可能意外反转的问题。[#20557](https://github.com/apache/echarts/issues/20557) ([Ovilia](https://github.com/Ovilia))
+ [Fix] [visualMap] 修复当 `selectedMode` 禁用时光标仍然显示为 `cursor` 的问题。[#20551](https://github.com/apache/echarts/issues/20551) ([sz-p](https://github.com/sz-p))
+ [Fix] [visualMap] 修复水平布局下标签可能重叠的问题。[#20249](https://github.com/apache/echarts/issues/20249) ([WojciechKrakowiak](https://github.com/WojciechKrakowiak))
+ [Fix] [tooltip] 修复 tooltip 在 `notMerge` 选项合并策略下可能报错的问题。[#20435](https://github.com/apache/echarts/issues/20435) ([ktx-abhay](https://github.com/ktx-abhay))
+ [Fix] [tooltip] 修复 tooltip `textStyle.lineHeight` 行高样式不生效的问题。[#20398](https://github.com/apache/echarts/issues/20398) ([sz-p](https://github.com/sz-p))
+ [Fix] [sankey] 修复桑基图在没有定义 `links` / `nodes` / `levels` 选项时报错的问题。[#20380](https://github.com/apache/echarts/issues/20380) ([sz-p](https://github.com/sz-p))
+ [Fix] [polar] 修复极坐标系下的裁剪问题。[#20370](https://github.com/apache/echarts/issues/20370) ([sz-p](https://github.com/sz-p))
+ [Fix] [boxplot] 修复箱形图在类目轴下的 `encode` 编码映射问题。[#20324](https://github.com/apache/echarts/issues/20324) ([jonoshearman](https://github.com/jonoshearman))
+ [Fix] [sampling] 修正 `minmax` 采样算法。[#20315](https://github.com/apache/echarts/issues/20315) ([ribeirompl](https://github.com/ribeirompl))
+ [Fix] [gauge] 修复进度条可能显示在仪表盘轴线下方的问题。[#20276](https://github.com/apache/echarts/issues/20276) ([kingyue737](https://github.com/kingyue737))
+ [Fix] [axis] 修复在启用 `dataZoom` 组件时,自定义轴刻度及标签溢出图表的问题。[#20194](https://github.com/apache/echarts/issues/20194) ([Ovilia](https://github.com/Ovilia))
+ [Fix] [axis] [time] 修复柱状图在反向时间轴下柱条宽度可能溢出的问题。[#20246](https://github.com/apache/echarts/issues/20246) ([Ovilia](https://github.com/Ovilia))
+ [Fix] [theme] 修复深色模式下图例分页标签的文本颜色。[#20396](https://github.com/apache/echarts/issues/20396) ([plainheart](https://github.com/plainheart))
+ [Fix] [pie] 修复饼图部分标签可能不显示的问题。[#20074](https://github.com/apache/echarts/issues/20074) ([liuyunzidian](https://github.com/liuyunzidian))
+ [Fix] [grid] 修复自定义系列的边界裁切问题。[#20043](https://github.com/apache/echarts/issues/20043) ([fandi-1205](https://github.com/fandi-1205))
+ [Fix] [svg] 修复 SSR 模式下 SVG 元素可能无法交互的问题及透明颜色的平台兼容性问题。[#1076](https://github.com/ecomfe/zrender/issues/1076) ([plainheart](https://github.com/plainheart))
+ [Fix] [data] 修复 `SeriesData#rawIndexOf` 潜在的报错问题。[#20534](https://github.com/apache/echarts/issues/20534) ([plainheart](https://github.com/plainheart))
+ [Fix] [text] 修复当标签溢出并被截断时,其包围盒计算错误导致无法交互的问题。[#1091](https://github.com/ecomfe/zrender/pull/1091) ([linghaoSu](https://github.com/linghaoSu)) [#1100](https://github.com/ecomfe/zrender/pull/1100) ([100Pah](https://github.com/100Pah))
+ [Fix] [env] 修复对 node 环境的侦测逻辑。[#1037](https://github.com/ecomfe/zrender/pull/1037) ([Uzlopak](https://github.com/Uzlopak)) [#1071](https://github.com/ecomfe/zrender/pull/1071) ([xg-qd](https://github.com/xg-qd)) [#1086](https://github.com/ecomfe/zrender/pull/1086) ([plainheart](https://github.com/plainheart))
+ [Fix] [type] 修复标线 `markLine``symbolOffset` 的类型声明,其可以是一个二维数组用以分别设置两端标记的偏移量。[#20491](https://github.com/apache/echarts/issues/20491) ([plainheart](https://github.com/plainheart))

## v5.5.1
<div class="time">2024-06-27</div>

Expand Down
8 changes: 8 additions & 0 deletions zh/option/component/aria.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,14 @@ option = {

- `{value}`:将被替换为数据的值。

#### excludeDimensionId(Array)

{{ use: partial-version(
version = "5.5.2"
) }}

忽略 [aria.label](~aria.label) 下数据相应的维度。

#### separator(Object)

数据与数据之间描述的分隔符。
Expand Down
Loading

0 comments on commit 1e237cf

Please sign in to comment.