Touch Chart 2 - How to "GroupBy" in month of type "Time"

110 Views Asked by At

I want to GroupBy in month type: 'Time'.
Like Jan,Feb... A non-repeated month data This is what I have so far,

axes: [{
            type: 'Time',
            position: 'bottom',
            fields: ['date'],
            dateFormat: ' M ',
            label: {
                rotate: {
                    degrees: 90
                }
            }
        }],
0

There are 0 best solutions below