| Page 1 of 1 | [ 3 posts ] |
|
I want to use a JSON object as the dataprovider for the chart.
MY JSON would look like [{ "date" : "1/1/2012", "agent1" : [ {"answered calls" : 5, "missed calls" : 4}] "agent2" : [ {"answered calls" : 6, "missed calls" : 7}] }] I want a chart which shows the date on the xaxis and the agents side by side with answered calls and missed calls as stacks on each agent. Any help would be helpful. Thank you. |
|
The visualization you are describing is not available in YUI Charts. It sounds interesting and useful. Do you have any examples of this type chart? Please feel free to file a ticket for this enhancement.
Thanks, Tripp |
|
Hi Tripp,
Thanks for your reply. I will try to open a ticket. i've one more problem. my json looks like this var data=[ { agentName : "agent1", dat : [{date: "1/1/2012",missed:"10",answered:"20"}] }, {agentName : "agent2", dat : [{date: "2/1/2012",missed:"10",answered:"20"}]}]; and the number of agents is dynamic, it varies from request to request. I have to create dynamic divs to render charts for each agent. Is there any way to do this. |
| Page 1 of 1 | [ 3 posts ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group