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/05/08 04:51:02 UTC

[GitHub] pissang commented on issue #8240: series.graph使用 coordinateSystem: 'cartesian2d'时, 无法显示data 和 edges

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