зеркало из https://github.com/mozilla/treeherder.git
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:
Родитель
fd93218d1f
Коммит
8a511b7d5b
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче