billbugger Report post Posted June 18, 2008 Hi, i've been trying to create a french version of my charts. I've read all the thread on the subject on this forum and none solved my problem. All my files are encoded in UTF-8 and I use setDataURL to update my charts. Here is a sample of my XML returned by my php page : <chart caption="Total cost for 2007" subCaption="per Month" slantLabels="1" showBorder="0" showPercentinToolTips="1" showValues="0" labelDisplay="ROTATE" decimals="2" formatnumber="1" formatNumberScale="1" numberSuffix=" USD" seriesNameInToolTip="0"> <set label="FEV" value="640518.28" link="javascript:updateTowerChart("02","IBEL01","FRA")"/> ... <set label="AO Share this post Link to post Share on other sites
FusionCharts Support Report post Posted June 18, 2008 Hi, Could you please try removing labelDisplay="ROTATE" once? These special characters are not embedded into the charts and a chart can not display a non-embedded font/charaters in any kind of rotated form like ROTATE or SLANT etc. Share this post Link to post Share on other sites
billbugger Report post Posted June 18, 2008 ... That was so simple I feel kind of dumb Thanks a lot for the quick support Share this post Link to post Share on other sites