Hi
I want to build a bar chart with subcategories but i can't map the category values to the subcategories because, in my context, each category have three subcategories and nine values.
Any help ?
Search found 4 matches
- Thu Oct 19, 2006 7:31 pm
- Forum: JFreeChart
- Topic: addSubCategory method and category values
- Replies: 1
- Views: 3546
- Tue Oct 10, 2006 11:32 am
- Forum: JFreeChart
- Topic: Bar chart with unbalanced categories
- Replies: 2
- Views: 3190
Bar chart with unbalanced categories
Modification ??
- Mon Oct 09, 2006 8:09 pm
- Forum: JFreeChart
- Topic: Bar chart with unbalanced categories
- Replies: 2
- Views: 3190
Bar chart with unbalanced categories
Hi
JFreeChart can do bar charts with unbalanced categories, i.e., categories that have different numbers of subcategories ? How ?
JFreeChart can do bar charts with unbalanced categories, i.e., categories that have different numbers of subcategories ? How ?
- Tue Sep 26, 2006 12:27 pm
- Forum: JFreeChart
- Topic: Bar chart with sub-categories
- Replies: 0
- Views: 1863
Bar chart with sub-categories
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 ? -...