Hi,
I have Mysql as datasource and i created a table and i need to plot with status and count.
Table:
Count | CORRECT_STATUS | FLOW_ID |
---|---|---|
6.00 | 300.00 | 11.00 K |
1.00 | 100.00 | 11.00 K |
Using this value how i can do pie chart on correct_status.
Regards,
Karthikeyan S