mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
TimeSeriesPanel: Allow threshold indicators without change handler (#60575)
This commit is contained in:
@@ -45,6 +45,13 @@ export interface PanelContext {
|
||||
*/
|
||||
canEditThresholds?: boolean;
|
||||
|
||||
/**
|
||||
* Shows threshold indicators on the right-hand side of the panel
|
||||
*
|
||||
* @alpha -- experimental
|
||||
*/
|
||||
showThresholds?: boolean;
|
||||
|
||||
/**
|
||||
* Called when a panel wants to change default thresholds configuration
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user