eugeniamz commented on issue #9518: Help needed - Days interval grouping in distributed bar chart URL: https://github.com/apache/incubator-superset/issues/9518#issuecomment-614390879 In the moment that you add '-' between the numbers it will be considered a String and it will be sorted as String. The other option will be to add a '.' instead of '-' so it will still be a number and it will be sorted as such. For example :  Make sense?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
