grafana/public/app/plugins/panel/heatmap
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 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
specs Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
axes_editor.ts Heatmap: use the standard unit picker component (#26751) 2020-08-03 09:01:38 -07:00
color_legend.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
color_scale.ts Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
display_editor.ts AngularPanels: Fixes issue with some panels not rendering when going into edit mode due to no height (#30113) 2021-01-08 15:20:02 +01:00
heatmap_ctrl.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
heatmap_data_converter.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
heatmap_tooltip.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
module.html heatmap: some legend fixes 2017-08-01 16:23:01 +03:00
module.ts prettier: ran on all files again, sorry. now settings are defined in package.json 2017-12-21 08:39:31 +01:00
plugin.json TimeSeries: Make timeseries the default panel and remove beta state (#33639) 2021-05-05 13:19:14 +02: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
rendering.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
types.ts Chore: Fix noImplicitAny issues (#17636) 2019-06-19 13:40:42 +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/