chrisp

Members
  • Content count

    5
  • Joined

  • Last visited

About chrisp

  • Rank
    Forum Newbie
  1. hoverText (toolText) not working correctly?

    Never mind - I'm a dummy and missed something small that was affecting this.
  2. I saw an old thread from 2007 about this issue, but that was obviously a different version. I'm using XT charts. If I have a data point that has the same start and end date, it shows only as a small sliver in the chart. With the previous Flash free version, it did correctly block out the whole day. If you look at a Microsoft Project Gantt chart, it has this same correct behavior. But not in FC XT. When discussing with tech support, I'm told it's only supposed to show a sliver because it doesn't cover a whole day. This isn't how Gantt charts should work, and I feel this is a bug and should be corrected.
  3. 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?
  4. Per email assistance, I replaced all js files from the old package with new ones (and changed pointers to "fusioncharts.js" to lowercase. However, not I see a message that just says "Chart type not supported." Old code also points to "includes/FusionCharts.php", which references $ChartSWF and such, which I imagine isn't used anymore. If I remove that callout to that include, I get an error, so it's still using that code somewhere in my files to render the charts.
  5. We've been on the free version on a small department intranet site, and the free version 1.2.3F code has been customized quite a bit (not by me). I'm not a js guru by any means. Our site is MySQL/PHP, and we primarily use Gantt charts in about 3 different places on the site. Obviously, with Flash being a thing of the past, plus a leap year bug dropping a day in the calendar and not showing it properly for the rest of the year, it's probably time to upgrade. However, I wouldn't know the first place to start based on all of the custom code we have in place to draw these charts. I've been emailing a sales email address, but replies are slow and not helpful as of right now. Any suggestions on how to switch over to the new version and get some help (from FusionCharts our outside of it) to update our site's code (including paying for the coding work, of course).