Kevin1114

Members
  • Content count

    2
  • Joined

  • Last visited

About Kevin1114

  • Rank
    Forum Newbie
  1. Graph Shows But Not Data

    Hi, I use FusionCharts for DW. I set up everything nicely in DW, the preview shows correctly in DW but when i try to see it in Browser i get only an empty graph with the following errors : Notice: Undefined offset: 1 in C:\wamp\www\includes\FusionCharts\dynamic\DWFChart.inc.php on line 183 Notice: Undefined index: measurements.measurements_week in C:\wamp\www\includes\FusionCharts\dynamic\DWFChart.inc.php on line 372 Notice: Undefined index: measurements.measurements_week in C:\wamp\www\includes\FusionCharts\dynamic\DWFChart.inc.php on line 372 Notice: Undefined index: measurements.measurements_week in C:\wamp\www\includes\FusionCharts\dynamic\DWFChart.inc.php on line 372 Notice: Undefined index: measurements.measurements_week in C:\wamp\www\includes\FusionCharts\dynamic\DWFChart.inc.php on line 372 Notice: Undefined index: measurements.measurement_value in C:\wamp\www\includes\FusionCharts\dynamic\DWFChart.inc.php on line 761 Notice: Undefined index: measurements.measurement_value in C:\wamp\www\includes\FusionCharts\dynamic\DWFChart.inc.php on line 761 Notice: Undefined index: measurements.measurement_value in C:\wamp\www\includes\FusionCharts\dynamic\DWFChart.inc.php on line 761 Notice: Undefined index: measurements.measurement_value in C:\wamp\www\includes\FusionCharts\dynamic\DWFChart.inc.php on line 761 Basically for every sql record it outputs Undefined index. Line 372 of the error has "$this->categ_data[$key] = $category['row'][$this->getCleanColumnName($category['label_col'])];" Line 761 of the error has "$data[$index] = $row[$val_col];" Apache : 2.2.17 MySql : 5.1.53 PHP : 5.3.4 Any ideas?
  2. Hi, I have FusionCharts for DW. First of all it works dynamically and i would like to have a chart that will show be default 9 weeks with each weeks measurements. Every week i will be measuring my body and i have to insert the values in the db. The result must be a chart similar to this : KG 80 70 60 50 40 30 20 10 ----WEEK 1 l WEEK 2 l WEEK 3 l WEEK 4 l WEEK 5 l WEEK 6 l WEEK 7 l WEEK 8 l WEEK 9 and it must show the graph with the data on it. All weeks must be shown by default (1-9). KG must be accordingly to what i put. The problem is that i cant figure out which graph model i should use and what DB structure. Any help appreciated, thanks in advance