grafana/public/app/plugins/panel/heatmap-new
Josh Hunt 3c6e0e8ef8
Chore: ESlint import order (#44959)
* Add and configure eslint-plugin-import

* Fix the lint:ts npm command

* Autofix + prettier all the files

* Manually fix remaining files

* Move jquery code in jest-setup to external file to safely reorder imports

* Resolve issue caused by circular dependencies within Prometheus

* Update .betterer.results

* Fix missing // @ts-ignore

* ignore iconBundle.ts

* Fix missing // @ts-ignore
2022-04-22 14:33:13 +01:00
..
img Heatmap: new panel based based on uPlot (#44080) 2022-02-16 14:49:17 -08:00
fields.test.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
fields.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
HeatmapHoverView.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
HeatmapPanel.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
migrations.test.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
migrations.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
models.cue Heatmap: new panel based based on uPlot (#44080) 2022-02-16 14:49:17 -08:00
models.gen.ts Chore: refactor core transformer folder structure (#45497) 2022-02-17 08:12:38 -08:00
module.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
palettes.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
plugin.json Heatmap: new panel based based on uPlot (#44080) 2022-02-16 14:49:17 -08:00
README.md Heatmap: new panel based based on uPlot (#44080) 2022-02-16 14:49:17 -08:00
suggestions.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
utils.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00

Heatmap Panel (NEXT GEN) - 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/