amcharts.class.inc |
apis/amcharts/amcharts.class.inc |
|
Implementation of abstract class ChartCanvas for amCharts library. |
amcharts.info |
apis/amcharts/amcharts.info |
|
name = "Charts and Graphs: amCharts"
description = "amCharts implementation for Charts and Graphs API."
dependencies[] = charts_graphs
dependencies[] = swftools
package = "Charts"
core = 6.x
php = 5.1 |
amcharts.module |
apis/amcharts/amcharts.module |
|
drupal module file implementing amcharts. |
CHANGELOG.txt |
CHANGELOG.txt |
|
Charts and Graphs 6.x-1.0, 2010-07-06
---------------------------
task: by rsevero: Fixed information on README.txt about which libraries need
extra downloads to work.
task by rsevero: Renamed to 6.x-1.0.
Charts and Graphs 6.x-1.0-RC5,… |
Charts and Graphs - amCharts |
help/amcharts.html |
|
Charts and Graphs - amCharts |
Charts and Graphs - Bluff |
help/bluff.html |
|
Charts and Graphs - Bluff |
Charts and Graphs - General Reference |
help/general_reference.html |
|
Charts and Graphs - General Reference |
Charts and Graphs - Introduction |
help/introduction.html |
|
Charts and Graphs - Introduction |
Charts and Graphs - Open Charts Flash 2 |
help/opencharts.html |
|
Charts and Graphs - Open Charts Flash 2 |
charts_bluff.class.inc |
apis/charts_bluff/charts_bluff.class.inc |
|
Implementation of abstract class ChartCanvas for Bluff library. |
charts_bluff.css |
apis/charts_bluff/charts_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: 0… |
charts_bluff.info |
apis/charts_bluff/charts_bluff.info |
|
name = "Charts and Graphs: Bluff"
description = "Bluff (Beautiful Graphs in JavaScript) implementation for Charts and Graphs API."
dependencies[] = charts_graphs
package = "Charts"
core = 6.x
php = 5.1 |
charts_bluff.module |
apis/charts_bluff/charts_bluff.module |
|
drupal module file implementing bluff charting. |
charts_graphs.class.inc |
charts_graphs.class.inc |
|
abstract class ChartCanvas. |
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.module |
charts_graphs.module |
|
|
charts_openflash.class.inc |
apis/charts_openflash/charts_openflash.class.inc |
|
Implementation of abstract class ChartCanvas for Open Charts Flash 2
library. |
charts_openflash.info |
apis/charts_openflash/charts_openflash.info |
|
name = "Charts and Graphs: OpenFlash"
description = "Open Flash Charts 2 implementation for Charts and Graphs API."
dependencies[] = charts_graphs
dependencies[] = swftools
package = "Charts"
core = 6.x
php = 5.1 |
charts_openflash.module |
apis/charts_openflash/charts_openflash.module |
|
drupal module file implementing openflash charting. |
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… |
README.txt |
apis/amcharts/downloaded/README.txt |
|
This is where AmCharts downloaded swf files go into. |
README.txt |
apis/charts_bluff/bluff/README.txt |
|
This folder is where you should place Bluff javascripts at.
Download them from: http://bluff.jcoglan.com/
and grab following three:
bluff-min.js
excanvas.js
js-class.js |