|
@@ -3663,7 +3663,7 @@ let app = new Vue({
|
|
|
enabled: true, // 是否展示指示线
|
|
|
formatter: function(point) {
|
|
|
console.log(point, this)
|
|
|
- let num = chartData[this.colorIndex].x
|
|
|
+ let num = chartData[this.colorIndex].num
|
|
|
this.percentage = this.percentage.toFixed(2)
|
|
|
return `${this.key}:${this.percentage}%<br/>${this.y}亿,${num}个`
|
|
|
} //''
|