1836661896 opened a new issue, #17299:
URL: https://github.com/apache/echarts/issues/17299

   ### Version
   
   5.3.3
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   创建extendShape 自定义样式
   构建echart图表
   使用series  custom 自定义
   再renderItem中传入shape:{
                         x: api.value(0),
                         y: api.value(1),
                         width: api.value(3),
                         height: api.value(4)
                     },
   按照文档上的内容,该传参为坐标的x和y轴及宽高,但是获取到的0和1为data中的值,2和3为NaN
   
   ### Current Behavior
   
   根据网上搜索的结果,api中原应有一个方法 为 coord 可以根据值计算x和y的坐标,目前最新版无此方法,希望能重新引入
   
   ### Expected Behavior
   
   根据网上搜索的结果,api中原应有一个方法 为 coord 可以根据值计算x和y的坐标,目前最新版无此方法,希望能重新引入
   
   ### Environment
   
   ```markdown
   - OS:
   - Browser:
   - Framework:
   ```
   
   
   ### Any additional comments?
   
   _No response_


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