Dear all,
I have a problem accessing the time frame of my dashboard from within my developed plugin.
- What Grafana version and what operating system are you using?
V11.4.0 - What are you trying to achieve?
Developing a panel plugin with access to timeSrv to adjust time frame from within my plugin. - How are you trying to achieve it?
import getTimeSrv from @grafana/runtime is not working. Anywhere I can find it? - What happened?
Error: getTimeSrv is not a function - What did you expect to happen?
Obviously my time frame should have changed according to my panel plugin
Any ideas or hints what can solve my problem?
Thank you in advance.