Commit d247f516 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent e663d828
...@@ -85,9 +85,10 @@ function run(data, config,risk) { ...@@ -85,9 +85,10 @@ function run(data, config,risk) {
newLevelText=newLevelText+i+':'+count+':'+per+'%'+',' newLevelText=newLevelText+i+':'+count+':'+per+'%'+','
if ((i+1) %12 ===0) // if ((i+2) %12 ===0)
newLevelText=newLevelText+'\n' // newLevelText=newLevelText+'\n'
} }
// console.log(newLevelText)
// for (let i=0;i<newLevel) // for (let i=0;i<newLevel)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment