grafana/public/app/plugins/panel/graph
Dominik Prokop d2a13c4715
FieldOverride: Support data links via field overrides (#23590)
* Move xss and sanitize packages to grafana-data

* Move text, url and location utils to grafana-data

* Move grafana config types to grafana-data

* Move field display value proxy to grafana-data

* Fix

* Move data links built in vars to grafana-data

* Attach links supplier to when applying field overrides

* Prep tests

* Use links suppliers attached via field overrides

* locationUtil dependencies type

* Move sanitize-url declaration to grafana-data

* Revert "Move sanitize-url declaration to grafana-data"

This reverts commit 11db9f5e55.

* Fix typo

* fix ts vol1

* Remove import from runtime in data.... Make TS happy at the same time ;)

* Lovely TS, please shut up

* Lovely TS, please shut up vol2

* fix tests

* Fixes

* minor refactor

* Attach get links to FieldDisplayValue for seamless usage

* Update packages/grafana-data/src/field/fieldOverrides.ts

* Make storybook build
2020-04-20 07:37:38 +02:00
..
img added new icons for default panels 2016-03-24 16:14:51 -04:00
Legend @grafana/ui: Replace various icons using Icon component (#23442) 2020-04-12 22:20:02 +02:00
specs Inspector: remove feature flag and angular "Export CSV" menu option (#23160) 2020-04-03 11:24:50 -07:00
align_yaxes.ts Chore: reduce null check errors to 788 (currently over 798) (#23449) 2020-04-09 08:29:36 +02:00
axes_editor.html e2e: Uses Cypress instead of Puppeteer (#20753) 2019-12-09 00:14:25 -08:00
axes_editor.ts e2e: Migrates query variable CRUD tests to new framework (#21146) 2019-12-18 06:13:58 +01:00
data_processor.ts Chore: Reorg packages (#20111) 2019-10-31 10:48:05 +01:00
graph_tooltip.d.ts feat(plugins): work on plugin directive loading 2016-01-14 13:21:05 +01:00
graph_tooltip.ts FieldOverride: Support data links via field overrides (#23590) 2020-04-20 07:37:38 +02:00
graph.ts @grafana/ui: Replace various icons using Icon component (#23442) 2020-04-12 22:20:02 +02:00
GraphContextMenuCtrl.ts Explore: Context tooltip to copy labels and values from graph (#21405) 2020-01-17 15:52:08 +01:00
histogram.ts noImplicitAny: Reduce errors to 3800-ish (#17781) 2019-06-27 13:21:04 +02:00
jquery.flot.events.ts TSLint → ESLint (#21006) 2020-02-08 02:40:04 +01:00
module.ts Inspector: remove feature flag and angular "Export CSV" menu option (#23160) 2020-04-03 11:24:50 -07:00
plugin.json Plugins: Remove dataFormats key and add skipDataQuery (#16984) 2019-05-10 07:46:14 +02:00
README.md Docs: fixed broken doc link for graph and table panels (#21238) 2019-12-23 17:41:27 +01:00
series_overrides_ctrl.ts Graph: Add fill gradient option to series override line fill (#20941) 2019-12-10 09:09:48 +01:00
tab_display.html Theme: Typography variables overhaul, theme cleanup, improvents to storybook ThemeColors component (#23531) 2020-04-14 11:32:14 +02:00
tab_drilldown_links.html Graph: Add data links feature (click on graph) (#17267) 2019-06-25 11:38:51 +02:00
tab_legend.html Legend toggle should only trigger a re-render, not a refresh 2019-02-01 14:16:27 -05:00
tab_thresholds_time_regions.html removed side menu from display options, kept overrides in display options, moved thresholds and time regions to its own section in visualization 2018-12-07 15:18:43 +01:00
template.ts DataLinks: enable access to labels & field names (#18918) 2019-09-13 16:38:21 +02:00
threshold_manager.ts Alerting: Improve alert threshold handle dragging behavior (#20922) 2019-12-09 10:49:35 +01:00
thresholds_form.html Theme: Typography variables overhaul, theme cleanup, improvents to storybook ThemeColors component (#23531) 2020-04-14 11:32:14 +02:00
thresholds_form.ts Theme: Typography variables overhaul, theme cleanup, improvents to storybook ThemeColors component (#23531) 2020-04-14 11:32:14 +02:00
time_region_manager.ts Chore: reduce null check errors to 788 (currently over 798) (#23449) 2020-04-09 08:29:36 +02:00
time_regions_form.html Theme: Typography variables overhaul, theme cleanup, improvents to storybook ThemeColors component (#23531) 2020-04-14 11:32:14 +02:00
time_regions_form.ts noImplicitAny: time region manager etc. (#17729) 2019-06-25 09:49:31 +02:00

Graph Panel

This is the main Graph panel and is included with Grafana. It provides a very rich set of graphing options.

For full reference documentation:

https://grafana.com/docs/grafana/latest/features/panels/graph/