dc.js is a javascript charting library with native crossfilter support, allowing highly efficient exploration on large multi-dimensional datasets (inspired by crossfilter's demo). It leverages d3 to render charts in CSS-friendly SVG format. Charts rendered using dc.js are data driven and reactive and therefore provide instant feedback to user interaction. Dimensional charting built to work natively with crossfilter rendered using d3.js. In dc.js, each chart displays an aggregation of some attributes through the position, size, and color of its elements, and also presents a dimension which can be filtered. When the filter or brush changes, all other charts are updated dynamically, using animated transitions. dc.js is an easy yet powerful javascript library for data visualization and analysis in the browser and on mobile devices.
Features
- JavaScript library for multi-dimensional charting
- Leverages d3 to render charts in CSS-friendly SVG format
- Data driven and reactive charts
- Data visualization and analysis in the browser
- Each chart displays an aggregation of some attributes through the position, size, and color
- When the filter or brush changes, all other charts are updated dynamically