vega / vegafusion

Serverside scaling for Vega and Altair visualizations
https://vegafusion.io
BSD 3-Clause "New" or "Revised" License
317 stars 17 forks source link

Remove panics from planning logic #399

Closed jonmmease closed 1 year ago

jonmmease commented 1 year ago

I came across a case where the VegaFusion planner paniced when passed a spec that contained unparsable Vega expression strings. This removes that panic, and a couple of others in the vicinity.