Hi to everybody :)
I want to add Category Series dynamically to a Line Chart in execution time because i don't know how many series will have the chart. Is it possible?
I tried to do add a Category series[$F{serie}] but it does'nt seem to work...
Thanks!
It seems that nobody can help me ¿ :(
Let's try to ask in a different way:
If I have a BeanCollectionDatasource and the fields are:
- serie ("Serie1", "Serie 2")
- key ("Monday", "Tuesday", "Wednesday"....)
- value (["Serie1", "Monday", "10"] , ["Serie2", "Monday", "13"], ["Serie1", "Tuesday", "15"], ["Serie2", "Tuesday", "25"]....)
how I have to set the ChartData of a LineChart to show the chart with different line series?
Creating a group of the field series and set the Category Series to $F{serie} ???
any help would be appreaciated!
Thanks! :)