diff --git a/README.md b/README.md index d81501d..195a1e4 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,10 @@ PyVchart is a Python package for the VChart chart library, which supports render pip3 install py-vchart==1.0.0 ``` -### Usage +### 📊 A Chart Example + + + ```python from pyvchart import render_chart # spec's definition referenced in the JSON of https://www.visactor.io/vchart/guide/getting-started diff --git a/README.zh-CN.md b/README.zh-CN.md index a8c1f17..b7ff1f4 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -25,7 +25,10 @@ pip3 install py-vchart==1.0.0 ``` -### 使用 +### 📊 一个简单的图表 + + + ```python from pyvchart import render_chart # spec的定义参考 https://www.visactor.io/vchart/guide/getting-started 中的json