ming-codes / ember-cli-d3

An ember-cli addon to provide D3 integration into Ember app.
MIT License
43 stars 18 forks source link

Collaboration? #51

Closed BryanHunt closed 8 years ago

BryanHunt commented 8 years ago

FYI, I've been working on ember-d3 as well. You can see my work here:

https://github.com/BryanHunt/ember-d3-components https://github.com/BryanHunt/ember-d3-charts

If you have any interest in collaborating, I'd be open to discussion.

ming-codes commented 8 years ago

Sure! How do you like to collaborate?

It seems that ember-d3-charts are pre-built charting components. It is not the aim of ember-cli-d3 to become a component library. Perhaps it can be the lower level components that powers ember-d3-charts?

BryanHunt commented 8 years ago

ember-d3-charts are pre-build charting components build on top of the low level ember-d3-components library.

On Mar 13, 2016, at 1:45 PM, Ming Liu notifications@github.com wrote:

Sure! How do you like to collaborate?

It seems that ember-d3-charts are pre-built charting components. It is not the aim of ember-cli-d3 to become a component library. Perhaps it can be the lower level components that powers ember-d3-charts?

— Reply to this email directly or view it on GitHub https://github.com/ming-codes/ember-cli-d3/issues/51#issuecomment-196018858.

ming-codes commented 8 years ago

I see.

I've taken a look at your libs. As you may know, there are many other Ember Addons doing similar things. Each one is doing things slightly differently. I'll list out a few that are significant.

It seems your library is very similar to Netflix's nf-graph. Why not contribute there?