valerio4381

Pie Chart With Custom Label In Gwt

Recommended Posts

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

post-27731-0-00717000-1331892413_thumb.png

Share this post


Link to post
Share on other sites
Guest Sumedh

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.

post-24802-0-87994800-1331903534_thumb.jpg

Share this post


Link to post
Share on other sites

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

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

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