Grafana Scenes: how to use 'SceneQueryRunner' to display a time-series panel

Hi,

This is the first time I’m about to design a panel for a Scenes app.

This is what I did in order to display a time-series panel, unsuccessfully so far.

I created a dashboard, and a panel within in, as I usually would, then exported via REST API the dashboard config and tried to choose the correct part of it to insert it in the SceneQueryRunner constructor. It didn’t work.

The worst part of it it’s that I cannot find a complex example in the Grafana Scenes docs; I rather encounter a very simple example, which I’m not able to adjust accordingly.

Is there any serious documentation or examples out there?