Skip to content

Commit

Permalink
fix: properly render inactive state in horizontal chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadshaheer committed Sep 4, 2024
1 parent bc53f2d commit 9381730
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Color } from '@signozhq/design-tokens';

export const ALERT_STATUS: { [key: string]: number } = {
firing: 0,
inactive: 0,
inactive: 1,
normal: 1,
'no-data': 2,
disabled: 3,
Expand Down

0 comments on commit 9381730

Please sign in to comment.