Skip to content

Commit 96af9f6

Browse files
committed
feat: regenerating Python code with .js fixes
1 parent 76b36dd commit 96af9f6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+1674
-628
lines changed

plotly/graph_objs/_bar.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -386,8 +386,8 @@ def hovertemplate(self):
386386
(the ones that are `arrayOk: true`) are available. Finally, the
387387
template string has access to variables `value` and `label`.
388388
Anything contained in tag `<extra>` is displayed in the
389-
secondary box, for example "<extra>{fullData.name}</extra>". To
390-
hide the secondary box completely, use an empty tag
389+
secondary box, for example `<extra>%{fullData.name}</extra>`.
390+
To hide the secondary box completely, use an empty tag
391391
`<extra></extra>`.
392392
393393
The 'hovertemplate' property is a string and must be specified as:
@@ -1731,7 +1731,7 @@ def _prop_descriptions(self):
17311731
are available. Finally, the template string has access
17321732
to variables `value` and `label`. Anything contained in
17331733
tag `<extra>` is displayed in the secondary box, for
1734-
example "<extra>{fullData.name}</extra>". To hide the
1734+
example `<extra>%{fullData.name}</extra>`. To hide the
17351735
secondary box completely, use an empty tag
17361736
`<extra></extra>`.
17371737
hovertemplatesrc
@@ -2197,7 +2197,7 @@ def __init__(
21972197
are available. Finally, the template string has access
21982198
to variables `value` and `label`. Anything contained in
21992199
tag `<extra>` is displayed in the secondary box, for
2200-
example "<extra>{fullData.name}</extra>". To hide the
2200+
example `<extra>%{fullData.name}</extra>`. To hide the
22012201
secondary box completely, use an empty tag
22022202
`<extra></extra>`.
22032203
hovertemplatesrc

plotly/graph_objs/_barpolar.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def hovertemplate(self):
260260
Additionally, every attributes that can be specified per-point
261261
(the ones that are `arrayOk: true`) are available. Anything
262262
contained in tag `<extra>` is displayed in the secondary box,
263-
for example "<extra>{fullData.name}</extra>". To hide the
263+
for example `<extra>%{fullData.name}</extra>`. To hide the
264264
secondary box completely, use an empty tag `<extra></extra>`.
265265
266266
The 'hovertemplate' property is a string and must be specified as:
@@ -1086,8 +1086,9 @@ def _prop_descriptions(self):
10861086
specified per-point (the ones that are `arrayOk: true`)
10871087
are available. Anything contained in tag `<extra>` is
10881088
displayed in the secondary box, for example
1089-
"<extra>{fullData.name}</extra>". To hide the secondary
1090-
box completely, use an empty tag `<extra></extra>`.
1089+
`<extra>%{fullData.name}</extra>`. To hide the
1090+
secondary box completely, use an empty tag
1091+
`<extra></extra>`.
10911092
hovertemplatesrc
10921093
Sets the source reference on Chart Studio Cloud for
10931094
`hovertemplate`.
@@ -1368,8 +1369,9 @@ def __init__(
13681369
specified per-point (the ones that are `arrayOk: true`)
13691370
are available. Anything contained in tag `<extra>` is
13701371
displayed in the secondary box, for example
1371-
"<extra>{fullData.name}</extra>". To hide the secondary
1372-
box completely, use an empty tag `<extra></extra>`.
1372+
`<extra>%{fullData.name}</extra>`. To hide the
1373+
secondary box completely, use an empty tag
1374+
`<extra></extra>`.
13731375
hovertemplatesrc
13741376
Sets the source reference on Chart Studio Cloud for
13751377
`hovertemplate`.

plotly/graph_objs/_box.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ def hovertemplate(self):
377377
Additionally, every attributes that can be specified per-point
378378
(the ones that are `arrayOk: true`) are available. Anything
379379
contained in tag `<extra>` is displayed in the secondary box,
380-
for example "<extra>{fullData.name}</extra>". To hide the
380+
for example `<extra>%{fullData.name}</extra>`. To hide the
381381
secondary box completely, use an empty tag `<extra></extra>`.
382382
383383
The 'hovertemplate' property is a string and must be specified as:
@@ -1996,8 +1996,9 @@ def _prop_descriptions(self):
19961996
specified per-point (the ones that are `arrayOk: true`)
19971997
are available. Anything contained in tag `<extra>` is
19981998
displayed in the secondary box, for example
1999-
"<extra>{fullData.name}</extra>". To hide the secondary
2000-
box completely, use an empty tag `<extra></extra>`.
1999+
`<extra>%{fullData.name}</extra>`. To hide the
2000+
secondary box completely, use an empty tag
2001+
`<extra></extra>`.
20012002
hovertemplatesrc
20022003
Sets the source reference on Chart Studio Cloud for
20032004
`hovertemplate`.
@@ -2567,8 +2568,9 @@ def __init__(
25672568
specified per-point (the ones that are `arrayOk: true`)
25682569
are available. Anything contained in tag `<extra>` is
25692570
displayed in the secondary box, for example
2570-
"<extra>{fullData.name}</extra>". To hide the secondary
2571-
box completely, use an empty tag `<extra></extra>`.
2571+
`<extra>%{fullData.name}</extra>`. To hide the
2572+
secondary box completely, use an empty tag
2573+
`<extra></extra>`.
25722574
hovertemplatesrc
25732575
Sets the source reference on Chart Studio Cloud for
25742576
`hovertemplate`.

plotly/graph_objs/_choropleth.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ def hovertemplate(self):
370370
Additionally, every attributes that can be specified per-point
371371
(the ones that are `arrayOk: true`) are available. Anything
372372
contained in tag `<extra>` is displayed in the secondary box,
373-
for example "<extra>{fullData.name}</extra>". To hide the
373+
for example `<extra>%{fullData.name}</extra>`. To hide the
374374
secondary box completely, use an empty tag `<extra></extra>`.
375375
376376
The 'hovertemplate' property is a string and must be specified as:
@@ -1196,8 +1196,9 @@ def _prop_descriptions(self):
11961196
specified per-point (the ones that are `arrayOk: true`)
11971197
are available. Anything contained in tag `<extra>` is
11981198
displayed in the secondary box, for example
1199-
"<extra>{fullData.name}</extra>". To hide the secondary
1200-
box completely, use an empty tag `<extra></extra>`.
1199+
`<extra>%{fullData.name}</extra>`. To hide the
1200+
secondary box completely, use an empty tag
1201+
`<extra></extra>`.
12011202
hovertemplatesrc
12021203
Sets the source reference on Chart Studio Cloud for
12031204
`hovertemplate`.
@@ -1515,8 +1516,9 @@ def __init__(
15151516
specified per-point (the ones that are `arrayOk: true`)
15161517
are available. Anything contained in tag `<extra>` is
15171518
displayed in the secondary box, for example
1518-
"<extra>{fullData.name}</extra>". To hide the secondary
1519-
box completely, use an empty tag `<extra></extra>`.
1519+
`<extra>%{fullData.name}</extra>`. To hide the
1520+
secondary box completely, use an empty tag
1521+
`<extra></extra>`.
15201522
hovertemplatesrc
15211523
Sets the source reference on Chart Studio Cloud for
15221524
`hovertemplate`.

plotly/graph_objs/_choroplethmap.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ def hovertemplate(self):
368368
(the ones that are `arrayOk: true`) are available. Finally, the
369369
template string has access to variable `properties` Anything
370370
contained in tag `<extra>` is displayed in the secondary box,
371-
for example "<extra>{fullData.name}</extra>". To hide the
371+
for example `<extra>%{fullData.name}</extra>`. To hide the
372372
secondary box completely, use an empty tag `<extra></extra>`.
373373
374374
The 'hovertemplate' property is a string and must be specified as:
@@ -1193,7 +1193,7 @@ def _prop_descriptions(self):
11931193
are available. Finally, the template string has access
11941194
to variable `properties` Anything contained in tag
11951195
`<extra>` is displayed in the secondary box, for
1196-
example "<extra>{fullData.name}</extra>". To hide the
1196+
example `<extra>%{fullData.name}</extra>`. To hide the
11971197
secondary box completely, use an empty tag
11981198
`<extra></extra>`.
11991199
hovertemplatesrc
@@ -1510,7 +1510,7 @@ def __init__(
15101510
are available. Finally, the template string has access
15111511
to variable `properties` Anything contained in tag
15121512
`<extra>` is displayed in the secondary box, for
1513-
example "<extra>{fullData.name}</extra>". To hide the
1513+
example `<extra>%{fullData.name}</extra>`. To hide the
15141514
secondary box completely, use an empty tag
15151515
`<extra></extra>`.
15161516
hovertemplatesrc

plotly/graph_objs/_choroplethmapbox.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ def hovertemplate(self):
369369
(the ones that are `arrayOk: true`) are available. Finally, the
370370
template string has access to variable `properties` Anything
371371
contained in tag `<extra>` is displayed in the secondary box,
372-
for example "<extra>{fullData.name}</extra>". To hide the
372+
for example `<extra>%{fullData.name}</extra>`. To hide the
373373
secondary box completely, use an empty tag `<extra></extra>`.
374374
375375
The 'hovertemplate' property is a string and must be specified as:
@@ -1198,7 +1198,7 @@ def _prop_descriptions(self):
11981198
are available. Finally, the template string has access
11991199
to variable `properties` Anything contained in tag
12001200
`<extra>` is displayed in the secondary box, for
1201-
example "<extra>{fullData.name}</extra>". To hide the
1201+
example `<extra>%{fullData.name}</extra>`. To hide the
12021202
secondary box completely, use an empty tag
12031203
`<extra></extra>`.
12041204
hovertemplatesrc
@@ -1525,7 +1525,7 @@ def __init__(
15251525
are available. Finally, the template string has access
15261526
to variable `properties` Anything contained in tag
15271527
`<extra>` is displayed in the secondary box, for
1528-
example "<extra>{fullData.name}</extra>". To hide the
1528+
example `<extra>%{fullData.name}</extra>`. To hide the
15291529
secondary box completely, use an empty tag
15301530
`<extra></extra>`.
15311531
hovertemplatesrc

plotly/graph_objs/_cone.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ def hovertemplate(self):
421421
(the ones that are `arrayOk: true`) are available. Finally, the
422422
template string has access to variable `norm` Anything
423423
contained in tag `<extra>` is displayed in the secondary box,
424-
for example "<extra>{fullData.name}</extra>". To hide the
424+
for example `<extra>%{fullData.name}</extra>`. To hide the
425425
secondary box completely, use an empty tag `<extra></extra>`.
426426
427427
The 'hovertemplate' property is a string and must be specified as:
@@ -1509,8 +1509,9 @@ def _prop_descriptions(self):
15091509
are available. Finally, the template string has access
15101510
to variable `norm` Anything contained in tag `<extra>`
15111511
is displayed in the secondary box, for example
1512-
"<extra>{fullData.name}</extra>". To hide the secondary
1513-
box completely, use an empty tag `<extra></extra>`.
1512+
`<extra>%{fullData.name}</extra>`. To hide the
1513+
secondary box completely, use an empty tag
1514+
`<extra></extra>`.
15141515
hovertemplatesrc
15151516
Sets the source reference on Chart Studio Cloud for
15161517
`hovertemplate`.
@@ -1927,8 +1928,9 @@ def __init__(
19271928
are available. Finally, the template string has access
19281929
to variable `norm` Anything contained in tag `<extra>`
19291930
is displayed in the secondary box, for example
1930-
"<extra>{fullData.name}</extra>". To hide the secondary
1931-
box completely, use an empty tag `<extra></extra>`.
1931+
`<extra>%{fullData.name}</extra>`. To hide the
1932+
secondary box completely, use an empty tag
1933+
`<extra></extra>`.
19321934
hovertemplatesrc
19331935
Sets the source reference on Chart Studio Cloud for
19341936
`hovertemplate`.

plotly/graph_objs/_contour.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ def hovertemplate(self):
470470
Additionally, every attributes that can be specified per-point
471471
(the ones that are `arrayOk: true`) are available. Anything
472472
contained in tag `<extra>` is displayed in the secondary box,
473-
for example "<extra>{fullData.name}</extra>". To hide the
473+
for example `<extra>%{fullData.name}</extra>`. To hide the
474474
secondary box completely, use an empty tag `<extra></extra>`.
475475
476476
The 'hovertemplate' property is a string and must be specified as:
@@ -1759,8 +1759,9 @@ def _prop_descriptions(self):
17591759
specified per-point (the ones that are `arrayOk: true`)
17601760
are available. Anything contained in tag `<extra>` is
17611761
displayed in the secondary box, for example
1762-
"<extra>{fullData.name}</extra>". To hide the secondary
1763-
box completely, use an empty tag `<extra></extra>`.
1762+
`<extra>%{fullData.name}</extra>`. To hide the
1763+
secondary box completely, use an empty tag
1764+
`<extra></extra>`.
17641765
hovertemplatesrc
17651766
Sets the source reference on Chart Studio Cloud for
17661767
`hovertemplate`.
@@ -2233,8 +2234,9 @@ def __init__(
22332234
specified per-point (the ones that are `arrayOk: true`)
22342235
are available. Anything contained in tag `<extra>` is
22352236
displayed in the secondary box, for example
2236-
"<extra>{fullData.name}</extra>". To hide the secondary
2237-
box completely, use an empty tag `<extra></extra>`.
2237+
`<extra>%{fullData.name}</extra>`. To hide the
2238+
secondary box completely, use an empty tag
2239+
`<extra></extra>`.
22382240
hovertemplatesrc
22392241
Sets the source reference on Chart Studio Cloud for
22402242
`hovertemplate`.

plotly/graph_objs/_densitymap.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ def hovertemplate(self):
325325
Additionally, every attributes that can be specified per-point
326326
(the ones that are `arrayOk: true`) are available. Anything
327327
contained in tag `<extra>` is displayed in the secondary box,
328-
for example "<extra>{fullData.name}</extra>". To hide the
328+
for example `<extra>%{fullData.name}</extra>`. To hide the
329329
secondary box completely, use an empty tag `<extra></extra>`.
330330
331331
The 'hovertemplate' property is a string and must be specified as:
@@ -1161,8 +1161,9 @@ def _prop_descriptions(self):
11611161
specified per-point (the ones that are `arrayOk: true`)
11621162
are available. Anything contained in tag `<extra>` is
11631163
displayed in the secondary box, for example
1164-
"<extra>{fullData.name}</extra>". To hide the secondary
1165-
box completely, use an empty tag `<extra></extra>`.
1164+
`<extra>%{fullData.name}</extra>`. To hide the
1165+
secondary box completely, use an empty tag
1166+
`<extra></extra>`.
11661167
hovertemplatesrc
11671168
Sets the source reference on Chart Studio Cloud for
11681169
`hovertemplate`.
@@ -1475,8 +1476,9 @@ def __init__(
14751476
specified per-point (the ones that are `arrayOk: true`)
14761477
are available. Anything contained in tag `<extra>` is
14771478
displayed in the secondary box, for example
1478-
"<extra>{fullData.name}</extra>". To hide the secondary
1479-
box completely, use an empty tag `<extra></extra>`.
1479+
`<extra>%{fullData.name}</extra>`. To hide the
1480+
secondary box completely, use an empty tag
1481+
`<extra></extra>`.
14801482
hovertemplatesrc
14811483
Sets the source reference on Chart Studio Cloud for
14821484
`hovertemplate`.

plotly/graph_objs/_densitymapbox.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ def hovertemplate(self):
326326
Additionally, every attributes that can be specified per-point
327327
(the ones that are `arrayOk: true`) are available. Anything
328328
contained in tag `<extra>` is displayed in the secondary box,
329-
for example "<extra>{fullData.name}</extra>". To hide the
329+
for example `<extra>%{fullData.name}</extra>`. To hide the
330330
secondary box completely, use an empty tag `<extra></extra>`.
331331
332332
The 'hovertemplate' property is a string and must be specified as:
@@ -1166,8 +1166,9 @@ def _prop_descriptions(self):
11661166
specified per-point (the ones that are `arrayOk: true`)
11671167
are available. Anything contained in tag `<extra>` is
11681168
displayed in the secondary box, for example
1169-
"<extra>{fullData.name}</extra>". To hide the secondary
1170-
box completely, use an empty tag `<extra></extra>`.
1169+
`<extra>%{fullData.name}</extra>`. To hide the
1170+
secondary box completely, use an empty tag
1171+
`<extra></extra>`.
11711172
hovertemplatesrc
11721173
Sets the source reference on Chart Studio Cloud for
11731174
`hovertemplate`.
@@ -1489,8 +1490,9 @@ def __init__(
14891490
specified per-point (the ones that are `arrayOk: true`)
14901491
are available. Anything contained in tag `<extra>` is
14911492
displayed in the secondary box, for example
1492-
"<extra>{fullData.name}</extra>". To hide the secondary
1493-
box completely, use an empty tag `<extra></extra>`.
1493+
`<extra>%{fullData.name}</extra>`. To hide the
1494+
secondary box completely, use an empty tag
1495+
`<extra></extra>`.
14941496
hovertemplatesrc
14951497
Sets the source reference on Chart Studio Cloud for
14961498
`hovertemplate`.

0 commit comments

Comments
 (0)