Bug 1223077 - Don't zoom out on click to main graph

This can cause unexpected behaviour if the user is clicking to select
a datapoint.
This commit is contained in:
William Lachance 2015-11-09 13:05:07 -05:00
Родитель fd93218d1f
Коммит 8a511b7d5b
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -432,9 +432,6 @@ perf.controller('GraphsCtrl', [
highlightDataPoints();
});
// This part of code is simply copy from overview-plot
$('#graph').bind("plotunselected", plotUnselected);
$('#graph').bind("plotselected", function(event, ranges) {
$scope.plot.clearSelection();
plotSelected(event, ranges);