grafana/public/app/features/alerting/state
Justin Palpant 85d0d6f7cd
Add toggle to disable alert rendering line and fill on Graph panel (#25705)
* Squash four commits and claim.

Credit to @ikkemaniac in #25034, but taking this to sign CLA and get it landed. Four commit message were:

- add 'fill' switch on Alert Tab
- add 'fill' to Alert init model. Make default value 'true' not to break current design
- use newly created alert.fill when rendering graph
- add 'line' switch on Alert tab, add 'line' to Alert init model. Set default to 'true' not to break current design. Use newly created alert.line when rendering graph

Should close feature req #7258.

* Move alert toggle to Display tab.

* Move alertThreshold to PanelModel.options.

* Fix ThresholdMapper tests by adding options to each mocked panel.

* Update documentation for the new display option.

* Update docs with review feedback.

* Handle onRender with null panel in ThresholdMapper
2020-08-03 09:50:36 -07:00
..
actions.ts Migration: Migrate New notification channel page (#25265) 2020-06-29 13:39:12 +02:00
alertDef.ts Chore: Fix all Typescript strict null errors (#26204) 2020-07-10 12:46:59 +02:00
reducers.test.ts Datasource/Cloudwatch: Adds support for Cloudwatch Logs (#23566) 2020-04-25 22:48:20 +02:00
reducers.ts Migration: Migrate New notification channel page (#25265) 2020-06-29 13:39:12 +02:00
selectors.test.ts Chore: No implict any fixes (#17020) 2019-05-13 09:38:19 +02:00
selectors.ts Chore: Fix all Typescript strict null errors (#26204) 2020-07-10 12:46:59 +02:00
ThresholdMapper.test.ts Add toggle to disable alert rendering line and fill on Graph panel (#25705) 2020-08-03 09:50:36 -07:00
ThresholdMapper.ts Add toggle to disable alert rendering line and fill on Graph panel (#25705) 2020-08-03 09:50:36 -07:00