diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2008-06-18 09:48:07 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2008-06-18 09:48:07 +0000 |
commit | 56e1ea6d93e5a9327b1d14890e61c3d210cd2381 (patch) | |
tree | bcfd093ae07b0b3ce1c14a17dbe5ff1e2958bece /src/graph.php | |
parent | 3f1e0ff648e5f70b90d2c2b0fbdb26ea6eafde1f (diff) | |
download | zetacomponents-graph-56e1ea6d93e5a9327b1d14890e61c3d210cd2381.zip zetacomponents-graph-56e1ea6d93e5a9327b1d14890e61c3d210cd2381.tar.gz |
- Implemented feature #13103: Different axes end styles
Diffstat (limited to 'src/graph.php')
-rw-r--r-- | src/graph.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/graph.php b/src/graph.php index 3db4eb1..1bfc924 100644 --- a/src/graph.php +++ b/src/graph.php @@ -31,6 +31,11 @@ class ezcGraph * Non filled circle */ const CIRCLE = 3; + /** + * Arrow head symbol, used for axis end markers, not available as a dataset + * symbol. + */ + const ARROW = 4; /** * Constant used for background repetition. No repeat. |