• James Ward's avatar
    Change evaluation order for calculating percentage · f6198f5d
    James Ward authored
    Rounding errors are introduced when calculating the percentage when the total is 100 (for example if percentages have already been calculated). Calculating (total/100) first eliminates the error in this case.
    f6198f5d
jquery.flot.pie.js 21.8 KB