jondot/graphene

Easy way to set time on X scale to UTC.

seeker25 opened this issue · 1 comments

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.

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