我想在月份类型中使用GroupBy:'时间' 像Jan,Feb ...一个非重复的月份数据 这是我到目前为止所做的,
axes: [{
type: 'Time',
position: 'bottom',
fields: ['date'],
dateFormat: ' M ',
label: {
rotate: {
degrees: 90
}
}
}],