jalberto Report post Posted December 9, 2009 (edited) 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 December 9, 2009 by Guest Share this post Link to post Share on other sites
jalberto Report post Posted December 9, 2009 i attached some images exported with FC RoR export scripts. As you see when bg is not white, or font have a shadow is really unredeable. Any tips? Share this post Link to post Share on other sites
Guest Madhumita Report post Posted December 9, 2009 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. Share this post Link to post Share on other sites