cosname / recharts

An interface to ECharts
https://recharts.cosx.org
BSD 3-Clause "New" or "Revised" License
337 stars 149 forks source link

Error: could not find function "echartsExample" #48

Closed LalZzy closed 7 years ago

LalZzy commented 7 years ago

你好,阅读recharts包在线文档,我有个小问题。 帮助文档中有提到用echartsExample函数执行原生js代码,包中现在是不包含这个函数了吗?

Lchiffon commented 7 years ago

目前看到的在线文档是开发版的请这样安装:

require(devtools)
devtools::install_github("cosname/recharts@dev")
LalZzy commented 7 years ago
require(devtools)
devtools::install_github("cosname/recharts@dev")

提示报错: Error in utils::unzip(src, exdir = target) : invalid multibyte string at '<a3>.<52>md'

Lchiffon commented 7 years ago

诶呦我去, 好像是一个windows才会出现的问题, 容小的看下...

Lchiffon commented 7 years ago

文档里面文件的中文名问题, 已经修改好了, 童鞋您再试试? @LalZzy

LalZzy commented 7 years ago

可以了,感谢朗大大!