(binAttr)
| 1462 | } |
| 1463 | |
| 1464 | function arrayBins(binAttr) { |
| 1465 | return function (vij, j) { |
| 1466 | return vij === false ? fullData[traces[j]][binAttr] : null; |
| 1467 | }; |
| 1468 | } |
| 1469 | |
| 1470 | // now make the changes to gd.data (and occasionally gd.layout) |
| 1471 | // and figure out what kind of graphics update we need to do |
no outgoing calls
no test coverage detected
searching dependent graphs…