(cherry picked from commit 71122930b9)
This commit is contained in:
@@ -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' : '',
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user