pocinhas Report post Posted November 10, 2009 Hi. Above is a simple chart I produce with Caption='Medical appointments per inhabitant (No.) by Geographic localization (NUTS - 2002); Annual' It is a big Caption for the width I am using, so FusionCharts breaks it into two lines. In screen everything is ok, but when I print it - using FusionCharts print method - it only shows the first line of the Caption. I wonder if anyone has the same problem? Here is the chart code (also attached): This page needs Javascript enabled. var myChart = new FusionCharts("/img/indicadores/fusioncharts3/MSColumn3D.swf", "myChartId", "472", "280", "0", "1"); var xmlData = "simple.txt Share this post Link to post Share on other sites
pocinhas Report post Posted November 10, 2009 (edited) Hi again, I think I found a workaround: I just create a specific style for Caption font and then it prints the second line! I try with this style: (...) <style name='myCaptionFont' type='font' font='Arial' size='10' color='000000'/> (...) <apply toObject='Caption' styles='myCaptionFont' /> (...) So, I don't know if this issue should remain as a Bug... but I hope someone from FC team can tell me. Thanks. Edited November 19, 2009 by Guest Share this post Link to post Share on other sites
Guest Madhumita Report post Posted November 10, 2009 Hello, That is great. Happy FusionCharting. Share this post Link to post Share on other sites