revert * Fix bug for screen.
This commit is contained in:
宋辰轩
2023-11-15 08:50:15 +08:00
parent fabb14ced4
commit 797e2f0d1f
+1 -1
View File
@@ -358,7 +358,7 @@ class screenModel extends model
*/
public function getAxisRotateOption($chart, $component)
{
$settings = json_decode($chart->settings, true);
$settings = json_decode($chart->settings);
$setting = $settings[0];
$component->chartConfig->xAxis = new stdclass();