Hi guys,

First, what code does FreeDC use to generate the charts in the stats system?

I'm trying to generate a "speedometer" like gauge that shows a value between 0 and 100% where an arrow is pointing to the value in the "speedometer". Does anyone know of any PHP libraries/tools/code that can do that?

Google provides one in their GoogleAPI code (http://code.google.com/apis/chart/do...ter_chart.html) but the problem is you need Internet access to hit their server and generate it. Ideally I would like to generate it locally without needing to connect to the net.

Any ideas?

Thanks,
Jeff.