Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions en/api/action.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ dispatchAction({

### takeGlobalCursor(Action)

Activate or inactivate `dataZoom` buttom in `toolbox`.
Activate or inactivate `dataZoom` button in `toolbox`.

```ts
myChart.dispatchAction({
Expand Down Expand Up @@ -474,7 +474,7 @@ The parameters are the same as [action brush](~action.brush.brush).
### takeGlobalCursor

The switch of the brush. This action can make the mouse enabled/disabled to brush.
In fact, the brush buttons in [toolbox](option.html#toolbox.feature.brush) just use this aciton.
In fact, the brush buttons in [toolbox](option.html#toolbox.feature.brush) just use this action.

This event corresponding to this action is [globalCursorTaken](~events.globalCursorTaken).

Expand Down
2 changes: 1 addition & 1 deletion en/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -1859,7 +1859,7 @@ Recovery Build

+ [^] fix `the bug that update data can not be shown in `setOption` after emptying line chart data in v3.1.1.

+ [^] fix possiblity of reporting `id duplicates` error in `setOption(chart.getOption())` . Fix [#2635](https://github.com/apache/incubator-echarts/issues/2635)
+ [^] fix possibility of reporting `id duplicates` error in `setOption(chart.getOption())` . Fix [#2635](https://github.com/apache/incubator-echarts/issues/2635)

+ [^] allow to customize toolbox toobar. See details in [toolbox.feature](https://ecomfe.github.io/echarts-doc/public/en/option.html#toolbox.feature)

Expand Down
2 changes: 1 addition & 1 deletion zh/option/partial/style-shadow-opacity.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
```

{{ if: ${needShow} }}
**注意**:此配置项生效的前提是,设置了 `show: true` 以及值不为 `tranparent` 的背景色 `backgroundColor`。
**注意**:此配置项生效的前提是,设置了 `show: true` 以及值不为 `transparent` 的背景色 `backgroundColor`。
{{ /if }}

#${prefix} shadowColor(Color) = ${defaultShadowColor}
Expand Down