YY пре 2 година
родитељ
комит
5f3a19293e
1 измењених фајлова са 4 додато и 3 уклоњено
  1. 4 3
      pagesSchool/schAdmin/stat/income.js

+ 4 - 3
pagesSchool/schAdmin/stat/income.js

@@ -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} 元' }
             }],