Skip to content

v3.4.0

Compare
Choose a tag to compare
@hellochar hellochar released this 21 Jul 23:20
· 118 commits to develop since this release

New Features

  • Gridlines now work on Category Scales. Additionally, Gridlines can now be configured to draw between axis ticks with thebetweenX(true) and betweenY() endpoints. Thanks @CalvinFernandez!
    image

Bug Fixes

  • Gridlines constructor now includes null | undefined in the type signature to play nicely with Typescript's strictNullChecks. Thanks @aleburato!
  • Fix an iPad bug where Plottable Interactions were blocking touch and click interactions on the whole page.

Improvements

  • Greatly increased BarPlot rendering performance.

Known issues

  • The BarPlot performance increase may cause small visual regressions when using a ModifiedLog scale or when manually updating the scale domain/range. Please let us know if you experience visual regressions.