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

rsevero’s picture

Version: 6.x-1.0-rc2 » 6.x-1.0-rc3
Assigned: Unassigned » rsevero
Status: Active » Fixed

This 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.