Working with Json
Posted: Wed May 31, 2017 8:21 am
I'm looking at the Js/Html5 code and would like know how to bind the chart with Json data generated by an ASP.NET web service/httphandler via the JavaScriptSerializer
From the sample I assume that:
1. I must format my Json data in a very specific format for the chart, so I must build my own converter?
2. The Json data must be held in a TextArea control?
Regards
From the sample I assume that:
1. I must format my Json data in a very specific format for the chart, so I must build my own converter?
2. The Json data must be held in a TextArea control?
Regards