Hi,

I saw th #2180841: Add ability to invert x axis issue, and the reply to it.

Some clarification of what I think the actual problem is might be helpful in this case because I'm running into it as well. Changing the sort order on the view doesn't help because you often want the view to return data in descending order (newest first) and then display that data on the chart in ascending order (older data points on left). That's the upside of the x-axis inversion feature that exists in some other modules. This module does a number of things better than others, but that feature would be really great to have so that the chart makes more sense.

Thanks for your work on this module!

John

Comments

Pierre.Vriens’s picture

Component: Miscellaneous » Views integration
Issue summary: View changes
Status: Active » Needs work
Related issues: +#2392099: Inverse / reverse direction for y axis?

I think I understand your point John, and it does make sense to me. Moreover, this issue here seems like a variation of issue #2392099: Inverse / reverse direction for y axis? (though that one is for the Y axis). I plan to come back on this issue while working on the other issue also. Unless somebody else in the meantime submitted an appropriate solution (like a patch?) for it to make it work.

Pierre.Vriens’s picture