chrisp Report post Posted March 16, 2016 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
chrisp Report post Posted March 16, 2016 Never mind - I'm a dummy and missed something small that was affecting this. Share this post Link to post Share on other sites