darkstar
darkstar copied to clipboard
A minimal wrapper over Vega/Vega-lite as a single JVM-only Clojure library
Would you please publish this on Clojars? I'm switching Oz over to `deps.edn`, so I'm able to use the darkstar git coordinates from my project, but unless I package Oz...
Both Vega and Vega lite have had significant version releases this past year. In order to upgrade, I should ideally be able to fork your repo, stick in the new...
Trying to get this wordcloud example working: https://vega.github.io/vega/examples/word-cloud/ ```clojure applied-science.darkstar> (->> (slurp "wordcloud.json") vega-spec->svg (spit "wordcloud.svg")) ERROR TypeError: Cannot set property 'height' of null nil ``` That error isn't propagated...