Skip to content

Commit

Permalink
UX fixes for duration chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ymao1 committed Nov 2, 2021
1 parent 1e723e5 commit 573688a
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ export const ExecutionDurationChart: React.FunctionComponent<ComponentOpts> = ({
}}
/>
<BarSeries
id={i18n.translate(
id="executionDuration"
name={i18n.translate(
'xpack.triggersActionsUI.sections.executionDurationChart.durationLabel',
{
defaultMessage: `Duration`,
Expand All @@ -95,7 +96,8 @@ export const ExecutionDurationChart: React.FunctionComponent<ComponentOpts> = ({
minBarHeight={2}
/>
<LineSeries
id={i18n.translate(
id="rule_duration_avg"
name={i18n.translate(
'xpack.triggersActionsUI.sections.executionDurationChart.avgDurationLabel',
{
defaultMessage: `Avg Duration`,
Expand Down

0 comments on commit 573688a

Please sign in to comment.