I think this is the same as #792.
We are not able to disable legend entries by default. We want only to disable if the user opens the page but whenever he clicks on it, it should work for them.
This code disables the other legend entries by default but you can't click on it again to enable it if you want to see it. When you click on it, it looks something like this:
Before it looks like this:
I can see that in the Grafana dashboards, something like a __systemRef is used which i don't know how i can set in scenes.
Hi all!
I think this is the same as #792. We are not able to disable legend entries by default. We want only to disable if the user opens the page but whenever he clicks on it, it should work for them.
I am doing the following:
This code disables the other legend entries by default but you can't click on it again to enable it if you want to see it. When you click on it, it looks something like this: Before it looks like this:
I can see that in the Grafana dashboards, something like a __systemRef is used which i don't know how i can set in scenes.
I would appreciate some help!