Commit 3d77c54f authored by youjie's avatar youjie

no message

parent 7086dc78
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<div class="col-4 rebate-right column q-px-lg"> <div class="col-4 rebate-right column q-px-lg">
<p class="fz14 text-grey-7">线路数据占比</p> <p class="fz14 text-grey-7">线路数据占比</p>
<div class="q-pl-lg"> <div class="q-pl-lg">
<div ref="main" style="width: 100%;height: 200px;"></div> <div ref="main" style="width: 100%;height: 300px;"></div>
</div> </div>
</div> </div>
...@@ -138,13 +138,13 @@ ...@@ -138,13 +138,13 @@
name: this.title, name: this.title,
type: 'pie', type: 'pie',
selectedMode: 'single', selectedMode: 'single',
radius: ['55%', '80%'], radius: ['45%', '70%'],
center: ['50%', '45%'], center: ['50%', '45%'],
avoidLabelOverlap: false, avoidLabelOverlap: false,
label: { label: {
normal: { normal: {
position: 'outside', position: 'outside',
formatter: '{b}\n{c}GB ({d}%)' formatter: '{d}%'//{b}\n{c}GB ({d}%)
} }
}, },
itemStyle: { itemStyle: {
...@@ -164,9 +164,9 @@ ...@@ -164,9 +164,9 @@
type: 'text', type: 'text',
left: 'center', left: 'center',
top: '42%', top: '42%',
left: '50%', left: '39%',
style: { style: {
text: '80GB', text: '日本线',
fontSize: 18, fontSize: 18,
textAlign: 'center', textAlign: 'center',
width: 30, width: 30,
......
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