ObjectList

Type class

Creates a list of all available MapObjects, it's entries can be generally controlled within the AmMap class using showAreasInList, showLinesInList, showImagesInList or individually within the MapObject itself.

Example

var map = AmCharts.makeChart("mapdiv",{
  ...
  "objectList": {
    "container": "<id of the div>"
  }
});

Output

<div class="ammapObjectList">
  <ul>
    <li>
      <a>Lithuania</a>
    </li>
  </ul>
</div>

Inheritance

ObjectList does not extend any other symbol.

ObjectList is not extended by any other symbol.

Properties

container
#

Type string

Id or reference to div which will hold ObjectList.

Methods

ObjectList does not have any methods.

Events

ObjectList does not have any events.

Adapters

ObjectList does not have any adapters.