Relative Content

Tag Archive for javascriptreactjsvega-litevega

Fit Vega-Lite (react-vega) visualization to container size

I’m using react-vega (a React wrapper for Vega-Lite) to render visualizations from a JSON schema. It works well, except when I want to display a vertically concatenated view (using vconcat) that fits the container size and provides an interactive brush feature to select data on the visualization.