From fe66c994847ef09b042145e8384a538bb0709b86 Mon Sep 17 00:00:00 2001 From: Masayuki Tanaka Date: Sat, 21 Jun 2014 00:47:20 +0900 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index e52e7ae..8d9a2a8 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,21 @@ c3 is a D3-based reusable chart library that enables deeper integration of chart More information is here: [http://c3js.org](http://c3js.org/) +## Tutorial and Examples + + [Getting Started](http://c3js.org/gettingstarted.html) + [Examples](http://c3js.org/examples.html) + +Another samples are included in this repository: ++ [https://github.com/masayuki0812/c3/tree/master/htdocs/samples](https://github.com/masayuki0812/c3/tree/master/htdocs/samples) + +And you can run these samples as: +``` +$ cd c3/htdocs +$ python -m SimpleHTTPServer 8080 +``` + +## Forum +Now you can ask anything in this forum: ++ [https://groups.google.com/forum/#!forum/c3js](https://groups.google.com/forum/#!forum/c3js) +