I need to display categories that have sub categories. For example I need to show states like IL, MO, KY as the main category, but then each state needs to be broken down further into categories X, Y. Below is a crude example, for which there would be a bar chart above each X and Y.
----------------------
| x | y | x | y | x | y |
| IL | MO | KY |
Can this be done?