-
Notifications
You must be signed in to change notification settings - Fork 29
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
Multi view plots do not resize correctly #3757
Comments
I'll create quick prototypes to test for the best solution. |
Decision needs to be made on whether or not we will move to Plotly and when. |
@sroy3 do you remember if this calculation would be difficult? If we reliably knew where to insert the correct width for a single revision into the plot would this be doable? For some context, we are going to be filling the template on the webview side now. We're also adding anchors for a few different things. If we had an anchor to update the width of an individual plot would that make this achievable? |
I think this could work. Off the top of my head, I don't see why this would be hard to do, but it's been a while since I've been in the codebase. |
Vegalite has limitations on responsive resizing (using the size of the plot's container). These limitations are on multi view plots. There are multiple workarounds to fix this. Some might fix everything, but might be to expensive performance-wise. Others might be more performant, but not make the plots inside resize like other plots completely.
The text was updated successfully, but these errors were encountered: