evolutionGraph showing data backwards

Hello,
I am trying to make a plugin that pulls data from an external database then displays it in an evolutionGraph. I have everything working well, but for some reason, I can’t get the graph to show the data in the order I want. I am just looking to make it display the older data on the left, and the newer data to the right. See attached image to see how my graph looks right now.

I would like the data for July to start on the left side of the graph, then as it goes to the left it moves into the newer data from August. Basically the oppositite of how it looks right now.

I have tried all the sorting techniques I can findin the docs. There must be something I am missing. My plugin is based on the ExampleUI plugin, and it doesn’t appear to have any special code for sorting the data.

Did you solve this problem? I’m having the same issue… @dskeet