Ryan Chapman

Results 3 issues of Ryan Chapman

I traced the bug and have my own fix, but thought I'd post it here in case it causes any unintended consequences. Here's the offending code from NavMoveTo.cs lines 103-118,...

bug

The underlying issue is that the `invert.js` code expects a `scale.invert` function. But cell marks use `d3.scaleBand`, which doesn't have a `invert` function. Here's a quick monkeypatch/proof-of-concept fix (I don't...

I have a data set with long min/max tails that results in `step=100,000` (from the `bins()` function in `bin.js`). As I filter data with a shared Selection, the min/max tails...