Commit 55c69c67 by Mr. Lan

fix bug.

parent 06869dd3
...@@ -49,7 +49,7 @@ export default { ...@@ -49,7 +49,7 @@ export default {
this.chart = echarts.init(this.$el, 'macarons') this.chart = echarts.init(this.$el, 'macarons')
this.chart.setOption({ this.chart.setOption({
title: { title: {
text: '最受欢迎的流程', text: '最受欢迎的流程 TOP10',
textStyle: { textStyle: {
fontSize: 15 fontSize: 15
} }
...@@ -59,7 +59,7 @@ export default { ...@@ -59,7 +59,7 @@ export default {
}, },
grid: { grid: {
top: 45, top: 45,
left: 10, left: 30,
right: '5%', right: '5%',
bottom: 20, bottom: 20,
containLabel: true containLabel: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment