I'm new into jfreecharts and I'm trying to setup some diagrams - exported as buffered Image - on a webpage. Each diagramm is a single graphic but I want them to be diaplayed in some kind of accordence zu each other. I'm using version 1.0.13
To illustrate what's the goal an what I actually get, please consider the folowing (in real there are more diagrams than two...):
Actual:
Code: Select all
Starting with some lines of text to introduce the diagrams...
Apples +XXXXXX
|
Oranges +XXXXXXXXXXXXXX
|
Bananas +XXXXXXXXX
*-----+-----+-----+-----+
Some more lines of text...
Pineapples +XXXXXX
|
Tangarines +XXXXXXXXXXXXXX
|
Coconuts +XXXXXXXXX
*----+----+----+----+
Goal:
Code: Select all
Starting with some lines of text to introduce the diagrams...
Apples +XXXXXX
|
Oranges +XXXXXXXXXXXXXX
|
Bananas +XXXXXXXXX
*----+----+----+----+
Some more lines of text...
Pineapples +XXXXXX
|
Tangarines +XXXXXXXXXXXXXX
|
Coconuts +XXXXXXXXX
*----+----+----+----+
In the context of that, choping too long tick labels if adding a fixed width - and adding some nice linebreaks in that case - would be a kind of heaven on earth^^
Thanks for any help and advice in advance...