Skip to content

Commit c32fe48

Browse files
authored
Merge pull request #495 from PanStar/fix-docs
dos: fix the description of invisible
2 parents 5b063b0 + 8fff952 commit c32fe48

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

en/option/component/graphic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Different types of graphic elements has their own configuration respectively, bu
138138
z: 10,
139139
// Whether response to mouse events / touch events.
140140
silent: true,
141-
// Whether the element is visible.
141+
// Whether the element is invisible.
142142
invisible: false,
143143
// Used to specify whether the entire transformed element (containing children if is group)
144144
// is confined in its container. Optional values: 'raw', 'all'.

en/option/partial/zr-graphic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1482,7 +1482,7 @@ Whether response to mouse events / touch events.
14821482
{{ if: ${type} !== 'group' }}
14831483
##${prefix} invisible(boolean) = false
14841484
1485-
Whether the element is visible.
1485+
Whether the element is invisible.
14861486
{{ /if }}
14871487
14881488
##${prefix} ignore(boolean) = false

zh/option/component/graphic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ myChart.setOption({
129129
z: 10,
130130
// 表示不响应事件。
131131
silent: true,
132-
// 表示节点不显示
132+
// 节点是否不显示
133133
invisible: false,
134134
// 设置是否整体限制在父节点范围内。可选值:'raw', 'all'。
135135
bouding: 'raw',

zh/option/partial/zr-graphic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1463,7 +1463,7 @@ chart.on('click', function (params) {
14631463
{{ if: ${type} !== 'group' }}
14641464
##${prefix} invisible(boolean) = false
14651465
1466-
节点是否可见
1466+
节点是否不可见
14671467
{{ /if }}
14681468
14691469
##${prefix} ignore(boolean) = false

0 commit comments

Comments
 (0)