* Use width and height replace size method of echart plugin.

This commit is contained in:
tianshujie
2024-03-29 14:28:52 +08:00
parent 91fa9593ac
commit 55d5ad03d5
4 changed files with 12 additions and 4 deletions
+3 -1
View File
@@ -144,6 +144,8 @@ div
echarts
(
set::color(array('#2B80FF', '#E3E4E9')),
set::width(120),
set::height(120),
set::series
(
array
@@ -158,7 +160,7 @@ div
)
)
)
)->size(120, 120),
),
div
(
set::className('pie-chart-title text-center'),