Skip to content

Commit f049351

Browse files
committed
Ran make update_default_schema.
1 parent 80547d8 commit f049351

File tree

1 file changed

+53
-15
lines changed

1 file changed

+53
-15
lines changed

plotly/graph_reference/default-schema.json

Lines changed: 53 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,9 @@
222222
"annotations": {
223223
"_deprecated": {
224224
"ref": {
225-
"description": "Obsolete. Set `xref` and `yref` separately instead."
225+
"description": "Obsolete. Set `xref` and `yref` separately instead.",
226+
"role": "info",
227+
"valType": "string"
226228
}
227229
},
228230
"_isLinkedToArray": true,
@@ -1089,7 +1091,9 @@
10891091
"scene": {
10901092
"_deprecated": {
10911093
"cameraposition": {
1092-
"description": "Obsolete. Use `camera` instead."
1094+
"description": "Obsolete. Use `camera` instead.",
1095+
"role": "info",
1096+
"valType": "info_array"
10931097
}
10941098
},
10951099
"_isSubplotObj": true,
@@ -2522,7 +2526,9 @@
25222526
"xaxis": {
25232527
"_deprecated": {
25242528
"autotick": {
2525-
"description": "Obsolete. Set `tickmode` to *auto* for old `autotick` *true* behavior. Set `tickmode` to *linear* for `autotick` *false*."
2529+
"description": "Obsolete. Set `tickmode` to *auto* for old `autotick` *true* behavior. Set `tickmode` to *linear* for `autotick` *false*.",
2530+
"role": "info",
2531+
"valType": "boolean"
25262532
}
25272533
},
25282534
"_isSubplotObj": true,
@@ -2922,7 +2928,9 @@
29222928
"yaxis": {
29232929
"_deprecated": {
29242930
"autotick": {
2925-
"description": "Obsolete. Set `tickmode` to *auto* for old `autotick` *true* behavior. Set `tickmode` to *linear* for `autotick` *false*."
2931+
"description": "Obsolete. Set `tickmode` to *auto* for old `autotick` *true* behavior. Set `tickmode` to *linear* for `autotick` *false*.",
2932+
"role": "info",
2933+
"valType": "boolean"
29262934
}
29272935
},
29282936
"_isSubplotObj": true,
@@ -3763,7 +3771,13 @@
37633771
"attributes": {
37643772
"_deprecated": {
37653773
"bardir": {
3766-
"description": "Renamed to `orientation`."
3774+
"description": "Renamed to `orientation`.",
3775+
"role": "info",
3776+
"valType": "enumerated",
3777+
"values": [
3778+
"v",
3779+
"h"
3780+
]
37673781
}
37683782
},
37693783
"dx": {
@@ -3781,7 +3795,9 @@
37813795
"error_x": {
37823796
"_deprecated": {
37833797
"opacity": {
3784-
"description": "Obsolete. Use the alpha channel in error bar `color` to set the opacity."
3798+
"description": "Obsolete. Use the alpha channel in error bar `color` to set the opacity.",
3799+
"role": "style",
3800+
"valType": "number"
37853801
}
37863802
},
37873803
"array": {
@@ -3882,7 +3898,9 @@
38823898
"error_y": {
38833899
"_deprecated": {
38843900
"opacity": {
3885-
"description": "Obsolete. Use the alpha channel in error bar `color` to set the opacity."
3901+
"description": "Obsolete. Use the alpha channel in error bar `color` to set the opacity.",
3902+
"role": "style",
3903+
"valType": "number"
38863904
}
38873905
},
38883906
"array": {
@@ -7010,7 +7028,13 @@
70107028
"attributes": {
70117029
"_deprecated": {
70127030
"bardir": {
7013-
"description": "Renamed to `orientation`."
7031+
"description": "Renamed to `orientation`.",
7032+
"role": "info",
7033+
"valType": "enumerated",
7034+
"values": [
7035+
"v",
7036+
"h"
7037+
]
70147038
}
70157039
},
70167040
"autobinx": {
@@ -7040,7 +7064,9 @@
70407064
"error_x": {
70417065
"_deprecated": {
70427066
"opacity": {
7043-
"description": "Obsolete. Use the alpha channel in error bar `color` to set the opacity."
7067+
"description": "Obsolete. Use the alpha channel in error bar `color` to set the opacity.",
7068+
"role": "style",
7069+
"valType": "number"
70447070
}
70457071
},
70467072
"array": {
@@ -7141,7 +7167,9 @@
71417167
"error_y": {
71427168
"_deprecated": {
71437169
"opacity": {
7144-
"description": "Obsolete. Use the alpha channel in error bar `color` to set the opacity."
7170+
"description": "Obsolete. Use the alpha channel in error bar `color` to set the opacity.",
7171+
"role": "style",
7172+
"valType": "number"
71457173
}
71467174
},
71477175
"array": {
@@ -10358,7 +10386,9 @@
1035810386
"error_x": {
1035910387
"_deprecated": {
1036010388
"opacity": {
10361-
"description": "Obsolete. Use the alpha channel in error bar `color` to set the opacity."
10389+
"description": "Obsolete. Use the alpha channel in error bar `color` to set the opacity.",
10390+
"role": "style",
10391+
"valType": "number"
1036210392
}
1036310393
},
1036410394
"array": {
@@ -10459,7 +10489,9 @@
1045910489
"error_y": {
1046010490
"_deprecated": {
1046110491
"opacity": {
10462-
"description": "Obsolete. Use the alpha channel in error bar `color` to set the opacity."
10492+
"description": "Obsolete. Use the alpha channel in error bar `color` to set the opacity.",
10493+
"role": "style",
10494+
"valType": "number"
1046310495
}
1046410496
},
1046510497
"array": {
@@ -11670,7 +11702,9 @@
1167011702
"error_x": {
1167111703
"_deprecated": {
1167211704
"opacity": {
11673-
"description": "Obsolete. Use the alpha channel in error bar `color` to set the opacity."
11705+
"description": "Obsolete. Use the alpha channel in error bar `color` to set the opacity.",
11706+
"role": "style",
11707+
"valType": "number"
1167411708
}
1167511709
},
1167611710
"array": {
@@ -11771,7 +11805,9 @@
1177111805
"error_y": {
1177211806
"_deprecated": {
1177311807
"opacity": {
11774-
"description": "Obsolete. Use the alpha channel in error bar `color` to set the opacity."
11808+
"description": "Obsolete. Use the alpha channel in error bar `color` to set the opacity.",
11809+
"role": "style",
11810+
"valType": "number"
1177511811
}
1177611812
},
1177711813
"array": {
@@ -11872,7 +11908,9 @@
1187211908
"error_z": {
1187311909
"_deprecated": {
1187411910
"opacity": {
11875-
"description": "Obsolete. Use the alpha channel in error bar `color` to set the opacity."
11911+
"description": "Obsolete. Use the alpha channel in error bar `color` to set the opacity.",
11912+
"role": "style",
11913+
"valType": "number"
1187611914
}
1187711915
},
1187811916
"array": {

0 commit comments

Comments
 (0)