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/12/26 09:24:15 UTC

[GitHub] [incubator-echarts] yangzj208 edited a comment on issue #11910: Line增加数据类型

yangzj208 edited a comment on issue #11910: Line增加数据类型
URL: https://github.com/apache/incubator-echarts/issues/11910#issuecomment-569021813
 
 
   > ```js
   > Array(n).fill().map((v, i) => startvalue + i * interval);
   > ```
   
   谢谢!
   请问需要如何配置?
   我看示例里都是这样配置的
   series: [{
       data: [
           // 维度X   维度Y   其他维度 ...
           [  3.4,    4.5,   15,   43],
           [  4.2,    2.3,   20,   91],
           [  10.8,   9.5,   30,   18],
           [  7.2,    8.8,   18,   57]
       ]
   }]
   各个维度数据必须长度一样

----------------------------------------------------------------
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