I am looking for a library to use that will allow me to create mirrored, stacked column charts such as
For my web application, I am using the Google Visualisations API for interactive client side graphing, and on the server side (for data export), I am using MS Charts.
There are tonnes of Stacked Column Charts out there, but none that seem to allow mirroring. The closest I have found is RGraph, but it doesn't seem to be that configurable, so was hoping to have at least more than 1 option.
Ideally I would like a Javascript solution to this, but a good server-side (C#) library would also be ok.
Thanks, Phil.