reactochart icon indicating copy to clipboard operation
reactochart copied to clipboard

Allow support for scaleUtc for xScaleType and yScaleType

Open ekh64 opened this issue 5 years ago • 0 comments

In our app, we had previously used scaleUtc, in our charts. This allowed for tests run on CI to not care about time zones when parsing/reading dates. Reactochart doesn't have an option to use this scale type, only scaleTime, which is set to your local time zone.

It's be great to have a different scaleType we can pass in the generate scales using UTC dates

ekh64 avatar Jan 30 '20 19:01 ekh64