We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97e833c + 3281db2 commit f5e9cffCopy full SHA for f5e9cff
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