php-sparkline icon indicating copy to clipboard operation
php-sparkline copied to clipboard

Division by zero

Open helmut opened this issue 1 year ago • 0 comments

It appears that if you have all zero values then it throws an exception when you make the svg for attempting to divide by zero.

new SparkLine(0, 0, 0, 0, 0);

helmut avatar Sep 11 '24 07:09 helmut