react-google-charts icon indicating copy to clipboard operation
react-google-charts copied to clipboard

Zoom on scroll not working in bubble chart

Open ashemag opened this issue 5 years ago • 1 comments

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?

ashemag avatar May 15 '20 21:05 ashemag

Hi, Does the zoom feature work in reactjs?

maryamWOW avatar Aug 11 '21 01:08 maryamWOW