You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2018/07/18 03:12:52 UTC

[GitHub] Galllas commented on issue #2918: 官方可否出TS版本

Galllas commented on issue #2918: 官方可否出TS版本
URL: https://github.com/apache/incubator-echarts/issues/2918#issuecomment-405795352
 
 
   import * as echarts from 'echarts';
   const chart = echarts.init(document.getElementById('my-chart');
   const option = {
     ...
   }
   chart.setOption(option);
   
   请问这段写在TS文件还是HTML文件里

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org