|
@@ -135,7 +135,7 @@
|
|
|
textStyle: {
|
|
|
color: '#90979c',
|
|
|
},
|
|
|
- data: [this.$t('schoolIot.basicsChat.roomnum'),this.$t('schoolIot.basicsChat.teachnum'),this.$t('schoolIot.basics.studentnums'),this.$t('schoolIot.basics.classroomTotal'),this.$t('schoolIot.basics.classroomTime'),this.$t('schoolIot.basics.studentTime')]
|
|
|
+ data: [this.$t('schoolIot.basicsChat.roomnum'),this.$t('schoolIot.basicsChat.teachnum'),this.$t('schoolIot.basics.studentnums'),this.$t('schoolIot.basics.classroomTime'),this.$t('schoolIot.basics.studentTime')]
|
|
|
},
|
|
|
calculable: true,
|
|
|
xAxis: [{
|
|
@@ -299,29 +299,29 @@
|
|
|
},
|
|
|
data:this.transferJson.students
|
|
|
},
|
|
|
- {
|
|
|
- //课堂总数
|
|
|
- name:this.$t('schoolIot.basics.classroomTotal'),
|
|
|
- type:'bar',
|
|
|
- // stack: '参与人数',
|
|
|
- barWidth: 10,
|
|
|
- symbol: 'circle',
|
|
|
- itemStyle: {
|
|
|
- color: "#FA709A",
|
|
|
- normal: {
|
|
|
- color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
|
|
|
- offset: 0,
|
|
|
- color: "#FEE140"
|
|
|
- },
|
|
|
- {
|
|
|
- offset: 1,
|
|
|
- color: "#FA709A"
|
|
|
- }
|
|
|
- ])
|
|
|
- }
|
|
|
- },
|
|
|
- data:this.transferJson.class
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // //课堂总数
|
|
|
+ // name:this.$t('schoolIot.basics.classroomTotal'),
|
|
|
+ // type:'bar',
|
|
|
+ // // stack: '参与人数',
|
|
|
+ // barWidth: 10,
|
|
|
+ // symbol: 'circle',
|
|
|
+ // itemStyle: {
|
|
|
+ // color: "#FA709A",
|
|
|
+ // normal: {
|
|
|
+ // color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
|
|
|
+ // offset: 0,
|
|
|
+ // color: "#FEE140"
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // offset: 1,
|
|
|
+ // color: "#FA709A"
|
|
|
+ // }
|
|
|
+ // ])
|
|
|
+ // }
|
|
|
+ // },
|
|
|
+ // data:this.transferJson.class
|
|
|
+ // },
|
|
|
{
|
|
|
//课堂总时数
|
|
|
name:this.$t('schoolIot.basics.classroomTime'),
|