1

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
                }
            }
        }],
Joao Figueiredo
  • 3,120
  • 3
  • 31
  • 40

0 Answers0