vega icon indicating copy to clipboard operation
vega copied to clipboard

Use Vega resize handler

Open domoritz opened this issue 8 years ago • 1 comments

The next version of Vega will support resize handlers: https://github.com/vega/vega-view/pull/18. These can be used to automatically resize the cell when the Vega view resizes.

domoritz avatar Feb 08 '18 21:02 domoritz

Thanks! We’ve also deployed a new version of Observable that uses ResizeObserver when available, so at least in browsers that support ResizeObserver, it should work today.

mbostock avatar Feb 08 '18 21:02 mbostock