#9814 fix bug projection time

This commit is contained in:
Jonathan 2023-10-25 12:56:22 +02:00
parent d772e75a7d
commit 199113eda6
1 changed files with 4 additions and 0 deletions

View File

@ -300,6 +300,10 @@ class SingleGraphWidget extends Widget
$values['period'] = SECONDS_1DAY;
}
if (isset($values['period_projection']) === false) {
$values['period_projection'] = SECONDS_1DAY;
}
if (isset($values['showLegend']) === false) {
$values['showLegend'] = 1;
}