Skip to content

Commit df559c8

Browse files
committed
Update plot schema
1 parent de7e053 commit df559c8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/plot-schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,11 @@
124124
false
125125
]
126126
},
127+
"displayNotifier": {
128+
"description": "Determines whether or not notifier is displayed.",
129+
"dflt": true,
130+
"valType": "boolean"
131+
},
127132
"doubleClick": {
128133
"description": "Sets the double click interaction mode. Has an effect only in cartesian plots. If *false*, double click is disable. If *reset*, double click resets the axis ranges to their initial values. If *autosize*, double click set the axis ranges to their autorange values. If *reset+autosize*, the odd double clicks resets the axis ranges to their initial values and even double clicks set the axis ranges to their autorange values.",
129134
"dflt": "reset+autosize",

0 commit comments

Comments
 (0)