Live data from Hacker News

AngularJS + D3.js = Radian

skybluetrades.net

1–10 of 21 posts

Re: AngularJS + D3.js = Radian

#2
This looks much more meaning fult than a div soup or even a proper table, I'd say. I'd definitely use it...

> There are some contractual encumbrances that prevent us from open-sourcing it right now, but that may change at some point in the future

...only if it were open source.

Re: AngularJS + D3.js = Radian

#3
post #2

This looks much more meaning fult than a div soup or even a proper table, I'd say. I'd definitely use it... > There are some contractual encumbrances that prevent us from open-sourcing it right now, but that may change at some point in the future ...only if it were open source.

You can always make your own d3 directives. Relevant "how-to" blog: http://briantford.com/blog/angular-d3.html

Re: AngularJS + D3.js = Radian

#5
"Radian is currently proprietary. There are some contractual encumbrances that prevent us from open-sourcing it right now, but that may change at some point in the future."

So why would this be interesting for HN readers? The idea isn't that revolutionary, and there is no code and no way for people to do much.

Re: AngularJS + D3.js = Radian

#6
post #5

"Radian is currently proprietary. There are some contractual encumbrances that prevent us from open-sourcing it right now, but that may change at some point in the future." So why would this be interesting for HN readers? The idea isn't that revolutionary, and there is no code and no way for people to do much.

Agh, read this after upvoting the article :(

Re: AngularJS + D3.js = Radian

#7
I've been building a lot of stuff with Angular and D3 lately, they make a good pair. The author has some good ideas here I'm looking forward to trying them out. The author may not be able to but I'll be perfectly happy to open source it.

Re: AngularJS + D3.js = Radian

#8
Angular + d3 is beautiful. d3 is great but often far too low level and imperative (despite trying quite hard to be declarative). Wrapping d3 manipulations inside of Angular directives gives them a great deal of simplicity.

I find myself creating all kinds of different classes of graphs, parameterizing them on HTML attributes, and dropping them into Angular scopes. With a little bit of careful throttling and $applying you can even get highly interactive d3 graphs.

Post reply on HN