-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
When attempting using updateOptions
to change the category labels of an X-Axis, the category labels do not update.
Steps to Reproduce
- Render a Radar chart and define
xaxis.categories
as an array of labels. - Call
chart.updateOptions()
and pass a new array of labels forxaxis.categories
.
Expected Behavior
The chart should render with new category labels.
Actual Behavior
The original labels are retained, and nothing changes visually.
Reproduction Link
Version 4.5.0 (WORKING)
https://codepen.io/benmusson/pen/zxGeQZm
Version 4.7.0 (BROKEN)
https://codepen.io/benmusson/pen/Eajrzap
Other Information
I think this might be related to #5022?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working