* Fix config 'chartOption' -> 'chartConfig'.

This commit is contained in:
qixinzhi
2023-11-02 09:22:43 +00:00
parent 79fe0f42a2
commit f5256de9f0
+1 -1
View File
@@ -1656,7 +1656,7 @@ class screenModel extends model
if(!isset($component->option) or $typeChanged)
{
$component->option = json_decode(zget($this->config->screen->chartOption, $component->type));
$component->option = json_decode(zget($this->config->screen->chartConfig, $component->type));
$component->option->dataset = new stdclass();
}