Skip to content

Commit

Permalink
added default height
Browse files Browse the repository at this point in the history
  • Loading branch information
bhofmei committed Nov 28, 2016
1 parent f5796a7 commit ff1f2da
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion js/View/Track/NucleotideDensity.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ function(
showLabels: true,
showScores: true,
colors: 'random',
bothStrands: false
bothStrands: false,
style : {
height: 100
}
});
},

Expand Down

0 comments on commit ff1f2da

Please sign in to comment.