Replies: 1 comment
-
@vzakharov if you wish to make the component responsive, please look at this other issue: #207 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So, it seems that if I start with a smaller viewport and then resize it, the canvas stays in its initial box (as its style's width/height are hardcoded). If I try to override the style settings, the canvas is stretched, but then any zoom events are broken (e.g. zooming on one point actually zooms in a point that's sidewise from the one that should be zoomed on).
Is this a standard problem? Is there a way to fix it?
Beta Was this translation helpful? Give feedback.
All reactions