Vertically shrink "the graph"
This commit is contained in:
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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user