Page 1 of 1

interactiveGraph - Bug, or Misinterpreting?

Posted: Tue Apr 17, 2018 2:49 pm
by gjstenbe
Hello everyone. I'm not sure if my interactiveGraph block is having trouble, or if I'm just slow and not interpreting it right. I've attached some screenshots for reference, but it seems that the horizontal axis on the block is in many cases not showing the proper data on the scale. My site is www.scrwx.net, but I've attached some screenshots of what I'm seeing (sorry if they're a little distorted - tried to shrink them a little for placement here).

Notice on the 01-TempToday file that the hours look correct. But I can't for the life of me figure out what the 05 after each of the hours is representing. Changing the view to the last 24 hours (02-Temp24), you see the hours are correct, but there's that "05" again. On yesterday's graph (03-TempYesterday), again hours look correct, but there's that 05 again. 04-TempThisWeek shows a similar anomaly for the week. Granted, since it is early in the week, not a whole lot there, but still seeing the "05".

The only one that looks right is the monthly graph, where it does correctly show the day of the month, and then the month "04". The graphs do it no matter what item I want to look at (pressure, humidity, dew point, etc.), and have been doing it across months.

So am I completely misinterpreting what it is showing me, or could there be a little bug in there somewhere? Any help and guidance is most appreciated!

Re: interactiveGraph - Bug, or Misinterpreting?

Posted: Wed Apr 18, 2018 2:12 am
by Dehatter
I believe the 05 is the minutes.

As in 16:05 is 4:05 pm and 3:05 is 3:05 am.

I am not sure what the criteria is for creating the verticle ticks

Tom

Re: interactiveGraph - Bug, or Misinterpreting?

Posted: Wed Apr 18, 2018 5:57 am
by Jachym
It is minutes, the ticks are generated by Highcharts automatically, It takes the closes value to midnight, in your case it seems to be 0:05 so thats what it starts with.

Re: interactiveGraph - Bug, or Misinterpreting?

Posted: Wed Apr 18, 2018 10:04 pm
by gjstenbe
Misinterpretation it was! It makes perfect sense now. I do appreciate the clarification. Thanks!