Skip to content

v2.2.25

Compare
Choose a tag to compare
@graphieros graphieros released this 03 Jul 15:38
· 496 commits to master since this release

This release adds a new component: VueUiXyCanvas

VueUiXyCanvas is an evolution chart (lines, bars, plots), designed with canvas instead of svg for high performance with very large datasets.

Svg is awesome fot a great majority of use cases. But when displaying more than 500 datapoints, too many DOM elements make charts slow and unusable.

VueUiXyCanvas was made for this specific use case. Depending on the js browser engine, it can manage tens of thousands datapoints and remain dynamic and responsive.

Check out the docs here