Hi,
I'm making a small web-app to plot events over time. There would be a timeline of events, that you could pan/zoom:
as well as a scrolling list of event text.
Originally, I was just going to use vanilla HTML/JS with D3.js:
However, reading about Angular.js, I'm curious about trying it out.
How hard would it be to achieve something like this in Angular.js? And what would be the best-practice way of going about it? Would you still need something like D3.js or timeline.js underneath, and you'd wrap Angular.js? Or is there a cleaner way to do it just within Angular.js?