Browse Source

Fix s curve zoom

pull/1/head
Wahyu Ramadhan 1 year ago
parent
commit
8635bb776b
  1. 5
      view-mode/function/overlaySCurve.js

5
view-mode/function/overlaySCurve.js

@ -48,9 +48,10 @@ function getChartScaleRange(){
}
scale.trace_x.forEach(function(date){
if(date >= tasksRange.start_date && date <= tasksRange.end_date){
// if(date >= tasksRange.start_date && date <= tasksRange.end_date){
// cells.push(date);
// }
cells.push(date);
}
});
return cells;
}

Loading…
Cancel
Save