apexcharts.js
apexcharts.js copied to clipboard
min/max dosen't update when update stacktype to 100%
Description
when updating stacktype to 100% from normal or from normal to 100% yAxis min/max should set to 0 and 100 but it dosen't change until the next updateOptions call
Steps to Reproduce
- create a chart with no stack or normal stackType
- updateOption({chart:{stacked: true}, stackType: '100%'})
Expected Behavior
update the yAxis to have min:0 and max:100
Actual Behavior
dosen't update yAxis