yangzj208 commented 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
