to-vega icon indicating copy to clipboard operation
to-vega copied to clipboard

Pass the spec as the first argument to the callback of setPlot?

Open gjmcn opened this issue 8 years ago • 0 comments

So could write e.g.

tv.setPlot(sp => vegalite(sp))

I.e. no need to use this.spec and hence, can use arrow function.

gjmcn avatar Mar 19 '18 07:03 gjmcn