Skip to content

v3.5.0

Compare
Choose a tag to compare
@hellochar hellochar released this 24 Aug 22:53
· 110 commits to develop since this release

Improvements

  • Plot rendering performance across the board has been improved by removing unnecessary computation.
  • Rewritten mouse and touch event position computation. Supports CSS3 transforms while avoiding the previous approach's DOM thrashing, improving the performance of interactive Charts for both desktop and mobile.
  • Performance of Bar, ClusteredBar, and StackedBar rendering has been drastically improved by removing unnecessary computation.

Thanks,
Plottable Team