Skip to content

Bug when hovering over candlestick chart with more than 2 series #2354

@SWi98

Description

@SWi98

After creating a candlestick chart with two extra series, hovering over the chart results in TypeError.

image

Here is the example with the bug:
https://codesandbox.io/s/thirsty-williams-btek2?file=/src/components/TestChart.js

There are three series in this.state:

series: [candlestickSeries, lineOneSeries, lineTwoSeries]

You can delete any one of them and leave the other two - then everything works properly.
If you change the chart type to "line", you can hover without the TypeError occuring, but navigating is bugged - your cursor is fixed on the first data entry and you can't inspect the values on different parts of the chart.

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