grafana/public/app/plugins/panel/heatmap
2024-08-01 15:40:43 -05:00
..
img
partials
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
README.md
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
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/