|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 10/21/2007 6:07:09 AM
Posts: 2,
Visits: 3
|
|
It seems that rotateNames='0' does not do anything. I'm using the following XML file:
<graph rotatenames='0' caption='Monthly Unit Sales' xAxisName='системы' yAxisName='системы' decimalPrecision='0' formatNumberScale='0' chartRightMargin='30'>
<set name='Jan' value='462' color='AFD8F8' />
<set name='Feb' value='857' color='F6BD0F' />
<set name='Mar' value='671' color='8BBA00' />
<set name='Apr' value='494' color='FF8E46' />
<set name='May' value='761' color='008E8E' />
<set name='Jun' value='960' color='D64646' />
<set name='Jul' value='629' color='8E468E' />
<set name='Aug' value='622' color='588526' />
<set name='Sep' value='376' color='B3AA00' />
<set name='Oct' value='494' color='008ED6' />
<set name='Nov' value='761' color='9D080D' />
<set name='Dec' value='960' color='A186BE' />
<trendlines>
<line startvalue='0' endvalue='600' displayValue=' ' color='ccffcc' thickness='1' isTrendZone='1' alpha='60' />
<line startvalue='600' endvalue='800' displayValue=' ' color='ffffcc' thickness='1' isTrendZone='1' alpha='60' />
<line startvalue='800' endvalue='1000' displayValue=' ' color='ffcccc' thickness='1' isTrendZone='1' alpha='60' />
</trendlines>
</graph>
and the yAxisName does not show up. However, according to the documentation located at http://www.fusioncharts.com/Free/Docs/Contents/Adv_SpChar.html, it says:
That is, if you want to use multi-lingual characters, you'll need to show horizontal x-axis names and y-axis names without being rotated (using <graph rotateNames='0' ..> ).
Is this feature broken, am I doing something wrong, or is the documentation wrong?
Thanks for your help,
Charlie
PS: Something's broken on this board. [code][/code] blocks don't seem to do anything...
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 10/3/2008 2:42:18 AM
Posts: 2,117,
Visits: 498
|
|
Hi,
rotateNames='0' makes the category labels show horizontal, which I think is what you're getting.
As for the y-axis name, FusionCharts uses embedded characters to render y-axis name. In FusionCharts v3, we've an option to render the y-axis name as horizontal instead of vertical. However, I'm afraid, the same is not present in FusionCharts Free.
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 10/21/2007 6:07:09 AM
Posts: 2,
Visits: 3
|
|
| Then that would mean that the instructions are incorrect as they seem to indicate that if you set that parameter, the YAxis will be flipped to horizontal and you will be able to read the text.
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 10/24/2007 11:20:46 AM
Posts: 2,
Visits: 8
|
|
Is it possible to configure the text on the x-axis to be rotated to a 45-degree angle (i.e. bottom-left to top-right?)
Cheers,
Sean.
Product Manager, WebAbacus
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 10/3/2008 2:42:18 AM
Posts: 2,117,
Visits: 498
|
|
Yes - using FusionCharts v3, you can do it. Please see http://www.fusioncharts.com/docs/Contents/xAxisNames.html > Rotating and Slanting Labels.
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|