rafinkanisa commented on issue #7332: SVG renderer issues URL: https://github.com/apache/incubator-echarts/issues/7332#issuecomment-378808809 Hi @Ovilia ! I've found another issue... In my project I used 'canvas' renderer to create a graph on RTL mode and it's work fine like this :   But, when I used 'svg' renderer, it becomes like this :   Here, I put the codes to generate those graphs. [errorRTL.html.zip](https://github.com/apache/incubator-echarts/files/1878458/errorRTL.html.zip) And also, I've created a graph like below using echarts ver 3.8.5 in RTL mode using canvas renderer  But, when I changed it to svg and using echarts ver 4.0.4, it becomes like this one.  even when I tried to use canvas renderer in this version, the graph didn't rendered as beautiful as the older version. It becomes like this  the error log that I got :  Here is the code to produce the polar chart. [errorPolar.html.zip](https://github.com/apache/incubator-echarts/files/1878568/errorPolar.html.zip) Is this issue also part of the issue I mention before? Thank you...
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
