Commit 2209dfc4 authored by leon's avatar leon

fix: progress title show or not

parent 5897d2f2
...@@ -93,7 +93,8 @@ ...@@ -93,7 +93,8 @@
tooltip: { tooltip: {
formatter: '{a} <br/>{b} : {c}%' formatter: '{a} <br/>{b} : {c}%'
}, },
title: [{ title: [{
show: this.elementInfo.option.showInfo,
text: endVal + '%', text: endVal + '%',
x: 'center', x: 'center',
top: 'middle', top: 'middle',
......
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 to comment