We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97e833c commit 3281db2Copy full SHA for 3281db2
1 file changed
src/Plotly.jl
@@ -91,7 +91,7 @@ function Requests.post(l::AbstractLayout, meta_opts=Dict(); meta_kwargs...)
91
parse_response(post(endpoint, data=data))
92
end
93
94
-post(p::PlotlyJS.SyncPlot) = post(p.plot)
+post(p::PlotlyJS.SyncPlot; kwargs...) = post(p.plot; kwargs...)
95
96
function style(style_opts, meta_opts=Dict(); meta_kwargs...)
97
creds = get_credentials()
0 commit comments