帮助文档
This commit is contained in:
@@ -94,8 +94,8 @@ export default {
|
||||
this.echartData = echarts.init(document.getElementById('statistic'))
|
||||
var option = {
|
||||
grid: {
|
||||
left: '6%',
|
||||
right: '8%',
|
||||
left: '5%',
|
||||
right: '5%',
|
||||
bottom: '3%',
|
||||
containLabel: true
|
||||
},
|
||||
@@ -129,7 +129,8 @@ export default {
|
||||
color: '#666',
|
||||
},
|
||||
},
|
||||
type: 'value'
|
||||
type: 'value',
|
||||
minInterval: 50,
|
||||
},
|
||||
tooltip: {
|
||||
trigger: 'axis'
|
||||
|
||||
Reference in New Issue
Block a user