I installed this module yesterday, along with FusionCharts Free and the Colorpicker Module. I realize this is under development, but I tried to do a test chart with 12 basic data points and I got the following error:
warning: Invalid argument supplied for foreach() in /sites/all/modules/fusioncharts/fusioncharts.module on line 251
I check out line 251 at this is what is there: foreach ($clean_data as $column) {
I haven't had much time to look into the code further, but thought I would see if anyone else is running into this.
BTW, I also updated to Drupal 6.10 yesterday.
-Tootsie
Comments
Comment #1
aaron1234nz commentedThanks for reporting it, I will take a look into that. BTW can you tell me what type of chart you were trying to make. I will help with narrowing down the error.
Comment #2
tootsietorres commentedI tried to be simple so I just chose a 2D Line chart.
Comment #3
tootsietorres commentedAny chance to look into this?
Comment #4
aaron1234nz commentedhave you tried the latest -dev version. I've changed a couple of things around where this error occurred.
Can you also check your data. The second column should only contain numbers
Comment #5
tootsietorres commentedThat was it. There were commas in my data. Now I will give it a bigger work out this weekend.
Comment #6
aaron1234nz commented