Skip to content
Open
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
2 changes: 1 addition & 1 deletion en/option/component/graphic.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'.
Expand Down
2 changes: 1 addition & 1 deletion en/option/partial/zr-graphic.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion zh/option/component/graphic.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ myChart.setOption({
z: 10,
// 表示不响应事件。
silent: true,
// 表示节点不显示
// 节点是否不显示
invisible: false,
// 设置是否整体限制在父节点范围内。可选值:'raw', 'all'。
bouding: 'raw',
Expand Down
2 changes: 1 addition & 1 deletion zh/option/partial/zr-graphic.md
Original file line number Diff line number Diff line change
Expand Up @@ -1463,7 +1463,7 @@ chart.on('click', function (params) {
{{ if: ${type} !== 'group' }}
##${prefix} invisible(boolean) = false

节点是否可见
节点是否不可见
{{ /if }}

##${prefix} ignore(boolean) = false
Expand Down