Replies: 1 comment
-
|
I should have added that if I could just interactively control the outer width and height and everything grew/shrunk to accommodate it that would be an acceptable solution. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I pack a variety of charts into a single page. Occasionally, I would like the ability to increase the size of one of the charts to improve readability or for screen capture.
I found that I could set a global width parameter to control the width of a single chart. Open the Chart in the Vega Editor
But I was unable to find:
Here is sample of the problem: Open the Chart in the Vega Editor
It appears that
I tried dozens of combinations adding width specifications like fit, fit-x, container, ... with no success.
What I wanted, but found through trial and error was unsupported, was a way to use expressions in my per chart width and height specifications with automatic layout after updates. This would give me a simple way to use an interactive scaling slider: 0.5--5X.
Thanks,
Jim
Beta Was this translation helpful? Give feedback.
All reactions