Skip to content

Commit 0b919c7

Browse files
committed
feat(alerting): poc of dragable alert handles
1 parent 66c2594 commit 0b919c7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

public/app/plugins/panel/graph/graph.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ define([
1313
'jquery.flot.fillbelow',
1414
'jquery.flot.crosshair',
1515
'./jquery.flot.events',
16+
'./jquery.flot.alerts',
1617
],
1718
function (angular, $, moment, _, kbn, GraphTooltip) {
1819
'use strict';

public/sass/components/_panel_graph.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,3 +315,8 @@
315315
font-size: 12px;
316316
}
317317

318+
.alert-handle {
319+
padding: 0.4rem;;
320+
background-color: $dark-4;
321+
box-shadow: $search-shadow;
322+
}

0 commit comments

Comments
 (0)