fix plotly histogram

This commit is contained in:
Josh Day 2017-12-15 00:21:44 -05:00
parent 93263a61b1
commit 3d323a734d

View File

@ -543,7 +543,7 @@ function plotly_series(plt::Plot, series::Series)
end
d_out[:width] = series[:bar_width]
d_out[:marker] = KW(:color => rgba_string(series[:fillcolor]),
:width => series[:strokewidth])
:line => KW(:width => series[:linewidth]))
elseif st == :heatmap
d_out[:type] = "heatmap"