* Fix bug for screen.

This commit is contained in:
songchenxuan
2023-11-14 13:50:52 +08:00
parent 7b0046fe25
commit 99ef169499
+1 -1
View File
@@ -358,7 +358,7 @@ class screenModel extends model
*/
public function getAxisRotateOption($chart, $component)
{
$settings = json_decode($chart->settings);
$settings = json_decode($chart->settings, true);
$setting = $settings[0];
$component->chartConfig->xAxis = new stdclass();