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] several improvements #301

Merged
merged 1 commit into from
Apr 9, 2016
Merged

[heatmap] several improvements #301

merged 1 commit into from
Apr 9, 2016

Conversation

williaster
Copy link
Contributor

@mistercrunch @michellethomas

This PR fixes some bugs and adds improvements to the heatmap vis:

  • fix bug to display this view properly in dashboards (was not displaying at all)
  • fix bug to display heatmap d3-tip tooltips in dashboards (z-index was off)
  • don't show empty tooltips on heatmap (pretty bad UI before / not useful)
  • update logic for margins so they fit dynamically based on label size (see pic); this was pretty bad and could vary hugely based on dataset
  • remove fire as default heatmap color scheme in favor of blue_white_yellow because it looks nicer

image

…g to display their d3-tip tooltips in dashboards. don't show empty tooltips on heatmap. update logic for margins so they fit dynamically based on label size.
position: relative;
top: 0;
left: 0;
height: 100%;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

height was main issue in dashboards, the other rules were in JS before.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 72.041% when pulling 7396437 on chris/heatmap-fixes into 0afa5d2 on master.

@mistercrunch
Copy link
Member

awesome!

@mistercrunch mistercrunch merged commit ef64884 into master Apr 9, 2016
@williaster williaster deleted the chris/heatmap-fixes branch April 9, 2016 00:55
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.8.7 labels Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.8.7
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants