grafana/public/app/features/dashboard
Ben Sully e7a67e749c
Plugins: Pass panel data in plugin extension context (#67509)
* Plugins: Pass panel data in plugin extension context

Similar to https://github.com/grafana/grafana/pull/65861, this passes
the panel's data as part of the context object used when configuring
extension links.

This is useful if the plugin wants to conditionally show the link
depending on the presence or absence of certain features in the
data. For example in the ML plugin we only want to offer Outlier
Detection links for a query if the query returned more than 3 series.

* Update getPanelMenu extension test to include data object
2023-05-12 14:12:00 +02:00
..
api PublicDashboards: Email sharing users page (#67124) 2023-04-27 14:20:03 -03:00
components PublicDashboards: change wording and FF to public preview state (#68262) 2023-05-11 15:31:19 -03:00
containers DashboardPage: Remove file drop code (#67954) 2023-05-09 11:01:09 +02:00
dashgrid DashboardGrid: Fixes moving panels on first load (#67953) 2023-05-09 14:33:41 +02:00
services Dashboards: Only refresh panels on panel edit exit if refresh is set (#67652) 2023-05-10 14:12:55 +01:00
state Dashboards: Only refresh panels on panel edit exit if refresh is set (#67652) 2023-05-10 14:12:55 +01:00
utils Plugins: Pass panel data in plugin extension context (#67509) 2023-05-12 14:12:00 +02:00
index.ts Routing NG: Replace Angular routing with react-router (#31463) 2021-03-10 18:03:36 +01:00
routes.ts PublicDashboards: A unique page for public dashboards (#60744) 2023-01-10 14:50:37 -03:00