How to disable click with Angularjs2 + Amcharts Map

I have now drawn a map using typescript + Angularjs2 + amcharts
how can I invalidate click events in each area of the map
are there any attributes that can be controlled?

this.chart= this.AmCharts.makeChart ("chartdiv", {

)
  "type": "map",
  "theme": "light",
  "colorSteps": 16,
  "dataProvider": {
    "map": "usaLow",
    "areas": []
  },
  "areasSettings": {
    "balloonText": "",
    "selectable": false,
    "outlineColor": "-sharp333333"
  },
  "valueLegend": {
    "right": 10,
    "minValue": "little",
    "maxValue": "a lot"
  },
  "export": {
    "enabled": true
  }
});
Mar.12,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b22432-2ae56.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b22432-2ae56.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?