need kickstart for birt charting api - from pojo [message #905888] |
Fri, 31 August 2012 05:04  |
Eclipse User |
|
|
|
i need a charting component in my gwt webapp. i already played around with jfreechart but it's charts are ugly and not very easily customizable.
So i looked at birt (i am personally interested in working with birt). At start i only need the chart api. In my app the data (2d-5d -Tables) is delivered via html-tables and deserialized to pojos. this pojos are used to publish the tables as pdf and on webpage(gwt widget).
Now i want to create charts from this pojos. the charts are to be published as svg or png.
The documentation i found so far only describes the wysiwyg way via "reports" and "datasources" ...
Is their any documentation that starts in java code and shows how to deliver data in java code. I guess i have to implement some interface?
Or probably some of you can give me a kickstart.
Some background about the data: the data is statistical data about population. the tables delivered contain all kind of such data. the tables are multidemnsional. the most simple one looks like this:
total gender:m gender:f
total 10 5 5
or:
total gender:m gender:f
age1 3 2 1
age2 3 1 2
age3 4 2 2
their are also table with up to 3 dimensions on one axis (pivo tables).
I already created jfreecharts from this kind of data. i have to deliver the data as simple lists.
But how to make it with birt - i can't find where to start or what to google.
thx in advance
[Updated on: Fri, 31 August 2012 05:04] by Moderator
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03485 seconds