diff --git a/public/app/plugins/panel/graph/threshold_manager.ts b/public/app/plugins/panel/graph/threshold_manager.ts index 2638277e5b9..741c9c76427 100644 --- a/public/app/plugins/panel/graph/threshold_manager.ts +++ b/public/app/plugins/panel/graph/threshold_manager.ts @@ -87,7 +87,8 @@ export class ThresholdManager { renderHandle(handleIndex: number, defaultHandleTopPos: number) { const model = this.thresholds[handleIndex]; - if (!model.visible) { + // alerting defines + if (!model.visible && (this.panelCtrl as any).alert) { return; }