You are here

README.txt in Flot 8

CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Installation
 * Configuration
 * Maintainers


INTRODUCTION
------------

The Flot module provides an API and views integration for using the flot
graphing library. It is designed to make it simple to add flot graphs or charts,
it supports line, bar and pie charts.

The Flot object contains series data, and chart options. The module's element
scans these to determine which javascript libraries to include. The plot can be
rendered using an included bare-bones template, or the developer can create
their own for more complex logic and layouts. The flot_examples module
demonstrates basic and more advanced techniques.

 * For a full description of the module visit:
   https://www.drupal.org/project/flot or
   http://code.google.com/p/flot/

 * For a Flot usage example visit:
   http://drupal.org/node/386484

 * To submit bug reports and feature suggestions, or to track changes visit:
   https://www.drupal.org/project/issues/flot


REQUIREMENTS
------------

 * [Flot JS library](https://github.com/flot/flot)


INSTALLATION
------------

Install the Flot module as you would normally install a contributed Drupal
module. Visit https://www.drupal.org/node/1897420 for further information.


CONFIGURATION
-------------

    1. Extract the [Flot JS library](https://github.com/flot/flot) to
       `/DrupalRoot/libraries/flot`
       (i.e. `/DrupalRoot/libraries/flot/jquery.flot.pie.js`)
    2. Navigate to Admin>Extend to install Flot and any relevant Flot
       sub-modules (Timeseries, Spider Chart, etc.)


Developers can use this module in either of two ways, using the default
render element, or creating a new render element.

Views Formatters:
The Drupal 8 module also contains two views formatters. These can be used to
render views as a pie chart, bar chart, or time-series line or scatter plot
without the need to type a single line of code.

Plugins:
Flot has been extended by many developers through the creation of other plugins.
These plugins can be easily enabled by creating a simple wrapper around the
existing JavaScript code and creating a new Element. The flot_spider module
demonstrates this process.


MAINTAINERS
-----------

 * Beakerboy - https://www.drupal.org/u/beakerboy
 * Jelle Sebreghts (Jelle_S) - https://www.drupal.org/u/jelle_s
 * Peter Droogmans (attiks) - https://www.drupal.org/u/attiks
 * yhahn - https://www.drupal.org/user/264833
 * Jeff Miccolis (jmiccolis) - https://www.drupal.org/user/31731

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Configuration
  7. * Maintainers
  8. INTRODUCTION
  9. ------------
  10. The Flot module provides an API and views integration for using the flot
  11. graphing library. It is designed to make it simple to add flot graphs or charts,
  12. it supports line, bar and pie charts.
  13. The Flot object contains series data, and chart options. The module's element
  14. scans these to determine which javascript libraries to include. The plot can be
  15. rendered using an included bare-bones template, or the developer can create
  16. their own for more complex logic and layouts. The flot_examples module
  17. demonstrates basic and more advanced techniques.
  18. * For a full description of the module visit:
  19. https://www.drupal.org/project/flot or
  20. http://code.google.com/p/flot/
  21. * For a Flot usage example visit:
  22. http://drupal.org/node/386484
  23. * To submit bug reports and feature suggestions, or to track changes visit:
  24. https://www.drupal.org/project/issues/flot
  25. REQUIREMENTS
  26. ------------
  27. * [Flot JS library](https://github.com/flot/flot)
  28. INSTALLATION
  29. ------------
  30. Install the Flot module as you would normally install a contributed Drupal
  31. module. Visit https://www.drupal.org/node/1897420 for further information.
  32. CONFIGURATION
  33. -------------
  34. 1. Extract the [Flot JS library](https://github.com/flot/flot) to
  35. `/DrupalRoot/libraries/flot`
  36. (i.e. `/DrupalRoot/libraries/flot/jquery.flot.pie.js`)
  37. 2. Navigate to Admin>Extend to install Flot and any relevant Flot
  38. sub-modules (Timeseries, Spider Chart, etc.)
  39. Developers can use this module in either of two ways, using the default
  40. render element, or creating a new render element.
  41. Views Formatters:
  42. The Drupal 8 module also contains two views formatters. These can be used to
  43. render views as a pie chart, bar chart, or time-series line or scatter plot
  44. without the need to type a single line of code.
  45. Plugins:
  46. Flot has been extended by many developers through the creation of other plugins.
  47. These plugins can be easily enabled by creating a simple wrapper around the
  48. existing JavaScript code and creating a new Element. The flot_spider module
  49. demonstrates this process.
  50. MAINTAINERS
  51. -----------
  52. * Beakerboy - https://www.drupal.org/u/beakerboy
  53. * Jelle Sebreghts (Jelle_S) - https://www.drupal.org/u/jelle_s
  54. * Peter Droogmans (attiks) - https://www.drupal.org/u/attiks
  55. * yhahn - https://www.drupal.org/user/264833
  56. * Jeff Miccolis (jmiccolis) - https://www.drupal.org/user/31731