* Finish anual summary screen chart.

This commit is contained in:
songchenxuan
2023-11-07 10:57:45 +08:00
parent a025352f75
commit 860ebbbf09
2 changed files with 14 additions and 0 deletions
+5
View File
@@ -978,6 +978,11 @@ class screenModel extends model
return $this->buildCardChart($component, $chart);
break;
case 'line':
if($chart->builtin == '0')
{
$chart->sql = $this->setFilterSQL($chart);
return $this->getLineChartOption($component, $chart, $filters);
}
return $this->buildLineChart($component, $chart);
break;
case 'bar':