feat:修改迷你图的高度

main
liu.shiyi 2 years ago
parent a4a56da0a3
commit 543cacc6ab

@ -93,7 +93,7 @@ const option = {
yField:'', yField:'',
data: [16, 95, 35, 27, 50, 36, 78, 99, 60, 62, 37], data: [16, 95, 35, 27, 50, 36, 78, 99, 60, 62, 37],
appendPadding: [16, 16, 16, 16], // 设置图标的边距 appendPadding: [16, 16, 16, 16], // 设置图标的边距
height: 6, height: 60,
autoFit: true, autoFit: true,
smooth: true, smooth: true,
lineStyle: { lineStyle: {

@ -116,7 +116,7 @@ const option = {
xField:'', xField:'',
yField:'', yField:'',
appendPadding: [16, 16, 16, 16], // 设置图标的边距 appendPadding: [16, 16, 16, 16], // 设置图标的边距
height: 6, height: 60,
autoFit: true, autoFit: true,
smooth: true, smooth: true,
areaStyle: { areaStyle: {

Loading…
Cancel
Save