jeffmobiles commented on issue #8311: 使用svg 渲染, 编译压缩之后出现了Cannot read property 
'0' of null
URL: 
https://github.com/apache/incubator-echarts/issues/8311#issuecomment-387617224
 
 
   虽然 4.0.3之后修改了。
   var rotate = -style.textRotation || 0;
       var transform = matrix.create(); // Apply textRotate to element matrix
   
       matrix.rotate(transform, el.transform, rotate);
       setTransform(textSvgEl, transform);
   但是el.transform为空也还报错。。。
   so................

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org

Reply via email to