Improve readability of small pie charts

Use a bigger font, to ensure that small pie charts still have readable labels.
This commit is contained in:
Matthias Jentsch 2014-08-28 16:40:34 +02:00
parent 98809a1447
commit c5cface661
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ class PieSlice extends Animatable implements Drawable
// Draw the text box
$text = new Text($rel[0]+1.5, $rel[1], $this->caption);
$text->setFontSize('2.5em');
$text->setFontSize('5em');
$text->setAlignment(($midRadius > M_PI ? Text::ALIGN_END : Text::ALIGN_START));
$group->appendChild($path->toSvg($ctx));