diff --git a/pages/home/index.js b/pages/home/index.js index 6a801db..9fb5836 100644 --- a/pages/home/index.js +++ b/pages/home/index.js @@ -157,7 +157,7 @@ Page({ canvas.setChart(chart); chart.setOption({ title: { text: '', left: 'left', fontSize: 6 }, - grid: { containLabel: true, top: '5%', left: '1%', right: '5%', bottom: '3%' }, + grid: { containLabel: true, top: '5%', left: '5%', right: '5%', bottom: '3%' }, tooltip: { show: true, trigger: 'axis', @@ -216,7 +216,7 @@ Page({ canvas.setChart(chart); chart.setOption({ title: { text: '', left: 'left', fontSize: 6 }, - grid: { containLabel: true, top: '5%', left: '1%', right: '5%', bottom: '3%' }, + grid: { containLabel: true, top: '5%', left: '5%', right: '5%', bottom: '3%' }, tooltip: { show: true, trigger: 'axis', @@ -271,7 +271,7 @@ Page({ canvas.setChart(chart); chart.setOption({ title: { text: '', left: 'left', fontSize: 6 }, - grid: { containLabel: true, top: '5%', left: '1%', right: '5%', bottom: '3%' }, + grid: { containLabel: true, top: '5%', left: '5%', right: '5%', bottom: '3%' }, tooltip: { show: true, trigger: 'axis', @@ -307,7 +307,7 @@ Page({ canvas.setChart(chart); chart.setOption({ title: { text: '', left: 'left', fontSize: 6 }, - grid: { containLabel: true, top: '5%', left: '1%', right: '5%', bottom: '3%' }, + grid: { containLabel: true, top: '5%', left: '5%', right: '5%', bottom: '3%' }, tooltip: { show: true, trigger: 'axis',