Skip to content
Snippets Groups Projects
Commit 6f6cf33a authored by Bruno Massa's avatar Bruno Massa
Browse files

Bugs fixed:

* Set the proper dependency on Open Flash Charts API module
parent a07ac606
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ function _openflashchart_chart(&$chart, &$data) {
$chart->set_title($data['#title']);
$chart->set_width($data['#width']);
$chart->set_height($data['#height']);
$chart->set_bg_colour($data['#color']);
$chart->set_bg_colour($data['#color']['#background']);
}
/**
......
; $Id$
core = "6.x"
dependencies[] = charts
dependencies[] = open_flash_chart_api
description = "Use Open Flash Charts on your site."
name = "Open Flash Chart"
package = "Charts"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment