Browse Source

commit

master
xuhuihui 3 years ago
parent
commit
eb8389e02c
  1. 8
      04.系统编码/Frontend/src/model/high-chart-create.ts

8
04.系统编码/Frontend/src/model/high-chart-create.ts

@ -86,7 +86,7 @@ export class HighChartCreate {
text: text,
style: {
color: '#000000',
fontSize: '22px',
fontSize: '20px',
fontFamily: '微软雅黑',
fontWeight: '300'
}
@ -110,14 +110,14 @@ export class HighChartCreate {
text: text,
style: {
color: '#000000',
fontSize: '22px',
fontSize: '20px',
fontFamily: '微软雅黑',
fontWeight: '400'
}
},
labels: {
style: {
fontSize:'18px'
fontSize: '18px'
},
},
max: max,
@ -135,7 +135,7 @@ export class HighChartCreate {
text: text,
style: {
color: '#000000',
fontSize: '22px',
fontSize: '20px',
fontFamily: '微软雅黑',
fontWeight: '300'
}

Loading…
Cancel
Save