auxesis / visage

Graph collectd metrics in the browser, backed by a JSON API
http://visage-app.com/
Other
382 stars 56 forks source link

Ability to put x-axis into local time (rather than UTC as is currently the case) #103

Closed jessereynolds closed 11 years ago

jessereynolds commented 12 years ago

You can see localtime (which I think uses the timezone that your web browser is running under) when you mouse over the data series on the graph, but the x-axis is always in UTC. It would be useful to click a button perhaps to toggle between UTC and the local timezone, or set a preference for your visage installation (or both).

jessereynolds commented 12 years ago

Relevant: http://highcharts.uservoice.com/forums/55896-general/suggestions/1724755-allow-labels-on-datetime-axis-to-be-modified-prior

jessereynolds commented 12 years ago

http://www.highcharts.com/ref/#global--useUTC

Highcharts.setOptions({global: { useUTC: false } });