grafana/public/app/plugins/panel/heatmap
kay delaney 8143991b94
Security: Update default CSP template and fix firefox CSP issues (#34836)
* Security: Update default content_security_policy_template
- Add 'strict-dynamic' back to script-src
- Add ws(s)://$ROOT_PATH to connect-src
- Change onEvent to on-event in angular templates to fix CSP issues in firefox.
- Add blob: to style-src
2021-05-28 17:01:10 +02:00
..
img Panels: Update panel logos (#23964) 2020-04-27 22:08:43 +02:00
partials Security: Update default CSP template and fix firefox CSP issues (#34836) 2021-05-28 17:01:10 +02:00
specs Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
axes_editor.ts Heatmap: use the standard unit picker component (#26751) 2020-08-03 09:01:38 -07:00
color_legend.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02: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: Update typescript to v4.2.4 (#33297) 2021-04-28 15:40:01 +03:00
heatmap_data_converter.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
heatmap_tooltip.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02: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 plugins: update meta data for all core plugins 2018-02-15 16:50:38 +01:00
rendering.ts GraphNG - shared cursor (#33433) 2021-05-10 14:24:23 +02: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/