Hello,

this is part of my api call :

chart.png?type=graph&graphid=2&id=1004&width=600&height=260&graphstyling=showLegend%3D%271%27&sdate=2015-09-01-00-00-00&edate=2015-09-30-00-00&avg=86400

The graph displays, but the dates are wrong. What it actually does ; it populates the graph as per ID above, and then displays it with avg 86400 (1 day). It displays the graph with the date range as it is originally.

how do I get the above api I call to generate a graph with the date range as requested ?


Article Comments

Hi,
please try the following call:

/chart.png?graphid=-1&id=1004&width=600&height=260&graphstyling=showLegend%3D%271%27&sdate=2015-09-01-00-00-00&edate=2015-09-30-00-00-00&avg=86400

This should generate the correct output.


Oct, 2015 - Permalink