I can create new graphs in the main Grafana gui and the Custom Range box allows me to put from now-1d and to now+1d/d so that I can see data from both today and tomorrow. The graph is perfect.
My influxdb has data stretching in to the next day.
I want to share these graphs via iframe. When I get the html code (from the above working graphs) it shows the epoch exact dates. I can change these to be now or now-1d, now-1w/d etc. Anything in the past seems to work.
But when I try and use now+1d I get
āTemplating init failed
Cannot read property āvalueOfā of undefinedā
Is there anyway I can get the graphs showing future data when through an iframe connection?