jondot / graphene

Graphene is a realtime dashboard & graphing toolkit based on D3 and Backbone.
http://jondot.github.com/graphene
2.87k stars 232 forks source link

Easy way to set time on X scale to UTC. #60

Closed seeker25 closed 11 years ago

seeker25 commented 11 years ago

Hey Jondot, I've been working with graphene creating some interesting graphs to display various server metrics.

I was curious is it possible to set the timezone?

Tried using &tz=UTC but that doesn't make any difference to the JSON data.

Thanks in advance.

seeker25 commented 11 years ago

Changed on the x axis d3.time.scale() -> d3.time.scale.utc(). Problem solved.