The graph looks totally broken when inside a RTL container (such as <DIV style="direction:rtl">….</DIV>)
The graph looks totally broken when inside a RTL container (such as <DIV style="direction:rtl">….</DIV>)
The line tooltips text are outside it's bubble, the legend looks totally out of order, the pie lines has strange offset and more…
This applies to all 4.1.x versions, including the latest 4.1.5 version, however, it looks OK on previous versions (4.0.x or earlier) which means – it's a new bug introduce only lately in 4.1.x versions.
-
Demonstrated at http://jsfiddle.net/highcharts/kgfnrva2/
Actually it looks this way in previous versions too, for example 4.0.x: http://jsfiddle.net/highcharts/kgfnrva2/1/. This means it is not a regression. The workaround is simple, just add direction: ltr to the inner container with a single CSS rule: http://jsfiddle.net/highcharts/kgfnrva2/2/.