Browse Source

Merge branch 'master' of https://git.oslog.id/ibnu/generic-ospro-gantt into dev-wahyun

pull/1/head
wahyuun 7 months ago
parent
commit
8f0ff870bc
  1. 2
      view-mode/function/overlaySCurve.js

2
view-mode/function/overlaySCurve.js

@ -128,7 +128,7 @@ function getProgressLine() {
realDurations = cumulativeRealDurations;
}
if (maxReal > 100 || maxPlan > 100) {
if (Math.floor(maxReal) > 100 || Math.floor(maxPlan) > 100) {
plannedDurations = plannedDurations.map((item) => {
return item/maxPlan*100;
})

Loading…
Cancel
Save