Skip to content

Refine and fix bugs in heatmap data products.#177

Merged
dakotablair merged 2 commits intomainfrom
heatmap-fixes
Mar 20, 2024
Merged

Refine and fix bugs in heatmap data products.#177
dakotablair merged 2 commits intomainfrom
heatmap-fixes

Conversation

@dakotablair
Copy link
Copy Markdown
Collaborator

This PR adds dataview links to heatmap tooltips. It also abbreviates row and column names in the heatmap. The full names are included in the tooltip. These abbreviations are not always unique, and plotly performs poorly in that case, so a zero-width workaround is included to fix this issue.

This commit adds dataview links to heatmap tooltips. It also abbreviates row
and column names in the heatmap. The full names are included in the tooltip.
These abbreviations are not always unique, and plotly performs poorly in that
case, so a zero-width workaround is included to fix this issue.
This commit is more explicit about placement of row and column headers so that
repeated headers do not inadvertently collide. This is important since we are
abbreviating some headers. This removes the need for the zero-width workaround
and any overly-detailed explanatory comments.
@dakotablair dakotablair merged commit 40ed4dd into main Mar 20, 2024
@dakotablair dakotablair deleted the heatmap-fixes branch March 20, 2024 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants