-
-
Notifications
You must be signed in to change notification settings - Fork 136
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
Axis automarging
does not work
#334
Comments
@alexcjohnson, it is the same version as you have in the picture, v2.27.1. |
hmm ok - the only other thing I can think of is sometimes if you render the plot too soon after page load it doesn't have the font yet and gets the sizing wrong - but that doesn't really look like what's going on here, that's usually only off by a little bit whereas this looks like it's not trying to automargin at all. I suppose you can check whether plotly.js really got the right settings by looking at > document.querySelector('.js-plotly-plot')._fullLayout.yaxis.automargin // assuming there's only one plotly plot on your page
< true Normally there's no difference between how figures work in react-plotly.js and plain plotly.js, and your figure works fine for me in plain plotly.js https://codepen.io/alexcjohnson/pen/gOErOzO |
@alexcjohnson, I figured out what is causing this issue. It is setting the body <body dir='rtl'>
<div id="myDiv"></div>
</body> Any thoughts on how I can fix this? |
Ah, nice find! I'll bring that back into the plotly.js repo and we can see about finding a fix (and/or a workaround) |
Hello,
I cannot get the Plotly.js
automargin
feature to work in React for axis ticks and labels.Here is an example using official example:
What I get is this:
Am I missing a setting?
The text was updated successfully, but these errors were encountered: