Sign in to follow this  
SeeThePicture

Setting Tooltip Attributes In Zoomline Charts

Recommended Posts

I have three series in my ZoomLine chart. Can I set the toolTipBgColor differently for each of the three? Can I make tooltips have shadow for all three?

 

I see the toolTipBgColor and showToolTipShadow Attribute Names in the "Zoom Line Chart" section of the "Multi Series Chart" section of the "Chart XML API" of the Documentation.

 

I've tried implementing both in the "<Chart..." section of my XML. -- couldn't get it to work.

I've tried implementing both in the "<dataset..." section of my XML. -- couldn't get it to work.

I've tried implementing both in the "<style..." section of my XML. -- couldn't get it to work.

 

Please advise. Where and how do I implement series specific tooltip attributes and series common attributes?

 

Thanks,

Ferd

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi Ferd,

 

I am afraid, as the attributes "toolTipBgColor" and "showToolTipShadow" are supported by the <chart> element, it would get effected globally for all <dataset> elements and could not be customized individually.

 

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