Skip to content

Commit

Permalink
[APM] Updating latency and selected term viz colors
Browse files Browse the repository at this point in the history
  • Loading branch information
formgeist committed Feb 23, 2021
1 parent 93259e5 commit fec7305
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ function LatencyDistributionChart({
yScaleType={ScaleType.Linear}
xAccessor={'x'}
yAccessors={['y']}
color={theme.eui.euiColorVis1}
data={data?.overall?.distribution || []}
minBarHeight={5}
tickFormat={(d) => `${roundFloat(d)}%`}
Expand All @@ -270,7 +271,7 @@ function LatencyDistributionChart({
yScaleType={ScaleType.Linear}
xAccessor={'x'}
yAccessors={['y']}
color={theme.eui.euiColorAccent}
color={theme.eui.euiColorVis2}
data={getSelectedDistribution(data, selectedSignificantTerm)}
minBarHeight={5}
tickFormat={(d) => `${roundFloat(d)}%`}
Expand Down

0 comments on commit fec7305

Please sign in to comment.