You are here

README.txt in Charts and Graphs 7

-- SUMMARY --

Charts and Graphs is a API for developers. It can easily be extended by
third-party modules that want to add their own charting implementations. It does
nothing by itself. It should only be installed if some other module requires it.

See Views Charts <http://drupal.org/project/views_charts> for usage of a
user-centric application as the Charts and Graphs module is a framework +
collection of implementation modules (under the api folder). Please read
README/INSTALL files of the implementations since their installation may involve
downloading flash components or third-party libraries. Drupal guidelines does
not always allow packaging those with Drupal code.

For a full description of the module, visit the project page:
  http://drupal.org/project/charts_graphs

To submit bug reports and feature suggestions, or to track changes:
  http://drupal.org/project/issues/charts_graphs


-- REQUIREMENTS --

None


-- SUPPORT CHARTING LIBRARIES --

* amCharts <http://www.amcharts.com/> - Commercial / Free with an ad link. 
  So far amCharts is unsupported on Drupal 7

* Bluff <http://bluff.jcoglan.com/> - Beautiful Graphics in Javascript - MIT and
  GPL license

* Google Charts <http://code.google.com/apis/charttools/index.html> - Is free to
  use. Google ask you to contact them if you plan on producing more than 250,000
  API calls per day, see Google Chart Usage Policy at
  <http://code.google.com/apis/chart/docs/making_charts.html>.

* Open Flash Chart 2 <http://teethgrinder.co.uk/open-flash-chart-2/> - LGPL
  license
  So far, Open Flash Chart 2 is unsupported on Drupal 7

* Flot by installing the addtional module 


-- INSTALLATION --

* Install as usual, see http://drupal.org/node/70151 for further information.

* There is additional information available at <http://drupal.org/node/681660>.
  Google Charts can be used right away. Bluff needs a additional download to 
  work in IE. amCharts and Open Fharts Flash 2 require additional 
  downloads/configuration to work.


-- UPGRADE --

* Upgrading Charts Graphs from Drupal 6 to Drupal 7 is entirely untested. If there 
are issues please post them in the issue queue (or even better, fix them and post
patches there)

* On version 6.x-2.0-RC2 a settings page was introduced in Charts and Graphs. To
  get access to it you should uninstall Charts and Graphs and reinstall it when
  upgrading from a pre 6.x-2.0-RC2 version to 6.x-2.0-RC2 or later.

* On version 6.x-2.x the main "chart_graphs_get_graph" function has been
  renamed to "charts_graphs_get_graph" so it has the correct prefix. Fix your
  code.

* To upgrade from any 6.x-1.x version to 6.x-2.x first disable all Charts and
  Graphs module and submodules (charting libraries).

* Then move all files related to Charts and Graphs to a temporary directory:
  mv sites/all/modules/charts_graphs /tmp

* Untar the new release at the modules directory.

* Copy any downloaded file for some specific charting library from the temporary
  directory to the new module.

* Remove the old module:
 rm -rf /tmp/charts_graphs


-- CONFIGURATION --

* The configuration options are available at admin/config/charts_graphs. They
  deal only with the appearance or not of a few warnings at the "Status reports"
  page.


-- TROUBLESHOOTING --

Empty.


-- FAQ --

Q: Empty

A: Empty.

File

README.txt
View source
  1. -- SUMMARY --
  2. Charts and Graphs is a API for developers. It can easily be extended by
  3. third-party modules that want to add their own charting implementations. It does
  4. nothing by itself. It should only be installed if some other module requires it.
  5. See Views Charts for usage of a
  6. user-centric application as the Charts and Graphs module is a framework +
  7. collection of implementation modules (under the api folder). Please read
  8. README/INSTALL files of the implementations since their installation may involve
  9. downloading flash components or third-party libraries. Drupal guidelines does
  10. not always allow packaging those with Drupal code.
  11. For a full description of the module, visit the project page:
  12. http://drupal.org/project/charts_graphs
  13. To submit bug reports and feature suggestions, or to track changes:
  14. http://drupal.org/project/issues/charts_graphs
  15. -- REQUIREMENTS --
  16. None
  17. -- SUPPORT CHARTING LIBRARIES --
  18. * amCharts - Commercial / Free with an ad link.
  19. So far amCharts is unsupported on Drupal 7
  20. * Bluff - Beautiful Graphics in Javascript - MIT and
  21. GPL license
  22. * Google Charts - Is free to
  23. use. Google ask you to contact them if you plan on producing more than 250,000
  24. API calls per day, see Google Chart Usage Policy at
  25. .
  26. * Open Flash Chart 2 - LGPL
  27. license
  28. So far, Open Flash Chart 2 is unsupported on Drupal 7
  29. * Flot by installing the addtional module
  30. -- INSTALLATION --
  31. * Install as usual, see http://drupal.org/node/70151 for further information.
  32. * There is additional information available at .
  33. Google Charts can be used right away. Bluff needs a additional download to
  34. work in IE. amCharts and Open Fharts Flash 2 require additional
  35. downloads/configuration to work.
  36. -- UPGRADE --
  37. * Upgrading Charts Graphs from Drupal 6 to Drupal 7 is entirely untested. If there
  38. are issues please post them in the issue queue (or even better, fix them and post
  39. patches there)
  40. * On version 6.x-2.0-RC2 a settings page was introduced in Charts and Graphs. To
  41. get access to it you should uninstall Charts and Graphs and reinstall it when
  42. upgrading from a pre 6.x-2.0-RC2 version to 6.x-2.0-RC2 or later.
  43. * On version 6.x-2.x the main "chart_graphs_get_graph" function has been
  44. renamed to "charts_graphs_get_graph" so it has the correct prefix. Fix your
  45. code.
  46. * To upgrade from any 6.x-1.x version to 6.x-2.x first disable all Charts and
  47. Graphs module and submodules (charting libraries).
  48. * Then move all files related to Charts and Graphs to a temporary directory:
  49. mv sites/all/modules/charts_graphs /tmp
  50. * Untar the new release at the modules directory.
  51. * Copy any downloaded file for some specific charting library from the temporary
  52. directory to the new module.
  53. * Remove the old module:
  54. rm -rf /tmp/charts_graphs
  55. -- CONFIGURATION --
  56. * The configuration options are available at admin/config/charts_graphs. They
  57. deal only with the appearance or not of a few warnings at the "Status reports"
  58. page.
  59. -- TROUBLESHOOTING --
  60. Empty.
  61. -- FAQ --
  62. Q: Empty
  63. A: Empty.