Browse Source

commit

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

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

@ -124,9 +124,9 @@ export class HighChartCreate {
text: text,
style: {
color: '#000000',
fontSize: '20px',
fontSize: '22px',
fontFamily: '微软雅黑',
fontWeight: 'normal'
fontWeight: '500'
}
},
labels: {
@ -157,8 +157,8 @@ export class HighChartCreate {
y: 0,
enabled: enabled,
itemStyle : {
'fontSize' : '18px',
'fontWeight' : 'normal'
fontSize: '22px',
fontWeight : '500'
}
}
}

Loading…
Cancel
Save