grafana/public/app/plugins/panel/graph
Kristina 773da0e330
Explore: Add t * keybindings to change time range (#45020)
* Add keybindings to explore, allow override of dashboard model update for explore update

* Remove edits to Dashboard Model, add definition when url params should be updated

* Add tests

* Add and expose util function instead of bringing in unrelated library do not define explicit path to library file

* Use more generic model for TimeSrv

* Remove url utility functions, use javascript function instead

* Break out TimeModel into new type and bring it in

* condense object creation
2022-02-17 07:39:02 -06:00
..
Legend Chore: Reduce number of strict typescript errors (#34595) 2021-06-01 13:47:29 +01:00
img
specs Chore: Set tsconfig target to ES6 (#44842) 2022-02-10 14:37:39 +01:00
GraphContextMenuCtrl.ts Chore: Update typescript to v4.2.4 (#33297) 2021-04-28 15:40:01 +03:00
GraphMigrations.test.ts Update dependency prettier to v2.5.1 (#43473) 2022-02-02 12:02:32 +00:00
GraphMigrations.ts
README.md
align_yaxes.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
annotation_tooltip.ts Angular: Isolate angular more (#41440) 2021-11-10 11:05:36 +01:00
axes_editor.html A11y: Fix misc. fastpass issues (#41088) 2021-11-01 14:45:23 +00:00
axes_editor.ts
data_processor.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
event_editor.ts Angular: Isolate angular more (#41440) 2021-11-10 11:05:36 +01:00
event_manager.ts Angular: Isolate angular more (#41440) 2021-11-10 11:05:36 +01:00
graph.ts Angular: Isolate angular more (#41440) 2021-11-10 11:05:36 +01:00
graph_tooltip.d.ts
graph_tooltip.ts TooltipPlugin: Remove other panels' shared tooltip in edit panel (#42187) 2021-11-29 19:27:56 +02:00
histogram.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
jquery.flot.events.ts Angular: only bootstrap the root application element (#40822) 2021-10-29 11:31:41 +02:00
module.ts Explore: Add t * keybindings to change time range (#45020) 2022-02-17 07:39:02 -06:00
plugin.json TimeSeries: Make timeseries the default panel and remove beta state (#33639) 2021-05-05 13:19:14 +02:00
series_overrides_ctrl.ts Update dependency prettier to v2.5.1 (#43473) 2022-02-02 12:02:32 +00:00
tab_display.html AngularMigration: Add migration button to old graph panel (#41600) 2021-11-15 19:31:03 +01:00
tab_legend.html
tab_series_overrides.html
tab_thresholds.html
tab_time_regions.html
template.ts Security: Update default CSP template and fix firefox CSP issues (#34836) 2021-05-28 17:01:10 +02:00
threshold_manager.ts AngularPanels: Move angular panel infra & components to angular/app folder (#40373) 2021-10-13 16:59:47 +02:00
thresholds_form.html Security: Update default CSP template and fix firefox CSP issues (#34836) 2021-05-28 17:01:10 +02:00
thresholds_form.ts Angular: Move coreModule to app/angular and isolate angular usage more (#41433) 2021-11-09 08:37:16 +01:00
time_region_manager.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
time_regions_form.html Security: Update default CSP template and fix firefox CSP issues (#34836) 2021-05-28 17:01:10 +02:00
time_regions_form.ts Angular: Move coreModule to app/angular and isolate angular usage more (#41433) 2021-11-09 08:37:16 +01:00
types.ts
utils.test.ts
utils.ts Graph panel: listen to events from timeseries panel (#41033) 2021-11-03 11:49:37 +01:00

README.md

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/