Hacker News new | ask | show | jobs
by taucharts 3977 days ago
As a taucharts developer, I would give you a "best comment" award :) Actually taucharts is moving to this direction. We want to simplify API for dashboards and composite charts to allow users create "visual stories". Stay tuned :)
1 comments

I think the reason dc.js works so well is that it is tightly coupled to crossfilter (http://square.github.io/crossfilter/). This manages the multi-dimensional views that dc.js leverages to render charts.

When developing, the chart bit is usually the easiest bit to implement. Getting the data set into the views you need is where you spend a lot of time.

Good luck with the chart engine!