rszimm / sprinklers_pi

Sprinkling System Control Program for the Raspberry Pi
GNU General Public License v2.0
310 stars 100 forks source link

How to change Graph scale #80

Closed maciej871 closed 7 years ago

maciej871 commented 7 years ago

Hi, I want to change scale from seconds to minutes on graph (log.htm). Where I can change it? Thnaks?

nhorvath commented 7 years ago

The graphs are plotted with jquery flot plugin. http://www.flotcharts.org/ If you're lucky there may be a way in the configuration for that to change the scale without having to manipulate the data. You're in the right file (Logs.htm).