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: dist/plot-schema.json
+73
Original file line number
Diff line number
Diff line change
@@ -4464,6 +4464,20 @@
4464
4464
},
4465
4465
"role": "object"
4466
4466
},
4467
+
"autotickangles": {
4468
+
"description": "When `tickangle` is set to *auto*, it will be set to the first angle in this array that is large enough to prevent label overlap.",
4469
+
"dflt": [
4470
+
0,
4471
+
30,
4472
+
90
4473
+
],
4474
+
"editType": "ticks",
4475
+
"freeLength": true,
4476
+
"items": {
4477
+
"valType": "angle"
4478
+
},
4479
+
"valType": "info_array"
4480
+
},
4467
4481
"autotypenumbers": {
4468
4482
"description": "Using *strict* a numeric string in trace data is not converted to a number. Using *convert types* a numeric string in trace data may be treated as a number during automatic axis `type` detection. Defaults to layout.autotypenumbers.",
4469
4483
"dflt": "convert types",
@@ -10699,6 +10713,20 @@
10699
10713
},
10700
10714
"role": "object"
10701
10715
},
10716
+
"autotickangles": {
10717
+
"description": "When `tickangle` is set to *auto*, it will be set to the first angle in this array that is large enough to prevent label overlap.",
10718
+
"dflt": [
10719
+
0,
10720
+
30,
10721
+
90
10722
+
],
10723
+
"editType": "ticks",
10724
+
"freeLength": true,
10725
+
"items": {
10726
+
"valType": "angle"
10727
+
},
10728
+
"valType": "info_array"
10729
+
},
10702
10730
"autotypenumbers": {
10703
10731
"description": "Using *strict* a numeric string in trace data is not converted to a number. Using *convert types* a numeric string in trace data may be treated as a number during automatic axis `type` detection. Defaults to layout.autotypenumbers.",
10704
10732
"dflt": "convert types",
@@ -12039,6 +12067,20 @@
12039
12067
"editType": "plot",
12040
12068
"valType": "boolean"
12041
12069
},
12070
+
"autotickangles": {
12071
+
"description": "When `tickangle` is set to *auto*, it will be set to the first angle in this array that is large enough to prevent label overlap.",
12072
+
"dflt": [
12073
+
0,
12074
+
30,
12075
+
90
12076
+
],
12077
+
"editType": "ticks",
12078
+
"freeLength": true,
12079
+
"items": {
12080
+
"valType": "angle"
12081
+
},
12082
+
"valType": "info_array"
12083
+
},
12042
12084
"autotypenumbers": {
12043
12085
"description": "Using *strict* a numeric string in trace data is not converted to a number. Using *convert types* a numeric string in trace data may be treated as a number during automatic axis `type` detection. Defaults to layout.autotypenumbers.",
12044
12086
"dflt": "convert types",
@@ -14113,6 +14155,11 @@
14113
14155
"editType": "none",
14114
14156
"valType": "string"
14115
14157
},
14158
+
"cornerradius": {
14159
+
"description": "Sets the rounding of corners. May be an integer number of pixels, or a percentage of bar width (as a string ending in %). Defaults to `layout.barcornerradius`. In stack or relative barmode, the first trace to set cornerradius is used for the whole stack.",
14160
+
"editType": "calc",
14161
+
"valType": "any"
14162
+
},
14116
14163
"editType": "calc",
14117
14164
"line": {
14118
14165
"autocolorscale": {
@@ -14800,6 +14847,11 @@
14800
14847
"zoomScale"
14801
14848
],
14802
14849
"layoutAttributes": {
14850
+
"barcornerradius": {
14851
+
"description": "Sets the rounding of bar corners. May be an integer number of pixels, or a percentage of bar width (as a string ending in %).",
14852
+
"editType": "calc",
14853
+
"valType": "any"
14854
+
},
14803
14855
"bargap": {
14804
14856
"description": "Sets the gap (in plot fraction) between bars of adjacent location coordinates.",
14805
14857
"editType": "calc",
@@ -31469,6 +31521,11 @@
31469
31521
"editType": "none",
31470
31522
"valType": "string"
31471
31523
},
31524
+
"cornerradius": {
31525
+
"description": "Sets the rounding of corners. May be an integer number of pixels, or a percentage of bar width (as a string ending in %). Defaults to `layout.barcornerradius`. In stack or relative barmode, the first trace to set cornerradius is used for the whole stack.",
31526
+
"editType": "calc",
31527
+
"valType": "any"
31528
+
},
31472
31529
"editType": "calc",
31473
31530
"line": {
31474
31531
"autocolorscale": {
@@ -32074,6 +32131,11 @@
32074
32131
"showLegend"
32075
32132
],
32076
32133
"layoutAttributes": {
32134
+
"barcornerradius": {
32135
+
"description": "Sets the rounding of bar corners. May be an integer number of pixels, or a percentage of bar width (as a string ending in %).",
32136
+
"editType": "calc",
32137
+
"valType": "any"
32138
+
},
32077
32139
"bargap": {
32078
32140
"description": "Sets the gap (in plot fraction) between bars of adjacent location coordinates.",
32079
32141
"editType": "calc",
@@ -44148,6 +44210,17 @@
44148
44210
},
44149
44211
"description": "The links of the Sankey plot.",
44150
44212
"editType": "calc",
44213
+
"hovercolor": {
44214
+
"arrayOk": true,
44215
+
"description": "Sets the `link` hover color. It can be a single value, or an array for specifying hover colors for each `link`. If `link.hovercolor` is omitted, then by default, links will become slightly more opaque when hovered over.",
44216
+
"editType": "calc",
44217
+
"valType": "color"
44218
+
},
44219
+
"hovercolorsrc": {
44220
+
"description": "Sets the source reference on Chart Studio Cloud for `hovercolor`.",
44221
+
"editType": "none",
44222
+
"valType": "string"
44223
+
},
44151
44224
"hoverinfo": {
44152
44225
"description": "Determines which trace information appear when hovering links. If `none` or `skip` are set, no information is displayed upon hovering. But, if `none` is set, click and hover events are still fired.",
0 commit comments