Viewing 1 replies (of 1 total)
  • Plugin Author martynasma

    (@martynasma)

    Hi Sally,

    You’ll need to divide up the code between the Resources, HTML and JavaScript boxes.

    Create a new map in WP using the “+ Map” amdin menu link.

    If you are using default world map (worldLow), you don’t need to change anything in Resources box.

    In HTML box take the <div> line, i.e.:

    <div id="map" style="width: 100%; height: 1075px;"></div>

    In JavaScript goes everything between <script> and </script> tags. (without those tags)

    Everything that starts with:

    AmCharts.makeChart("map",{

    and ends with

    });

    I hope that helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Need help inserting a map’ is closed to new replies.