grafana/public/app/plugins/panel/heatmap
Victor Marin e1bc3fad83
Heatmap: Migrate to CUE (#62173)
* IP migrate heatmap to cue

* WIP

* refactor

* change usages and refactor panelcfg

* CR modifications and docs

* refactor, enable heatmap cue generation, overwrite enum values in types.ts

* small refactor

* refactor types.ts

* cr modifications

* docs
2023-03-01 17:47:21 +02: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
fields.test.ts Heatmap: Migrate to CUE (#62173) 2023-03-01 17:47:21 +02:00
fields.ts Heatmap: Migrate to CUE (#62173) 2023-03-01 17:47:21 +02:00
HeatmapHoverView.tsx Heatmap: Migrate to CUE (#62173) 2023-03-01 17:47:21 +02:00
HeatmapPanel.tsx Heatmap: Migrate to CUE (#62173) 2023-03-01 17:47:21 +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 Heatmap: Migrate to CUE (#62173) 2023-03-01 17:47:21 +02:00
palettes.ts Heatmap: Migrate to CUE (#62173) 2023-03-01 17:47:21 +02:00
panelcfg.cue Heatmap: Migrate to CUE (#62173) 2023-03-01 17:47:21 +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 Heatmap: Migrate to CUE (#62173) 2023-03-01 17:47:21 +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: Migrate to CUE (#62173) 2023-03-01 17:47:21 +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/