Skip to content

Commit ade7177

Browse files
authored
[APM] Charts: Disable showing values on series labels (#127646)
1 parent 041b5e1 commit ade7177

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x-pack/plugins/apm/public/components/shared/charts/timeseries_chart.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ export function TimeseriesChart({
129129
tooltip: { visible: true },
130130
}}
131131
showLegend
132-
showLegendExtra
133132
legendPosition={Position.Bottom}
134133
xDomain={xDomain}
135134
onLegendItemClick={(legend) => {

0 commit comments

Comments
 (0)