Sparklines are cool
April 30th, 2005 • Related • Filed Under
If I had a link blog, I would link to the Sparkline PHP Graphing Library. (Found via Sam’s pointer to BitWorking and RedHanded.)
Thoughts on PHP, eBay, and too many technical topics for my family’s liking.
Today is Thursday, February 09th, 2023
Adam Trachtenberg is the Director of the LinkedIn Developer Network, where he oversees developer relations and marketing for the LinkedIn Platform. Before LinkedIn, Adam worked at eBay in platform product management and marketing. Even earlier, he co-founded Student.Com and TVGrid.com. Adam is the author of PHP Cookbook and Upgrading to PHP 5. He lives in San Francisco.
If I had a link blog, I would link to the Sparkline PHP Graphing Library. (Found via Sam’s pointer to BitWorking and RedHanded.)
Comment by Rasmus on 30 April 2005:
We really need a decent C-callable clean charting library. All these PHP-based solutions are fine, but most of them do a lot of heavy lifting that really needs to be native. I wrapped gdchart (see pecl/gdchart) a while back, but it isn’t maintained and lacks a lot of features. Right now it is the fastest way to do charts in PHP and that is pretty sad.