Skip to content

Commit

Permalink
fix(typo): fix some typos (#419)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: huanglp <[email protected]>
Co-authored-by: plainheart <[email protected]>
  • Loading branch information
3 people authored Aug 22, 2024
1 parent f16c118 commit 93f3b79
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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

0 comments on commit 93f3b79

Please sign in to comment.