Skip to content

Bug: Graph not shown if at least 2 points exists with same date #86

@michaelpomogajko

Description

@michaelpomogajko

When multiple points have exactly the same date, the graph doesn't show at all.

<LineGraph 
 points={[
    {
       value: 1,
       date: new Date('2023-01-01')
    },
    {
       value: 2,
       date: new Date('2023-01-01')
    }
 ]}
...
/>

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions