Skip to content

Commit

Permalink
[Lens] Enables the tooltip on partition charts (#146620)
Browse files Browse the repository at this point in the history
## Summary

Closes #146574

<img width="1059" alt="image"
src="https://user-images.githubusercontent.com/17003240/204623693-a2d17c66-cd86-450b-b50f-e2ced880e46f.png">

(cherry picked from commit 1c076ee)
  • Loading branch information
stratoula committed Nov 30, 2022
1 parent c52136b commit db2bbf0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ const generateCommonArguments = (
truncateLegend:
layer.truncateLegend ?? getDefaultVisualValuesForLayer(state, datasourceLayers).truncateText,
palette: generatePaletteAstArguments(paletteService, state.palette),
addTooltip: false,
addTooltip: true,
};
};

Expand Down

0 comments on commit db2bbf0

Please sign in to comment.