From 6d7303961ed19776c1d1c5661e3ca29287c873b5 Mon Sep 17 00:00:00 2001 From: Weixing Zhang Date: Thu, 23 Nov 2017 11:14:57 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 812dc9e5f1..b6d5edd451 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ G2 is a visualization grammar, a data-driven visual language with a high level o [More details about G2](https://antv.alipay.com/zh-cn/g2/3.x/index.html). + + + + ## Installation ```js @@ -20,6 +24,8 @@ npm install @antv/g2 ### Usage + + ```html
``` @@ -47,3 +53,5 @@ chart.render(); ``` [More examples](https://antv.alipay.com/zh-cn/g2/3.x/demo/index.html) + +