Describe the bug
A clear and concise description of what the bug is.
Invalid bounds argument. Expected a bounds object with bounds.bottom < bounds.top, and bounds.left < bounds.right. Got {"left":-10,"right":10,"bottom":null,"top":null}
Meanwhile, I set
top=20;
bottom=-10;
left=-10;
right=10;
Expected behavior
A clear and concise description of what you expected to happen.
The graph should render, instead it closed.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: macOS
Obsidian Version: 1.5.11
Plugin Version: 0.6.6
Additional context
Add any other context about the problem here.
Describe the bug A clear and concise description of what the bug is. Invalid bounds argument. Expected a bounds object with bounds.bottom < bounds.top, and bounds.left < bounds.right. Got {"left":-10,"right":10,"bottom":null,"top":null} Meanwhile, I set
Expected behavior A clear and concise description of what you expected to happen. The graph should render, instead it closed.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context Add any other context about the problem here.