Closed jacksongoode closed 11 months ago
Realizing this might not exist in the current Grafana code base... I wonder where they moved this function?
@jacksongoode we've added context.refresh
function which refreshes the dashboard. Please let us know if it works for you
This would allow soft refreshes that just requery the panel's. This is useful in a situation where the form panel inserts new data and we don't want a full hard refresh from
locationService.reload()
. We can instead usegetTimeSrv().refreshDashboard()
.