Sign in to follow this  
chrisp

hoverText (toolText) not working correctly?

Recommended Posts

I have toolText added to tasks. My data is pulling from a mySQL query.

 

$strText = the name of the task, then I have a start date and end date.

 

Within my task tag, I have this:

toolText='$strText, $StartDateOrig - $EndDateOrig'

However, on hover of the chart, it ignores the $strText and only shows everything else starting with the comma.

 

If I use ONLY the $strText:

toolText='$strText' 

... it DOES show the name, so I know it's reading that variable correctly. 

 

Am I missing something? Why won't the name show when combined with those date fields?

 

 

 

 

 

 

 

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