We have a couple of legacy AngularJS plugins that use variableSrv
to get template variables.
The Grafana instances have been upgraded to 7.4.0 and the plugins are now broken as variableSrv
is no longer available.
I have tried installing the @grafana/runtime
so I can maybe use getTemplateSrv
, but I get a shedload of dependancy errors.
Is there a solution to this apart from converting the plugins to React?