vega / vl-convert

Utilities for converting Vega-Lite specs from the command line and Python
BSD 3-Clause "New" or "Revised" License
84 stars 9 forks source link

Patch vega-scenegraph with upstream text width fix #125

Closed jonmmease closed 8 months ago

jonmmease commented 8 months ago

This PR adds support for vendoring patched JavaScript files and uses this to patch vega-scenegraph with the unreleased text width fix from https://github.com/vega/vega/pull/3792.

This closes https://github.com/vega/vl-convert/issues/30

Tested with the long_legend_label test case taken from the issue above.