You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/plot-schema.json
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14997,6 +14997,16 @@
14997
14997
"editType": "none",
14998
14998
"valType": "any"
14999
14999
},
15000
+
"unifiedhovertitle": {
15001
+
"editType": "none",
15002
+
"role": "object",
15003
+
"text": {
15004
+
"description": "Template string used for rendering the title that appear on x or y unified hover box. Variables are inserted using %{variable}, for example \"y: %{y}\". Numbers are formatted using d3-format's syntax %{variable:d3-format}, for example \"Price: %{y:$.2f}\". https://github.com/d3/d3-format/tree/v1.4.5#d3-format for details on the formatting syntax. Dates are formatted using d3-time-format's syntax %{variable|d3-time-format}, for example \"Day: %{2019-01-01|%A}\". https://github.com/d3/d3-time-format/tree/v2.2.3#locale_format for details on the date formatting syntax.",
15005
+
"dflt": "",
15006
+
"editType": "none",
15007
+
"valType": "string"
15008
+
}
15009
+
},
15000
15010
"visible": {
15001
15011
"description": "A single toggle to hide the axis while preserving interaction like dragging. Default is true when a cheater plot is present on the axis, otherwise false",
15002
15012
"editType": "plot",
@@ -16265,6 +16275,16 @@
16265
16275
"editType": "none",
16266
16276
"valType": "any"
16267
16277
},
16278
+
"unifiedhovertitle": {
16279
+
"editType": "none",
16280
+
"role": "object",
16281
+
"text": {
16282
+
"description": "Template string used for rendering the title that appear on x or y unified hover box. Variables are inserted using %{variable}, for example \"y: %{y}\". Numbers are formatted using d3-format's syntax %{variable:d3-format}, for example \"Price: %{y:$.2f}\". https://github.com/d3/d3-format/tree/v1.4.5#d3-format for details on the formatting syntax. Dates are formatted using d3-time-format's syntax %{variable|d3-time-format}, for example \"Day: %{2019-01-01|%A}\". https://github.com/d3/d3-time-format/tree/v2.2.3#locale_format for details on the date formatting syntax.",
16283
+
"dflt": "",
16284
+
"editType": "none",
16285
+
"valType": "string"
16286
+
}
16287
+
},
16268
16288
"visible": {
16269
16289
"description": "A single toggle to hide the axis while preserving interaction like dragging. Default is true when a cheater plot is present on the axis, otherwise false",