Merge pull request #2518 from JuliaPlots/pr-2273/travigd/patch-1
Patch PR 2273
This commit is contained in:
commit
22496535d1
@ -42,8 +42,8 @@ _display(plt::Plot{PlotlyJSBackend}) = display(plotlyjs_syncplot(plt))
|
|||||||
|
|
||||||
@require WebIO = "0f1e0344-ec1d-5b48-a673-e5cf874b6c29" begin
|
@require WebIO = "0f1e0344-ec1d-5b48-a673-e5cf874b6c29" begin
|
||||||
function WebIO.render(plt::Plot{PlotlyJSBackend})
|
function WebIO.render(plt::Plot{PlotlyJSBackend})
|
||||||
prepare_output(plt)
|
plt_html = sprint(show, MIME("text/html"), plt)
|
||||||
WebIO.render(plt.o)
|
return WebIO.render(dom"div"(innerHTML=plt_html))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user