From: Curtis Maurand Date: January 14 2005 3:31pm Subject: Re: Generic graphing tool? List-Archive: http://lists.mysql.com/mysql/178486 Message-Id: <41E7E5ED.6040400@maurand.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit There are several PHP scripts that develop graphs. You'll have do some work to feed the data to them, but I found them at: http://www.hotscripts.com/PHP/Scripts_and Programs/Graphs_and_Charts/ Curtis Jim wrote: > Jason Martin wrote: > >> Does anyone know of a web-based tool that will let you graph >> arbitrary data out of of MySQL? I'm thinking of something that >> lets you define a select statement, some graph options and >> produce a graph. > > > I'm afraid I'm not aware of anything as simple to use as you describe, > but you could build one without TOO MUCH pain using CharDirector (a > free version is available from http://www.advsofteng.com/) and your > scripting language of choice. I prefer PHP or Perl, myself. > > Jim > >