I'm programming a site using PHP, mysql and jQuery. I would really appreciate and hoping for some suggestions as to what I can use to create pie, bar and line charts, where I have the ability to change the actual graphic thats being shown. For example, if I wanted to have the bar graph use an army camouflage graphic and another one with flower pixels. I've done some looking around, but always found it helpful asking others for what they use or have seen.
Also any recommendations to using silverlight for this over any existing PHP and jQuery extensions?
Thanks in advance.
;). There's definitely a shift away from this approach, afaict, so for charts I'd either render on the server (web search for "php charts") or on the client ("html5 charts" or "jquery charts"). I'm sure there are loads of libraries out there.