D3 within an AngularJS app

后端 未结 4 759
予麋鹿
予麋鹿 2020-12-12 12:41

I\'m trying to create my first app with AngularJS. It looks neat, but there\'s a lot of abstraction, and I\'m just curious if anyone has advice on the most idiomatic way to

4条回答
  •  执念已碎
    2020-12-12 13:33

    You can also follow along with this tutorial/screencast to see how to use D3 with angular. It's a bit different, because it utilizes a wrapper library around d3 called rickshaw, which provides some graphing specific stuff, but the approach is exactly the same:

    http://tagtree.tv/d3-with-rickshaw-and-angular

提交回复
热议问题