grafana/public/app/plugins/panel/graph
2021-02-26 09:57:04 +01:00
..
img Panels: Update panel logos (#23964) 2020-04-27 22:08:43 +02:00
Legend Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
specs Graph: Make axes unit option work even when field option unit is set (#31205) 2021-02-15 13:57:18 +01: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 Graph: support setting field units (#26529) 2020-07-23 11:00:19 -07:00
axes_editor.ts Graph: Make axes unit option work even when field option unit is set (#31205) 2021-02-15 13:57:18 +01:00
data_processor.ts Graph: Fixes so graph is shown for non numeric time values (#30972) 2021-02-09 09:46:37 +01:00
graph_tooltip.d.ts feat(plugins): work on plugin directive loading 2016-01-14 13:21:05 +01:00
graph_tooltip.ts Graph: Fix tooltip not showing when close to the edge of viewport (#31493) 2021-02-26 09:57:04 +01:00
graph.ts Theming: Support for runtime theme switching and hooks for custom themes (#31301) 2021-02-20 09:02:06 +01:00
GraphContextMenuCtrl.ts GraphNG: Context menu (#29745) 2020-12-15 10:53:04 +01:00
GraphMigrations.test.ts Graph: Preseve existing data links in field config when loading dashboard (#27295) 2020-08-31 17:53:21 +02:00
GraphMigrations.ts Graph: Preseve existing data links in field config when loading dashboard (#27295) 2020-08-31 17:53:21 +02:00
histogram.ts Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
jquery.flot.events.ts Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
module.ts Graph: Make axes unit option work even when field option unit is set (#31205) 2021-02-15 13:57:18 +01:00
plugin.json Chore: show grafana labs not project (#23913) 2020-04-26 15:34:56 -07: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 Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
tab_display.html Add toggle to disable alert rendering line and fill on Graph panel (#25705) 2020-08-03 09:50:36 -07:00
tab_legend.html Graph: Improves graph edit options in side pane (#24352) 2020-05-07 10:54:05 +02:00
tab_series_overrides.html NewPanelEdit: Improvements to angular panels and other fixes (#23678) 2020-04-20 08:47:25 +02:00
tab_thresholds.html NewPanelEdit: Improvements to angular panels and other fixes (#23678) 2020-04-20 08:47:25 +02:00
tab_time_regions.html NewPanelEdit: Improvements to angular panels and other fixes (#23678) 2020-04-20 08:47:25 +02:00
template.ts DateTime: adding support to select preferred timezone for presentation of date and time values. (#23586) 2020-04-27 15:28:06 +02:00
threshold_manager.ts Alerting: Hides threshold handle for percentual thresholds (#30431) 2021-01-21 06:23:09 +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 Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
time_region_manager.ts Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
time_regions_form.html Docs: Time regions add info about UTC timezone (#26407) 2020-07-21 09:41:00 +02:00
time_regions_form.ts TimeRegions: Fixed issue with time regions and tresholds due to angular js upgrade (#29229) 2020-11-19 14:37:04 +01:00
types.ts Graph Panel: use FieldConfig for displayName and DataLinks (#25917) 2020-07-01 09:39:06 +02:00
utils.test.ts Graph Panel: show warnings with actions (#23975) 2020-04-29 23:21:28 -07:00
utils.ts Graph Panel: show warnings with actions (#23975) 2020-04-29 23:21:28 -07: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/