Vertically shrink "the graph"

This commit is contained in:
Cryptkeeper 2015-12-23 14:25:05 -06:00
parent b8fd5c89a7
commit 123967cac4

@ -271,7 +271,7 @@ $(document).ready(function() {
socket.on('historyGraph', function(rawData) {
displayedGraphData = rawData;
$('#big-graph').css('height', '500px');
$('#big-graph').css('height', '400px');
historyPlot = $.plot('#big-graph', convertGraphData(rawData), bigChartOptions);