Skip to content

v23.0.0

Compare
Choose a tag to compare
@markov00 markov00 released this 30 Sep 21:48
· 1144 commits to main since this release

23.0.0 (2020-09-30)

Bug Fixes

  • render continuous line/area between non-adjacent points (#833) (9f9892b), closes #825

Features

  • debug state flag added to chart status (#834) (83919ff)
  • expose datum as part of GeometryValue (#822) (dcd7077)

BREAKING CHANGES

  • when rendering non-stacked line/area charts with a continuous x scale and no fit function,
    the line/area between non-consecutive data points will be rendered as a continuous line/area without adding an uncertain dashed line/ semi-transparent area that connects the two, non-adjacent, points.