Compare commits

..

No commits in common. '5c3e73544750055f3e9deca980f2f4b1762874f2' and 'eb11e3165341ce0165d4a1ebb2e523b10ceb56b5' have entirely different histories.

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

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

@ -156,7 +156,7 @@ export class EchartsComponent implements OnInit {
type: "category", type: "category",
data: this.zhiData.name, data: this.zhiData.name,
axisLabel: { axisLabel: {
fontSize: 10, fontSize: 12,
lineHeight: 31, lineHeight: 31,
}, },
axisLine: { axisLine: {
@ -206,8 +206,7 @@ export class EchartsComponent implements OnInit {
backgroundStyle: { backgroundStyle: {
color: "#F2F5F6", color: "#F2F5F6",
}, },
// barWidth: 30, barWidth: 40,
barMaxWidth: 40,
color: this.color, color: this.color,
itemStyle: { itemStyle: {
normal: { normal: {

Loading…
Cancel
Save