You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by "echarts-bot[bot] (via GitHub)" <gi...@apache.org> on 2023/06/07 02:51:40 UTC

[GitHub] [echarts] echarts-bot[bot] commented on issue #18719: [Bug] lines的curveness设置无效果

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