-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Multiple axes with scattergl traces causes left axes labels to be cut off #128
Comments
Moreover, in all fairness, I do not recommend making gl2d graphs with multiple axes at the moment. The current framework creates one canvas and one gl-context per pair of axes, which can be very slow to initialize. In its current form, gl2d works great for big data on a single x-y plane. For other layouts, I'd would stick to svg2d. In the future, we would like to create only one canvas and only one gl-context for all axes. |
Will be fixed by @dfcreative 's regl-based |
Test mock d646e2c |
done in #2258 (finally) |
Visible in this JSfiddle. This may be caused by the same problem that is causing #127.
This also happens with a single x axis and multiple y axes if y is marked
side: 'left'
and y2 isside: 'right'
The text was updated successfully, but these errors were encountered: