diff --git a/src/views/otherComment/highFreq/highFreqChart.vue b/src/views/otherComment/highFreq/highFreqChart.vue index 5b146b1..3b7b456 100644 --- a/src/views/otherComment/highFreq/highFreqChart.vue +++ b/src/views/otherComment/highFreq/highFreqChart.vue @@ -72,7 +72,7 @@ show: false }, tooltip: { - formatter: '{b}
上报数: {d}%' + formatter: '{b}
上报数: {c}({d}%)' } }] }) diff --git a/src/views/otherComment/highFreq/highFreqChart.vue b/src/views/otherComment/highFreq/highFreqChart.vue index 5b146b1..3b7b456 100644 --- a/src/views/otherComment/highFreq/highFreqChart.vue +++ b/src/views/otherComment/highFreq/highFreqChart.vue @@ -72,7 +72,7 @@ show: false }, tooltip: { - formatter: '{b}
上报数: {d}%' + formatter: '{b}
上报数: {c}({d}%)' } }] }) diff --git a/src/views/otherComment/sourceStatis/sourceStatisChart.vue b/src/views/otherComment/sourceStatis/sourceStatisChart.vue index f4e564e..f4fa70e 100644 --- a/src/views/otherComment/sourceStatis/sourceStatisChart.vue +++ b/src/views/otherComment/sourceStatis/sourceStatisChart.vue @@ -75,7 +75,7 @@ show: false }, tooltip: { - formatter: '{b}
上报数: {d}%' + formatter: '{b}
上报数: {c}({d}%)' } }] })