[GitHub] 381510688 commented on issue #8282: When rendering as SVG, throw Error: attribute transform: Expected number, "rotate(NaN,111.68400 000…".

2018-05-11 Thread GitBox
381510688 commented on issue #8282: When rendering as SVG, throw Error:  
attribute transform: Expected number, "rotate(NaN,111.68400 000…".
URL: 
https://github.com/apache/incubator-echarts/issues/8282#issuecomment-388279565
 
 
   I had the same problem. @TonyChanNJU 
   Version 4.0.3 图表类型为bar
   增加series[*].label.show: true 就会报错,去掉后没有问题~~~


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



[GitHub] 381510688 commented on issue #8282: When rendering as SVG, throw Error: attribute transform: Expected number, "rotate(NaN,111.68400 000…".

2018-05-11 Thread GitBox
381510688 commented on issue #8282: When rendering as SVG, throw Error:  
attribute transform: Expected number, "rotate(NaN,111.68400 000…".
URL: 
https://github.com/apache/incubator-echarts/issues/8282#issuecomment-388283318
 
 
   @amily4555 
   可以增加rotate属性来临时解决这个问题,O(∩_∩)O哈哈~
   `
   label: {
   show: true,
   position: 'right',
   rotate: 0,
   formatter: '{c}'
   }
   `


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



[GitHub] 381510688 commented on issue #8282: When rendering as SVG, throw Error: attribute transform: Expected number, "rotate(NaN,111.68400 000…".

2018-05-11 Thread GitBox
381510688 commented on issue #8282: When rendering as SVG, throw Error:  
attribute transform: Expected number, "rotate(NaN,111.68400 000…".
URL: 
https://github.com/apache/incubator-echarts/issues/8282#issuecomment-388279565
 
 
   I had the same problem. @TonyChanNJU 
   Version 4.0.3
   增加series[*].label.show: true 就会报错,去掉后没有问题~~~


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