为什么绘制图形的图形不适用于Mozilla

mom*_*822 2 mozilla r knitr plotly htmlwidgets

尝试在Mozilla Firefox中打开与knitr一起放置的html文档时,我收到以下错误.该错误是由plotly包组成的图元素的结果.

unknownError: error occurred while processing 
'getCachedMessages: out of memory
Run Code Online (Sandbox Code Playgroud)

rmarkdown文件的全部内容(默认其他所有内容):

library(plotly)
library(ggplot2)
theData <- data.frame(A=1:26, B=letters, C=rnorm(26,19))

g<-ggplot(theData, aes(x=A, y=C)) +
  geom_point()
ggplotly(g)
Run Code Online (Sandbox Code Playgroud)

我有最新版本的Firefox.我似乎没有查看其他页面上有图形元素的问题.该页面在IE中运行,没问题.

cam*_*ase 7

(道歉 - 我没有足够的意见回复评论)

我在R + Rmd + plotly + Firefox中遇到了同样的问题(但IE或Opera没有问题).Github/ropensci/plotly已经提出了以下问题 - 但截至2017-01-20没有解决方案:

  1. plotly + FlexDashboard + Firefox =巨大的内存消耗#721
  2. Firefox#483中RMarkdown的性能非常糟糕
  3. R库:Firefox大幅减速但不是Chrome#17(github/plotly/plotly.js/issues/17)