TCarr

Members
  • Content count

    2
  • Joined

  • Last visited

About TCarr

  • Rank
    Forum Newbie
  1. Can you tell me if it's possible to add customized tool tip text to charts that are created using the PHP Class and the AddDataFromDatabase function? Thanks, Tom
  2. Is it possible, using the PHP Class method, to have more than one chart on a page that uses only one data provider page? I would like to use the same MySQL query to populate two or more charts. I have created the data provider page using $FC and $FC2 with separate data, but the lines "print $FC->getXML()" and "print $FC2->getXML()" seem to add together into one big chart. Any way to specify either on the data page or the HTML page which getXML() goes to which chart? Thanks, Tom