We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f193d9c commit bafe9dfCopy full SHA for bafe9df
2 files changed
x-pack/plugins/lens/public/pie_visualization/toolbar.tsx
@@ -125,7 +125,7 @@ export function PieToolbar(props: VisualizationToolbarProps<PieVisualizationStat
125
title={i18n.translate('xpack.lens.pieChart.valuesLabel', {
126
defaultMessage: 'Labels',
127
})}
128
- type="values"
+ type="labels"
129
groupPosition="left"
130
buttonDataTestSubj="lnsLabelsButton"
131
>
x-pack/plugins/lens/public/shared_components/toolbar_popover.tsx
@@ -11,6 +11,7 @@ import { EuiIconLegend } from '../assets/legend';
11
12
const typeToIconMap: { [type: string]: string | IconType } = {
13
legend: EuiIconLegend as IconType,
14
+ labels: 'visText',
15
values: 'number',
16
};
17
0 commit comments