pissang commented on issue #8240: series.graph使用 coordinateSystem: 
'cartesian2d'时, 无法显示data 和 edges
URL: 
https://github.com/apache/incubator-echarts/issues/8240#issuecomment-387283533
 
 
   应该写成 
   ```js
   
             data:  [
               {
                 value: [100, 200],
                 id: 'A'
               },
               {
                 value: [400, 300],
                 id: 'B'
               }
             ],
   ```
   
   x, y 不是在笛卡尔坐标系上用的

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to