one more fix for plotlyjs
This commit is contained in:
parent
192020a93a
commit
59e7213c96
@ -6,10 +6,7 @@
|
|||||||
|
|
||||||
function _create_backend_figure(plt::Plot{PlotlyJSBackend})
|
function _create_backend_figure(plt::Plot{PlotlyJSBackend})
|
||||||
if !isplotnull() && plt[:overwrite_figure] && isa(current().o, PlotlyJS.SyncPlot)
|
if !isplotnull() && plt[:overwrite_figure] && isa(current().o, PlotlyJS.SyncPlot)
|
||||||
PlotlyJS.SyncPlot(PlotlyJS.Plot(),
|
PlotlyJS.SyncPlot(PlotlyJS.Plot(), options = current().o.options)
|
||||||
events = current().o.events,
|
|
||||||
options = current().o.options,
|
|
||||||
)
|
|
||||||
else
|
else
|
||||||
PlotlyJS.plot()
|
PlotlyJS.plot()
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user