瀏覽代碼

Adjust timeline width

Gaël Métais 10 年之前
父節點
當前提交
595d0156ea
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/public/scripts/resultsCtrl.js

+ 1 - 1
app/public/scripts/resultsCtrl.js

@@ -122,7 +122,7 @@ app.controller('ResultsCtrl', function ($scope) {
         // Now read the tree and display it on a timeline
         
         // Split the timeline into 200 intervals
-        var numberOfIntervals = 200;
+        var numberOfIntervals = 199;
         var lastEvent = $scope.javascript.children[$scope.javascript.children.length - 1];
         $scope.endTime =  lastEvent.data.timestamp + (lastEvent.data.time || 0);
         $scope.timelineIntervalDuration = $scope.endTime / numberOfIntervals;