@@ -74,13 +74,14 @@ Page({
// legend: { data: [] },
grid: {
left: 20,
- right: 60,
- bottom: 15,
- top: 40,
+ right: 40,
+ bottom: 35,
+ top: 10,
containLabel: true
},
xAxis: [{
type: 'value',
+ splitNumber : 6,
axisLine: { lineStyle: { color: '#999' } },
axisLabel: { color: '#666', formatter: '{value} 元' }
}],