I have some pending plugin ideas (nearest one being antispam plugin for diploma on programming courses) that will require some graphs, mostly in admin area.
For my own use I have Google Charts class that works reasonably well. But will have to either stick it into every plugin, or require it as dependency for graphs to show. There is also privacy implication (graph data transferred in the open) some people might mind for admin area grade information.
WP has number of bundled JS... any of those capable of building graphs natively? Or will I have to bundle additional plugin for jQuery or something with my plugin?
PHP itself can also generate images but that seems like reinventing the wheel for the task.
What do you think would be best practice in this case?


LinkBack URL
About LinkBacks
Reply With Quote