Echarts is slow to return due to data requests, rendering failure, and easy to stutter, adding showLoading effect is not obvious how to optimize the front end.

echart,js

Mar.01,2021

1. Data request is slow, let the background optimize,
2. Prepare a good-looking loading
3. If it is multiple pages, you can request the data on the previous page and transfer it to this page, so that you can reduce the time of the request

Menu