Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dc-js/dc.js
/ compose
Method
compose
src/charts/series-chart.js:51–53 ·
view source on GitHub ↗
(subChartArray)
Source
from the content-addressed store, hash-verified
49
}
50
51
compose (subChartArray) {
52
throw
new
Error(
'Not supported for this chart type'
);
53
}
54
55
_preprocessData () {
56
const
keep = [];
Callers
4
_compose
Method · 0.45
legend-spec.js
File · 0.45
composite-chart-spec.js
File · 0.45
scatter-plot-spec.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected