Mister Spy Say ="Hello Kids ... :D"
___ ____ _ _____
| \/ (_) | | / ___|
| . . |_ ___| |_ ___ _ __ \ `--. _ __ _ _
| |\/| | / __| __/ _ \ '__| `--. \ '_ \| | | |
| | | | \__ \ || __/ | /\__/ / |_) | |_| |
\_| |_/_|___/\__\___|_| \____/| .__/ \__, |
| | __/ |
|_| |___/
Bot Mister Spy V3
Mister Spy
Mister Spy
<?xml version="1.0" encoding="iso-8859-1"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>FusionCharts free Documentation</title>
<link rel="stylesheet" href="Style.css" type="text/css" />
</head>
<body>
<table width="98%" border="0" cellspacing="0" cellpadding="3" align="center">
<tr>
<td><span class="pageHeader">Using Percent Sign on chart </span></td>
</tr>
<tr>
<td valign="top" class="text"><p> </p> </td>
</tr>
<tr>
<td valign="top" class="header">When using dataURL method </td>
</tr>
<tr>
<td valign="top" class="text">If you're using dataURL method, you need to encode Percent character to <span class="codeInline"></span>%25 in your XML and then use it as under:</td>
</tr>
<tr>
<td valign="top" class="codeBlock"><graph decimalPrecision='0' numberSuffix='<strong>%25</strong> '><br />
<set name='John' value='42' color='AFD8F8' /><br />
<set name='Mary' value='29' color='F6BD0F' /><br />
<set name='Tom' value='52' color='8BBA00' /><br />
</graph></td>
</tr>
<tr>
<td valign="top" class="text">You'll get an output as shown below: </td>
</tr>
<tr>
<td valign="top" class="header"><img src="Images/PercentChar.jpg" width="337" height="189" /></td>
</tr>
<tr>
<td valign="top" class="header"> </td>
</tr>
<tr>
<td valign="top" class="header">When using dataXML method </td>
</tr>
<tr>
<td valign="top" class="text">Also, when using dataXML method, you need to encode Percent character to %25<span class="codeInline"></span> - else, you'll get an error on many browsers. Following is the full HTML Code to embed the chart: </td>
</tr>
<tr>
<td valign="top" class="codeBlock"><p><div id="chart1div"><br />
This text is replaced by the chart.<br />
</div><br />
<script type="text/javascript"><br />
var chart1 = new FusionCharts("FCF_Column2D.swf", "ChId1", "350", "200");<br />
chart1.setDataXML("<graph decimalPrecision='0' <strong>numberSuffix='%25 '</strong>><br />
<set name='John' value='42' color='AFD8F8' /><br />
<set name='Mary' value='29' color='F6BD0F' /><br />
<set name='Tom' value='52' color='8BBA00' /><br />
</graph>");<br />
chart1.render("chart1div");<br />
</script></p> </td>
</tr>
<tr>
<td valign="top" class="text">You'll again get the same output as before. </td>
</tr>
<tr>
<td valign="top" class="text"><span class="header"><img src="Images/PercentChar.jpg" width="337" height="189" /></span></td>
</tr>
</table>
</body>
</html>
Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat