重现的步骤:
代码:
buttons: [{
type: 'month',
count: 3,
text: '3M',
dataGrouping: {
forced: true,
units: [['month', [1]]]
}
},
{
type: 'month',
count: 6,
text: '6M',
dataGrouping: {
forced: true,
units: [['month', [1]]]
}
},
{
type: 'ytd',
text: 'YTD'
},
{
type: 'year',
count: 1,
text: '1Y',
dataGrouping: {
forced: true,
units: [['month', [1]]]
}
},
{
type: 'year',
count: 7,
text: '7Y',
dataGrouping: {
forced: true,
units: [['month', [1]]]
}
}
]