l406054531 commented on issue #18430:
URL: https://github.com/apache/echarts/issues/18430#issuecomment-1486543136

   就是在这段代码中旋转45度,就会偏移出原本设定的x轴y轴的坐标系
       {
                               type: 'image',
                               rotation: 45,
                               z2: 2,
                               style: {
                                   image: imgSrc,
                                   x: x,
                                   y: y-height,
                                   width: width,
                                   height: height,
                                   position: 'absolute'
                               },
                           },


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