adsense

How to Use Fusion Charts in WordPress





1. Download the FusionCharts package you wish to use. You can buy Version 3, use the demo or download the free version.
2. Create a new folder in the root directory of your website and name this folder 'FusionCharts.' Upload the .ZIP file to this folder using your preferred FTP client. Extract the .ZIP file into the folder. Create another folder called 'FusionChartsData.'

3. Generate a FusionCharts data XML file using the XML generator found at the FusionCharts website (www.fusioncharts.com). Copy the data generated by the tool and paste it into a new Notepad document. Save the document as 'data1.xml' and upload it to the FusionChartsData folder you created in the previous step.
4. Create a new post and select the HTML editor instead of the Visual editor. Paste the following into the post (for a sample chart):



//
')var chartObj = new FusionCharts(myChartSWF, myChartId, myChartWidth, myChartHeight);chartObj.setDataURL(myDataXML);chartObj.render(myChartId 'container'); // ]] >


5. Click 'Publish' to publish the post and view the FusionChart.

Comments

0 Responses to "How to Use Fusion Charts in WordPress"

Post a Comment

Popular Posts

About