nickpdx Report post Posted March 28, 2007 (edited) 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 Edited March 28, 2007 by Guest Share this post Link to post Share on other sites
nickpdx Report post Posted March 28, 2007 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? Share this post Link to post Share on other sites
Pallav Report post Posted March 29, 2007 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
nickpdx Report post Posted March 29, 2007 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