Added zoom options to line graphs

This commit is contained in:
jamespcole 2015-04-06 18:15:13 +10:00
parent 7d997f7699
commit 8151de1ae0

View File

@ -196,7 +196,14 @@
format: 'H:mm'
},
lineWidth: 1,
chartArea:{left:'60',width:"95%"}
chartArea:{left:'60',width:"95%"},
explorer: {
actions: ['dragToZoom', 'rightClickToReset', 'dragToPan'],
keepInBounds: true,
axis: 'horizontal',
maxZoomIn: 0.1
}
};
if(isSingleDevice) {