|
@@ -45,7 +45,8 @@ export default {
|
|
|
style: {
|
|
|
fill: '#00aaff',
|
|
|
fontSize: 40,
|
|
|
- fontWeight: 'bold'
|
|
|
+ fontWeight: 'bold',
|
|
|
+ fontFamily: 'Microsoft YaHei'
|
|
|
},
|
|
|
formatter: formatThousands
|
|
|
}
|
|
@@ -59,7 +60,8 @@ export default {
|
|
|
style: {
|
|
|
fill: '#ffb442',
|
|
|
fontSize: 40,
|
|
|
- fontWeight: 'bold'
|
|
|
+ fontWeight: 'bold',
|
|
|
+ fontFamily: 'Microsoft YaHei'
|
|
|
},
|
|
|
formatter: formatThousands
|
|
|
}
|