Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upuPlot charts #66
uPlot charts #66
Comments
|
Thanks @leeoniya ! Right now we're using mostly old dygraph.js library, but when we'll be working on new charts, we'll definitely test uPlot! We plan to focus heavily on custom dashboards in the future (first in netdata.cloud) so uPlot could be an option to choose in the custom-dashboard wizard. Right now dygraph.js has to stay in classic Netdata Dashboard, but only for UI reasons (users are used to have synced selection, dragging, zooming, etc.) When I'll have the time I'll check if those UI events could be recreated with uPlot |
uPlot definitely supports this :) |
hey @VLegakis, @jacekkolasa,
looks like this project would benefit from improved line charting perf, so you may find uPlot worth checking out: https://github.com/leeoniya/uPlot
rough perf comparison (including dygraphs):
https://leeoniya.github.io/uPlot/demos/multi-bars.html
cheers!