-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Closed
Copy link
Labels
bugSomething isn't workingSomething isn't working
Description
Description
Any multi axis chart that has multiple yaxis with the same seriesName cause it to crash instead of showing like the 2nd demo at https://apexcharts.com/docs/chart-types/multiple-yaxis-scales/, even this demo doesnt work using 3.47.0, works fine in 3.46.0
Steps to Reproduce
- Create a multi axis chart, e.g the second example at https://apexcharts.com/docs/chart-types/multiple-yaxis-scales/
- use [email protected]
- have multiple elements in yaxis option with the same seriesName e.g "Column A" appears twice in the demo
Expected Behavior
Chart with multiple series sharing singular y-axis on left hand side displays like the demo
Actual Behavior
chart does not display, bar the labels at the bottom, crashes with error " Cannot read properties of undefined (reading 'result')"
Screenshots
error
using [email protected]
using [email protected]
Reproduction Link
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working