Skip to content

Commit

Permalink
Faq doc update (pyecharts#733)
Browse files Browse the repository at this point in the history
* 📚 minor but important update

* Docs: update changelog

* Update: micro update
  • Loading branch information
chfw authored and chenjiandongx committed Sep 4, 2018
1 parent 5038c77 commit 9b59a19
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/zh-cn/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
#### Fixed
* [issue#715](https://github.com/pyecharts/pyecharts/issues/715) 修复 online() 方法不生效的 bug

#### Updated
* [issue#702](https://github.com/pyecharts/pyecharts/issues/702) Toobox 选项标签文本更改为更通用的英语。

#### Removed
* 停止对 Python3.4 版本的支持和维护。


* ### version 0.5.9 - 2018.8.26

Expand Down
2 changes: 1 addition & 1 deletion docs/zh-cn/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ A: 因为 china.js 没有加载成功。请检查 echarts-countries-pypkg 是不

**Q: 为什么部分 echarts-xxx-pypkg 不能成功安装?**

首先,请检查当前 python 环境有没有 jupyter。有的话,下一步再用 `pip install --no-cache-dir echarts-xxx-pypkg` 装一遍。
首先,请检查当前 python 环境有没有 jupyter。有的话,先卸载先前装的 echarts-xxx-pypkg (`pip uninstall echarts-xxx-pypkg`) ,下一步再用 `pip install --no-cache-dir echarts-xxx-pypkg` 装一遍。


**Q: pip install pyecharts meet error: Microsoft Visual C++ 14.0 is required**
Expand Down
2 changes: 1 addition & 1 deletion docs/zh-cn/prepare.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
> 基本用法篇:本文档描述了 pyecharts 库的基本使用用法。
### 第一个示例
### 快速开始

首先开始来绘制你的第一个图表
```python
Expand Down

0 comments on commit 9b59a19

Please sign in to comment.