angular2-highcharts
angular2-highcharts copied to clipboard
showing loading when performing http request
How do i add the loading status especially whe loading data from the server in ajax request
Does anyone know how to show loading text while doing http requests?
You can use chart.showLoading()
to show while the data is being loaded and chart.hideLoading()
to hide it.