加载完成前

  1. myChart.showLoading({
  2. text: '数据正在努力加载...',
  3. textStyle: { fontSize : 30 , color: '#444' },
  4. effectOption: {backgroundColor: 'rgba(0, 0, 0, 0)'}
  5. });

加载完成后

  1. myChart.hideLoading();