-
-
Couldn't load subscription status.
- Fork 1.4k
Closed
Labels
Description
Description
Inverse functionality seems to break since version 3.21.0 incase "Distributed" option is also used on a heatmap. The described issue does not exist in version 3.20.2!
Steps to Reproduce
- Create a heatmap in version 3.21.0 or newer, It needs to have plotOptions.heatmap.distributed - true. Example: https://codesandbox.io/s/apexcharts-examples-forked-9uzw0?file=/src/heatmap.js .
- Try to switch plotOptions.heatmap.colorScale.inverse between "true" and "false"
Expected Behavior
When toggling the inverse option, expect to see the coloring be row-based or column-based
Actual Behavior
Coloring remains column-based for both values.
Reproduction Link
https://codesandbox.io/s/apexcharts-examples-forked-9uzw0?file=/src/heatmap.js .