malloydata / malloy

Malloy is an experimental language for describing data relationships and transformations.
http://www.malloydata.dev
MIT License
2k stars 76 forks source link

fix: renderer hanging on copying data #1982

Closed skokenes closed 1 month ago

skokenes commented 1 month ago

We copy the data before handing to Vega but vega mutates data provided, so trying to avoid any side effects of that outside of vega charts.

But the way we copied was very bad