ceerqingting commented on issue #8485: 赤尾屿和南海诸岛不显示?
URL: 
https://github.com/apache/incubator-echarts/issues/8485#issuecomment-418229130
 
 
   在echarts的源码修改nanhai的坐标,修改成如下即可
   const points = [
       [
         [-180, 110],
         [-175, 120]
       ],
       [
         [-170, 148],
         [-173, 158]
       ],
       [
         [-200, 198],
         [-199, 208]
       ],
       [
         [-165, 228],
         [-150, 226]
       ],
       [
         [-130, 198],
         [-120, 188]
       ],
       [
         [-100, 158],
         [-94, 146]
       ],
       [
         [-90, 124],
         [-89, 112]
       ],
       [
         [-80, 92],
         [-72, 80]
       ],
       [
         [-56, 58],
         [-44, 44]
       ],
       [
         [-36, 28],
         [-32, 14]
       ]
     ]

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