[ X] I updated the card to the latest version available
[ X] I cleared the cache of my browser
[ X] I verified that I'm really running the lastest version in my browser console
[ X] I checked if there is another issue opened with the same problem
Describe the bug
"min:" and "max:" in apex_config are not working as expected. If I specify a "min:" or a "max:", I shortly see the correct chart representation drawing while the chart is loading, but then it falls back to the settings that one would expect in "auto" mode?
Version of the card
Version: Running 2.0.4 via HACS
Checklist
Describe the bug "min:" and "max:" in apex_config are not working as expected. If I specify a "min:" or a "max:", I shortly see the correct chart representation drawing while the chart is loading, but then it falls back to the settings that one would expect in "auto" mode?
Version of the card Version: Running 2.0.4 via HACS
To Reproduce This is the configuration I used:
Screenshots The default yaxis max value i=s 0.15, if I enter a value for max ...
... for example 0.2, you very briefly see the correct yaxis drawing while the chart is loading:
but then it falls back again to max 0.15.
Same again when I change max to 0.3, you very briefly see the correct yaxis drawing at 0.3 while loading:
and then it falls back again to max 0.15.
Expected behavior The yaxis always shows what I specify in "min:" and "max:"
Desktop (please complete the following information):
Note: in 2020 there was a bug in apexcharts.js that caused a similar behaviour: https://github.com/apexcharts/apexcharts.js/issues/1578. Not sure if this here is somehow related? Can anyone replicate this behaviour?