(v, vAdjacent)
| 12 | |
| 13 | var snapClose = c.bar.snapClose; |
| 14 | function closeToCovering(v, vAdjacent) { return v * (1 - snapClose) + vAdjacent * snapClose; } |
| 15 | |
| 16 | // snap for the low end of a range on an ordinal scale |
| 17 | // on an ordinal scale, always show some overshoot from the exact value, |
no outgoing calls
no test coverage detected
searching dependent graphs…