实时趋势图例位置修改

This commit is contained in:
zhujiyan
2024-10-31 14:25:20 +08:00
parent 244d14915c
commit dd3ef04768

View File

@@ -244,10 +244,11 @@ const init = async () => {
itemGap: 15, itemGap: 15,
type: 'scroll', // 开启滚动分页 type: 'scroll', // 开启滚动分页
// orient: 'vertical', // 垂直排列 // orient: 'vertical', // 垂直排列
top: 10, top: 25,
bottom: 30, bottom: 30,
width: 400, width: 400,
height: 50 right: 150,
height: 100
}, },
tooltip: { tooltip: {
axisPointer: { axisPointer: {