echarts-bot[bot] commented on issue #18719:
URL: https://github.com/apache/echarts/issues/18719#issuecomment-1579788348

   @isosky It seems you are not using English, I've helped translate the 
content automatically. To make your issue understood by more people and get 
helped, we'd like to suggest using English next time. 🤗
   <details><summary><b>TRANSLATED</b></summary><br>
   
   **TITLE**
   
   [Bug] lines' curveness setting has no effect
   
   **BODY**
   
   ### Version
   
   5.4.2
   
   ### Link to Minimal Reproduction
   
   series: [ { type: 'lines', coordinateSystem: 'bmap', polyline: true, data: 
[{ coords:[[116.46, 39.92],[115.46, 39.92]]} ], silent: true, lineStyle: { 
color : 'rgb(200, 35, 45)', opacity: 1, width: 10, curvature:0.5 }, 
progressiveThreshold: 500, progressive: 200 } ]
   
   ### Steps to Reproduce
   
   In the official example, the coords of the data are modified to 2 points, 
and the curveness is added, but a straight line is still drawn.
   
   
   
![Snipaste_2023-06-07_10-48-11](https://github.com/apache/echarts/assets/15280424/6bf0e18c-5a2b-4bc4-8186-c2cb9cf1df67)
   
   
   ### Current Behavior
   
   currently a straight line
   
   ### Expected Behavior
   
   Curves need to be drawn
   
   ### Environment
   
   ```markdown
   - OS:
   -Browser:
   - Framework:
   ```
   
   
   ### Any additional comments?
   
   _No response_
   </details>


-- 
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: [email protected]

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