Sign in to follow this  
salvini

Multilevel bugs when trying to use percent symbol

Recommended Posts

Im using multilevel pie and in hoverText I would like to show its percentage.

 

 

 

But whenever I use it, shows "invalid xml data".

 

 

 

Ive tried to use html character symbol of percentege, but didnt work either.

Share this post


Link to post
Share on other sites

Hi,

 
Please see the following list:
 
List of characters that requires encoding:

1. If you are using dataXML method.
 
% - %25

& - %26

+ - %2b

< - %26lt;

> - %26gt;

 
2. If you are using dataURL method.
 
< - <

> - >

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