Sign in to follow this  
festerm

Separator on Pie 3D

Recommended Posts

Hello,

 

 

 

We are using a lot of 3D Pies in a website and I receive a request to change the comma between the item name and it`s value.

 

You can see an example of the chart here http://www.cachola.com.br/samarco/pt-br/terceira-pelotizacao/inicio-das-operacoes/

 

 

 

For example, they want "Beneficiamento - 20" instead of "Beneficiamento, 20".

 

is it possible?

 

 

 

Thanks

Share this post


Link to post
Share on other sites

Hello Rajroop,

 

 

 

thanks for your reply.

 

It worked only in the tooltip, but no on the Pie labels that was the original request.

 

I understand why it`s showing commas by the point of view of the xml data, but if you think in the presentation in the case of the Pie chart a simple space or maybe a colon would look better.

 

 

 

You can check it again here http://www.cachola.com.br/samarco/pt-br/terceira-pelotizacao/inicio-das-operacoes/

Edited by Guest

Share this post


Link to post
Share on other sites
Guest Rajroop

Hi there,

 

 

 

Could you please use the displayValue='<Your desired display>' for this. Using this attribute you can customize the display of the labels completely.

 

 

 

For example:

 

 

 

<set label='Jan' value='420000' displayValue='Jan 420000'/>

 

 

 

I hope this helps. :)

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