How to remove controls for panning and zooming when displaying my AmMap? Is there a field that I can change when creating my map object or do I need to manually change the library code?
You can disable the pan / zoom buttons using the fields zoomControlwhen creating a map:
zoomControl
mapObj = new AmCharts.AmMap() mapObj.zoomControl = { zoomControlEnabled: false, panControlEnabled: false };
Source: https://habr.com/ru/post/1612652/More articles:Xslt: dynamic namespace creation - xmlПреобразование XSLT из SOAP - xsltКаков наилучший способ найти экземпляр байтового массива при чтении в двоичном файле с помощью ruby? - rubyUnpermitted parameter using Autodesk Autodesk attribute in Rails API - javascriptEliminate partial match pandas data rows - pythonUsing Ruby Struct to deepen an object for minitest - ruby | fooobar.comJava: Parsing Строковые элементы массива в, int, double или string - javaHow to parse a string to get a decimal number and a dotted word correctly? - javaCreate Fillable PDF Textbox Through R - rSend gmail messages with google-api-ruby-client '0.9.pre3' - ruby | fooobar.comAll Articles