Skip to content

Commit

Permalink
[APM] use conventional error rate color for correlations (#103500)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgieselaar authored Jun 30, 2021
1 parent eca1460 commit 8cf6e00
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ function ErrorTimeseriesChart({
yAccessors={['y']}
data={overallData?.overall?.timeseries ?? []}
curve={CurveType.CURVE_MONOTONE_X}
color={theme.eui.euiColorVis7}
/>

{correlationsData && selectedSignificantTerm ? (
Expand Down

0 comments on commit 8cf6e00

Please sign in to comment.