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 2019/10/18 07:42:32 UTC

[GitHub] [incubator-echarts] wangmiaoduan commented on issue #11431: appendData这个方法只在Version 2.0 吗

wangmiaoduan commented on issue #11431: appendData这个方法只在Version 2.0 吗
URL: https://github.com/apache/incubator-echarts/issues/11431#issuecomment-543573552
 
 
   myChart.appendData({
      seriesIndex: 0,
      data: data
   });
   使用分片加载时,引用echarts.js Version 2.0 不会报错
   其他版本都会提示myChart.appendData is not a function

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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