the explode function takes 2 parameters - you are using it with only one, which results in a warning being generated.

Line 120 of charts.inc should read:

$default['#color'] = explode(',',$default['#color_palette']);

Comments

tyr’s picture

confirming
the proposed bugfix works very well.

servantleader’s picture

Status: Active » Reviewed & tested by the community

Works for me.

brmassa’s picture

Status: Reviewed & tested by the community » Fixed

Guys,

thanks. Its fixed on -dev and soon i will release a new version with it.

regards,

massa

Status: Fixed » Closed (fixed)

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