rill icon indicating copy to clipboard operation
rill copied to clipboard

Fix CSP error for Vega charts

Open djbarnwal opened this issue 1 year ago • 2 comments

Fix CSP errors using vega interpreter. Also sets the web-local CSP policy to match with cloud.

djbarnwal avatar Apr 24 '24 10:04 djbarnwal

Not seeing alt-viz chart elements on Chrome or Safari, unfortunately. Charts work in the editor, though.

Screenshot 2024-04-24 at 9 37 50 AM

briangregoryholmes avatar Apr 24 '24 13:04 briangregoryholmes

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

djbarnwal avatar Apr 28 '24 22:04 djbarnwal