简体   繁体   中英

Mirrored Stacked Column Chart - Javascript / C#?

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.

you can check the extjs4 chart, it can show combine column chart. example extjs

I use the Highcharts library for data presentation. It's a javascript API that creates SVG charts (or VML in IE < 9.0). I haven't worked with the bar charts personally, but their demo site shows a chart similar to your link above and I know there are options to invert the axis. Click "View Options" on the demo site for a starting point.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM