I have custom build chart in D3 which is more like flat pack layout.
I want to implement a magnifier with this chart so that when the user hover over the chart, It will magnify the chart and the circles will look bigger.
I've tried the plugin anythingzoomer.js
But the problem with it is my chart is bigger in total size and I want to magnify the circles on it which are smaller in size so the mapping of original chart and cloned chart is not accurate enough.
I've used fisheye distortion plugin too but it doen't allow circles with different radii. It gives each circle a constant radius.
Do you guys have any other option?