-
Notifications
You must be signed in to change notification settings - Fork 281
Closed
Description
Hi,
I have a time-series and all date objects in the series are represented by ms since EPOCH. When I use this snippet of code:
<ChartContainer timeRange={series.timerange()} width={1400}> <ChartRow height="600"> <YAxis id="axis" label="STORY POINTS" min={0} max={series.max()} width="60" type="linear"/> <Charts> <LineChart axis="axis" series={series} interpolation="curveStepBefore"/> </Charts> </ChartRow> </ChartContainer>
The format of the dates on the bottom of the axis has the day of the week and the number of the day, (so Wed 17), but then there's a random May 21 in there. Any ideas?
Metadata
Metadata
Assignees
Labels
No labels