* execution: refactor usage of echarts widget.

This commit is contained in:
sunhao
2024-03-27 20:40:23 +08:00
parent 0df6439adc
commit e7c78af654
+3 -1
View File
@@ -127,6 +127,8 @@ panel
),
echarts
(
set::height(500),
set::exts('timeline'),
set::xAxis
(
array
@@ -261,5 +263,5 @@ panel
) : null
)
)
)->size('100%', 500),
)
);