CHANGELOG.txt |
CHANGELOG.txt |
|
Charts and Graphs 6.x-2.8, xxxx-xx-xx
---------------------------
bug #1154456 by rsevero: Removed Bluff limitation where data were not recognized
if cell keys weren't identical to x labels.
bug #1155840 by rsevero: Fixed Open Flash Chart 2 to… |
Charts and Graphs - amCharts |
help/amcharts.html |
|
Charts and Graphs - amCharts |
Charts and Graphs - Arbitrary XML Settings |
help/arbitrary_xml.html |
|
Charts and Graphs - Arbitrary XML Settings |
Charts and Graphs - Bluff |
help/bluff.html |
|
Charts and Graphs - Bluff |
Charts and Graphs - Charting Libraries |
help/charting_libraries.html |
|
Charts and Graphs - Charting Libraries |
Charts and Graphs - General Reference |
help/general_reference.html |
|
Charts and Graphs - General Reference |
Charts and Graphs - Google Charts |
help/googlecharts.html |
|
Charts and Graphs - Google Charts |
Charts and Graphs - Introduction |
help/introduction.html |
|
Charts and Graphs - Introduction |
Charts and Graphs - Open Flash Chart 2 |
help/opencharts.html |
|
Charts and Graphs - Open Flash Chart 2 |
charts_graphs.info |
charts_graphs.info |
|
name = "Charts and Graphs"
description = "Charts and Graphs Core API."
package = "Charts"
core = 6.x
php = 5.1 |
charts_graphs.install |
charts_graphs.install |
|
Install file for Charts and Graphs module. |
charts_graphs.module |
charts_graphs.module |
|
|
charts_graphs_amcharts.class.inc |
apis/charts_graphs_amcharts/charts_graphs_amcharts.class.inc |
|
|
charts_graphs_amcharts.info |
apis/charts_graphs_amcharts/charts_graphs_amcharts.info |
|
name = "Charts and Graphs: amCharts"
description = "amCharts implementation for Charts and Graphs."
dependencies[] = charts_graphs
dependencies[] = swftools
package = "Charts"
core = 6.x
php = 5.1 |
charts_graphs_amcharts.install |
apis/charts_graphs_amcharts/charts_graphs_amcharts.install |
|
Install file for amCharts submodule. |
charts_graphs_amcharts.module |
apis/charts_graphs_amcharts/charts_graphs_amcharts.module |
|
drupal module file implementing amcharts. |
charts_graphs_bluff.class.inc |
apis/charts_graphs_bluff/charts_graphs_bluff.class.inc |
|
Implementation of abstract class ChartsGraphsCanvas for Bluff library. |
charts_graphs_bluff.css |
apis/charts_graphs_bluff/charts_graphs_bluff.css |
|
table.bluff-data-table {
left: -9999px;
position: absolute;
}
ul.bluff-legend {
list-style-type: none;
margin: 0;
padding: 0;
}
ul.bluff-legend li {
height: 16px;
line-height: 16px;
list-style-type: none;
margin: 2px 0;
padding:… |
charts_graphs_bluff.info |
apis/charts_graphs_bluff/charts_graphs_bluff.info |
|
name = "Charts and Graphs: Bluff"
description = "Bluff (Beautiful Graphs in JavaScript) implementation for Charts and Graphs."
dependencies[] = charts_graphs
package = "Charts"
core = 6.x
php = 5.1 |
charts_graphs_bluff.install |
apis/charts_graphs_bluff/charts_graphs_bluff.install |
|
Install file for Bluff submodule. |
charts_graphs_bluff.module |
apis/charts_graphs_bluff/charts_graphs_bluff.module |
|
drupal module file implementing bluff charting. |
charts_graphs_canvas.class.inc |
charts_graphs_canvas.class.inc |
|
abstract class ChartsGraphsCanvas. |
charts_graphs_flash_canvas.class.inc |
charts_graphs_flash_canvas.class.inc |
|
abstract class ChartsGraphsFlashCanvas. |
charts_graphs_google_charts.class.inc |
apis/charts_graphs_google_charts/charts_graphs_google_charts.class.inc |
|
Implementation of abstract class ChartsGraphsCanvas for Google Charts library. |
charts_graphs_google_charts.info |
apis/charts_graphs_google_charts/charts_graphs_google_charts.info |
|
name = "Charts and Graphs: Google Charts"
description = "Google Charts implementation for Charts and Graphs."
dependencies[] = charts_graphs
package = "Charts"
core = 6.x
php = 5.1 |
charts_graphs_google_charts.module |
apis/charts_graphs_google_charts/charts_graphs_google_charts.module |
|
drupal module file implementing Google Charts charting. |
charts_graphs_open_flash.class.inc |
apis/charts_graphs_open_flash/charts_graphs_open_flash.class.inc |
|
|
charts_graphs_open_flash.info |
apis/charts_graphs_open_flash/charts_graphs_open_flash.info |
|
name = "Charts and Graphs: Open Flash Charts 2"
description = "Open Flash Charts 2 implementation for Charts and Graphs."
dependencies[] = charts_graphs
dependencies[] = swftools
package = "Charts"
core = 6.x
php = 5.1 |
charts_graphs_open_flash.module |
apis/charts_graphs_open_flash/charts_graphs_open_flash.module |
|
drupal module file implementing Open Flash Chart 2 charting. |
README.txt |
apis/charts_graphs_bluff/bluff/README.txt |
|
This folder is where Bluff javascripts reside:
bluff-min.js
excanvas.js
js-class.js |
README.txt |
apis/charts_graphs_amcharts/downloaded/README.txt |
|
This is where amCharts downloaded swf files go into. |
README.txt |
README.txt |
|
-- 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… |