fabaff / mqtt-panel

A web interface for MQTT
MIT License
418 stars 115 forks source link

Replace the jqplot with Chart.js. #5

Closed WakeupTsai closed 4 years ago

WakeupTsai commented 6 years ago

Hi, I found that the performance of jqplot is really bad. Browser will become very laggy after a few minutes (even though I constrain the number of value on the plot).

So I wondering if I can pull a request that replace the jqplot with Chart.js:blush:

fabaff commented 6 years ago

I actually don't really care what is used to create the graph. I guess that jqplot was the first library which I found.