Skip to content

Commit

Permalink
[Lens] Enables the tooltip on partition charts (elastic#146620)
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula authored Nov 30, 2022
1 parent 43df3f9 commit 1c076ee
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 1c076ee

Please sign in to comment.