helgasoft commented on issue #19830:
URL: https://github.com/apache/echarts/issues/19830#issuecomment-2054176143

   3D points [1.0,0.1,1.5],[ 
1.0,0.5,1.5],[1.0,0.6,1.5],[1.0,0.8,1.5],[1.0,0.9,1.5],[1.0,1.0,1.5] represent 
a 3D line which could be safely drawn with first and last points only 
[1.0,0.1,1.5], [1.0,1.0,1.5].
   Same goes for the second line - [1.0,0.1,2.0], [1.0,1.0,2.0]. These 4 points 
represent your surface - 
[Demo](https://echarts.apache.org/examples/en/editor.html?c=simple-surface&gl=1&code=PYBwLglsB2AEC8sDeAoWsDOBTAThLGAXLANprrLkWxgCeIWxA5BgK44BmAhgMZZMAaKhS7RgYABa4A-gBMuYLsTLVqJAAwA6AIwDY2zQFY92gLpDVFEgfUmjJ88OpOrW3bABMegMyPL6a01bTx9TFz9VeUVlFwCbATcBA0NzUnj0owjLQNtEjyDUnKSggXz1MMssigB3CBwsDhwuAFtGSn9MCWBq4jAcViwLfwAbCGgsAGU6YbbUDvQeYGHgHGYAI2HeAGtBWJqIWUliABY9gF8XM6HqRZXZMYVJ2gwwLGbmHi4cV4wIUW8ACJMYQXdARADmeFkgOIcwoADd8NUAMIwPpLWEuLisMDAABK4kexG4w2wIPIV3IAA8AIJUiAYGGkJBnCK0OkMpkkFkRABeHMZAOUPJQZwA3EA).
   
   Please pay attention to [surface 
data](https://echarts.apache.org/en/option-gl.html#series-surface.data) in API. 
For each data row, X changes with a constant Y value. If you respect this X,Y,Z 
order of change, surfaces comes up fine.
   📌 please close issue if problem solved.


-- 
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-unsubscr...@echarts.apache.org

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


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

Reply via email to