Creating a stacked bar chart

Can someone explain to me how to create a stacked bar chart that looks like the attached TIFF file (created with SQL Server Reporting Services) using a dataset like that shown in the attached Excel spreadsheet?

In the event that it's not clear, each bar shows the percent of the total represented by the number of items that are late, missing or compliant.  There is one bar per category.

I'm using JasperSoft Studio 5.6.final.

Thanks.

drummer54's picture
437
Joined: Mar 17 2014 - 7:34am
Last seen: 8 years 4 months ago

Using Chart, Charts Pro or HTML5?  All three are available from the Palette, and good starting point is to drag one of the chart types into the Summary band.  You'll need at least a Category and a Measure configured.  You may want to read the user documentation; there's a good section in there on Charts.    

H Mendoza - 9 years 2 months ago

I'm using whatever chart control is included with JSS 5.6 and selecting stacked bar chart as the chart type.  I don't see anywhere to add a Measure.  The only really extensive chart examples I've located in the documentation and elsewhere on the web are for a pie chart, and I haven't been able to translate that into the kind of bar chart I require.  I get all kinds of weird results no matter how I set up.  I'm wondering if the series data all needs to be on the same row of data? 

drummer54 - 9 years 2 months ago

1 Answer:

Hi drummer54,

With the dataset provided by you in teh excel sheet, you can not achieve 100% stacked Bar as you would need rows level data per category, whereas your dataset has column level data per category.

So I have modified the dataset and have created 100% stacked bar chart. (Attached the dataset xls and the screenshot of the Chart.

Thanks,

Rajesh S

www.rajeshsirsikar.com

Attachments: 
AttachmentSize
Image icon 100_stackedbar.png23.95 KB
File workbook2_1.xlsx8.63 KB
rajesh.sirsikar's picture
Joined: Apr 21 2014 - 5:43am
Last seen: 5 years 5 months ago

Thanks. I suspected it was the data, but as it's being generated by a stored procedure for a current production report in SQL Server Reporting Services I'm not at liberty to modify it. I may just pull the SQL out of the stored procedure to embed in the JS report as a temporary solution.

drummer54 - 9 years 2 months ago
Feedback