datavis

stathissideris 2016-01-12T01:21:56.001253Z

I've heard of Permutation City before, thanks for reminding me, will add to the list

meow 2016-01-12T03:38:28.001254Z

what would you guys like to see in the new chat app relative to data visualization

meow 2016-01-12T03:38:33.001255Z

https://hackpad.com/collection/wnikaeBENEE

2016-01-12T13:51:40.001260Z

Anyone please point me to some examples of how to use d3.js with clojurescript.

meow 2016-01-12T13:53:37.001261Z

@eggsyntax: ^

meow 2016-01-12T13:53:53.001262Z

@kiranmysore: have you heard of mathbox?

meow 2016-01-12T13:54:05.001263Z

do a google search for it

meow 2016-01-12T13:54:31.001264Z

@eggsyntax: recently wrapped it for use in #C0E66E1H7

meow 2016-01-12T13:54:56.001265Z

what specifically do you want to be able to do with d3.js

2016-01-12T13:57:07.001266Z

There are c2 and stroke in the clojure realm. But I need some examples and would be really happy to know if someone is using in production. I believe c2 does not support interactive graphics of d3.js

2016-01-12T13:57:26.001267Z

@meow: There are c2 and stroke in the clojure realm. But I need some examples and would be really happy to know if someone is using in production. I believe c2 does not support interactive graphics of d3.js

2016-01-12T13:58:07.001268Z

I would like to know is possible to use all the functionalities of d3.js in cloujrescript

2016-01-12T13:58:21.001269Z

sorry clojurescript :simple_smile:

meow 2016-01-12T13:58:45.001270Z

where else have you asked

2016-01-12T14:01:12.001271Z

@meow: I thought this is the right channel. Have done some google search. But would like to know from the practioners

eggsyntax 2016-01-12T14:13:37.001273Z

@kiranmysore I haven't actually used either, but as I recall c2 is not actually a wrapper around d3, but a from-scratch implementation of something equivalent, along with in implementation or something along the same lines as react. That's just based on reading about it a year or so ago, though.

eggsyntax 2016-01-12T14:15:11.001274Z

Whereas strokes is actually d3 interop.

2016-01-12T14:15:19.001275Z

@eggsyntax: Thats correct

2016-01-12T14:16:15.001276Z

@eggsyntax: I am just looking for examples, tutorials

eggsyntax 2016-01-12T14:16:45.001277Z

So if you want the full functionality of d3, I would go with strokes. Anything that strokes doesn't explicitly wrap for you, you ought to be able to call directly via javascript interop.

2016-01-12T14:17:09.001278Z

@eggsyntax: Also, if anyone using in production ?

eggsyntax 2016-01-12T14:17:17.001279Z

Oh, no idea offhand about examples or tutorials, though. The strokes documentation doesn't give any good examples?

eggsyntax 2016-01-12T14:17:26.001280Z

No idea about production.

2016-01-12T14:17:49.001281Z

@eggsyntax: yeah 😞

2016-01-12T14:50:02.001282Z

I’ve used d3 via strokes quite a bit and don’t recall having any trouble between the two.

eggsyntax 2016-01-12T17:03:34.001283Z

@kiranmysore: no idea how much clj/s background you have, but the broad picture with Java or JS libs respectively is that they’re as production-ready in clj/s as the libs themselves are, since Java/JS interop is first-class. A clj/s wrapper may make that simpler and more idiomatic, but you’re definitely not dependent on that. Or maybe that’s all old news for you, in which case never mind 😉

2016-01-12T17:04:42.001284Z

@exupero: Thanks :simple_smile:

2016-01-12T17:05:24.001285Z

@eggsyntax: I think it will possible. Wanted to check the community what they are using ?

2016-01-12T17:05:36.001286Z

@eggsyntax: But thanks man!

eggsyntax 2016-01-12T17:07:25.001287Z

strokes does seem helpful. LOL, I see that http://s.trokes.org has expired, I’ll file a github issue.

eggsyntax 2016-01-12T17:57:26.001288Z

@kiranmysore: FYI, the strokes author says: "you can simply replace the http://s.trokes.org part of the URL with http://bl.ocks.org since strokes was just a clone of blocks with clojure syntax highlighting enabled."

eggsyntax 2016-01-12T17:57:44.001289Z

(in the examples linked from the strokes README, that is)

2016-01-12T18:01:24.001290Z

yes :simple_smile: