图表组件
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user