Pranas Baliuka created ZEPPELIN-1214:
----------------------------------------
Summary: Support for R plugin to display Plot.ly (de-facto
charting lib)
Key: ZEPPELIN-1214
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1214
Project: Zeppelin
Issue Type: Wish
Affects Versions: 0.6.0
Environment: Platform: x86_64-apple-darwin14.5.0
Microsoft R Open 3.2.4
Reporter: Pranas Baliuka
Priority: Critical
Fix For: 0.6.1
Support for R plugin to display Plot.ly (de-facto charting lib):
_Test:_
{code}
%r {"imageWidth": "300px"}
library(plotly)
plot <- plot_ly(x = rnorm(50), type = "histogram")
plot
{code}
_Displays:_
{noformat}
<!–html_preserve–>
{noformat}
And the empty space for the graph
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)