diff options
Diffstat (limited to 'src/renderer')
-rw-r--r-- | src/renderer/2d.php | 2 | ||||
-rw-r--r-- | src/renderer/3d.php | 2 |
2 files changed, 2 insertions, 2 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, diff --git a/src/renderer/3d.php b/src/renderer/3d.php index 9d43c17..4a21f85 100644 --- a/src/renderer/3d.php +++ b/src/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, |