Skip to content

v1.33.0

Compare
Choose a tag to compare
@etpinard etpinard released this 18 Jan 22:17
· 13319 commits to master since this release

Added

  • Completely rewritten scattergl trace type using regl [#2258]
  • Completely rewritten polar chart renderer accompanied by new
    scatterpolar and scatterpolargl trace types [#2200]
  • Add the ability to draw layout images and layout shapes on subplot
    with scattergl traces [#2258]
  • Add fill capabilities to scattergl traces [#2258]
  • Add spikedistance, hoverdistance and skipsnap for more customizable
    spikes and hover behavior on cartesian subplots [#2247]
  • Add official Spanish translation (locale es) [#2249]
  • Add official French translation (locale fr) [#2252]
  • Add locale machinery to annotation new text placeholder [#2257]

Changed

  • Old polar trace types (scatter with (r,t) coordinates,
    bar with (r,t) coordinates and area) are now deprecated.

Fixed