Below is a collection of the Mixins and Minxin funcitons available with DC.js
BaseMixin
BubbleMixin
provides reusable functionalities for any chart that needs to visualize data using bubbles
CapMixin
groups small data elements below a cap into an others grouping for both the Row and Pie Charts
ColorMixin
abstract chart functional class providing universal coloring support as a mix-in for any concrete chart implementation
MarginMixin
provides margin utility functions for both the Row Chart and Coordinate Grid Charts
StackMixin
provides cross-chart support of stackability using d3.stack
CoordinateGridMixin
abstract base chart designed to support a number of coordinate grid based concrete chart types, e.g. bar chart, line chart, and bubble chart