Page 1 of 1
Week graphs ?
Posted: Thursday 05 November 2015 8:22
by beamzer
Only a couple devices have week graphs (apart from day, month year) but most of them
are missing the week graph. Is this something thats wrong in my config? I would like to see
all data having week graphs.
thanks,
Ewald...
Re: Week graphs ?
Posted: Friday 20 November 2015 14:57
by iero
Same thing here, I would like to activate weekly graphs for every sensor.
An idea ?
Thanks
Re: Week graphs ?
Posted: Tuesday 12 April 2016 17:16
by karl8754
Did anyone ever figure this out? I've been trying to get week graphs appearing in Domoticz and can't get them anywhere at all (webpage or app). I've tried swapping short sensor logs to 7 days which gives me 'fake' week graph (as the 'Day graph') but then I lose my quick glance day graph and have to fiddle with zooming in.
Anyone know how to enable week graphs for everything?
Re: Week graphs ?
Posted: Thursday 21 April 2016 23:24
by fredlo
Hi, same issue for me on the 'week' graphs on the app. They cannot be displayed for any of my temp or weather sensors. Rest are ok. Strange.
Re: Week graphs ?
Posted: Monday 25 April 2016 21:55
by beamzer
Odd that nobody seems to know
Re: Week graphs ?
Posted: Thursday 13 October 2016 11:49
by EDsteve
Dear Domoticz forum.
Maybe someone has a solution now?
Why is there no week graph?
My temp sensor only displays day, month and year.
Re: Week graphs ?
Posted: Sunday 30 October 2016 8:32
by gizmocuz
The last 7 days of the month is your week ?
Re: Week graphs ?
Posted: Sunday 30 October 2016 8:37
by bobkersten
Hehe, yeah that's true, but the week graphs on the utility tab are a bit more detailed
I think it's possible to add week graphs for other sensors too, the data should be there right? I'll take a look when I get the chance.
Re: Week graphs ?
Posted: Sunday 30 October 2016 9:54
by gizmocuz
There is no more information that is also displayed in the month chart.
But i think you are referring to the bar chart... that could indeed be nice, but also used space
Re: Week graphs ?
Posted: Saturday 15 July 2017 18:56
by MasterCATZ
Also trying to sort this out the code for it is there and should default to a Sunday start
just a matter of finding where the chart is called from
possible code to play with
/app/aps.js
Highcharts.setOptions({
/index.html
</div>
<div id="globaldaylog" style="display:none;">
<h2 data-i18n="Day">Day</h2>
<div id="globaldaygraph" style="height: 300px;"></div>
<br>
<h2 data-i18n="Week">Week</h2>
<div id="globalweekgraph" style="height: 300px;"></div>
<br>
<h2 data-i18n="Month">Month</h2>
<div id="globalmonthgraph" style="height: 300px;"></div>
<br>
<h2 data-i18n="Year">Year</h2>
<div id="globalyeargraph" style="height: 300px;"></div>
</div>
/www/js/highcharts-more.js.gz
/www/js/highcharts.js.gz