diff --git a/en/api/action.md b/en/api/action.md index 770492674..0bd5cf04b 100644 --- a/en/api/action.md +++ b/en/api/action.md @@ -294,7 +294,7 @@ dispatchAction({ ### takeGlobalCursor(Action) -Activate or inactivate `dataZoom` buttom in `toolbox`. +Activate or inactivate `dataZoom` button in `toolbox`. ```ts myChart.dispatchAction({ @@ -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). diff --git a/en/changelog.md b/en/changelog.md index 6da6a2b54..d49abe936 100644 --- a/en/changelog.md +++ b/en/changelog.md @@ -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) diff --git a/zh/option/partial/style-shadow-opacity.md b/zh/option/partial/style-shadow-opacity.md index 376e03728..23224c9f7 100644 --- a/zh/option/partial/style-shadow-opacity.md +++ b/zh/option/partial/style-shadow-opacity.md @@ -16,7 +16,7 @@ ``` {{ if: ${needShow} }} -**注意**:此配置项生效的前提是,设置了 `show: true` 以及值不为 `tranparent` 的背景色 `backgroundColor`。 +**注意**:此配置项生效的前提是,设置了 `show: true` 以及值不为 `transparent` 的背景色 `backgroundColor`。 {{ /if }} #${prefix} shadowColor(Color) = ${defaultShadowColor}