Similar to #50658. Improves contrast/readability on the span sample chart. - Increase font size - Change colour and background
@@ -107,9 +107,11 @@ function DurationChart({
},
emphasis: {disabled: true},
label: {
- fontSize: 11,
position: 'insideEndBottom',
formatter: () => 'Average',
+ fontSize: 14,
+ color: theme.chartLabel,
+ backgroundColor: theme.chartOther,
};