Skip to content

Commit

Permalink
Update x-pack/plugins/apm/public/components/shared/charts/transaction…
Browse files Browse the repository at this point in the history
…_coldstart_rate_chart/index.tsx

Co-authored-by: Casper Hübertz <casper@formgeist.com>
  • Loading branch information
2 people authored and gbamparop committed Jan 12, 2022
1 parent 2ee3699 commit 62387a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export function TransactionColdstartRateChart({
{
data: data.currentPeriod.transactionColdstartRate,
type: 'linemark',
color: theme.eui.euiColorVis6,
color: theme.eui.euiColorVis5,
title: i18n.translate('xpack.apm.coldstartRate.chart.coldstartRate', {
defaultMessage: 'Cold start rate (avg.)',
}),
Expand Down

0 comments on commit 62387a1

Please sign in to comment.