Closed (fixed)
Project:
Charts
Version:
6.x-1.0-alpha6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Apr 2010 at 09:12 UTC
Updated:
15 Jul 2010 at 06:20 UTC
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
Comment #1
tyr commentedconfirming
the proposed bugfix works very well.
Comment #2
servantleader commentedWorks for me.
Comment #3
brmassa commentedGuys,
thanks. Its fixed on -dev and soon i will release a new version with it.
regards,
massa