Skip to content

Commit

Permalink
Change default stack of alerts histogram to signal.rule.name
Browse files Browse the repository at this point in the history
  • Loading branch information
rylnd committed Jul 14, 2020
1 parent 74d6bcf commit d0d46aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const NO_LEGEND_DATA: LegendItem[] = [];
export const AlertsHistogramPanel = memo<AlertsHistogramPanelProps>(
({
chartHeight,
defaultStackByOption = alertsHistogramOptions[0],
defaultStackByOption = alertsHistogramOptions[8], // signal.rule.name
deleteQuery,
filters,
headerChildren,
Expand Down

0 comments on commit d0d46aa

Please sign in to comment.