diff --git a/en/option/component/graphic.md b/en/option/component/graphic.md index 4faff70f..0a0ee5a8 100644 --- a/en/option/component/graphic.md +++ b/en/option/component/graphic.md @@ -138,7 +138,7 @@ Different types of graphic elements has their own configuration respectively, bu z: 10, // Whether response to mouse events / touch events. silent: true, - // Whether the element is visible. + // Whether the element is invisible. invisible: false, // Used to specify whether the entire transformed element (containing children if is group) // is confined in its container. Optional values: 'raw', 'all'. diff --git a/en/option/partial/zr-graphic.md b/en/option/partial/zr-graphic.md index 565f66c7..bcdbc7e2 100644 --- a/en/option/partial/zr-graphic.md +++ b/en/option/partial/zr-graphic.md @@ -1482,7 +1482,7 @@ Whether response to mouse events / touch events. {{ if: ${type} !== 'group' }} ##${prefix} invisible(boolean) = false -Whether the element is visible. +Whether the element is invisible. {{ /if }} ##${prefix} ignore(boolean) = false diff --git a/zh/option/component/graphic.md b/zh/option/component/graphic.md index 4f35cb3f..fe7d15ee 100644 --- a/zh/option/component/graphic.md +++ b/zh/option/component/graphic.md @@ -129,7 +129,7 @@ myChart.setOption({ z: 10, // 表示不响应事件。 silent: true, - // 表示节点不显示 + // 节点是否不显示 invisible: false, // 设置是否整体限制在父节点范围内。可选值:'raw', 'all'。 bouding: 'raw', diff --git a/zh/option/partial/zr-graphic.md b/zh/option/partial/zr-graphic.md index 755aadb6..6dc19b1c 100644 --- a/zh/option/partial/zr-graphic.md +++ b/zh/option/partial/zr-graphic.md @@ -1463,7 +1463,7 @@ chart.on('click', function (params) { {{ if: ${type} !== 'group' }} ##${prefix} invisible(boolean) = false -节点是否可见。 +节点是否不可见。 {{ /if }} ##${prefix} ignore(boolean) = false