|
@@ -2,7 +2,7 @@
|
|
|
<div id="thr">
|
|
|
<el-row>
|
|
|
<el-col :span="24" class="main">
|
|
|
- <el-col :span="24" class="title"> 用户 </el-col>
|
|
|
+ <el-col :span="24" class="title"> 平台用户 </el-col>
|
|
|
<el-col :span="24" class="canvas">
|
|
|
<div id="thrChart" style="height: 420px"></div>
|
|
|
</el-col>
|
|
@@ -45,7 +45,7 @@ export default {
|
|
|
},
|
|
|
series: [
|
|
|
{
|
|
|
- name: '访问来源',
|
|
|
+ name: '平台用户',
|
|
|
type: 'pie',
|
|
|
radius: ['40%', '70%'],
|
|
|
avoidLabelOverlap: false,
|