1
This commit is contained in:
@ -3,7 +3,7 @@ import * as echarts from 'echarts';
|
||||
export let option1 = {
|
||||
// 图例
|
||||
legend: {
|
||||
top: '10px',
|
||||
top: '0px',
|
||||
right: '20px',
|
||||
itemWidth: 12,
|
||||
itemHeight: 12,
|
||||
@ -145,7 +145,6 @@ export let option1 = {
|
||||
smooth: true
|
||||
}
|
||||
],
|
||||
// 背景透明(适配你的场景)
|
||||
backgroundColor: 'transparent'
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user