Skip to content

Commit

Permalink
Show legend on error rate chart (#89234) (#89568)
Browse files Browse the repository at this point in the history
This probably was hidden for reasons related to implementing (or deferring the implementation of) comparisons.
  • Loading branch information
smith authored Jan 28, 2021
1 parent 3b60d54 commit c2d1f6b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ export function TransactionErrorRateChart({
data: errorRates,
type: 'linemark',
color: theme.eui.euiColorVis7,
hideLegend: true,
title: i18n.translate('xpack.apm.errorRate.chart.errorRate', {
defaultMessage: 'Error rate (avg.)',
}),
Expand Down

0 comments on commit c2d1f6b

Please sign in to comment.