This wiki is brought to you by
NOTE: Many of the tips here are not officially supported by PBwiki. The idea is to offer suggestions that may help you with your PBwiki experience.
This Website is Powered by PBwiki
Visitors to Help for all

Q: Can I use amCharts for free?
A: Yes, the only limitation of the free version is that a small link to this web site will be displayed in the top left corner of your charts.
Requires that you upload a JavaScript file, two XML files, and paste in a java script snippet into the Google Gadget plugin.
Example JS snippet:
<!-- amcolumn script-->
<script type="text/javascript" src="amcolumn/swfobject.js"></script>
<div id="flashcontent">
<strong>You need to upgrade your Flash Player</strong>
</div>
<script type="text/javascript">
// <![CDATA[
var so = new SWFObject("amcolumn/amcolumn.swf", "amcolumn", "520", "400", "8", "#FFFFFF");
so.addVariable("path", "amcolumn/");
so.addVariable("settings_file", escape("amcolumn/amcolumn_settings.xml")); // you can set two or more different settings files here (separated by commas)
so.addVariable("data_file", escape("amcolumn/amcolumn_data.xml"));
// so.addVariable("chart_data", ""); // you can pass chart data as a string directly from this file
// so.addVariable("chart_settings", ""); // you can pass chart settings as a string directly from this file
// so.addVariable("additional_chart_settings", ""); // you append some chart settings to the loaded ones
// so.addVariable("loading_settings", "LOADING SETTINGS"); // you can set custom "loading settings" text here
// so.addVariable("loading_data", "LOADING DATA"); // you can set custom "loading data" text here
so.addVariable("preloader_color", "#000000");
so.write("flashcontent");
// ]]>
</script>
<!-- end of amcolumn script -->
Page Information
|
Wiki Information |
Recent PBwiki Blog Posts |