diff options
Diffstat (limited to 'src/options/renderer_3d.php')
-rw-r--r-- | src/options/renderer_3d.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options/renderer_3d.php b/src/options/renderer_3d.php index 8b0337b..36b3e44 100644 --- a/src/options/renderer_3d.php +++ b/src/options/renderer_3d.php @@ -34,7 +34,7 @@ * $graph = new ezcGraphPieChart(); * $graph->palette = new ezcGraphPaletteEzRed(); * $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, |