Skip to content

Commit

Permalink
fix(flamegraph): fixed tooltip display with color blind palette (#1442)
Browse files Browse the repository at this point in the history
  • Loading branch information
StasDachinsky committed Aug 26, 2022
1 parent a0359dd commit 702ad8b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -152,7 +152,7 @@ export default function FlamegraphTooltip(props: FlamegraphTooltipProps) {
throw new Error(`Unsupported format:'`);
}
},
[numTicks, sampleRate, units, leftTicks, rightTicks]
[numTicks, sampleRate, units, leftTicks, rightTicks, palette]
);

return (
Expand Down

0 comments on commit 702ad8b

Please sign in to comment.