plotly / Dash.jl

Dash for Julia - A Julia interface to the Dash ecosystem for creating analytic web applications in Julia. No JavaScript required.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typo in docs https://dash-julia.plotly.com/basic-callbacks

mzaffalon opened this issue · comments

I am not sure if the site https://dash-julia.plotly.com/basic-callbacks belongs to you.

I would like to report a typo in the the example in the section Dash App With Multiple Inputs.
xaxis_type = xaxis_type == "Linear" ? "linear" : "log", should read xaxis_type = xaxis_type == "linear" ? "linear" : "log", and similarly for the yaxis_type.

Hi!
Thank you very much! I created the issue in the repository with documentation:
plotly/dash-julia-docs#30

This has been fixed and should be deployed soon!