Posted on: 5/19/2014 1:12:53 AM | Views : 328

Hi, How would i use the dictionary object to populate a jquery chart with data?
In the thread http://forums.asp.net/t/1982078.aspx?How+do+i+use+the+contents+of+a+dictionary+object+to+provide+the+data+for+webmatrix+chart+helper+
Mike showed me how it could be done with to populate the chart helpers. This works great but the charts are a bit limited and are difficult to configure. So I am trying to use
http://www.flotcharts.org/
Is there a way of getting razor to output the key value pairs into the jquery or do i have to loop through the dictionary object and output as Html.Raw?
cheers
John



Go to the complete details ...