amcharts4 icon indicating copy to clipboard operation
amcharts4 copied to clipboard

How to make map chart only mouse wheelable when holding strg/ctrl ?

Open markusrempfer opened this issue 5 years ago • 2 comments

How to make map chart only mouse wheelable when holding strg/ctrl ?

           // Create a zoom control
	var zoomControl = new am4maps.ZoomControl();
	chart.zoomControl = zoomControl;
	zoomControl.slider.height = 100;

https://www.amcharts.com/docs/v4/reference/zoomcontrol/#wheelable_property

markusrempfer avatar Oct 26 '18 07:10 markusrempfer

That is a good question. The short answer is that it's currently not possible.

That said, I can totally see how this could be useful.

We will most definitely consider implementing it soon.

I'm marking this as a feature request. We'll notify you here, once it is implemented.

Thanks for the suggestion!

martynasma avatar Oct 26 '18 13:10 martynasma

Hi. Any updates on this issue?

directcuteo avatar Mar 18 '21 08:03 directcuteo