rill
rill copied to clipboard
Fix CSP error for Vega charts
Fix CSP errors using vega interpreter.
Also sets the web-local CSP policy to match with cloud.
Not seeing alt-viz chart elements on Chrome or Safari, unfortunately. Charts work in the editor, though.
Looks like this is caused by an existing bug in Vega interpreter https://github.com/vega/vega/issues/3632 String datetimes are not being handled by the interpreter. Created a PR in Vega https://github.com/vega/vega/pull/3913