()
| 290 | } |
| 291 | |
| 292 | var mergeIntervals = function() { |
| 293 | // Key piece of logic: once the button is released, possibly overlapping intervals will be fused: |
| 294 | // Here it's done immediately on click release while on ordinal snap transition it's done at the end |
| 295 | filter.set(filter.getConsolidated()); |
| 296 | }; |
| 297 | |
| 298 | if(d.ordinal) { |
| 299 | var a = d.unitTickvals; |
no outgoing calls
no test coverage detected
searching dependent graphs…