charts.admin.inc |
charts.admin.inc |
|
@author Bruno Massa http://drupal.org/user/67164 |
charts.inc |
charts.inc |
|
@author Bruno Massa http://drupal.org/user/67164 |
charts.info |
charts.info |
|
core = "6.x"
description = "Transform DATA into INFORMATION using beautiful CHARTS."
name = "Charts"
package = "Charts"
php = 5.2 |
charts.install |
charts.install |
|
|
charts.module |
charts.module |
|
@author Bruno Massa http://drupal.org/user/67164 |
charts.views.inc |
views/charts.views.inc |
|
@author Bruno Massa http://drupal.org/user/67164 |
charts_color.css |
charts_color.css |
|
/* Farbtastic placement */
#farbtastic {
float: right;
}
/* All color-related */
#charts_color .form-item {
height: 2em;
line-height: 2em;
padding-left: 1em;
margin: 0.5em 0;
}
#charts_color label {
float: left;
clear: left;
width:… |
charts_plugin_style_chart.inc |
views/charts_plugin_style_chart.inc |
|
Contains the chart style plugin.
@author Bruno Massa http://drupal.org/user/67164
@author Karen Stevenson http://drupal.org/user/45874 |
charts_system.inc |
charts_system/charts_system.inc |
|
@author Bruno Massa http://drupal.org/user/67164
@author TJ (based on his Chart module) |
charts_system.info |
charts_system/charts_system.info |
|
core = "6.x"
dependencies[] = charts
description = "Use Charts for Drupal administration"
name = "Charts System"
package = "Charts" |
charts_system.module |
charts_system/charts_system.module |
|
@author Bruno Massa http://drupal.org/user/67164
@author TJ (based on his Chart module) |
gd_image_chart.admin.inc |
gd_image_chart/gd_image_chart.admin.inc |
|
@author Mads Peter Henderson http://drupal.org/user/421971 |
gd_image_chart.inc |
gd_image_chart/gd_image_chart.inc |
|
@author Mads Peter Henderson http://drupal.org/user/421971 |
gd_image_chart.info |
gd_image_chart/gd_image_chart.info |
|
core = "6.x"
dependencies[] = charts
description = "Use GD library to draw charts on your site. This provider generates images and stores them in your sites default path, be sure to consult the admin page after… |
gd_image_chart.module |
gd_image_chart/gd_image_chart.module |
|
@author Mads Peter Henderson http://drupal.org/user/421971 |
google_charts.inc |
google_charts/google_charts.inc |
|
@author Bruno Massa http://drupal.org/user/67164 |
google_charts.info |
google_charts/google_charts.info |
|
core = "6.x"
dependencies[] = charts
description = "Use Google Charts on your site."
name = "Google"
package = "Charts" |
google_charts.module |
google_charts/google_charts.module |
|
@author Bruno Massa http://drupal.org/user/67164 |
README.txt |
README.txt |
|
Charts
======
Charts module provides a unified data scheme to build any kind of charts of any
chart provider.
Each chart solution found on internet, like Google Charts and Open Flash Chart,
have a specific data scheme. Its very hard and even… |