We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug If I set the width property in the layout and have multiple graphs, then the graphs will overlap one another.
width
To Reproduce Steps to reproduce the behavior:
{ width: 1024 }
Expected behaviour When I specify the width and height of multiple graphs, they should not overlap with one another.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
Yes this makes it pretty useless when having multiple plots
Sorry, something went wrong.
Perhaps the CSS grid could be employed to space them out automatically?
No branches or pull requests
Describe the bug
If I set the
width
property in the layout and have multiple graphs, then the graphs will overlap one another.To Reproduce
Steps to reproduce the behavior:
{ width: 1024 }
Expected behaviour
When I specify the width and height of multiple graphs, they should not overlap with one another.
Screenshots

Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: