You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Therefore, it may happen that the title of the axis is cropped, not only in the case of long titles, but more often due to smaller screen sizes (or figure sizes).
This is more likely for the title text in axes B and C located in the bottom being cropped, e.g.:
Currently the Ternary plot: https://plotly.com/javascript/ternary-plots/
doesn't have
automargin
option in each axis in thelayout.ternary
: https://plotly.com/javascript/reference/layout/ternary/Therefore, it may happen that the title of the axis is cropped, not only in the case of long titles, but more often due to smaller screen sizes (or figure sizes).
This is more likely for the title text in axes B and C located in the bottom being cropped, e.g.:
Titles are being cropped!
Demo example: https://codepen.io/Lexachoc/pen/MYgVGoW
The title in axis B has no margin to adjust the position and is therefore cropped.
It would be very helpful to add this option (or a similar one to achieve the same thing, avoiding the title text being cropped) to the ternary plot.
The text was updated successfully, but these errors were encountered: