per series clims for plotly
This commit is contained in:
parent
17eef46da2
commit
b58c52f12c
@ -454,7 +454,7 @@ function plotly_series(plt::Plot, series::Series)
|
||||
st = series[:seriestype]
|
||||
|
||||
sp = series[:subplot]
|
||||
clims = get_clims(sp)
|
||||
clims = get_clims(sp, series)
|
||||
|
||||
if st == :shape
|
||||
return plotly_series_shapes(plt, series, clims)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user