Subversion Repositories wpShopGermany4

Rev

Rev 5945 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5945 Rev 6066
Line 17... Line 17...
17
				$chartJS['legend'][$i] .= "label:'".$this->view['chart']['data'][$i]['label']."',";
17
				$chartJS['legend'][$i] .= "label:'".$this->view['chart']['data'][$i]['label']."',";
18
			}
18
			}
19
			
19
			
20
			$chartJS['legend'][$i] .= "	highlighter: {";
20
			$chartJS['legend'][$i] .= "	highlighter: {";
21
			
21
			
22
			$chartJS['legend'][$i] .= "		formatString: '<table><tr><td>KW %s ".$this->view['chart']['data'][$i]['year'].", %s ".$this->get_option('wpsg_currency')."</td></tr></table>'";
22
			$chartJS['legend'][$i] .= "		formatString: '<table><tr><td>KW %s ".wpsg_getStr($this->view['chart']['data'][$i]['year']).", %s ".$this->get_option('wpsg_currency')."</td></tr></table>'";
23
			
23
			
24
			$chartJS['legend'][$i] .= "	}";
24
			$chartJS['legend'][$i] .= "	}";
25
			
25
			
26
			$chartJS['legend'][$i] .= "}";
26
			$chartJS['legend'][$i] .= "}";
27
			
27