Create bindings for Vega and Vega-Lite#13
Create bindings for Vega and Vega-Lite#13thheller merged 1 commit intothheller:masterfrom teodorlu:master
Conversation
|
Looks good to me. Assuming this actually works? |
|
It works when I put the files directly on the classpath (example). I haven't tested running Shadow-CLJS with a version of shadow-cljsjs that includes these changes. I hope to be able to remove the |
|
I already released |
|
Sounds great! I'll test now. |
|
Works like a charm! See diff for the example project. |
|
I think the correct symbol name to export from vega-lite is vegaLite not vl. Hanami is trying to call vegaLite. |
Basis for this PR is an attempt to use Shadow-CLJSJS to build a project that makes use of Oz. Oz uses Vega and Vega Lite for visualization. For more details, see the issue. Credit for this work is to @ivanminutillo.
@thheller, does this look right to you? I don't have a lot of Clojurescript experience, and I'd be happy to get a second pair of eyes.