Skip to content

Commit

Permalink
Merge branch 'main' into fix-suppression-max-signals
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallmain authored Nov 30, 2022
2 parents c4d72cd + 1c076ee commit 59d7586
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 59d7586

Please sign in to comment.