Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 333 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 333 Bytes

HighChart

Integrate highcharts with ASP.Net MVC 5 application This small demo shows how to integrate HighChart with ASP.Net MVC application. In this approach, data is being generated at server side and client fetches the data using Web API call from jquery. A plugin is created as a wrapper on HighChart js to render the charts.