File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ module.exports = {
98
98
editType : 'legend' ,
99
99
description : [
100
100
'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.' ,
102
102
'*focus* makes the clicked item the sole visible item on the graph.' ,
103
103
'*false* disable legend item click interactions.'
104
104
] . join ( ' ' )
@@ -111,7 +111,7 @@ module.exports = {
111
111
editType : 'legend' ,
112
112
description : [
113
113
'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.' ,
115
115
'*focus* makes the clicked item the sole visible item on the graph.' ,
116
116
'*false* disable legend item double-click interactions.'
117
117
] . join ( ' ' )
You can’t perform that action at this time.
0 commit comments