Hacker News new | ask | show | jobs
by webmaven 4307 days ago
Note my comment elsewhere in this thread about switching from DC to C3 + Crossfilter.

Since we wanted the set of charts to be driven by dynamic data, we were looking at either implementing functions to take a configuration object and translate that into a series of DC API calls, or switching to a charting library that already took configuration objects and hooking the charts together with Crossfilter ourselves.

The latter approach won out, largely because the C3 default look and feel was closer to what we wanted as well, compared to the DC defaults.