Skip to content

Commit

Permalink
Merge pull request #216 from srcatto/patch-15
Browse files Browse the repository at this point in the history
Update gline.htm
  • Loading branch information
csev authored Jul 21, 2019
2 parents 637428c + 8c38330 commit 29174f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions code/gmane/gline.htm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
var data = google.visualization.arrayToDataTable( gline );

var options = {
title: 'Sakai Developer Email Participation by Organization'
title: 'Sakai Developer Email Participation by Organization',
chartArea: {left:'10%',top:'10%', width: '65%', height: '65%'}
};

var chart = new google.visualization.LineChart(document.getElementById('chart_div'));
Expand All @@ -18,6 +19,6 @@
</script>
</head>
<body>
<div id="chart_div" style="width: 1400px; height: 800px;"></div>
<div id="chart_div" style="width: 1300px; height: 600px;"></div>
</body>
</html>

0 comments on commit 29174f6

Please sign in to comment.