Hello

First of all I want to say this module is amazing. WOW.

I was able to get Views working with dates module using the new patch over at Views Date Format SQl (https://drupal.org/node/1830436).

Nevertheless, my date are being plotted in alphabetical order, instead of by date. So while everything is grouping together and aggregating correctly, if I pick a month day grouping, I get April First, then July, then June, then May. If I group by numeric dates (04/2012) that works, until I try to widen the range beyond 1 year, so I get the januaries, then the februaries, etc.

I wasn't sure if the issue would be here or over at Views Date Format SQL, but it seems that module is doing its job now, and its just an issue of how the x axis fields are being sorted / organized.

Thanks again.

Comments

mattbk’s picture

Issue summary: View changes

If you change the custom date format to Y m (lowercase m), it will use the numeric value for the month and will plot in the right order. See http://php.net/manual/en/function.date.php for other date formats.