Skip to content

Commit

Permalink
🐛 fix next pyecharts version to use pyecharts-javascripthon v 0.0… (p…
Browse files Browse the repository at this point in the history
…yecharts#554)

* 🐛 fix next pyecharts version to use pyecharts-javascripthon v 0.0.6. fix pyecharts#541

* 📚 correct the source of dark
  • Loading branch information
chfw authored May 13, 2018
1 parent d517dd8 commit 52f2cc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/zh-cn/themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ bar.render()

## 如何获得更多主题

[echarts-themes-pypkg](https://github.com/pyecharts/echarts-themes-pypkg) 提供了 `dark`, `vintage`, `macarons`, `infographic`, `shine``roma` 主题。
echarts 自带 `dark` 主题, pyecharts 也就自带了 `dark`[echarts-themes-pypkg](https://github.com/pyecharts/echarts-themes-pypkg) 提供了 `vintage`, `macarons`, `infographic`, `shine``roma` 主题。

### 安装主题插件

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"future",
"jupyter-echarts-pypkg==0.1.1",
"lml==0.0.2",
"pyecharts-javascripthon",
"pyecharts-javascripthon==0.0.6",
]

__keywords__ = ["Echarts", "charts", "plotting-tool"]
Expand Down

0 comments on commit 52f2cc9

Please sign in to comment.