diff options
Diffstat (limited to 'src/renderer/2d.php')
-rw-r--r-- | src/renderer/2d.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderer/2d.php b/src/renderer/2d.php index 9793e0a..81cbf7a 100644 --- a/src/renderer/2d.php +++ b/src/renderer/2d.php @@ -34,7 +34,7 @@ * $graph = new ezcGraphPieChart(); * $graph->palette = new ezcGraphPaletteBlack(); * $graph->title = 'Access statistics'; - * $graph->options->label = '%2$d (%3$.1f%%)'; + * $graph->options->label = '%2$d (%3$.1F%%)'; * * $graph->data['Access statistics'] = new ezcGraphArrayDataSet( array( * 'Mozilla' => 19113, |