metasoarous / oz

Data visualizations in Clojure and ClojureScript using Vega and Vega-lite
Eclipse Public License 1.0
829 stars 74 forks source link

Embedding in cljs/react/reagent app #147

Closed Ramblurr closed 3 years ago

Ramblurr commented 3 years ago

The docs say:

Eventually we'll be adding options for hooking into the signal dataflow graphs within these visualizations so that interactions in a Vega/Vega-Lite visualization can be used to inform other Reagent components in your app.

Is this the current state of things? Is it possible to embed an interactivevega-lite visualizations into a cljs app such that it can react to the app and vice versa?