You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a multiple y-axis the documentation says this :
In a multiple y-axis chart, you can target the scale of a y-axis to a particular series by referencing through the seriesName. The [series](https://apexcharts.com/docs/options/series) item which have the same name property will be used to calculate the scale of the y-axis.
Description
When using a multiple y-axis the documentation says this :
In a multiple y-axis chart, you can target the scale of a y-axis to a particular series by referencing through the seriesName. The [series](https://apexcharts.com/docs/options/series) item which have the same name property will be used to calculate the scale of the y-axis.
Steps to Reproduce
Expected Behavior
Column B should use the scale provided by Series A and go off the top of the graph/
Actual Behavior
Rendering takes into account data in series B when calculating the scale.
Screenshots
Reproduction Link
https://codepen.io/NotFazed/pen/VYwLwvK
The text was updated successfully, but these errors were encountered: