Skip to content

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

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')
    }
 ]}
...
/>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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