Hide legend entry for series being filled to

This commit is contained in:
Pearl Li 2017-07-12 17:04:01 -04:00
parent aec30301a1
commit 2a0d5a0a03

View File

@ -585,6 +585,7 @@ function plotly_series(plt::Plot, series::Series)
# series, one for series being filled to) instead of one
d_out_fillrange = copy(d_out)
d_out_fillrange[:y] = series[:fillrange]
d_out_fillrange[:showlegend] = false
delete!(d_out_fillrange, :fill)
delete!(d_out_fillrange, :fillcolor)