Reputation: 93
How to find current zoom Level on wheel event in amcharts 5?
v4 got document below. but there is no document for the same in v5.
I have tried the below code, it doesn't work properly
chart.events.on("wheel", function(ev) {
console.log(chart._downZoomLevel);
});
Upvotes: 1
Views: 549