Fork me on GitHub
#datavis
<
2016-08-21
>
jasongilman02:08:27

@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.

eggsyntax22:08:15

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).