Graphing libraries for WordPress [closed]

Google Chart API

Free service, that generates chart images (hosted and served by Google) from data in URL requests.

If you need something very specific and of fixed parameters it is easy to hardcode most of it and get away without any library (and licensing issues) at all.

Disadvantages:

  • not suitable for sensitive data (passed to and from Google over Internet);
  • not interactive.

Self-plug – I developed my own PHP wrapper for it, but it’s a bit stale at moment PHP class/WP plugin for Google Charts API.

Leave a Comment