(list)
| 3 | version: "3.5.16" |
| 4 | }; |
| 5 | var d3_arraySlice = [].slice, d3_array = function(list) { |
| 6 | return d3_arraySlice.call(list); |
| 7 | }; |
| 8 | var d3_document = this.document; |
| 9 | function d3_documentElement(node) { |
| 10 | return node && (node.ownerDocument || node.document || node).documentElement; |