grafana/public/app/plugins/panel/graph
Marcus Andersson 41bc1aa3ae
DataLinks: make sure we use the correct datapoint when dataset contains null value. (#22981)
* Fix to make sure we have the correct dataIndex when using data links.

* fixed strict null errors.

* decreased number of errors.
2020-03-24 08:19:19 +01:00
..
img added new icons for default panels 2016-03-24 16:14:51 -04:00
Legend strictNullChecks: First batch (#18390) 2019-08-12 16:11:06 +02:00
specs PanelChrome: Use react Panel Header for angular panels. (#21265) 2020-02-09 10:53:34 +01:00
align_yaxes.ts PanelChrome: Use react Panel Header for angular panels. (#21265) 2020-02-09 10:53:34 +01: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 Fix: when clicking a plot on a touch device we won't display the annotation menu (#21479) 2020-01-14 14:16:44 +01:00
graph.ts DataLinks: make sure we use the correct datapoint when dataset contains null value. (#22981) 2020-03-24 08:19:19 +01: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 NewPanelEditor: Making angular panels reuse data and render on edit mode enter (#22229) 2020-02-17 07:28:53 +01: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 Graph: Added new fill gradient option (#17528) 2019-06-13 20:06:04 +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 Graph Panel: Fixed typo in thresholds form (#21903) 2020-02-04 10:04:21 +01:00
thresholds_form.ts noImplicitAny: Reduce errors to 3800-ish (#17781) 2019-06-27 13:21:04 +02:00
time_region_manager.ts Chore: Reorg packages (#20111) 2019-10-31 10:48:05 +01:00
time_regions_form.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
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/