<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> FusionCharts Free - UTF8 日本語 (Japanese) Example <% /*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. */ %>

FusionCharts Free UTF8 日本語 (Japanese) Example

Basic Example using data from pre-built JapaneseData.xml

<% /* In this example, we show how to use UTF characters in charts created with FusionCharts Here, the XML data for the chart is present in Data/JapaneseData.xml. The xml file should be created and saved with an editor which places the UTF8 BOM. The first line of the xml should contain the xml declaration like this: */ /* The pageEncoding and chartSet headers for the page have been set to UTF-8 in the first line of this jsp file. */ //Variable to contain dataURL String strDataURL = "Data/JapaneseData.xml"; //Create the chart - Pie 3D Chart with dataURL as strDataURL %>

Unable to see the chart above?
« Back to list of examples