应用系统雷达数据
This commit is contained in:
@ -166,7 +166,7 @@ export default {
|
||||
},
|
||||
},
|
||||
grid: {
|
||||
left: 20,
|
||||
left: 0,
|
||||
right: 20,
|
||||
top: 30,
|
||||
bottom: 50,
|
||||
|
@ -172,6 +172,14 @@ export default {
|
||||
return dataStr
|
||||
},
|
||||
},
|
||||
dataZoom: {
|
||||
type: 'slider',
|
||||
// start: 0,
|
||||
// end: 50,
|
||||
textStyle: {
|
||||
color: '#fff',
|
||||
},
|
||||
},
|
||||
series: {
|
||||
type: 'bar',
|
||||
barWidth: 20,
|
||||
|
Reference in New Issue
Block a user