xianshenglu opened a new issue #13007:
URL: https://github.com/apache/incubator-echarts/issues/13007


   ### What problem does this feature solve?
   for example, https://gallery.echartsjs.com/editor.html?c=xDYyde55iN&v=2
   I was hoping to draw the lines with `lineStyle.curveness`. 
   However, as you can see in the demo, 
   the `polyline: false` doesn't work with `data.coords` more than 2, the last 
item in the `data.coords` was ignored.
   If using with  `polyline: true`, the `curveness` would fail.
   
   So I was hoping something like this 
https://gallery.echartsjs.com/editor.html?c=xXrcAUdpxw 
   I achieve this by delaying the last line animation. However, if using this,  
I can't **keep the same animation speed** between lines. 
   
   So, I was hoping if you can support `series-lines.polyline` `false` with 
`data.coords` more than 2
   
   ### What does the proposed API look like?
   API keeps the same
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->


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

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to