Merge pull request #1313 from joshday/jd/fix-histogram

Fix plotly histogram
This commit is contained in:
Michael Krabbe Borregaard 2017-12-15 09:15:06 +01:00 committed by GitHub
commit 2c2ebbba0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"