* Fix bug for json_encode use.
This commit is contained in:
@@ -358,7 +358,7 @@ class screenModel extends model
|
||||
*/
|
||||
public function getAxisRotateOption($chart, $component)
|
||||
{
|
||||
$settings = json_decode($chart->settings)[0];
|
||||
$settings = json_decode($chart->settings[0]);
|
||||
|
||||
$component->chartConfig->xAxis = new stdclass();
|
||||
$component->chartConfig->yAxis = new stdclass();
|
||||
|
||||
Reference in New Issue
Block a user