Skip to content

Commit 88e566a

Browse files
committed
fix typo in itemclick, itemdoubleclick attr descriptions
1 parent a03e4e6 commit 88e566a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/components/legend/attributes.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ module.exports = {
9898
editType: 'legend',
9999
description: [
100100
'Determines the behavior on legend item click.',
101-
'*toggle* toggles the visible of the item clicked on the graph.',
101+
'*toggle* toggles the visibility of the item clicked on the graph.',
102102
'*focus* makes the clicked item the sole visible item on the graph.',
103103
'*false* disable legend item click interactions.'
104104
].join(' ')
@@ -111,7 +111,7 @@ module.exports = {
111111
editType: 'legend',
112112
description: [
113113
'Determines the behavior on legend item double-click.',
114-
'*toggle* toggles the visible of the item clicked on the graph.',
114+
'*toggle* toggles the visibility of the item clicked on the graph.',
115115
'*focus* makes the clicked item the sole visible item on the graph.',
116116
'*false* disable legend item double-click interactions.'
117117
].join(' ')

0 commit comments

Comments
 (0)