|
|
|
Junior Member
      
Group: Forum Members
Last Login: 4/11/2007 11:57:21 AM
Posts: 15,
Visits: 30
|
|
My grid component, every line the text is cut off horizontally. Only the top half of each character is visible. I'm trying to attach a screenshot. Can anybody tell me why, and what to do to fix it?
XML generating the pie chart which the grid is based off:
<?xml version="1.0"?>
<chart
outCnvbaseFont="Verdana"
outCnvbaseFontColor="333333"
outCnvbaseFontSize="10"
showBorder="0"
showFCMenuItem="0"
bgColor="FFFFFF"
caption=""
yAxisName=""
xAxisName=""
rotateLabels=""
slantLabels="1"
rotateValues=""
placeValuesInside=""
showZeroPies="0"
showValues="0"
showLabels="0">
<set value="5" label="216.171.135.136" link="javascript%3Aalert%28%27216.171.135.136%27%29" isSliced="1"/>
<set value="5" label="216.171.135.139" link="javascript%3Aalert%28%27216.171.135.139%27%29" isSliced="1"/>
<set value="4" label="64.146.95.192" link="javascript%3Aalert%28%2764.146.95.192%27%29" isSliced="1"/>
<set value="4" label="64.146.95.193" link="javascript%3Aalert%28%2764.146.95.193%27%29" isSliced="1"/>
<set value="3" label="216.171.135.138" link="javascript%3Aalert%28%27216.171.135.138%27%29" isSliced="1"/>
<set value="3" label="64.146.95.195" link="javascript%3Aalert%28%2764.146.95.195%27%29" isSliced="1"/>
<set value="3" label="216.216.216.143" link="javascript%3Aalert%28%27216.216.216.143%27%29" isSliced="1"/>
<set value="3" label="64.146.95.194" link="javascript%3Aalert%28%2764.146.95.194%27%29" isSliced="1"/>
<set value="3" label="216.171.135.140" link="javascript%3Aalert%28%27216.171.135.140%27%29" isSliced="1"/>
<set value="2" label="216.171.135.137" link="javascript%3Aalert%28%27216.171.135.137%27%29" isSliced="1"/>
<set value="1" label="216.216.216.140" link="javascript%3Aalert%28%27216.216.216.140%27%29" isSliced="1"/>
<set value="1" label="216.216.216.142" link="javascript%3Aalert%28%27216.216.216.142%27%29" isSliced="1"/>
<set value="1" label="216.171.135.142" link="javascript%3Aalert%28%27216.171.135.142%27%29" isSliced="1"/>
<set value="1" label="216.171.135.141" link="javascript%3Aalert%28%27216.171.135.141%27%29" isSliced="1"/></chart>
FlashVars sent to the grid:
"showPercentValues":0,
"baseFontSize":8,
"alternateRowBgColor":"f0f0f0",
"colorBoxHeight":15
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 4/11/2007 11:57:21 AM
Posts: 15,
Visits: 30
|
|
| I found that if I append a newline character to the label of each set element, it takes care of this issue. Could be a bug?
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: Today @ 8:20:12 AM
Posts: 2,194,
Visits: 521
|
|
Probably you might be trying to hard code how many items to show in the grid. If you're manually over-riding the same, the text can be cut.
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 4/11/2007 11:57:21 AM
Posts: 15,
Visits: 30
|
|
| Nope... that would mean setting the numItemsPerPage flashvar (or whatever it's called). Like I detailed in my first post, I'm not setting that flashvar.
|
|
|
|