vishualhat
Members-
Content count
3 -
Joined
-
Last visited
About vishualhat
-
Rank
Forum Newbie
-
using different fieldnames instead of Label Value fields in JSon
vishualhat replied to vishualhat's topic in FusionCharts and JSP
Thanks..! -
using different fieldnames instead of Label Value fields in JSon
vishualhat replied to vishualhat's topic in FusionCharts and JSP
Ok...Thanks,, And how can i do covert it into fusion charts format?? I tried with X-axis and y axis name specification but no data is rendered into chart.. -
vishualhat started following using different fieldnames instead of Label Value fields in JSon
-
using different fieldnames instead of Label Value fields in JSon
vishualhat posted a topic in FusionCharts and JSP
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...!