html: smaller navigation, larger charts
This commit is contained in:
parent
62ea5f5a97
commit
973a39087d
6 changed files with 65 additions and 22 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue