Grafana Scenes and Http Requests

Hi, we’re exploring usage of Scenes in Grafana. I’ve been looking through the documentation and I see examples for using the ScenesQueryRunner class to define how we can query to be used for a built-in panel, but I am having some trouble figuring out how I could use data from an http request for a custom scenes object that may be custom built or if we have to use something like Apache eCharts.

It also doesn’t look like we can use any plugins that are installed in Scenes.

Can I get some guidance?