|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 6/30/2008 4:38:49 AM
Posts: 2,
Visits: 17
|
|
| e.g For the attribute of chart like Column2D,Line2D yAxisName='hello' //can show on the rails yAxisname='你好' //can't show on the rails Please help me! Thanks!
ljinkai
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: Today @ 6:02:32 AM
Posts: 764,
Visits: 1,215
|
|
| Hi, Could you try using rotateYAxisName='0'? These characters, because they are not embedded wont show in rotated mode.
Regards,
Sudipto Choudhury FusionCharts Team
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 6/30/2008 4:38:49 AM
Posts: 2,
Visits: 17
|
|
| Hi, OK! I get it. Thanks for help!
ljinkai
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 5/4/2008 6:28:56 AM
Posts: 2,
Visits: 3
|
|
Hi,
I am using the PHP class to set the paramters.
I included rotateYAxisName=0 so that the Y axis won't rotate, as I am using Hebrew Characters.
But for some reason it will note take, it ignores it.
Where else should this be placed ?
My Code:
$strParam="rotateYAxisName=0;xAxisName=HEBREW_HERE;yAxisName=$LNG_Chart_yAxis;decimalPrecision=0;formatNumberScale=0;rotateNames=1;numVDivLines=28;showBorder=0;baseFontColor=003300;anchorRadius=4;anchorBgColor=d3e1f0;anchorBorderColor=0b5cae;anchorBorderThickness=2;showValues=0;formatNumber=0";
$FC->setChartParams($strParam);
Thank you.
|
|
|
|