Sourabh Mishraa*
a IECE Digital, Bangalore, India
In this chapter, you will learn how to get real-time data from the server side and render it into Highcharts using Angular. To work on real-time data, you must configure and send a request to a backend service (such as a web API, WCF, Web Services, REST Services, etc.), which can fetch data from the server, and the response will provide data for a Highcharts series. This chapter will talk about web APIs and how you can develop a web API using Visual Studio, which ...