|
@@ -76,7 +76,6 @@
|
|
<div style="position: relative">
|
|
<div style="position: relative">
|
|
<div style="position: absolute; top: 10px; left: 10px">
|
|
<div style="position: absolute; top: 10px; left: 10px">
|
|
<div class="item"><h3>地域分布</h3></div>
|
|
<div class="item"><h3>地域分布</h3></div>
|
|
-
|
|
|
|
</div>
|
|
</div>
|
|
<div ref="regionChart"></div>
|
|
<div ref="regionChart"></div>
|
|
</div>
|
|
</div>
|
|
@@ -468,11 +467,11 @@ export default {
|
|
// },
|
|
// },
|
|
type: "piecewise",
|
|
type: "piecewise",
|
|
pieces: [
|
|
pieces: [
|
|
- {min: 0, max: 500, label: "活跃用户数< 5000", color: '#02a7f0'},
|
|
|
|
- {max: 1000, min: 500, label: "500<=活跃用户数< 1000", color: '#95f204'},
|
|
|
|
- {min: 1000, max: 2500, label: "1000<=活跃用户数< 2500", color: '#ffff00'},
|
|
|
|
- {min: 2500, max: 5000, label: "2500<= 活跃用户数< 5000", color: '#f59a23'},
|
|
|
|
- {min: 5000, label: "活跃用户数>= 5000", color: '#d9001b'},
|
|
|
|
|
|
+ {min: 0, max: 1000, label: "活跃用户数< 1000", color: '#02a7f0'},
|
|
|
|
+ {max: 1000, min: 2500, label: "1000<=活跃用户数< 2500", color: '#95f204'},
|
|
|
|
+ {min: 2500, max: 5000, label: "2500<=活跃用户数< 5000", color: '#ffff00'},
|
|
|
|
+ {min: 5000, max: 10000, label: "5000<= 活跃用户数< 10000", color: '#f59a23'},
|
|
|
|
+ {min: 10000, label: "活跃用户数>= 10000", color: '#d9001b'},
|
|
],
|
|
],
|
|
},
|
|
},
|
|
series: [
|
|
series: [
|