You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2021/11/18 23:44:53 UTC

[GitHub] [echarts] MiroslavMikus commented on issue #5833: How to display "No Data" message on echart

MiroslavMikus commented on issue #5833:
URL: https://github.com/apache/echarts/issues/5833#issuecomment-973463522


   Looks like I'm pretty late in this discussion.
   
   BTW you can manage it by yourself and show some nice animation. Docu [here](https://echarts.apache.org/handbook/en/how-to/data/dynamic-data/#loading-animation).
   Example:
   ```js
   myChart.showLoading();
   $.get('data.json').done(function (data) {
       myChart.hideLoading();
       myChart.setOption(...);
   });
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org