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 49 Dash.jl issues
Sort by recently updated
recently updated
newest added

Hello everyone, Thanks to this package, I have a deployed DashBoard fully functional (which is great). I would like to handle multi-user in a better way using multi-threading. In the...

This pull request changes the compat entry for the `HTTP` package from `0.8.10, 0.9` to `0.8.10, 0.9, 1`. This keeps the compat entries for earlier versions. Note: I have not...

As well as Interact.jl Contributed Examples https://github.com/JuliaGizmos/Interact.jl/issues/36 , it is good idea to collect examples using Dash.jl. Here is my example # Code ```julia # Usage: just run this code...

The Dash Julia User Guide at https://dash.plotly.com/julia documents several components (e..g, Dash Bio, Dash DAQ Dash Cytoscape) that are not compatible with Dash.jl 1.x. (Although there's a current pull request...

Sorry if I miss something trivial; I'm new to Dash. I need to update one object from different stages of a complicated app. Here is an example where a single...

Apparently, moving to the JSON3 package broke the plotting of traces containing NaN values. ``` Error: error handling request │ exception = │ NaN not allowed to be written in...

Plotting traces with 2D data in the z component such as contour or heatmap does not yield the expected result (Julia v1.7.0, Dash v1.1.1, PlotlyJS v0.18.8). It seems like the...

![image](https://user-images.githubusercontent.com/57677458/148645932-c8c428bc-1b7c-4e46-927d-9a765607b900.png)

Currently `Dash.jl` (and the related component packages) hardcode paths to resources into globals, see https://github.com/plotly/Dash.jl/blob/dev/src/Dash.jl#L5-L6 for example. This means that the package cannot be used along with https://github.com/JuliaLang/PackageCompiler.jl since that...

Hi there, I recently upgraded Dash.jl from v1.1.0 -> v1.0.0 which adds JSON3 v 1.9.2 and StructTypes v1.8.1. After upgrading, my Dash.jl app no longer works. If I downgrade back...