Skip to content

Commit f65b6ba

Browse files
committed
docs: Update docs for plotly.py v6.8.0
1 parent 167a3bf commit f65b6ba

4 files changed

Lines changed: 23 additions & 6 deletions

File tree

_data/jsversion.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "3.5.1"
2+
"version": "3.6.0"
33
}

_data/orderings.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"spikedistance",
3131
"hoverlabel",
3232
"hoveranywhere",
33+
"hoversort",
3334
"transition",
3435
"datarevision",
3536
"uirevision",
@@ -103,10 +104,10 @@
103104
"legend",
104105
"legendsrc",
105106
"legendrank",
107+
"legendranksrc",
106108
"legendgroup",
107109
"legendgrouptitle",
108110
"legendwidth",
109-
"legendsrc",
110111
"opacity",
111112
"mode",
112113
"ids",
@@ -248,7 +249,6 @@
248249
"texttemplate",
249250
"texttemplatefallback",
250251
"texttemplatesrc",
251-
"texttemplatefallback",
252252

253253
"dimensions",
254254

@@ -259,7 +259,6 @@
259259
"hovertemplate",
260260
"hovertemplatefallback",
261261
"hovertemplatesrc",
262-
"hovertemplatefallback",
263262
"xhoverformat",
264263
"yhoverformat",
265264
"uhoverformat",

_data/plotschema.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3098,6 +3098,18 @@
30983098
"valType": "boolean",
30993099
"magic_underscores": "fig.update_layout(hoveranywhere=<VALUE>)"
31003100
},
3101+
"hoversort": {
3102+
"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*.",
3103+
"dflt": "trace",
3104+
"editType": "none",
3105+
"valType": "enumerated",
3106+
"values": [
3107+
"trace",
3108+
"value descending",
3109+
"value ascending"
3110+
],
3111+
"magic_underscores": "fig.update_layout(hoversort=<VALUE>)"
3112+
},
31013113
"transition": {
31023114
"description": "Sets transition options used during Plotly.react updates.",
31033115
"duration": {
@@ -26945,12 +26957,18 @@
2694526957
"valType": "string"
2694626958
},
2694726959
"legendrank": {
26948-
"description": "Sets the legend rank for this trace. Items and groups with smaller ranks are presented on top/left side while with *reversed* `legend.traceorder` they are on bottom/right side. The default legendrank is 1000, so that you can use ranks less than 1000 to place certain items before all unranked items, and ranks greater than 1000 to go after all unranked items. When having unranked or equal rank items shapes would be displayed after traces i.e. according to their order in data and layout.",
26960+
"arrayOk": true,
26961+
"description": "Sets the legend rank for this pie. If passed as an array, this will set the legend rank of the individual pie slices. Items and groups with smaller ranks are presented on top/left side while with *reversed* `legend.traceorder` they are on bottom/right side. The default legendrank is 1000, so that you can use ranks less than 1000 to place certain items before all unranked items, and ranks greater than 1000 to go after all unranked items. When having unranked or equal rank items shapes would be displayed after traces i.e. according to their order in data and layout.",
2694926962
"dflt": 1000,
2695026963
"editType": "style",
2695126964
"valType": "number",
2695226965
"magic_underscores": "fig.update_traces(legendrank=<VALUE>, selector=dict(type='pie'))"
2695326966
},
26967+
"legendranksrc": {
26968+
"description": "Sets the source reference on Chart Studio Cloud for `legendrank`.",
26969+
"editType": "none",
26970+
"valType": "string"
26971+
},
2695426972
"legendgroup": {
2695526973
"description": "Sets the legend group for this trace. Traces and shapes part of the same legend group hide/show at the same time when toggling legend items.",
2695626974
"dflt": "",

_data/pyversion.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "6.7.0"
2+
"version": "6.8.0"
33
}

0 commit comments

Comments
 (0)