@ -241,8 +241,11 @@ export default {
align: 'center',
interval: 0,
textStyle: {
fontSize: 12,
color: '#A3B9DA'
fontSize: 10,
color: '#A3B9DA',
},
formatter: function (value) {
return value.length > 4 ? value.slice(0, 4) + '\n' + value.slice(4) : value;
}
boundaryGap: true,