|
@@ -4,7 +4,7 @@
|
|
|
<el-col :span="24" class="main">
|
|
|
<el-col :span="24" class="one">
|
|
|
<el-col :span="12" class="left">
|
|
|
- <div id="oneChart" style="height: 420px"></div>
|
|
|
+ <div id="oneChart" style="height: 460px"></div>
|
|
|
</el-col>
|
|
|
<el-col :span="12" class="left"> 第一通过一家 </el-col>
|
|
|
</el-col>
|
|
@@ -37,6 +37,10 @@ export default {
|
|
|
var myChart = echarts.init(chartDom);
|
|
|
var option;
|
|
|
option = {
|
|
|
+ title: {
|
|
|
+ text: '创新券流程数据统计',
|
|
|
+ left: 'center',
|
|
|
+ },
|
|
|
legend: {
|
|
|
top: 'bottom',
|
|
|
},
|
|
@@ -47,7 +51,7 @@ export default {
|
|
|
{
|
|
|
name: '创新券流程数据统计',
|
|
|
type: 'pie',
|
|
|
- radius: '60%',
|
|
|
+ radius: '55%',
|
|
|
center: ['50%', '40%'],
|
|
|
itemStyle: {
|
|
|
borderRadius: 8,
|