Browse Source

set default color mode

Marcus Efraimsson 7 years ago
parent
commit
81efc00adf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/app/plugins/panel/graph/time_regions_form.ts

+ 1 - 1
public/app/plugins/panel/graph/time_regions_form.ts

@@ -32,7 +32,7 @@ export class TimeRegionFormCtrl {
       from: undefined,
       from: undefined,
       toDayOfWeek: undefined,
       toDayOfWeek: undefined,
       to: undefined,
       to: undefined,
-      colorMode: 'critical',
+      colorMode: 'background6',
       fill: true,
       fill: true,
       line: false,
       line: false,
     });
     });