Sign in to follow this  
flash

Label problem with pie charts

Recommended Posts

Hello.

First i lke to say thank you for the great FusionCharts. But i have a problem with the label in my charts. Because i`m not a fluent english speaker let me show you my problem with 2 pictures:

 

Here is my chart:

 

chart2.jpg

 

As you can see the database request works but I dont have any label on the chart like in this chart:

 

chart1.jpg

 

I copied the hole xml code from the other website but as you can see it wont work.

If i add another dataset in the database it look like this (which is ok) :

 

chart3.jpg

 

 

This is the whole xml code i use:

 

First the one with one user has 100% (which dont show any label):

<chart palette='3'  caption='Total playtime by user' showPercentageInLabel ='1' showpercentvalues='1' showValues='1' showpercentintooltip='1' showlabels='1' bgcolor='ffffff' showzeropies='0' defaultanimation='0' showborder='0' showplotborder='0' showshadow='1' use3dlighting='1' slicingdistance='15'>
<set name='flash' value='132' showName='1' ></set>
</chart>

This time with 2 users (label are shown):

<chart palette='3'  caption='Total playtime by user' showPercentageInLabel ='1' showpercentvalues='1' showValues='1' showpercentintooltip='1' showlabels='1' bgcolor='ffffff' showzeropies='0' defaultanimation='0' showborder='0' showplotborder='0' showshadow='1' use3dlighting='1' slicingdistance='15'>
<set name='flash' value='132' showName='1' ></set>
<set name='Test' value='160' showName='1' ></set>
</chart>

I searched now for about 2 hr in the doc and via google, but i dont find any answer. Maybe anyone can help me to get the chart run when one user has 100%

 

Thanks for your help

 

Sebastian

 

Share this post


Link to post
Share on other sites

Hello thanks for your report, hope you find the problem.

Hi,
 
Could you please upgrade your current version to the latest, i.e, FusionCharts Suite v3.4.1 that includes the fixes to the previously reported issues and see if this helps?
 
Awaiting your feedback.

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