diff --git a/src/backends/plotly.jl b/src/backends/plotly.jl index 20edb066..85ae90bf 100644 --- a/src/backends/plotly.jl +++ b/src/backends/plotly.jl @@ -541,7 +541,9 @@ function plotly_series(plt::Plot, series::Series) else y, x, "h" end - d_out[:marker] = KW(:color => rgba_string(series[:fillcolor])) + d_out[:width] = series[:bar_width] + d_out[:marker] = KW(:color => rgba_string(series[:fillcolor]), + :width => series[:strokewidth]) elseif st == :heatmap d_out[:type] = "heatmap"