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