react-google-charts
react-google-charts copied to clipboard
Zoom on scroll not working in bubble chart
options={{
explorer: {
actions: ["dragToPan", "rightClickToReset"],
axis: "horizontal",
maxZoomIn: 10
},
here drag works, and dragToZoom works, but zooming on scroll for this chart doesn't work. Is this the expected behavior? What needs to be added if not?
Hi, Does the zoom feature work in reactjs?