From e7c78af6541aa52f8f180a29047bb446e020e66e Mon Sep 17 00:00:00 2001 From: sunhao Date: Wed, 27 Mar 2024 20:40:19 +0800 Subject: [PATCH] * execution: refactor usage of echarts widget. --- module/execution/ui/burn.html.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/module/execution/ui/burn.html.php b/module/execution/ui/burn.html.php index 58f39d510c..0117dda311 100644 --- a/module/execution/ui/burn.html.php +++ b/module/execution/ui/burn.html.php @@ -127,6 +127,8 @@ panel ), echarts ( + set::height(500), + set::exts('timeline'), set::xAxis ( array @@ -261,5 +263,5 @@ panel ) : null ) ) - )->size('100%', 500), + ) );