Hello,
I getting this data from a datatable from my MYSQL database.
I´m getting crazy trying to work this out... I´m trying to build a StackedBar100 with the following data:
| counter,"uf","status" |
| 1,"am","processo encerrado" |
| 1,"am","processo ativo" |
| 16,"rj","processo ativo" |
| 1,"sp","processo encerrado" |
| 15,"sp","processo ativo" |
I getting this data from a datatable from my MYSQL database.
Can anybody give me some help?
Thanks,
Rod