Web-interface graph

hey guys
can you tell me why my graph has these strange breaks?


thanks :wink:

btw (to developers some more optional tags would be quiet usefully :wink: and it would look better)

Please provide the output of
http://pi.hole/admin/api.php?overTimeDataForwards&getForwardDestinationNames

Note: You have to be logged in in order to get the data.[quote="kint, post:1, topic:2693"]
to developers some more optional tags would be quiet usefully :wink: and it would look better
[/quote]

What do you mean with "optional tags" ?

2 posts were split to a new topic: Post tags

Hi,

this also was discussed here: forward destinations over time ยท Issue #21 ยท pi-hole/FTL ยท GitHub
But the problem still exists for me.

I'm getting a gap between 21:05 and 21:25 with these logs:
"1492714500":[4,19,2],"1492715100":[0,0,1],"1492716300":[2,3,0],"1492716900":[9,67,15]

Maybe this can help...

Frank

Please post the full output so we can load it and examine what the JavaScript is doing

Hi,

ok, here the log and graphic output:

{"over_time":{"1492664700":[0,0,4],"1492665300":[1,1,0],"1492667700":[1,1,0],"1492668300":[12,48,17],"1492668900":[11,55,4],"1492669500":[9,31,11],"1492670100":[10,58,23],"1492670700":[9,26,7],"1492671300":[21,37,9],"1492671900":[14,54,1],"1492672500":[32,26,1],"1492673100":[34,18,0],"1492673700":[41,25,1],"1492674300":[19,46,1],"1492674900":[1,2,0],"1492675500":[2,5,0],"1492676100":[2,2,0],"1492676700":[4,18,0],"1492677300":[1,3,1],"1492677900":[1,1,0],"1492678500":[2,2,0],"1492679100":[4,4,0],"1492679700":[3,8,0],"1492680300":[2,16,0],"1492682100":[1,1,0],"1492684500":[2,8,1],"1492685700":[3,9,0],"1492686900":[1,3,0],"1492687500":[1,2,0],"1492689300":[1,1,0],"1492691700":[2,11,2],"1492692300":[4,11,0],"1492692900":[2,3,0],"1492693500":[2,14,1],"1492694100":[13,33,0],"1492694700":[15,38,3],"1492695300":[7,14,0],"1492696500":[2,7,1],"1492698300":[1,2,0],"1492698900":[1,3,1],"1492699500":[1,5,0],"1492700100":[1,1,0],"1492700700":[2,15,0],"1492701300":[16,67,20],"1492701900":[43,69,25],"1492702500":[76,200,61],"1492703100":[37,93,24],"1492703700":[4,10,4],"1492704300":[34,78,27],"1492704900":[138,316,133],"1492705500":[53,71,56],"1492706100":[33,75,30],"1492706700":[44,153,111],"1492707300":[80,102,83],"1492707900":[32,103,14],"1492708500":[27,47,11],"1492709100":[10,28,7],"1492709700":[13,17,6],"1492710300":[24,49,22],"1492710900":[24,90,16],"1492711500":[6,28,11],"1492712100":[12,42,20],"1492712700":[20,31,17],"1492713300":[5,18,1],"1492713900":[10,75,8],"1492714500":[4,19,2],"1492715100":[0,0,1],"1492716300":[2,3,0],"1492716900":[9,67,15],"1492717500":[10,47,9],"1492718100":[18,85,10],"1492718700":[14,89,5],"1492719300":[11,34,1],"1492719900":[13,40,6],"1492720500":[16,28,3],"1492721100":[12,26,2],"1492721700":[10,25,6],"1492722300":[18,55,9],"1492722900":[29,82,10],"1492723500":[11,24,4],"1492724100":[15,46,8],"1492724700":[14,38,9],"1492725300":[29,50,4],"1492725900":[45,95,24],"1492726500":[9,18,0],"1492727100":[9,6,1],"1492728900":[1,1,0],"1492732500":[1,1,0],"1492736100":[1,1,0],"1492739700":[1,1,0],"1492743300":[1,1,0],"1492746900":[1,1,0],"1492748100":[24,45,11],"1492748700":[2,14,1],"1492749900":[1,9,1],"1492750500":[23,31,6],"1492751100":[12,38,8],"1492751700":[3,8,1],"1492752300":[13,65,10],"1492752900":[15,66,3],"1492753500":[12,30,0],"1492754100":[20,58,1],"1492754700":[22,29,0],"1492755300":[12,19,0]},"forward_destinations":{"dnscache.berlin.ccc.de|213.73.91.35":2869,"resolver1.ihgip.net|84.200.69.80":6272,"local|::1":696}}

Okay, I see where the problem is coming from. This is the first time we use the new checkout feature for this:

Please try

sudo pihole checkout web fix/overtimegraphs

and see if the issue is solved for you after the usual browser JavaScript cache flushing.


Before


After

1 Like
1 Like

Works great! Thank you for this quick fix!

It has already been merged onto development. You can go back by calling

sudo pihole checkout web devel
1 Like