diff --git a/src/backends/plotly.jl b/src/backends/plotly.jl index 8d874be2..0d39c424 100644 --- a/src/backends/plotly.jl +++ b/src/backends/plotly.jl @@ -328,7 +328,7 @@ function plotly_layout(plt::Plot) plotattributes_out[:direction] = "counterclockwise" end - plotattributes_out = recursive_merge(plotattributes_out, sp.attr[:extra_kwargs]) + plotattributes_out end # turn off hover if nothing's using it