Dominik Prokop
Dominik Prokop
Ref https://github.com/grafana/grafana/pull/29684
I believe the following package should be added: > tslint-totals-formatter https://github.com/dprokop/tslint-totals-formatter https://www.npmjs.com/package/tslint-totals-formatter
_This PR is based on the work proposed in https://github.com/grafana/grafana/pull/53944_ #53944’s main goal was to see how we can build an entire Scene hierarchy as a tree. This means that...
Based on https://github.com/grafana/grafana/pull/59553 This PR explores the way to provide data sources with `sceneGraph.interpolate` to correctly resolve QueryVariable's query interpolation. It has a significant footprint of the change to `DataSourceAPI.query`...
TODO: - [ ] Support variables dependency in `query` property. - [ ] Attempt 1: https://github.com/grafana/grafana/pull/59727 - [ ] Support variables dependency in `datasource` property. - [ ] ~Support variable...
Extracted from #78389 ```[tasklist] ### Known Bugs - [ ] https://github.com/grafana/grafana/issues/87219 - [ ] https://github.com/grafana/grafana/issues/86963 - [ ] https://github.com/grafana/grafana/issues/84915 - [ ] https://github.com/grafana/grafana/issues/85079 - [ ] Cannot move a collapsed...
Available under `preserveDashboardStateWhenNavigating` feature toggle. This is a POC of a functionality that will allow preserving currently selected ~filters and group by dimensions~ dashboard variables and time range when navigating...
Backport 2e5b41cbcb403d7dee6ecdfacb94a6bc52cd6e90 from #90833 --- This is the same thing as https://github.com/grafana/grafana/pull/90808, but without tests case that requires scenes 5.6.x. It's created to backport this to 11.1.x so that scenes...