@@ -24,17 +24,17 @@ def __init__(
24
24
'choroplethmapbox', 'cone', 'contour',
25
25
'contourcarpet', 'densitymap',
26
26
'densitymapbox', 'funnel', 'funnelarea',
27
- 'heatmap', 'histogram',
28
- 'histogram2d ', 'histogram2dcontour ', 'icicle ',
29
- 'image ', 'indicator ', 'isosurface ', 'mesh3d ',
30
- 'ohlc ', 'parcats ', 'parcoords ', 'pie ',
31
- 'sankey ', 'scatter ',
32
- 'scatter3d ', 'scattercarpet ', 'scattergeo ',
33
- 'scattergl ', 'scattermap', 'scattermapbox ',
34
- 'scatterpolar ', 'scatterpolargl ',
35
- 'scattersmith ', 'scatterternary ', 'splom ',
36
- 'streamtube ', 'sunburst ', 'surface ', 'table ',
37
- 'treemap', ' violin', 'volume', 'waterfall']
27
+ 'heatmap', 'histogram', 'histogram2d',
28
+ 'histogram2dcontour ', 'icicle ', 'image ',
29
+ 'indicator ', 'isosurface ', 'mesh3d ', 'ohlc ',
30
+ 'parcats ', 'parcoords ', 'pie ', 'sankey ',
31
+ 'scatter ', 'scatter3d', 'scattercarpet ',
32
+ 'scattergeo ', 'scattergl ', 'scattermap ',
33
+ 'scattermapbox ', 'scatterpolar ',
34
+ 'scatterpolargl ', 'scattersmith ',
35
+ 'scatterternary ', 'splom ', 'streamtube ',
36
+ 'sunburst ', 'surface ', 'table ', 'treemap ',
37
+ 'violin', 'volume', 'waterfall']
38
38
39
39
- All remaining properties are passed to the constructor of
40
40
the specified trace type
@@ -510,11 +510,6 @@ def __init__(
510
510
title
511
511
:class:`plotly.graph_objects.layout.Title`
512
512
instance or dict with compatible properties
513
- titlefont
514
- Deprecated: Please use layout.title.font
515
- instead. Sets the title font. Note that the
516
- title's font used to be customized by the now
517
- deprecated `titlefont` attribute.
518
513
transition
519
514
Sets transition options used during
520
515
Plotly.react updates.
@@ -12787,8 +12782,6 @@ def add_pie(
12787
12782
texttemplate=None,
12788
12783
texttemplatesrc=None,
12789
12784
title=None,
12790
- titlefont=None,
12791
- titleposition=None,
12792
12785
uid=None,
12793
12786
uirevision=None,
12794
12787
values=None,
@@ -13036,15 +13029,6 @@ def add_pie(
13036
13029
title
13037
13030
:class:`plotly.graph_objects.pie.Title` instance or
13038
13031
dict with compatible properties
13039
- titlefont
13040
- Deprecated: Please use pie.title.font instead. Sets the
13041
- font used for `title`. Note that the title's font used
13042
- to be set by the now deprecated `titlefont` attribute.
13043
- titleposition
13044
- Deprecated: Please use pie.title.position instead.
13045
- Specifies the location of the `title`. Note that the
13046
- title's position used to be set by the now deprecated
13047
- `titleposition` attribute.
13048
13032
uid
13049
13033
Assign an id to this trace, Use this to provide object
13050
13034
constancy between traces during animations and
@@ -13144,8 +13128,6 @@ def add_pie(
13144
13128
texttemplate=texttemplate,
13145
13129
texttemplatesrc=texttemplatesrc,
13146
13130
title=title,
13147
- titlefont=titlefont,
13148
- titleposition=titleposition,
13149
13131
uid=uid,
13150
13132
uirevision=uirevision,
13151
13133
values=values,
0 commit comments