Skip to content

Commit a2b234e

Browse files
committed
fix tekken
1 parent 23d1893 commit a2b234e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

por/dashboard/static/por_backlog/tekken.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var tekkendata;
33

44
function drawChart(){
55
function TimeEntriesEnd(data, rowNum){
6-
return data.getValue(rowNum, 0)
6+
return Math.floor(data.getValue(rowNum, 0) / data.getValue(rowNum, 3) * 100)
77
}
88
function CR2Perc(data, rowNum){
99
return Math.floor(data.getValue(rowNum, 1) / data.getValue(rowNum, 3) * 100)

0 commit comments

Comments
 (0)