We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d1893 commit a2b234eCopy full SHA for a2b234e
por/dashboard/static/por_backlog/tekken.js
@@ -3,7 +3,7 @@ var tekkendata;
3
4
function drawChart(){
5
function TimeEntriesEnd(data, rowNum){
6
- return data.getValue(rowNum, 0)
+ return Math.floor(data.getValue(rowNum, 0) / data.getValue(rowNum, 3) * 100)
7
}
8
function CR2Perc(data, rowNum){
9
return Math.floor(data.getValue(rowNum, 1) / data.getValue(rowNum, 3) * 100)
0 commit comments