Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dc-js/dc.js
/ _compose
Method
_compose
src/charts/series-chart.js:47–49 ·
view source on GitHub ↗
(subChartArray)
Source
from the content-addressed store, hash-verified
45
}
46
47
_compose (subChartArray) {
48
super.compose(subChartArray);
49
}
50
51
compose (subChartArray) {
52
throw
new
Error(
'Not supported for this chart type'
);
Callers
1
_preprocessData
Method · 0.95
Calls
1
compose
Method · 0.45
Tested by
no test coverage detected