vue-vega
vue-vega copied to clipboard
autoResize option does not seem to work
documentation says that there is an autoResize option (link below)... however when using it, it doesn't seem to resize automatically. Adding autosize options along with it does not seem to work either. Is there something I am doing wrong?
<vega-lite :data="data" :mark="mark" :encoding="encoding" :autosize="{type:'pad', contains:'padding', resize:true}" autoResize/>
https://nesterone.github.io/vue-vega/#sub-vega-lite-component
Same here! The are some parameters missing, in this case :autosize
is missing.
Is this gonna be fixed soon @nesterone ? (since it's critical)
And by the way, both parameters need to be there autosize & autoResize