* Finish task #90147.

This commit is contained in:
wangyuting2
2023-04-03 16:52:58 +08:00
parent a3b7c7fe0b
commit 8ca58ff327
-2
View File
@@ -81,8 +81,6 @@ class screenModel extends model
*/
public function genChartData($screen)
{
if(!$screen->builtin) return json_decode($screen->scheme);
$config = new stdclass();
$config->width = 1300;
$config->height = 1080;