Back to amCharts.com

Contents of a page hide under the chart

If you embed the chart into your web page, and the page has layers such as drop-down menus or drop-down forms, and you want them appear above the chart, you need to add this line to your HTML code (somewhere above so.write("flashcontent") line):

so.addParam("wmode", "opaque");
Back to top