-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Automargin breaks with dir=rtl #6837
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm worried that this may be related to the off-screen but in-DOM tester element: plotly.js/src/components/drawing/index.js Lines 1244 to 1255 in 9664ca9
But |
I tried wrapping it in a div with that attribute. It didn't work. Interesting, the |
As a workaround in react, I am avoiding |
As found by @saber1440 in plotly/react-plotly.js#334, automargin fails if you use plotly.js on a page with
<body dir="rtl">
:https://codepen.io/alexcjohnson/pen/gOErOzO
Anyone aware of a workaround for this? Related: #2390
The text was updated successfully, but these errors were encountered: