Functions
- pivotData(col, _dimension, _measure) ⇒
* transform collection to d3tree structure by dimension and measure
- getD3nest(col, dimension, measure)
get d3nest data through collection by dimension and measure
- getD3tree(nest)
make nest to tree with root and count
pivotData(col, _dimension, _measure) ⇒ *
transform collection to d3tree structure by dimension and measure
Kind: global function
| Param |
|---|
| col |
| _dimension |
| _measure |
getD3nest(col, dimension, measure)
get d3nest data through collection by dimension and measure
Kind: global function
| Param |
|---|
| col |
| dimension |
| measure |
getD3tree(nest)
make nest to tree with root and count
Kind: global function
| Param |
|---|
| nest |