mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 16:45:43 -06:00
* 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 |
||
---|---|---|
.. | ||
api | ||
components | ||
containers | ||
dashgrid | ||
services | ||
state | ||
utils | ||
index.ts | ||
routes.ts |