• I have created two charts in amCharts. I have copied the HTML and Javascript into the plugin. When I insert the shortcode into my page, a space for the chart appears. When I inspect the page I see a div, but nothing shows up. Can you please tell me how to resolve this issue?

    Thank you

    The page I need help with: [log in to see the link]

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

    (@martynasma)

    You seem to have incomplete the code for the charts.

    The JavaScript code for the chart should look something like this:

    `
    AmCharts.makeChart(“$CHART$”, {
    // your chart config
    });
    `

    While you have only the config part:

    `
    {
    // your chart config
    }
    `

    This is only for the second chart, the first one is set up OK, hence it appearing fine on the page.

Viewing 1 replies (of 1 total)
  • The topic ‘Chart not displaying’ is closed to new replies.