Subversion Repositories wpShopGermany4

Rev

Rev 5261 | Rev 5899 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5261 Rev 5866
Line 22... Line 22...
22
			$chartJS['legend'][$i] .= "	}";
22
			$chartJS['legend'][$i] .= "	}";
23
			
23
			
24
			$chartJS['legend'][$i] .= "}";
24
			$chartJS['legend'][$i] .= "}";
25
			
25
			
26
			$j = 0;
26
			$j = 0;
27
			
27
 
-
 
28
			if (wpsg_isSizedArray($this->view['chart']['data'][$i]))
-
 
29
			{
-
 
30
					
28
			foreach ((array)$this->view['chart']['data'][$i]['records'] as $index => $record)
31
			foreach ((array)$this->view['chart']['data'][$i]['records'] as $index => $record)
29
			{
32
			{
30
				
33
				
31
				//immer das Datum vom Rootelement nutzen
34
				//immer das Datum vom Rootelement nutzen
32
				$k = 0 ;
35
				$k = 0 ;
Line 46... Line 49...
46
				if ($j == count($this->view['chart']['data'][$i]['records']) - 1) { 
49
				if ($j == count($this->view['chart']['data'][$i]['records']) - 1) { 
47
			  		$chartJS['area']['area'.$i] = '['.implode(',', (array)$chartJS['area']['area'.$i]).']'; 
50
			  		$chartJS['area']['area'.$i] = '['.implode(',', (array)$chartJS['area']['area'.$i]).']'; 
48
			  	}
51
			  	}
49
			  	
52
			  	
50
			  	$j++;
53
			  	$j++;
51
			} 
54
			}
-
 
55
			
-
 
56
			}
52
			
57
			
53
		}
58
		}
54
 
59
 
55
	}
60
	}
56
	
61