Update src/backends/plotly.jl [skip ci]
Co-authored-by: t-bltg <tf.bltg@gmail.com>
This commit is contained in:
parent
2c54cf94c6
commit
6c578803fb
@ -1020,7 +1020,7 @@ function plotly_polar!(plotattributes_out::KW, series::Series)
|
||||
end
|
||||
|
||||
function plotly_adjust_hover_label!(plotattributes_out::KW, hover)
|
||||
if isnothing(hover)
|
||||
if hover === nothing
|
||||
return nothing
|
||||
elseif all(in([:none, false]), hover)
|
||||
plotattributes_out[:hoverinfo] = "none"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user