This commit is contained in:
tianshujie
2023-12-16 16:24:24 +08:00
parent 8feccb2762
commit b7c63daa75
+1 -1
View File
@@ -219,7 +219,7 @@ panel
),
strpos($type, 'withdelay') !== false ? array
(
'data' => $chartData['delayLine'],
'data' => empty($chartData['delayLine']) ? array() : $chartData['delayLine'],
'type' => 'line',
'name' => $lang->execution->charts->burn->graph->delay,
'symbolSize' => 8,