方案数据echarts下载
This commit is contained in:
@@ -401,9 +401,9 @@ const init = () => {
|
|||||||
],
|
],
|
||||||
toolbox: {
|
toolbox: {
|
||||||
feature: {
|
feature: {
|
||||||
// saveAsImage: {
|
saveAsImage: {
|
||||||
// title: '保存'
|
title: '保存'
|
||||||
// },
|
},
|
||||||
// dataView: { readOnly: false },
|
// dataView: { readOnly: false },
|
||||||
// }
|
// }
|
||||||
}
|
}
|
||||||
@@ -438,7 +438,7 @@ const init = () => {
|
|||||||
type: 'scroll', // 开启滚动分页
|
type: 'scroll', // 开启滚动分页
|
||||||
// orient: 'vertical', // 垂直排列
|
// orient: 'vertical', // 垂直排列
|
||||||
right: '3%', // 位置调整
|
right: '3%', // 位置调整
|
||||||
top: 0,
|
top: 5,
|
||||||
bottom: 20,
|
bottom: 20,
|
||||||
width: 400,
|
width: 400,
|
||||||
height: 50
|
height: 50
|
||||||
|
|||||||
Reference in New Issue
Block a user