ui fix
This commit is contained in:
parent
0e3ae010ab
commit
a928347f0e
@ -277,8 +277,8 @@ function calculateStats(data) {
|
||||
}
|
||||
|
||||
|
||||
putCallRatio = (putVolumeSum/callVolumeSum);
|
||||
|
||||
putCallRatio = callVolumeSum !== 0 ? (putVolumeSum / callVolumeSum) : 0;
|
||||
|
||||
callPercentage = Math.floor((callVolumeSum)/(callVolumeSum+putVolumeSum)*100);
|
||||
putPercentage = (100-callPercentage);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user