Display Doughnut Chart Using DevExpress and WebAPI
In this Charts Using Web API To Know How to Value Get Value from Api . Charts: Code <! DOCTYPE html > < html > < head > < meta name ="viewport" content ="width=device-width" /> < title > DoughnutChartDisplay </ title > < script src ="jquery-2.2.3.min.js"></ script > < script src ="dx.viz-web.js"></ script > < script type ="text/javascript"> $( function () { $.getJSON( 'http://localhost:50879/api/name/getname' , function (data) { $( "#container" ).dxPieChart({ ...