how to display html tags and special characters in the Column 2D Chart>
FusionCharts Forum
Home       Members    Calendar    Who's On
Welcome Guest ( Login | Register )
        



how to display html tags and special... Expand / Collapse
Author
Message
Posted 8/29/2008 3:08:48 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 8/29/2008 7:55:47 AM
Posts: 1, Visits: 4
  ex)I'd like to display <title>'  html tag or special characters

  ..please help me

  

<?
                   //Create an XML data document in a string variable
                 $strXML  = "";
                 $strXML .= "<graph cibtion='Highest 10 Diagram' xAxisName='' yAxisName='SCORE'   decimalPrecision='0' formatNumberScale='0' baseFont='Verdana' baseFontSize='10' yAxisMaxValue='800' numDivLines='7' rotateNames='1' slantLabels='1'  formatNumberScale='1'   >";
 

                   $strXML .= "<set name='<title>''  value='$row_ib[score1]' color='AFD8F8' />";
 
 
                 $strXML .= "</graph>";
 
                    echo renderChartHTML("../chart/FCF_Column3D.swf","", $strXML, "myNext", 520, 350); ?>

Post #8263
Posted 8/29/2008 4:24:17 AM
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Moderators
Last Login: Today @ 7:54:06 AM
Posts: 644, Visits: 1,948
Hi,
  I am afraid not possible to show [<] and [>] character in FusionCharts Free


Thanks,
Arindam

FusionCharts Team
www.fusioncharts.com

Post #8264
« Prev Topic | Next Topic »


Permissions Expand / Collapse

All times are GMT -7:00, Time now is 5:20pm


Execution: 0.031.