Sign in to follow this  
Pallav

Grid component labels are cut off horizontally

Recommended Posts

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

post-189-128441563752_thumb.png

Edited by Guest

Share this post


Link to post
Share on other sites

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.

Share this post


Link to post
Share on other sites

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.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this