0
	
	
								I have affiliate tracker and content statistics installed with the content statistics plugin. 
I have created a module (Evolution in Time).
No data shows up.
I have data that I can see in Affiliate tracker.
This is the debug info:
							
							
							
		
														I have created a module (Evolution in Time).
No data shows up.
I have data that I can see in Affiliate tracker.
This is the debug info:
google.load('visualization', '1', {packages:['corechart']});
      google.setOnLoadCallback(drawChart1648061519);
      function drawChart1648061519() {
		  var data1648061519 = new google.visualization.DataTable();
		  data1648061519.addColumn('string', 'Time');
		  data1648061519.addColumn('number', 'Data');
		  data1648061519.addRows(30);data1648061519.setValue(0, 1, 0);
data1648061519.setValue(0, 0, "Thu");
data1648061519.setValue(1, 1, 0);
data1648061519.setValue(1, 0, "Fri");
data1648061519.setValue(2, 1, 0);
data1648061519.setValue(2, 0, "Sat");
data1648061519.setValue(3, 1, 0);
data1648061519.setValue(3, 0, "Sun");
data1648061519.setValue(4, 1, 0);
data1648061519.setValue(4, 0, "Mon");
data1648061519.setValue(5, 1, 0);
data1648061519.setValue(5, 0, "Tue");
data1648061519.setValue(6, 1, 0);
data1648061519.setValue(6, 0, "Wed");
data1648061519.setValue(7, 1, 0);
data1648061519.setValue(7, 0, "Thu");
data1648061519.setValue(8, 1, 0);
data1648061519.setValue(8, 0, "Fri");
data1648061519.setValue(9, 1, 0);
data1648061519.setValue(9, 0, "Sat");
data1648061519.setValue(10, 1, 0);
data1648061519.setValue(10, 0, "Sun");
data1648061519.setValue(11, 1, 0);
data1648061519.setValue(11, 0, "Mon");
data1648061519.setValue(12, 1, 0);
data1648061519.setValue(12, 0, "Tue");
data1648061519.setValue(13, 1, 0);
data1648061519.setValue(13, 0, "Wed");
data1648061519.setValue(14, 1, 0);
data1648061519.setValue(14, 0, "Thu");
data1648061519.setValue(15, 1, 0);
data1648061519.setValue(15, 0, "Fri");
data1648061519.setValue(16, 1, 0);
data1648061519.setValue(16, 0, "Sat");
data1648061519.setValue(17, 1, 0);
data1648061519.setValue(17, 0, "Sun");
data1648061519.setValue(18, 1, 0);
data1648061519.setValue(18, 0, "Mon");
data1648061519.setValue(19, 1, 0);
data1648061519.setValue(19, 0, "Tue");
data1648061519.setValue(20, 1, 0);
data1648061519.setValue(20, 0, "Wed");
data1648061519.setValue(21, 1, 0);
data1648061519.setValue(21, 0, "Thu");
data1648061519.setValue(22, 1, 0);
data1648061519.setValue(22, 0, "Fri");
data1648061519.setValue(23, 1, 0);
data1648061519.setValue(23, 0, "Sat");
data1648061519.setValue(24, 1, 0);
data1648061519.setValue(24, 0, "Sun");
data1648061519.setValue(25, 1, 0);
data1648061519.setValue(25, 0, "Mon");
data1648061519.setValue(26, 1, 0);
data1648061519.setValue(26, 0, "Tue");
data1648061519.setValue(27, 1, 0);
data1648061519.setValue(27, 0, "Wed");
data1648061519.setValue(28, 1, 0);
data1648061519.setValue(28, 0, "Thu");
data1648061519.setValue(29, 1, 0);
data1648061519.setValue(29, 0, "Fri");
var width1648061519 = document.getElementById('chart_div1648061519').offsetWidth;var height1648061519 = document.getElementById('chart_div1648061519').offsetHeight;var chart1648061519 = new google.visualization.AreaChart(document.getElementById('chart_div1648061519'));
chart1648061519.draw(data1648061519, {
	width: 800, 
	height: 400,
	colors: ['#335973'],
	lineWidth: 2,
	
	
	
	chartArea: {left: 30, top: 10, width: (width1648061519 - 50), height: 360},
	legend: 'none',
	fontSize: 11,
	hAxis: {showTextEvery: 1,
			textStyle: {color: '#999999'}},
	vAxis: {textStyle: {color: '#999999'}},
	pointSize: 0,
	backgroundColor: {fill:'transparent'}
	});
}Your Reply
			 
				Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here » 
					
				