I use D3 to graphically display some data, and if I change my time zone away from my current, the time scale based on my clientβs time zone will change. I would rather get the chart to display in the same time zone, because this is what the data makes sense when viewing.
I use
x.domain([lowerTime, upperTime])
to create the x axis, but I'm not sure how I will use it
x.timeFormat()
to make this domain be in a specific time zone, can anyone help here?
source share