|
|
@@ -180,10 +180,14 @@
|
|
|
this.$echarts.graphic.registerShape("CubeRight", CubeRight);
|
|
|
this.$echarts.graphic.registerShape("CubeTop", CubeTop);
|
|
|
const VALUE = [
|
|
|
- this.newData.teacher.professor,
|
|
|
- this.newData.teacher.assProfessor,
|
|
|
- this.newData.teacher.lecturer,
|
|
|
- this.newData.teacher.assistant,
|
|
|
+ // this.newData.teacher.professor,
|
|
|
+ // this.newData.teacher.assProfessor,
|
|
|
+ // this.newData.teacher.lecturer,
|
|
|
+ // this.newData.teacher.assistant,
|
|
|
+ 0,
|
|
|
+ 0,
|
|
|
+ 0,
|
|
|
+ 0,
|
|
|
];
|
|
|
let option = {
|
|
|
title: {
|