-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Description
Just an early heads-up from beta2:
Sparkline/src/Sparkline/Picture.php
Line 115 in 9117a5e
imageline($this->resource, $pictureX1, $pictureY1, $pictureX2, $pictureY2, $lineColor); |
Sparkline/src/Sparkline/Picture.php
Lines 137 to 144 in 9117a5e
imagefilledellipse( | |
$this->resource, | |
$positionX, | |
$positionY, | |
$radius * static::DOT_RADIUS_TO_WIDTH, | |
$radius * static::DOT_RADIUS_TO_WIDTH, | |
$minimumColor | |
); |
Metadata
Metadata
Assignees
Labels
No labels