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
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -59005,6 +59005,12 @@
59005
59005
"editType": "calc",
59006
59006
"valType": "data_array"
59007
59007
},
59008
+
"uhoverformat": {
59009
+
"description": "Sets the hover text formatting rulefor `u` using d3 formatting mini-languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format.By default the values are formatted using generic number format.",
59010
+
"dflt": "",
59011
+
"editType": "none",
59012
+
"valType": "string"
59013
+
},
59008
59014
"uid": {
59009
59015
"anim": true,
59010
59016
"description": "Assign an id to this trace, Use this to provide object constancy between traces during animations and transitions.",
@@ -59055,6 +59061,12 @@
59055
59061
"editType": "calc",
59056
59062
"valType": "data_array"
59057
59063
},
59064
+
"vhoverformat": {
59065
+
"description": "Sets the hover text formatting rulefor `v` using d3 formatting mini-languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format.By default the values are formatted using generic number format.",
59066
+
"dflt": "",
59067
+
"editType": "none",
59068
+
"valType": "string"
59069
+
},
59058
59070
"visible": {
59059
59071
"description": "Determines whether or not this trace is visible. If *legendonly*, the trace is not drawn, but can appear as a legend item (provided that the legend itself is visible).",
59060
59072
"dflt": true,
@@ -59083,6 +59095,12 @@
59083
59095
"editType": "calc+clearAxisTypes",
59084
59096
"valType": "subplotid"
59085
59097
},
59098
+
"xhoverformat": {
59099
+
"description": "Sets the hover text formatting rulefor `x` using d3 formatting mini-languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format. And for dates see: https://github.com/d3/d3-time-format/tree/v2.2.3#locale_format. We add two items to d3's date formatter: *%h* for half of the year as a decimal number as well as *%{n}f* for fractional seconds with n digits. For example, *2016-10-13 09:15:23.456* with tickformat *%H~%M~%S.%2f* would display *09~15~23.46*By default the values are formatted using `xaxis.hoverformat`.",
59100
+
"dflt": "",
59101
+
"editType": "none",
59102
+
"valType": "string"
59103
+
},
59086
59104
"xsrc": {
59087
59105
"description": "Sets the source reference on Chart Studio Cloud for `x`.",
59088
59106
"editType": "none",
@@ -59100,6 +59118,12 @@
59100
59118
"editType": "calc+clearAxisTypes",
59101
59119
"valType": "subplotid"
59102
59120
},
59121
+
"yhoverformat": {
59122
+
"description": "Sets the hover text formatting rulefor `y` using d3 formatting mini-languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format. And for dates see: https://github.com/d3/d3-time-format/tree/v2.2.3#locale_format. We add two items to d3's date formatter: *%h* for half of the year as a decimal number as well as *%{n}f* for fractional seconds with n digits. For example, *2016-10-13 09:15:23.456* with tickformat *%H~%M~%S.%2f* would display *09~15~23.46*By default the values are formatted using `yaxis.hoverformat`.",
59123
+
"dflt": "",
59124
+
"editType": "none",
59125
+
"valType": "string"
59126
+
},
59103
59127
"ysrc": {
59104
59128
"description": "Sets the source reference on Chart Studio Cloud for `y`.",
0 commit comments