08-29-2019, 05:28 PM
try eliminating the
max: maxgrph
and also playing with the "5"
var maxgrph = Math.ceil(maxnum + (5 * maxnum / 100));
change it to 8 or 10 and see what works better
max: maxgrph
and also playing with the "5"
var maxgrph = Math.ceil(maxnum + (5 * maxnum / 100));
change it to 8 or 10 and see what works better
Joe
TSolucio
TSolucio