图表组件

This commit is contained in:
yanran200730
2023-03-10 10:54:54 +08:00
parent 7c6a898bf0
commit c16559ea1e
4 changed files with 22 additions and 10 deletions

View File

@@ -1,8 +1,8 @@
export default {
legend: {
right: 0, itemGap: 16,
textStyle: {color: '#fff', padding: [0, 0, 0, 8], fontSize: 14},
},
// legend: {
// right: 0, itemGap: 16,
// textStyle: {color: '#fff', padding: [0, 0, 0, 8], fontSize: 14},
// },
grid: {
left: 50, right: 0
},
@@ -11,6 +11,11 @@ export default {
textStyle: {color: '#fff'}
},
daemon: {
lineStyle: {shadowBlur: 4, shadowOffsetY: 2},
smooth: true,
lineStyle: {
shadowBlur: 1,
shadowOffsetY: 2,
width: 2
}
}
}