Ming Liu

Results 40 comments of Ming Liu

Fixed conflict :smiley:

@joliss Unless you think this is going to break anything, I think it's better to merge this. I think inaction in this case is actually doing more harm than good....

You can choose to build this in Ember template or d3. The add-on actually don't enforce much on this. The only component `{{data-visual}}` only does the measuring of the container...

It's not a bad pattern. That's the pattern you should be using. The `select=...` element is passed in as `.call(selection)` and you can do whatever you like with it. You...

No, it does. https://travis-ci.org/ming-codes/ember-cli-d3/builds/117378226 This issue tracks planning of ember-cli-d3 2.0. Think of it as me thinking out loud.

Hi @wolfbiter, thanks for the support. There are a few other add-ons that goes on different directions. - [LocusEnergy/ember-d3-helpers](https://github.com/LocusEnergy/ember-d3-helpers) - [ivanvanderbyl/maximum-plaid](https://github.com/ivanvanderbyl/maximum-plaid) While both are great add-ons made by great people,...

Hi @netes, sorry I don't have much time to investigate this. I would be glad to accept a PR for this.

All the code for the examples in the demo is in this repo. In fact, the demo is just the dummy app used to test this addon. There's another addon...

@bugduino You can find code examples in the [dummy app](https://github.com/ming-codes/ember-cli-d3/tree/master/tests/dummy/app).