Extending dc.js to add a “simpleLineChart” chart
问题 edit See here for the non-working example of what I'm trying to do: http://bl.ocks.org/elsherbini/5814788 I am using dc.js to plot data collected from bee hives at my university. I am pushing new data to the graphs on every database change (using the magic of Meteor). When the database is over 5000 records or so, rerendering the lines gets really slow. So I want to use simplify.js to preprocess the lines before rendering. To see what I'm talking about, go to http://datacomb.meteor.com/. The