I have the following info:
___
| |
| | ___
| | | | ___
| | | | | |
===========================================
#1 #2 #3
I want to display it in a single bar chart like the following:
----
| |
| |
| | #1
| |
----
| | #2
| |
----
| | #3
----
Preferably horizontally.
Essentially, I want to create a "pie chart" out of my data and display it in bar form instead of circular form. One bar, broken down into the individual entries in the x axis. The individual blocks representing each x axis entry has a length that corresponds to its y axis value.
It's exactly like this:
https://www.youtube.com/watch?v=C-oT1zIKTbg but for BIRT instead of excel.