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

datasets top level key

Open adelavega opened this issue 5 years ago • 0 comments

I'm trying to embed a VegaLite spec into a react project.

I don't need to dynamically change the data or visualization, as the spec is being generated by the backend (w/ altair). As a result, the data is embedded using the top level datasets key, and the other information is in a vconcat.

In this scenario, in which I don't need to pass data= to the VegaLite component, would the spec be rendered appropriately?

adelavega avatar Mar 29 '19 22:03 adelavega