pocinhas

Print: Second line of Caption doesn't show

Recommended Posts

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

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 by Guest

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