charts.admin.inc |
charts.admin.inc |
|
@author Bruno Massa http://drupal.org/user/67164 |
charts.hooks.inc |
charts.hooks.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 = "7.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.hooks.inc |
charts_system/charts_system.hooks.inc |
|
@author Bruno Massa http://drupal.org/user/67164
@author TJ (based on his Chart module) |
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 = "7.x"
dependencies[] = charts
description = "Use Charts for Drupal administration"
files[] = charts_system.inc
files[] = charts_system.hooks.inc
name = "Charts… |
charts_system.module |
charts_system/charts_system.module |
|
|
fusioncharts.hooks.inc |
fusioncharts/fusioncharts.hooks.inc |
|
@author Bruno Massa http://drupal.org/user/67164 |
fusioncharts.inc |
fusioncharts/fusioncharts.inc |
|
@author Bruno Massa http://drupal.org/user/67164 |
fusioncharts.info |
fusioncharts/fusioncharts.info |
|
core = "7.x"
dependencies[] = charts
description = "Use FusionCharts on your site."
files[] = fusioncharts.inc
files[] = fusioncharts.hooks.inc
files[] = fusioncharts.install
name … |
fusioncharts.install |
fusioncharts/fusioncharts.install |
|
@author Bruno Massa http://drupal.org/user/67164 |
fusioncharts.module |
fusioncharts/fusioncharts.module |
|
|
google_charts.hooks.inc |
google_charts/google_charts.hooks.inc |
|
@author Bruno Massa http://drupal.org/user/67164 |
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 = "7.x"
dependencies[] = charts
description = "Use Google Charts on your site."
name = "Google"
package = "Charts" |
google_charts.module |
google_charts/google_charts.module |
|
|
openflashchart.hooks.inc |
openflashchart/openflashchart.hooks.inc |
|
@author Bruno Massa http://drupal.org/user/67164 |
openflashchart.inc |
openflashchart/openflashchart.inc |
|
@author Bruno Massa http://drupal.org/user/67164 |
openflashchart.info |
openflashchart/openflashchart.info |
|
core = "7.x"
dependencies[] = charts
dependencies[] = open_flash_chart_api
description = "Use Open Flash Charts on your site."
files[] = openflashchart.inc
files[] = openflashchart.hooks.inc
name … |
openflashchart.module |
openflashchart/openflashchart.module |
|
|
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… |