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

[Heatmap] Using legend to hide items does not hide every element #1192

Closed
wylieconlon opened this issue Jun 4, 2021 · 1 comment · Fixed by #1273
Closed

[Heatmap] Using legend to hide items does not hide every element #1192

wylieconlon opened this issue Jun 4, 2021 · 1 comment · Fixed by #1273
Assignees
Labels
bug Something isn't working :heatmap Heatmap/Swimlane chart related issue Impact:High :legend Legend related issue released Issue released publicly

Comments

@wylieconlon
Copy link

The heatmap legend is not hiding all of the values, which is related to not all values being shown but a different issue. The main difference is that there are values which are appearing in the legend, but which are not being hidden properly:

In this screenshot I've hidden every item in the legend, which ranges from -10 to 50. Even with every value hidden, I am still seeing:

  • 0 and 10
  • -13, -11, and -16 (not shown in legend)

Screen Shot 2021-06-04 at 11 24 23 AM

@wylieconlon wylieconlon added bug Something isn't working :legend Legend related issue :heatmap Heatmap/Swimlane chart related issue labels Jun 4, 2021
@markov00 markov00 added this to To do in Heatmap Beta Jun 22, 2021
@markov00 markov00 self-assigned this Jul 27, 2021
@markov00 markov00 moved this from To do to In progress in Heatmap Beta Jul 28, 2021
Heatmap Beta automation moved this from In progress to Done Aug 16, 2021
markov00 added a commit that referenced this issue Aug 16, 2021
The heatmap legend now correctly shows all the colors and values associated with the chosen scale, without duplicates and with all the available color bands computed.

fix #1166, fix #1191, fix #1192
nickofthyme pushed a commit that referenced this issue Aug 16, 2021
## [33.2.3](v33.2.2...v33.2.3) (2021-08-16)

### Bug Fixes

* **heatmap:** compute nice legend items from color scale  ([#1273](#1273)) ([0d392ae](0d392ae)), closes [#1166](#1166) [#1191](#1191) [#1192](#1192)
@nickofthyme
Copy link
Collaborator

🎉 This issue has been resolved in version 33.2.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

@nickofthyme nickofthyme added the released Issue released publicly label Aug 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working :heatmap Heatmap/Swimlane chart related issue Impact:High :legend Legend related issue released Issue released publicly
Projects
No open projects
Heatmap Beta
  
Done
Development

Successfully merging a pull request may close this issue.

3 participants