datavis

jasongilman 2016-08-21T02:12:27.000041Z

@eggsyntax I like c3.js http://c3js.org/samples/chart_area_stacked.html I use it with Proto REPL charts. It's easy to use regular JavaScript libraries from cljs so I would just choose the best JS or cljs library.

eggsyntax 2016-08-21T02:15:21.000044Z

Cool, thanks @jasongilman :-)

eggsyntax 2016-08-21T22:20:15.000045Z

Ah, yeah, looks like a pleasant one to use with cljs, since it’s so oriented toward passing around generic structured data (as opposed to being really heavily OO).