Skip to content

v2.8.0

Compare
Choose a tag to compare
@archmoj archmoj released this 10 Dec 21:28
· 3861 commits to master since this release

Added

  • Introduce horizontal colorbars [#6024]
  • Implement legend.grouptitlefont and hoverlabel.grouptitlefont [#6040]
  • Add texttemplate and textfont to heatmap and histogram2d traces as well as
    histogram2dcontour and contour traces when coloring is set "heatmap" [#6028]

Fixed

  • Fix to discard negative values from pie chart post-aggregation instead of during summation [#6051],
    with thanks to @destiny-wu for the contribution!