Dash.jl icon indicating copy to clipboard operation
Dash.jl copied to clipboard

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

Results 52 Dash.jl issues
Sort by recently updated
recently updated
newest added

From https://dash-julia.plotly.com/dash-core-components, if I click on "Graph" on the menu on the right hand side and then on the title Graph, I am directed to https://dash-julia.plotly.com/dash_core_components/graph but the page is...

When using a contour plot with x and y axes of different length (but the same range of values), the plot does not display with correct range: ```julia using Dash,...

How do you access the `data-*` wildcard attributes in julia?

- [ ] fill in changelog for versions after 0.1.0 up to 0.2.0 - [ ] require changelog entry as part of the PR template

I started to experiment with Dash.jl and tried to run the examples. When I run ```julia app = dash(external_stylesheets = ["https://codepen.io/chriddyp/pen/bWLwgP.css"]) app.layout = html_div() do dcc_input(id = "my-id", value="initial value",...

As described in https://dash.plot.ly/integrating-dash and seen in [code examples](https://community.plot.ly/t/allowing-users-to-download-csv-on-click/5550/9) posted to our community forum, Dash for Python permits app developers to leverage Flask support for adding new routes. Dash.jl currently...

Heya, The blocking nature of run_server makes this difficult to use from the REPL. REPL use seems to be the recommended way of getting around many of Julia's pain points,...

Currently, most errors in the dash logic cause `ErrorException` to be thrown. This is not very informative and does not allow application to react differently to different types of errors....

The docstrings flow oddly in some Julia help pages -- this one, for `dcc_link`, renders `is_loading`, `prop_name`, and `component_name` as if they were top-level props themselves. Simultaneously, `title` and `target`...

bug

In Dash for R and Dash for Python, we currently provide logging output for requests and responses. In R, it looks like this (the colours are missing, but successful requests...