Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Treemaps in version 3.21.0 broke "Inverse" functionality for Distributed color Heatmap #2808

Closed
jaks6 opened this issue Nov 29, 2021 · 1 comment
Labels
bug Something isn't working verified

Comments

@jaks6
Copy link

jaks6 commented Nov 29, 2021

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

  1. 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 .
  2. 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 .

@jaks6 jaks6 added the bug Something isn't working label Nov 29, 2021
@junedchhipa
Copy link
Contributor

Thanks for reporting. The bug will be fixed with the release of next version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working verified
Projects
None yet
Development

No branches or pull requests

2 participants