Sign in to follow this  
jalberto

Change font style on export

Recommended Posts

Is possible to change the font color or style on export?

 

 

 

i have a shadow style applied to font, white font and black shadow, it fits nice on my web, but on exporting (server side) the bg by default is white so text is unredeable. I can change the bg colro with params[:meta_bgColor] (RoR exporter script) but this doesnt helps, becuase a white border is created around shadow (really ugly).

 

 

 

So its possible to change the font style or color in exporter time? maybe params[meta_fontColor] ?

Edited by Guest

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello,

Could you please consider following the steps and see if this helps?

1. Before calling the export function, set the animation off and disable the styles as required.

2. Do a setDataURL/setDataXML

3.Export the chart

4. On export callback function, set the original XML to the chart.

Looking forward to your reply. :P

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