(entry)
| 523 | // x[0-1] keys are angles [radians] |
| 524 | // y[0-1] keys are hierarchy heights [integers] |
| 525 | function partition(entry) { |
| 526 | return d3Hierarchy.partition().size([2 * Math.PI, entry.height + 1])(entry); |
| 527 | } |
| 528 | |
| 529 | exports.formatSliceLabel = function (pt, entry, trace, cd, fullLayout) { |
| 530 | var texttemplate = trace.texttemplate; |
no outgoing calls
no test coverage detected
searching dependent graphs…