|
@@ -320,7 +320,7 @@ export default {
|
|
|
},
|
|
|
series: [
|
|
|
{
|
|
|
- name: '活动占比',
|
|
|
+ name: this.$t('areaStatistics.basics.activityP'),
|
|
|
type: 'pie',
|
|
|
radius: '70%',
|
|
|
center: ['45%', '50%'],
|
|
@@ -357,7 +357,7 @@ export default {
|
|
|
},
|
|
|
series: [
|
|
|
{
|
|
|
- name: '版本占比',
|
|
|
+ name: this.$t('areaStatistics.basics.versionsP'),
|
|
|
type: 'pie',
|
|
|
radius: '70%',
|
|
|
center: ['45%', '50%'],
|
|
@@ -403,7 +403,7 @@ export default {
|
|
|
},
|
|
|
series: [
|
|
|
{
|
|
|
- name: '学校数据占比',
|
|
|
+ name: this.$t('areaStatistics.basics.schoolP'),
|
|
|
type: 'pie',
|
|
|
radius: '65%',
|
|
|
center: ['40%', '40%'],
|
|
@@ -450,7 +450,7 @@ export default {
|
|
|
},
|
|
|
series: [
|
|
|
{
|
|
|
- name: '学校数据占比',
|
|
|
+ name: this.$t('areaStatistics.basics.schoolP'),
|
|
|
type: 'pie',
|
|
|
radius: '75%',
|
|
|
center: ['30%', '50%'],
|
|
@@ -497,7 +497,7 @@ export default {
|
|
|
},
|
|
|
series: [
|
|
|
{
|
|
|
- name: '学校数据占比',
|
|
|
+ name: this.$t('areaStatistics.basics.schoolP'),
|
|
|
type: 'pie',
|
|
|
radius: '75%',
|
|
|
center: ['30%', '50%'],
|
|
@@ -598,7 +598,7 @@ export default {
|
|
|
end: 35
|
|
|
}],
|
|
|
series: [{
|
|
|
- name: this.$t('areaStatistics.class.vitality'),
|
|
|
+ name: this.$t('areaStatistics.basics.vitality'),
|
|
|
type: "line",
|
|
|
symbolSize: 10,
|
|
|
symbol: 'circle',
|
|
@@ -679,7 +679,7 @@ export default {
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
- name: '进度阶段',
|
|
|
+ name: this.$t('areaStatistics.basics.scheduleP'),
|
|
|
type: 'pie',
|
|
|
radius: ['65%', '90%'],
|
|
|
data: [
|
|
@@ -715,7 +715,7 @@ export default {
|
|
|
},
|
|
|
series: [
|
|
|
{
|
|
|
- name: '空间占比',
|
|
|
+ name: this.$t('areaStatistics.basics.sizeP'),
|
|
|
type: 'pie',
|
|
|
radius: '90%',
|
|
|
center: ['50%', '50%'],
|