vega / vegafusion

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

Remove colon check in variable names #494

Closed jonmmease closed 1 month ago

jonmmease commented 1 month ago

Supersedes #493

Early on I was planning to name variables with a scope as a prefix. e.g. signal:foo, scale:bar, etc. This is why the colon check was there. But this isn't how the scope is represented, so this check isn't needed any more.

This branch adds a fix to make one of the mocks deterministic.