diff --git a/src/backends/plotly.jl b/src/backends/plotly.jl index 68af23f8..9f4a3a9f 100644 --- a/src/backends/plotly.jl +++ b/src/backends/plotly.jl @@ -552,7 +552,7 @@ function plotly_series(plt::Plot, series::Series) plotattributes_out[:showscale] = hascolorbar(sp) && hascolorbar(series) elseif st in (:surface, :wireframe) - plotattributes_out[:type] = "surface" + plotattributes_out[:type] = "surface" plotattributes_out[:x], plotattributes_out[:y], plotattributes_out[:z] = x, y, z if st == :wireframe plotattributes_out[:hidesurface] = true