Skip to content
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.

Commit

Permalink
Filter tracker trend data when Y axis limits change
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrauer committed Oct 13, 2015
1 parent 589042c commit 3a3862f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/tracker/public/js/trend/trend.view.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ $(window).load(function () {
json.tracker.y2Min = container.find('input.y2Min').val();
json.tracker.y2Max = container.find('input.y2Max').val();
}
var curveData = midas.tracker.extractCurveData(inputCurves);
midas.tracker.renderChartArea(curveData, false);
midas.tracker.updateUrlBar();
container.dialog('close');
Expand Down

0 comments on commit 3a3862f

Please sign in to comment.