grafana/public/app/plugins/panel/heatmap
2024-08-01 15:40:43 -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
tooltip Heatmap: Update tooltip UX (#79429) 2023-12-15 19:17:49 -06:00
ExemplarModalHeader.tsx React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00
fields.test.ts kindsys: Adapt to new PanelCfg schema interface (#65297) 2023-05-15 23:07:54 -04:00
fields.ts Heatmap: Use dashboard timeRange for auto-sizing x buckets (#89382) 2024-06-18 21:51:20 -05:00
HeatmapPanel.tsx React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00
HeatmapTooltip.tsx React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00
migrations.test.ts Heatmap: All tooltip mode selector (#79956) 2024-01-05 13:11:24 -06:00
migrations.ts Heatmap: All tooltip mode selector (#79956) 2024-01-05 13:11:24 -06:00
module.tsx VizTooltip: Hide tooltip options from when tooltip is hidden (#89864) 2024-06-28 00:49:20 +03:00
palettes.ts kindsys: Adapt to new PanelCfg schema interface (#65297) 2023-05-15 23:07:54 -04:00
panelcfg.cue AnnotationsPlugin2: Implement support for rectangular annotations in Heatmap (#88107) 2024-06-05 16:48:37 -05:00
panelcfg.gen.ts AnnotationsPlugin2: Implement support for rectangular annotations in Heatmap (#88107) 2024-06-05 16:48:37 -05: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
renderHistogram.tsx Heatmap: Fix histogram highlighted series (#86955) 2024-04-29 16:02:38 -05:00
suggestions.ts Heatmap: Use dashboard timeRange for auto-sizing x buckets (#89382) 2024-06-18 21:51:20 -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 Heatmap: Skip null values instead of treating as 0 (#91424) 2024-08-01 15:40:43 -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/