summaryrefslogtreecommitdiffstats
path: root/src/options/renderer_2d.php
diff options
context:
space:
mode:
authorKore Nordmann <mail@kore-nordmann.de>2013-12-21 11:01:31 +0100
committerKore Nordmann <mail@kore-nordmann.de>2013-12-21 11:01:31 +0100
commit5273fe7e6d19a4bdad3d987540171ff3a55fe053 (patch)
tree8216fe63718b989046685d4be60ae856cdfa47d3 /src/options/renderer_2d.php
parent1211da284912d3f01fcf199d7c2fc24e207d41f3 (diff)
downloadzetacomponents-graph-5273fe7e6d19a4bdad3d987540171ff3a55fe053.zip
zetacomponents-graph-5273fe7e6d19a4bdad3d987540171ff3a55fe053.tar.gz
Use non-local dependent formatting options everywhere
Diffstat (limited to 'src/options/renderer_2d.php')
-rw-r--r--src/options/renderer_2d.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options/renderer_2d.php b/src/options/renderer_2d.php
index 7008a0a..47eef5d 100644
--- a/src/options/renderer_2d.php
+++ b/src/options/renderer_2d.php
@@ -30,7 +30,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,
OpenPOWER on IntegriCloud