alerting: improve annotations for pending state

This commit is contained in:
bergquist
2018-11-15 14:30:36 +01:00
parent e7260d77b3
commit 7ba04466a2
4 changed files with 19 additions and 1 deletions
+1
View File
@@ -7,6 +7,7 @@ export const DEFAULT_ANNOTATION_COLOR = 'rgba(0, 211, 255, 1)';
export const OK_COLOR = 'rgba(11, 237, 50, 1)';
export const ALERTING_COLOR = 'rgba(237, 46, 24, 1)';
export const NO_DATA_COLOR = 'rgba(150, 150, 150, 1)';
export const PENDING_COLOR = 'rgba(247, 149, 32, 1)';
export const REGION_FILL_ALPHA = 0.09;
const colors = [