grafana/public/app/plugins/panel/heatmap
2023-05-09 23:16:35 -05:00
..
img Panels: Update panel logos (#23964) 2020-04-27 22:08:43 +02:00
partials Heatmap: Adds width property to YAxis (#35230) 2021-06-09 06:14:03 +02:00
ExemplarModalHeader.tsx Prometheus: Add exemplar modal "locking" for time series (#63896) 2023-04-13 10:28:04 -05:00
fields.test.ts Heatmap: Migrate to CUE (#62173) 2023-03-01 17:47:21 +02:00
fields.ts PanelQueryRunner: Return previous processed (transform+field config) series for loading state (#67768) 2023-05-07 15:21:40 +02:00
HeatmapHoverView.tsx FieldValues: Use simple array in panel visualizations (#66706) 2023-04-17 14:46:29 -07:00
HeatmapPanel.tsx PanelQueryRunner: Return previous processed (transform+field config) series for loading state (#67768) 2023-05-07 15:21:40 +02:00
migrations.test.ts Update jest monorepo to v29 (#58261) 2022-11-24 14:00:41 +00:00
migrations.ts Heatmap: Migrate to CUE (#62173) 2023-03-01 17:47:21 +02:00
module.tsx PanelQueryRunner: Return previous processed (transform+field config) series for loading state (#67768) 2023-05-07 15:21:40 +02:00
palettes.ts Heatmap: Migrate to CUE (#62173) 2023-03-01 17:47:21 +02:00
panelcfg.cue Chore: Update Cuetsy to v0.1.8 version (#66456) 2023-04-14 16:45:54 +02:00
panelcfg.gen.ts Heatmap: Migrate to CUE (#62173) 2023-03-01 17:47:21 +02:00
plugin.json Heatmap: Replace the heatmap panel with new implementation (#50229) 2022-06-23 11:48:28 -07:00
README.md Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 2021-09-29 14:34:40 +02:00
suggestions.ts PanelQueryRunner: Return previous processed (transform+field config) series for loading state (#67768) 2023-05-07 15:21:40 +02:00
types.ts Heatmap: Migrate to CUE (#62173) 2023-03-01 17:47:21 +02:00
utils.test.ts Heatmap: Replace the heatmap panel with new implementation (#50229) 2022-06-23 11:48:28 -07:00
utils.ts Heatmap: Fix color rendering for value ranges < 1 (#68156) 2023-05-09 23:16:35 -05: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/