vega/voyager

Don't reset spec when updateData is called

Opened this issue · 0 comments

I have an option in the julia interface to update the data that a given voyager instance is using. Essentially that ends up with a call to voyagerInstance.updateData(bla). Whenever that call gets made, the current view spec seems to get reset. It would be cool if the view just stayed, at least if the schema of the data doesn't change.