Skip to content

fix(explore): heatmap z-axis value in tooltip showing logarithmic value#116844

Merged
nikkikapadia merged 1 commit into
masterfrom
nikki/fix/heat-map-plottable-parsing-error
Jun 4, 2026
Merged

fix(explore): heatmap z-axis value in tooltip showing logarithmic value#116844
nikkikapadia merged 1 commit into
masterfrom
nikki/fix/heat-map-plottable-parsing-error

Conversation

@nikkikapadia

Copy link
Copy Markdown
Member

To use logarithmic z-axis colour scale, the z-axis values were being converted to log values. We were just displaying that value in the tooltip instead of converting it back to it's regular value (aka an integer) so now it looks normal.

Before After
image image

@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jun 4, 2026
@nikkikapadia nikkikapadia marked this pull request as ready for review June 4, 2026 15:02
@nikkikapadia nikkikapadia requested a review from a team as a code owner June 4, 2026 15:02
@nikkikapadia nikkikapadia merged commit 90302ad into master Jun 4, 2026
71 checks passed
@nikkikapadia nikkikapadia deleted the nikki/fix/heat-map-plottable-parsing-error branch June 4, 2026 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants