Flexreports shows the chart with the months in the wrong order.
When creating a new FlexReport, the data does not appear sorted by default because the initial query generated after adding measures does not include the ORDER BY clause.
After manually sorting the data by month, the ORDER BY clause is automatically added to the query, and the report displays the months in the correct order.