valerio4381 Report post Posted March 16, 2012 Hi all, im trying to implement a pie chart that is quite different from the one in the demo section. The pie im trying to implement is with white slice and grey border instead of of solid colored sliced. Moreover I have the need to custom the label of the pie, setting the background color for the label. Do you know if it is possible with fusion chart? I attach a sample of the pie. Since life is not easy, we have to do this using gwt. I tried to download the plugin to use fusion chart with gwt, but the jar that should to this from aurora r&d (http://aurorarnd.com/website/) is a not valid jar (it is of 0kb) I tried to contact the team but so far I haven't received any answer. Do you know if this plugin exist or is a fake thing? Thanks guys for all! cheers, Valerio Share this post Link to post Share on other sites
Guest Sumedh Report post Posted March 16, 2012 Hi, Please find response to your queries inline below: I have the need to custom the label of the pie, setting the background color for the label. Do you know if it is possible with fusion chart? >> You can achieve this by applying styles on the labels. For more information, read more here: http://docs.fusionch...les/Styles.html Ref. Code: <styles> <definition> <style name='MyLabel' type='font' font='Verdana' size='12' color='FFFFFF' bold='1' bgColor='4E387E' /> </definition> <application> <apply toObject='DATALABELS' styles='MyLabel' /> </application> </styles> Please note, background color will be same for all the data labels. I tried to download the plugin to use fusion chart with gwt, but the jar that should to this from aurora r&d (http://aurorarnd.com/website/) is a not valid jar (it is of 0kb) >> Could you please re-download it again and try? If this does not help, drop in a mail at [email protected] with reference from [email protected] Also please find attached screenshot for your reference. Share this post Link to post Share on other sites
valerio4381 Report post Posted March 19, 2012 Thank you very much. One question: is it possible to apply one different color to each label? About gwt plugin, i've retried to download it, but i still have the same issue. I will write to aurora r&d as you suggested me! Thanks again! Valerio Hi, Please find response to your queries inline below: I have the need to custom the label of the pie, setting the background color for the label. Do you know if it is possible with fusion chart? >> You can achieve this by applying styles on the labels. For more information, read more here: http://docs.fusionch...les/Styles.html Ref. Code: <styles> <definition> <style name='MyLabel' type='font' font='Verdana' size='12' color='FFFFFF' bold='1' bgColor='4E387E' /> </definition> <application> <apply toObject='DATALABELS' styles='MyLabel' /> </application> </styles> Please note, background color will be same for all the data labels. I tried to download the plugin to use fusion chart with gwt, but the jar that should to this from aurora r&d (http://aurorarnd.com/website/) is a not valid jar (it is of 0kb) >> Could you please re-download it again and try? I this does not help, drop in a mail at [email protected] with reference from [email protected] Also please find attached screenshot for your reference. Share this post Link to post Share on other sites
Guest Sumedh Report post Posted March 19, 2012 Hi, Applying different colors for each label is not possible, as of now. Same color will be affected on all the labels. Thanks for your time and support. Share this post Link to post Share on other sites