grafana/public/app/plugins/panel/graph
Ashley Harrison 47f8717149
React: Use new JSX transform (#88802)
* update eslint, tsconfig + esbuild to handle new jsx transform

* remove thing that breaks the new jsx transform

* remove react imports

* adjust grafana-icons build

* is this the correct syntax?

* try this

* well this was much easier than expected...

* change grafana-plugin-configs webpack config

* fixes

* fix lockfile

* fix 2 more violations

* use path.resolve instead of require.resolve

* remove react import

* fix react imports

* more fixes

* remove React import

* remove import React from docs

* remove another react import
2024-06-25 12:43:47 +01:00
..
img Panels: Update panel logos (#23964) 2020-04-27 22:08:43 +02:00
Legend React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00
specs Chore: friday typings 5 (#73844) 2023-08-29 09:14:15 +01:00
align_yaxes.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
annotation_tooltip.ts Build: Replace babel-loader with esbuild-loader (#57837) 2023-01-23 12:15:05 +01:00
axes_editor.html A11y: Fix misc. fastpass issues (#41088) 2021-11-01 14:45:23 +00:00
axes_editor.ts Build: Replace babel-loader with esbuild-loader (#57837) 2023-01-23 12:15:05 +01:00
data_processor.ts Chore: Move internal GraphNG+Timeseries components into core (#77525) 2023-11-01 21:59:55 -07:00
event_editor.ts AccessControl: Remove legacy frontend AC checks (#76187) 2023-10-09 18:10:06 +02:00
event_manager.ts Annotations: Migrate dashboardId to dashboardUID (#52588) 2022-08-01 09:21:41 +02:00
graph_tooltip.d.ts Chore: Update version of @grafana/eslint-config (#53403) 2022-08-08 15:19:15 +01:00
graph_tooltip.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
graph.ts React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00
GraphContextMenuCtrl.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
GraphMigrations.test.ts Chore: friday typings 5 (#73844) 2023-08-29 09:14:15 +01: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 Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
jquery.flot.events.ts Build: Replace babel-loader with esbuild-loader (#57837) 2023-01-23 12:15:05 +01:00
module.ts AngularMigrate: Auto migrate graph to multiple panels (#83992) 2024-03-07 12:33:30 +01:00
plugin.json Graph: Deprecate Graph (old) and make it no longer a visualization option for new panels (#48034) 2022-04-28 08:20:51 +00: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 Build: Replace babel-loader with esbuild-loader (#57837) 2023-01-23 12:15:05 +01:00
tab_display.html Timeseries: Time regions migration (#66998) 2023-04-27 05:28:58 +03: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 Security: Update default CSP template and fix firefox CSP issues (#34836) 2021-05-28 17:01:10 +02:00
threshold_manager.ts Chore: Migrate usage of v1 themes to v2 (#57617) 2022-10-26 13:28:12 +01: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 Build: Replace babel-loader with esbuild-loader (#57837) 2023-01-23 12:15:05 +01:00
time_region_manager.ts Chore: Migrate usage of v1 themes to v2 (#57617) 2022-10-26 13:28:12 +01: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 Build: Replace babel-loader with esbuild-loader (#57837) 2023-01-23 12:15:05 +01:00
types.ts Graph Panel: use FieldConfig for displayName and DataLinks (#25917) 2020-07-01 09:39:06 +02:00
utils.test.ts Chore: Prepare to remove <Graph /> from @grafana/ui (#77522) 2023-11-01 14:13:48 -07:00
utils.ts Chore: Prepare to remove <Graph /> from @grafana/ui (#77522) 2023-11-01 14:13:48 -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/