Hi, How to fixed my percentage progress bar, the percentage showing -97 values if my json only have 7 records. ` var percent = (this.recordsCount - 250)*100/250;`
Hi,
How to fixed my percentage progress bar, the percentage showing -97 values if my json only have 7 records.
var percent = (this.recordsCount - 250)*100/250;