You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by "plainheart (via GitHub)" <gi...@apache.org> on 2023/05/11 07:17:55 UTC

[GitHub] [echarts] plainheart commented on issue #18606: [Bug] Series type "graph" doesn't render with "coordinateSystem" set to "geo"

plainheart commented on issue #18606:
URL: https://github.com/apache/echarts/issues/18606#issuecomment-1543463202

   > I could not find how to do names
   
   To make it work, you may have to organize the data in the following form.
   
   ```js
   {
     value:[-82.7128, 30.0060, 60],
     name: 'Node 2'
   },
   {
     value:[-82.7128, 40.0060, 100],
     name: 'Node 3'
   }
   ```


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

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org