influxdata / chronograf

Open source monitoring and visualization UI for the TICK stack
https://www.influxdata.com/time-series-platform/chronograf/
Other
1.51k stars 258 forks source link

consider uPlot instead of dygraphs #5479

Closed leeoniya closed 4 years ago

leeoniya commented 4 years ago

Hey guys,

i was a dygraphs user for some time and submitted https://github.com/danvk/dygraphs/pull/948 to reduce the lib size, but it appears that dygraphs is no longer maintained. i decided to write an alternative in the same spirit and it turned out to be quite successful:

https://github.com/leeoniya/uPlot#performance

browsing some issues & feature requests in this repo, there seem to be quite a few that could be resolved by switching.

cheers! Leon

cc @glinton @alexpaxton @hoorayimhelping @121watts @desa @ebb-tide

russorat commented 4 years ago

@leeoniya thanks for opening this and for the new library. we are leveraging the https://github.com/influxdata/giraffe library for graphs in our next version. maybe that is something we can collaborate and improve on or figure out a way to leverage your library in a new graph type. we don't have plans to change the graphing capability of chronograf right now.

leeoniya commented 4 years ago

sounds good, thanks!