帮助文档

This commit is contained in:
liuye
2022-08-11 11:18:52 +08:00
parent af34cdd89a
commit a86fe83f9c
2 changed files with 51 additions and 5 deletions

View File

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