我想在月份类型中分组:'时间'。
像 Jan,Feb... 不重复的月份数据 这是我到目前为止所拥有的,
axes: [{
type: 'Time',
position: 'bottom',
fields: ['date'],
dateFormat: ' M ',
label: {
rotate: {
degrees: 90
}
}
}],