grafana/public/app/plugins/panel/heatmap
2023-07-25 14:13:59 -07: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 kindsys: Adapt to new PanelCfg schema interface (#65297) 2023-05-15 23:07:54 -04:00
fields.ts Heatmap: Use displayName to test if numeric bucket fields (#71407) 2023-07-14 18:19:36 -05:00
HeatmapHoverView.tsx Heatmap: Clean up datalink code (#72296) 2023-07-25 14:13:59 -07:00
HeatmapPanel.tsx Heatmap: Clean up datalink code (#72296) 2023-07-25 14:13:59 -07:00
migrations.test.ts Update jest monorepo to v29 (#58261) 2022-11-24 14:00:41 +00:00
migrations.ts kindsys: Adapt to new PanelCfg schema interface (#65297) 2023-05-15 23:07:54 -04:00
module.tsx Heatmap: Build cell colors during data prep instead of render (#71509) 2023-07-12 18:23:30 -05:00
palettes.ts kindsys: Adapt to new PanelCfg schema interface (#65297) 2023-05-15 23:07:54 -04:00
panelcfg.cue kindsys: Adapt to new flattened lineage syntax in Thema (#68034) 2023-05-24 10:47:25 +02:00
panelcfg.gen.ts Chore: Generate plugin version and remove lineage version (#69781) 2023-06-27 12:47:14 +03: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 Heatmap: Build cell colors during data prep instead of render (#71509) 2023-07-12 18:23:30 -05:00
types.ts kindsys: Adapt to new PanelCfg schema interface (#65297) 2023-05-15 23:07:54 -04:00
utils.test.ts Heatmap: Replace the heatmap panel with new implementation (#50229) 2022-06-23 11:48:28 -07:00
utils.ts PanelContext: Provide events scope identifier (#71561) 2023-07-18 06:27:33 -07: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/