AmCharts-PHP 0.2.0: bubble and radar charts
Screenshots
Changelog 0.2.0
- Support for bubble charts
- Support for radar charts
- Packed new swfobject.js
- Removed obsolete AmCharts::setLibraryPath() function
Download
You can download AmCharts-PHP from Sourceforge.
Tags: AmCharts, PHP
The new version 0.2.0 of AmCharts-PHP adds support for bubble- and radar-Charts. They work as simple as line- and bar-charts. We hope you like it!
Hey Matthias, I just started using your PHP wrapper for amcharts and I love the simplicity of it; however, initially I know I could have benefited from a little more documentation and examples. I know one thing that would be handy is in your examples, defining all of the design variables ahead of time (it took me a little time to decipher between how your wrapper works, versus the amcharts xml settings.
Perhaps I’m missing something here. I’m trying to have the full names of a stats page show up, but the names use a lot of special characters. Now, in my experimentation on the amcharts design site, I realized that csv works better for parsing than xml.
So, my question is…is there a way to have the wrapper support a csv output or is there a way that I’m missing to make my setup work with XML. As a workaround, (not pretty) I stripped all special characters.
The page I’m testing with is http://popular.sublimegeek.com/alltime.php
Email me if you can.