Added
pattern_shape
options now available inpx.timeline()
#3774facet_*
andcategory_orders
now available inpx.pie()
#3775
Performance
px
methods no longer callgroupby
on the input dataframe when the result would be a single group, and no longer groups by a lambda, for significant speedups #3765 with thanks to @jvdd
Updated
- Allow non-string extras in
flaglist
attributes, to support upcoming changes toax.automargin
in plotly.js plotly.js#6193, #3749