Browse Source

Merge branch 'guangxi' of http://121.36.37.70:3000/shaojiahao/examSystem-Anxin into guangxi

智慧矿山应急安全培训、考核、演练管理系统
邵佳豪 2 years ago
parent
commit
107e21893b
  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: 12, fontSize: 10,
lineHeight: 31, lineHeight: 31,
}, },
axisLine: { axisLine: {
@ -206,7 +206,8 @@ export class EchartsComponent implements OnInit {
backgroundStyle: { backgroundStyle: {
color: "#F2F5F6", color: "#F2F5F6",
}, },
barWidth: 40, // barWidth: 30,
barMaxWidth: 40,
color: this.color, color: this.color,
itemStyle: { itemStyle: {
normal: { normal: {

Loading…
Cancel
Save