-
Notifications
You must be signed in to change notification settings - Fork 890
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
[BUG] Vislib to Vega-lite migrator, fix chart overflow issue #3485
Comments
It looks that autosize isn't working correctly. When calling For example, adding below line in
Still needs to be researched more since there's no documentation on this |
Adding things here as I find them:
From the documentation:
The vega (not vega lite) documentation discusses more about how to update the
I can't find good examples of autosizing multi-view vega lite specs. But, similar to here, setting the autosize on the compiled vega spec seems to work. That example is listed in the above comment by calling |
To summarize, given the autosize documentation for So, if we set this setting after compilation in the |
This will be resolved as part of #3415 |
Closed as part of #3415 |
Describe the bug
For charts that are being rendered with vega-lite instead of vislib, the chart has an overflow error where you need to scroll in the chart to view the entire chart as there is some css styling problem that doesnt size the chart correctly when displaying on a visualize embeddable. This is related to the #2880 feature and came from the #3106 PR.
To Reproduce
Create a line chart that is rendered by vega-lite
Expected behavior
Have the chart fix in the embeddable object without the need to scroll.
The text was updated successfully, but these errors were encountered: