diff options
-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 |