datavis

miikka 2016-08-04T08:50:55.000034Z

Speaking of lightweight wrappers to Vega, I've been using Vega a bit and I figured out it'd be good to collect the utilities I write to one place, so I made this: https://github.com/metosin/vega-tools

2👍
miikka 2016-08-04T08:51:30.000036Z

It includes JSON-Schema validation for Vega maps, which has been pretty essential for me.

miikka 2016-08-04T08:51:40.000037Z

(It doesn't include anything else :P)

miikka 2016-08-04T08:53:59.000038Z

clojure.spec for Vega maps sounds great. In the meanwhile you might want to run the maps through vega-tools.validate/validate.