graphs -> year by Month
Posted: Thursday 13 August 2020 10:00
Hello,
Ik like to display a graph of the solarpanels and groupBy month?
but instead of that it only displays the first day of the month instead of the kwh of the whole month.
does someone know what i am doing wrong?
I use the code:
"afgelopen jaar": {
range: 'year',
groupBy: 'month',
data: {
Solar: 'd.v_25',
}
}
Ik like to display a graph of the solarpanels and groupBy month?
but instead of that it only displays the first day of the month instead of the kwh of the whole month.
does someone know what i am doing wrong?
I use the code:
"afgelopen jaar": {
range: 'year',
groupBy: 'month',
data: {
Solar: 'd.v_25',
}
}