Add Charts to your wiki using this free embedded Flash chart service.

 

http://www.amcharts.com/

 

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

  • 2 months ago [history]
  • View page source
  • You're not logged in
  • No tags yet learn more

Wiki Information

Recent PBwiki Blog Posts