This commit is contained in:
Josh Day 2017-12-12 15:18:17 -05:00
parent f80afddd8f
commit 50bec7a461

View File

@ -542,7 +542,6 @@ function plotly_series(plt::Plot, series::Series)
y, x, "h"
end
d_out[:width] = series[:bar_width]
info(series[:strokewidth])
d_out[:marker] = KW(:color => rgba_string(series[:fillcolor]),
:width => series[:strokewidth])