You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
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.