Conformance Filter: fetch filter params API done.
This commit is contained in:
@@ -287,7 +287,7 @@ export default {
|
||||
*/
|
||||
getPercentLabel(val){
|
||||
if((val * 100).toFixed(1) >= 100) return 100;
|
||||
else return (val * 100).toFixed(1);
|
||||
else return parseFloat((val * 100).toFixed(1));
|
||||
},
|
||||
/**
|
||||
* Convert seconds to days
|
||||
|
||||
Reference in New Issue
Block a user