plotly ticks fix
This commit is contained in:
parent
73af635be6
commit
b6fa4bcda4
@ -191,7 +191,7 @@ function plotly_axis(axis::Axis, sp::Subplot)
|
||||
|
||||
# ticks
|
||||
ticks = get_ticks(axis)
|
||||
if ticks != :auto && ax[:type] != "-"
|
||||
if ticks != :auto
|
||||
ttype = ticksType(ticks)
|
||||
if ttype == :ticks
|
||||
ax[:tickmode] = "array"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user