Compare commits

..

No commits in common. '9b671dd79a25dd2e9c6ae7aefc39b81a696662f5' and '1e8b63785f1429f650d2d73655929e8c1281ec12' have entirely different histories.

  1. 9
      src/app/examiner/statistic-analysis/examStatistics/echarts/echarts.component.ts

9
src/app/examiner/statistic-analysis/examStatistics/echarts/echarts.component.ts

@ -79,8 +79,8 @@ export class EchartsComponent implements OnInit {
"宾阳大队",
"横县大队",
],
frequency: [2, 3, 1, 1, 2, 1, 0, 1, 1, 0, 2, 0, 0, 1, 0,0],
number: [30, 30, 10, 10, 20, 10, 0, 10, 10, 0, 20, 0, 0, 10, 0,0],
frequency: [2, 3, 1, 1, 2, 1, 0, 1, 1, 0, 2, 0, 0, 1, 0],
number: [30, 30, 10, 10, 20, 10, 0, 10, 10, 0, 20, 0, 0, 10, 0],
};
jiuData = {
@ -156,10 +156,8 @@ export class EchartsComponent implements OnInit {
type: "category",
data: this.zhiData.name,
axisLabel: {
fontSize: 12,
fontSize: 10,
lineHeight: 31,
interval: 0,
rotate: this.zhiData.name.length<15?0:40,
},
axisLine: {
show: false,
@ -176,7 +174,6 @@ export class EchartsComponent implements OnInit {
axisLabel: {
fontSize: 18,
lineHeight: 31,
},
axisTick: {
show: false,

Loading…
Cancel
Save