php-sparkline
php-sparkline copied to clipboard
Division by zero
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);