Skip to content

pointStart in plotOptions doesn't update when set alone #19203

Closed
@HRworksKra

Description

@HRworksKra

Expected behaviour

When setting pointStart in plotOptions I expect it to be updated when the property changes.
I want to be able to set pointStart only and not be forced to also set pointINterval in the plotOptions.

Actual behaviour

When only pointStart is set, it updates once and then never again.

Only if both pointStart and pointInterval is set it works how its supposed to work
Here is an example: https://stackblitz.com/edit/react-uu6kug?file=components%2FContainer.jsx

Looking at this old issue of yours it's supposed to work: #13949. But it does not.

Live demo with steps to reproduce

https://stackblitz.com/edit/react-uu6kug?file=components%2FContainer.jsx

Product version

"highcharts": "^11.1.0",
"highcharts-react-official": "^3.2.0",
"react": "^17.0.2",

Affected browser(s)

I tested in Chrome.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions