Sign in to follow this  
Guest Madhumita

Some Problem on using Pie 3D chart ,for sos...

Recommended Posts

Hi

 

When I using the Pie 3D chart,some problem feaze me...

 

 

 

so...i need everybody's help...

 

 

 

thx first...

 

 

 

Ques as bellow:

 

1.how to render 2D style as default...

 

2.when I using the decimals="2" attribute,but the percentage in tooltips always show many num after the radix point ,such as 9.12345678% etc.

 

 

 

help plz...thx very much.....

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello,

1. I'm afraid, the pie3D chart can not be rendered with 2D style as default

2. If you could please attach your XML, we will solve the decimal precision issue as soon as possible.

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

Could we please send us the screen-shot as an attachment as we have yet not received it?

This might has happened due to some error in the process.

Please note, FusionCharts supports the display of both number and text as 'labels' and 'tooltip'.

Please try customizing the labels and the tooltip as per your requirement to display the same.

Hope this helps. :)

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello,

1. To show the values in the tooltip to have values formatted upto 2 decimal places please use the code below:

  <set label="???" value="143" toolText='???, 28.26%' />

2. If you wish to show only numbers display on labels please set showLabels='0' in the <chart> element.

Edited by Guest

Share this post


Link to post
Share on other sites

thanks very much~~:)

 

it solves my problem

 

 

 

 

 

To show the values in the tooltip to have values formatted upto 2 decimal places please use the code below:

 

 

 

 

My DataSet only contains label-value and value-value,

 

and I must write .net code to manual compute the percentage value,

 

so I suggest that can next chart version auto set the percentage value?

 

 

 

 

 

now i'm trying to write codes about importing the img of chart...

 

i also meet some problem...

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello,

Thank you for your suggestions. We have made a note of it.

What issues are you facing while trying to export images?

 

Share this post


Link to post
Share on other sites

I use this code to set 'export img selection' attributes in XML File

 

 

 

xmlWriter.WriteAttributeString("exportEnabled", "1");//bool ????????

 

xmlWriter.WriteAttributeString("exportShowMenuItem", "1");//bool

 

xmlWriter.WriteAttributeString("exportFormats", "PDF=Export as PDF|JPG=Export as JPEG");

 

 

 

my chart render by .net Litera Web Server Control,

 

when I right click the mouse,

 

the menu doesn't contain any export selections...

 

 

 

upload some code by attachments

post-7293-128441578757_thumb.jpg

Pie3Dadmin.xml

Edited by Guest

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello,

Could you please tell us which version of FusionCharts you are using?

 

Starting FusionCharts v3.0.7, you could export your charts as images. And FusionCharts v3.1 adds new dimensions to it, by allowing you to export as PDFs as well, and also lets you choose whether to export the charts at client-side or server-side.

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