Closed (fixed)
Project:
Charts and Graphs
Version:
6.x-1.0-rc3
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
29 Jun 2010 at 01:07 UTC
Updated:
13 Jul 2010 at 02:10 UTC
Hello,
The types 'side_stacked_bar', 'stacked_bar' and 'stacked_area' aren't working because the types are incorrect when you traslates to Bluff's classnames.
At line 27 in charts_bluff.class.inc I changed:
$type = ucfirst($this->type);
to
$type = str_replace(' ', '', ucwords(str_replace('_', ' ', $this->type)));
Maybe yo make a better code.
Thanks for this module! :-)
Comments
Comment #1
rsevero commentedThis issue is already fixed in the new 6.x-1.0-RC3 release.
The chart types have been standardized between charting libraries.
Take a look at the Advanced Help pages for details.