Merge pull request #1304 from joshday/jd/histogram
plotly: bar_width and stroke_width support for bar plots
This commit is contained in:
commit
084d45141d
@ -541,7 +541,9 @@ function plotly_series(plt::Plot, series::Series)
|
|||||||
else
|
else
|
||||||
y, x, "h"
|
y, x, "h"
|
||||||
end
|
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
|
elseif st == :heatmap
|
||||||
d_out[:type] = "heatmap"
|
d_out[:type] = "heatmap"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user