Browse Source

commit

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

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

@ -93,7 +93,7 @@ export class HighChartCreate {
}, },
labels: { labels: {
style: { style: {
fontSize:'18px', fontSize:'20px',
}, },
}, },
max: max, max: max,
@ -110,14 +110,14 @@ export class HighChartCreate {
text: text, text: text,
style: { style: {
color: '#000000', color: '#000000',
fontSize: '20px', fontSize: '22px',
fontFamily: '微软雅黑', fontFamily: '微软雅黑',
fontWeight: 'normal' fontWeight: '400'
} }
}, },
labels: { labels: {
style: { style: {
fontSize:'19px' fontSize:'18px'
}, },
}, },
max: max, max: max,
@ -143,7 +143,7 @@ export class HighChartCreate {
labels: { labels: {
y: 8, y: 8,
style: { style: {
fontSize:'18px' fontSize:'20px'
}, },
}, },
max: max, max: max,
@ -169,7 +169,7 @@ export class HighChartCreate {
enabled: enabled, enabled: enabled,
itemStyle : { itemStyle : {
fontSize: '20px', fontSize: '20px',
fontWeight : '500' fontWeight: '300'
} }
} }
} }

Loading…
Cancel
Save