grafana/public/app/plugins/panel/heatmap
renovate[bot] e84a01e870
Update jest monorepo to v29 (#58261)
* Update jest monorepo to v29

* update snapshots + wrap test in act

* fix linting errors: jest.mocked now defaults to deep mocking

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2022-11-24 14:00:41 +00: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: Replace the heatmap panel with new implementation (#50229) 2022-06-23 11:48:28 -07:00
fields.ts Heatmap: Fix tooltip y range of top and bottom buckets in calculated heatmaps (#59172) 2022-11-22 20:54:54 -07:00
HeatmapHoverView.tsx Heatmap: Fix tooltip y range of top and bottom buckets in calculated heatmaps (#59172) 2022-11-22 20:54:54 -07:00
HeatmapPanel.tsx Heatmap: honor dashboard timezone in x axis and fix tooltip time range (#56909) 2022-10-14 04:11:20 -05:00
migrations.test.ts Update jest monorepo to v29 (#58261) 2022-11-24 14:00:41 +00:00
migrations.ts Heatmap: Add option to reverse color scheme (#54365) 2022-09-07 11:09:44 -05:00
models.cue plugins: New static scanner and validator, with Thema slot support (#53754) 2022-08-22 12:11:45 -04:00
models.gen.ts Heatmap: Add option to reverse color scheme (#54365) 2022-09-07 11:09:44 -05:00
module.tsx Heatmap: Add option to reverse color scheme (#54365) 2022-09-07 11:09:44 -05:00
palettes.ts Heatmap: fix color scheme reversal (#56227) 2022-10-04 02:17:58 -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
suggestions.ts Heatmap: Replace the heatmap panel with new implementation (#50229) 2022-06-23 11:48:28 -07:00
utils.test.ts Heatmap: Replace the heatmap panel with new implementation (#50229) 2022-06-23 11:48:28 -07:00
utils.ts Number formatting: only 0-trim decimals in y axis ticks. omit currency, locale units. (#57386) 2022-10-21 21:35:29 -06: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/