diff options
author | Kore Nordmann <mail@kore-nordmann.de> | 2012-05-22 11:32:55 +0200 |
---|---|---|
committer | Kore Nordmann <mail@kore-nordmann.de> | 2012-05-22 11:32:55 +0200 |
commit | aac41cd6ae90da36856cc8c2c6b0123344e6252d (patch) | |
tree | 321d545652ce79e609aa1ea0d8810132e2228936 /README.rst | |
parent | 95a0d0d85a49658d793759e2326b55996e1d3cad (diff) | |
download | zetacomponents-graph-aac41cd6ae90da36856cc8c2c6b0123344e6252d.zip zetacomponents-graph-aac41cd6ae90da36856cc8c2c6b0123344e6252d.tar.gz |
Added: Simple README
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..bb619a4 --- /dev/null +++ b/README.rst @@ -0,0 +1,23 @@ +=============================== +Zeta Components Graph component +=============================== + +Component to render charts using PHP. Supports a bunch of different chart +types, output drivers, axis and renderers. + +To check out features and usage of the graph component check out the +tutorial__. + +__ docs/tutorial.txt + +To see some example charts you may check out the gallery__. + +__ docs/gallery.txt + + +.. + Local Variables: + mode: rst + fill-column: 79 + End: + vim: et syn=rst tw=79 |