allow setting surface alpha in plotly

This commit is contained in:
Daniel Schwabeneder 2017-07-21 01:12:39 +02:00
parent 65c3d90642
commit 1ff8663e44

View File

@ -508,6 +508,7 @@ function plotly_series(plt::Plot, series::Series)
d_out[:showscale] = false
else
d_out[:colorscale] = plotly_colorscale(series[:fillcolor], series[:fillalpha])
d_out[:opacity] = series[:fillalpha]
if series[:fill_z] != nothing
d_out[:surfacecolor] = plotly_surface_data(series, series[:fill_z])
end