javascript - D3, combine FishEye with brushing and updated scales -
i working on a project have create scatterplot genes denoted dots. since there lot of genes (20k), clustered , stacked often, after brushing , zooming in on brush.
to allow user separate them bit better, want implement d3's fisheye plugin, preferably cartesian. implemented example, points flying outside screen. guess happens because if brush (and zoom in), scales , axes updated.
how can make fisheye adhere current domain of axes in terms of distortion range , how can make points translate correctly (and not fly outside screen) ? have tried min , maximum x-values, doesn't work either.
Comments
Post a Comment