grafana / grafana-json-datasource

A data source plugin for loading JSON APIs into Grafana.
Apache License 2.0
270 stars 66 forks source link

TimeShift not working #420

Closed rkusniri closed 6 months ago

rkusniri commented 7 months ago

Hello

timeshift is not passed to plugin from to variables reproduced : setting chart to last 8 days and making timeshift 1w it will display last day only. even in query inspector body sent using: "from": "${from:date}", "to": "${to:date}", contain original not a timeshift date. json_api_issue_1

GRAFANA 10.3.1 JSON API 1.3.6

zoltanbedi commented 6 months ago

duplicate of https://github.com/grafana/grafana-json-datasource/issues/245