I have converted my data in arraylist to Json using gson libraries.
Data I get from there in json is like :
"data": [{"status":"Queued","count":"40"},{"status":"Registered","count":"25"}]
I want render bar chart from this data. can i change default Label and value to Status, count as per above data?
or is there any other solution??
Thanks...!