Skip to content

Commit ebaaf74

Browse files
committed
Update schema
1 parent e5db8ab commit ebaaf74

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

test/plot-schema.json

Lines changed: 16 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",
@@ -3058,6 +3063,17 @@
30583063
"y unified"
30593064
]
30603065
},
3066+
"hoversort": {
3067+
"description": "Determines the order of items shown in unified hover labels. If *trace*, items are sorted by trace index. If *value descending*, items are sorted by value from largest to smallest. If *value ascending*, items are sorted by value from smallest to largest. Only applies when `hovermode` is *x unified* or *y unified*.",
3068+
"dflt": "trace",
3069+
"editType": "none",
3070+
"valType": "enumerated",
3071+
"values": [
3072+
"trace",
3073+
"value descending",
3074+
"value ascending"
3075+
]
3076+
},
30613077
"hoversubplots": {
30623078
"description": "Determines expansion of hover effects to other subplots If *single* just the axis pair of the primary point is included without overlaying subplots. If *overlaying* all subplots using the main axis and occupying the same space are included. If *axis*, also include stacked subplots using the same axis when `hovermode` is set to *x*, *x unified*, *y* or *y unified*.",
30633079
"dflt": "overlaying",

0 commit comments

Comments
 (0)