Dawei Lang
Dawei Lang
I think this warning could be handled by users If there is not a stronger reason, I would not import extra packages to wordcloud2.
It's should work, is there any problems?
Rstudio viewer have the same problem. I known this issue for a long time. I think it's a bug, need to fix it. @timelyportfolio your pull cannot fix the problem...
这个问题吧, 是个Echarts2迁移到Echarts3之后的阵痛.... 应该过段时间会更新...
可以贴下你的代码么?
It seems good so far~ ``` runApp(list( ui = bootstrapPage( numericInput('n', 'Number of obs', 100), eChartOutput('plot') ), server = function(input, output) { mapData
有几个小地方调了一下, 没有问题啊 ``` library(shiny) library(shinydashboard) testUI
应该是Echarts2到Echarts3之后主题的写法有些调整 试试安装下开发版: ```r devtools::install_github("taiyun/recharts@dev") ```
目前引用的是Echarts3, 不支持版本选择这种功能 你有什么特定的需求需要切版本么?