Sign in to follow this  
hdagheda

Custom Tooltip with multi series

Recommended Posts

Hi there,

 

 

 

i m trying to add tool tip on multi series chart but somehow its displaying extra data... i mean

 

Multi-series & combination chart: Series Name, Category Name, Data Value

 

 

 

i want only to display what i specify in tool tip not the default format...how i can ignore displaying series name?

 

 

 

Thanks in advance,

 

Heena

Share this post


Link to post
Share on other sites

Thanks hemant, its works well....cheers

 

 

 

hey i also font wanna show data value... what about this

 

i used DataValueInToolTip='0' but didnt work :)

 

 

 

thanks again.

 

heena

Share this post


Link to post
Share on other sites

Hello,

 

 

 

If you wish to show only the Category name could you please try setting the toolText='text string' attribute in the label set element?

 

 

 

An example XML-snippet is given below:

 

 

 

<dataset seriesName='1996' color='AFD8F8' showValues='0'>

 

 

 

<set value='25601.34' toolText='Austria'/>

 

<set value='20148.82' toolText='Brazil'/>

 

<set value='17372.76' toolText='France' />

 

<set value='35407.15' toolText='Germany' />

 

 

 

</dataset>

 

 

 

<dataset seriesName='1997' color='F6BD0F' showValues='0'>

 

 

 

<set value='57401.85' toolText='Austria' />

 

<set value='41941.19' toolText='Brazil' />

 

<set value='45263.37' toolText='France' />

 

<set value='117320.16' toolText='Germany' />

 

 

 

</dataset>

 

 

 

Hope this helps.

Share this post


Link to post
Share on other sites

Hi,

 

 

 

i already tried that but somehow its also taking value.

 

 

 

actually i wanted to display without , in proper format....and at the end it was adding ,value.... :)

 

 

 

so its still as it is!!!

 

 

 

any other idea would be appreciated.

 

 

 

Thanks

 

Heena

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi Heena,

In case you are still facing the issue, please send us the XML codes that you are using so that we might test it in our lab.

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