UNPKG

c3

Version:

D3-based reusable chart library

14 lines (12 loc) 299 B
import { Chart } from './core' import { isUndefined } from './util' Chart.prototype.groups = function(groups) { var $$ = this.internal, config = $$.config if (isUndefined(groups)) { return config.data_groups } config.data_groups = groups $$.redraw() return config.data_groups }