diff --git a/x-pack/plugins/apm/public/components/app/correlations/error_correlations.tsx b/x-pack/plugins/apm/public/components/app/correlations/error_correlations.tsx index 7fb7444a52f84..526aad56e743e 100644 --- a/x-pack/plugins/apm/public/components/app/correlations/error_correlations.tsx +++ b/x-pack/plugins/apm/public/components/app/correlations/error_correlations.tsx @@ -248,6 +248,7 @@ function ErrorTimeseriesChart({ yAccessors={['y']} data={overallData?.overall?.timeseries ?? []} curve={CurveType.CURVE_MONOTONE_X} + color={theme.eui.euiColorVis7} /> {correlationsData && selectedSignificantTerm ? (