Hi
I'am new using JFreeChart and i want to know if is possible to build a bar chart with sub-categories, something like:
Category Sub-Category
Continent Country
Africa Angola 300
Africa Libia 250
Europe Spain 117
Europe France 999
I need a entry point (example):
- Using the addSubCategory method ?
- Using the setSecondaryDataset method ?