mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Remove ? as header for piechart table legend (#39521)
This commit is contained in:
parent
4a6e354497
commit
71122930b9
@ -124,7 +124,7 @@ function getLegend(props: Props, displayValues: FieldDisplay[]) {
|
||||
hidden || isNaN(fractionOfTotal)
|
||||
? props.fieldConfig.defaults.noValue ?? '-'
|
||||
: percentOfTotal.toFixed(0) + '%',
|
||||
title: valuesToShow.length > 1 ? 'Percent' : undefined,
|
||||
title: valuesToShow.length > 1 ? 'Percent' : '',
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user