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