<% 'We've included ../Includes/FusionCharts.asp, which contains functions 'to help us easily embed the charts. %> FusionCharts - Simple Column 2D Chart - With Multilingual characters <% 'You need to include the following JS file, if you intend to embed the chart using JavaScript. 'Embedding using JavaScripts avoids the "Click to Activate..." issue in Internet Explorer 'When you make your own charts, make sure that the path to this JS file is correct. Else, you 'would get JavaScript errors. %>

Example using pre-built Data.xml having multilingual text

<% 'This page demonstrates the ease of generating charts using FusionCharts. 'For this chart, we've used a pre-defined Data.xml (contained in /Data/ folder) 'Data.xml contains UTF-8 encoded multilingual text 'Create the chart - Column 2D Chart with data from Data/Data.xml Call renderChart("../../FusionCharts/Column2D.swf", "Data/Data.xml", "", "myFirst", 500, 400, false, false) %>