From 9205b82f19d44ef79806d136444617626c46e393 Mon Sep 17 00:00:00 2001 From: Dominik Prokop Date: Tue, 19 Mar 2019 16:38:14 +0100 Subject: [PATCH] Remove leftover from first iteration --- public/app/plugins/panel/graph/thresholds_form.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/app/plugins/panel/graph/thresholds_form.ts b/public/app/plugins/panel/graph/thresholds_form.ts index c67a030188d..08acd887559 100644 --- a/public/app/plugins/panel/graph/thresholds_form.ts +++ b/public/app/plugins/panel/graph/thresholds_form.ts @@ -31,8 +31,6 @@ export class ThresholdFormCtrl { fill: true, line: true, yaxis: 'left', - fillColor: 'rgba(234,112, 112, 0.12)', - lineColor: 'rgba(237, 46, 24, 0.60)', }); this.panelCtrl.render(); }