to-vega
to-vega copied to clipboard
Pass the spec as the first argument to the callback of setPlot?
So could write e.g.
tv.setPlot(sp => vegalite(sp))
I.e. no need to use this.spec and hence, can use arrow function.