This commit is contained in:
shi
2025-11-15 10:37:54 +08:00
parent 12bd03da73
commit 3af08a5d0f
3 changed files with 47 additions and 10 deletions

View File

@ -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'
};