diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2007-11-21 11:36:02 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2007-11-21 11:36:02 +0000 |
commit | 02bd18b4ba30a5888633c1210d444c6b4503c4d6 (patch) | |
tree | bc98eee3be92ce76823b6114abee77ac12a75475 /src/graph.php | |
parent | 07fb592880d4a394d7e7af2a97f22a84faa18479 (diff) | |
download | zetacomponents-graph-02bd18b4ba30a5888633c1210d444c6b4503c4d6.zip zetacomponents-graph-02bd18b4ba30a5888633c1210d444c6b4503c4d6.tar.gz |
- Added support for odometer charts
# Thanks to Lars Jankowski from Oxid esales for the initial patch.
Diffstat (limited to 'src/graph.php')
-rw-r--r-- | src/graph.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/graph.php b/src/graph.php index 6653533..3ccbe5a 100644 --- a/src/graph.php +++ b/src/graph.php @@ -98,6 +98,10 @@ class ezcGraph * type ezcGraph::BAR. */ const BAR = 3; + /** + * @TODO: + */ + const ODOMETER = 4; /** * Font type definition. Used for True Type fonts. |