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

Method dimension

src/charts/data-count.js:123–129  ·  view source on GitHub ↗
(cf)

Source from the content-addressed store, hash-verified

121 }
122
123 dimension (cf) {
124 logger.warnOnce('consider using dataCount.crossfilter instead of dataCount.dimension for clarity');
125 if (!arguments.length) {
126 return this.crossfilter();
127 }
128 return this.crossfilter(cf);
129 }
130
131 groupAll (groupAll) {
132 if (!arguments.length) {

Callers 5

_nestEntriesMethod · 0.45
_generateGMethod · 0.45
_nestEntriesMethod · 0.45
_preprocessDataMethod · 0.45
_doRenderMethod · 0.45

Calls 2

crossfilterMethod · 0.95
warnOnceMethod · 0.80

Tested by

no test coverage detected