You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(see here on more information on the option gestureHandling)
But that doesn't work, because its getting overwritten with the value autoon each render (so I also can't set it afterwards using chart.getModel().getComponent("gmap").getGoogleMap().setOptions({ gestureHandling: "cooperative" })) 😟
I tried to use these options:
(see here on more information on the option gestureHandling)
But that doesn't work, because its getting overwritten with the value
auto
on each render (so I also can't set it afterwards usingchart.getModel().getComponent("gmap").getGoogleMap().setOptions({ gestureHandling: "cooperative" })
) 😟echarts-extension-gmap/src/GMapView.js
Lines 74 to 76 in 4d3c754
Could we change that? I would be happy to submit a PR 😊
The text was updated successfully, but these errors were encountered: