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

aaron1234nz’s picture

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

tootsietorres’s picture

I tried to be simple so I just chose a 2D Line chart.

tootsietorres’s picture

Any chance to look into this?

aaron1234nz’s picture

have 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

tootsietorres’s picture

That was it. There were commas in my data. Now I will give it a bigger work out this weekend.

aaron1234nz’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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