This module provides an API for using the flot graphing library. It is designed to make it simple for developers to add flot graphs to their modules or applications.
More information about flot is available here http://code.google.com/p/flot/
Here is a flot usage example: http://drupal.org/node/386484
Drupal 7 dev version is available, but has a new dependency: http://drupal.org/project/views_decorator and there's also a new views style plugin to create flot graphs. We also added support for pie charts.
Demo's:
Flot fields
Flot fields is the new views plugin to create flot chart and it uses the aggregation functions from views, easiest way to setup your views it to start adding your fields: stat with the X-axis field and add 1 or more fields for the Y-axis, don't forget to add the fields for the labels. If you want to display the count by content type, you have to add the node-type field twice, once for the count and a second time for the label. Once you added all your fields turn on "Use aggregation" hidden beneath the advanced settings, edit the Y-axis fields again and select count, sum, ...
If your X-axis field is a datetime field and if you have an exposed filter on this field with the between operator, you can zoom in on your graph with refreshing.
Downloads
Recommended releases
Development releases
Project Information
- Maintenance status: Actively maintained
- Development status: Under active development
- Reported installs: 367 sites currently report using this module. View usage statistics.
- Last modified: February 7, 2012