grafana/public/app/plugins/panel/heatmap
Stephanie Closson 3acc318d72
Chore: reduce null check errors to 788 (currently over 798) (#23449)
* Fixed ts errors so build will succeed

* Update packages/grafana-data/src/types/graph.ts

Co-Authored-By: Ryan McKinley <ryantxu@gmail.com>

* Feedback from code review

* Leaving out trivial typing's

* Fix error with color being undefined now.

* fix test with timezone issue

* Fixed test

Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2020-04-09 08:29:36 +02:00
..
img ux: updated heatmap and alertlist icons 2017-05-05 11:43:42 +02:00
partials Heatmap: Insert div to fix layout (#20056) 2019-11-01 09:08:52 -07:00
specs Chore: Bumps prettier version for new typescript syntax support (#20463) 2019-11-19 13:59:39 +00:00
axes_editor.ts noImplicitAny: time region manager etc. (#17729) 2019-06-25 09:49:31 +02:00
color_legend.ts Heatmap: Legend color range is incorrect when using custom min/max (#21748) 2020-01-28 13:58:28 +01:00
color_scale.ts Chore: reduce null check errors to 788 (currently over 798) (#23449) 2020-04-09 08:29:36 +02:00
display_editor.ts noImplicitAny: Fix basic errors (#17668) 2019-06-19 19:59:03 +02:00
heatmap_ctrl.ts Chore: reduce null check errors to 788 (currently over 798) (#23449) 2020-04-09 08:29:36 +02:00
heatmap_data_converter.ts Chore: reduce null check errors to 788 (currently over 798) (#23449) 2020-04-09 08:29:36 +02:00
heatmap_tooltip.ts Heatmap: fix formatting (#21433) 2020-01-10 12:50:30 +01:00
module.html heatmap: some legend fixes 2017-08-01 16:23:01 +03:00
module.ts prettier: ran on all files again, sorry. now settings are defined in package.json 2017-12-21 08:39:31 +01:00
plugin.json Plugins: Remove dataFormats key and add skipDataQuery (#16984) 2019-05-10 07:46:14 +02:00
README.md plugins: update meta data for all core plugins 2018-02-15 16:50:38 +01:00
rendering.ts PanelChrome: Use react Panel Header for angular panels. (#21265) 2020-02-09 10:53:34 +01:00
types.ts Chore: Fix noImplicitAny issues (#17636) 2019-06-19 13:40:42 +02:00

Heatmap Panel - Native Plugin

The Heatmap panel allows you to view histograms over time and is included with Grafana.

Read more about it here:

http://docs.grafana.org/features/panels/heatmap/