hexghost Report post Posted October 13, 2008 Hello! I just purchased fusionChart 3.0 and was trying a simple chart. I know I'm probably missing something here, but I did read through the documentation and couldn't find a solution. If you take a look at the attached JPEG you can see that "October" is being cut off. I'm using a real simple data set as a test, and I'm using the object tag to call the graph. Right now the size I use is 600x400, but even if I increase the width, it just makes everything bigger but cuts off October still. Any help? Appreciate any replies! Share this post Link to post Share on other sites
Arindam Report post Posted October 14, 2008 Hi, Could you please try with chartLeftMargin? chartLeftMargin Number In Pixels Amount of empty space that you want to put on the left side of your chart. Nothing is rendered in this space. chartRightMargin Number In Pixels Amount of empty space that you want to put on the right side of your chart. Nothing is rendered in this space. chartTopMargin Number In Pixels Amount of empty space that you want to put on the top of your chart. Nothing is rendered in this space. chartBottomMargin Number In Pixels Amount of empty space that you want to put on the bottom of your chart. Nothing is rendered in this space. Share this post Link to post Share on other sites
hexghost Report post Posted October 14, 2008 Thanks - chartRightMargin in the data xml worked, I put 30 and it seems to look ok. Thanks! Last question Any way to remove the border around the entire graph? So that on a white background page with a white background set for the graph, there is no gray border? Share this post Link to post Share on other sites
Arindam Report post Posted October 15, 2008 Hi, Could you please use showBorder='0' ? Share this post Link to post Share on other sites
hexghost Report post Posted October 15, 2008 THANK YOU SO MUCH SUPREME BEING Share this post Link to post Share on other sites