MCPcopy
hub / github.com/dc-js/dc.js / list

Method list

src/core/chart-registry.js:96–99  ·  view source on GitHub ↗

* Get an array of each chart instance in the given group. * If no group is provided, the charts in the default group are returned. * @param {String} [group] Group name * @returns {Array }

(group)

Source from the content-addressed store, hash-verified

94 * @returns {Array<Object>}
95 */
96 list (group) {
97 group = this._initializeChartGroup(group);
98 return (this._chartMap)[group];
99 }
100}
101
102/**

Callers 5

filterAllFunction · 0.80
refocusAllFunction · 0.80
renderAllFunction · 0.80
redrawAllFunction · 0.80
core-spec.jsFile · 0.80

Calls 1

_initializeChartGroupMethod · 0.95

Tested by

no test coverage detected