html: smaller navigation, larger charts

This commit is contained in:
Nils Schneider 2012-06-03 13:13:45 +02:00
commit 973a39087d
6 changed files with 65 additions and 22 deletions

View file

@ -12,7 +12,7 @@ function getOffset( el ) {
var offset = getOffset(document.getElementById('chart'));
var w = window.innerWidth - offset.left,
h = window.innerHeight - offset.top - 24,
h = window.innerHeight - offset.top,
fill = d3.scale.category20();
var vis = d3.select("#chart").append("svg")