Skip to content

Date formatting not consistent  #164

@BrendanJones44

Description

@BrendanJones44

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions