vega / vl-convert

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

Escape text in xml snippets #21

Closed jonmmease closed 1 year ago

jonmmease commented 1 year ago

Fix crash for the example at https://altair-viz.github.io/gallery/wheat_wages.html.

The issue was with the a string containing an "&" character resulting in an invalid XML snippet for text width calculations. This PR adds xml special character escaping.