Hacker News new | past | comments | ask | show | jobs | submit login

Cool!! I wonder how the performance compares to Highcharts?




For a dataset like this, Highcharts would be slower for sure since it will create DOM SVG components for each of the points. <canvas> (which this is built with) is much quicker at presenting tons and tons of data points like this.


Highcharts has a Boost module which uses WebGL.

Here's a sample chart with 1,000,000 points: https://jsfiddle.net/5bvLgs5w/1/


the bench code uses the boost module. so it's apples-to-apples:

https://github.com/leeoniya/uPlot/blob/master/bench/Highchar...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: