Skip to content

Commit 0fdaab1

Browse files
pie category_orders
1 parent a60d313 commit 0fdaab1

File tree

1 file changed

+1
-1
lines changed
  • packages/python/plotly/plotly/express

1 file changed

+1
-1
lines changed

Diff for: packages/python/plotly/plotly/express/_core.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1964,7 +1964,7 @@ def make_figure(args, constructor, trace_patch=None, layout_patch=None):
19641964
args = build_dataframe(args, constructor)
19651965
if constructor in [go.Treemap, go.Sunburst, go.Icicle] and args["path"] is not None:
19661966
args = process_dataframe_hierarchy(args)
1967-
if constructor in [go.Pie, go.Funnelarea]:
1967+
if constructor in [go.Pie]:
19681968
args, trace_patch = process_dataframe_pie(args, trace_patch)
19691969
if constructor == "timeline":
19701970
constructor = go.Bar

0 commit comments

Comments
 (0)