I've read the source code, found some zoom functions but I don't really know how to access them via the options?
Based on the nvd3 website there's a zooming functionality – chart: { zoom: {} }, I've placed it in my ng2 component but does nothing to my scatter chart.
Would really appreciate all the help.
This is my piece of code
I've read the source code, found some zoom functions but I don't really know how to access them via the options?
Based on the nvd3 website there's a zooming functionality – chart: { zoom: {} }, I've placed it in my ng2 component but does nothing to my scatter chart.
Would really appreciate all the help. This is my piece of code