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

Julia backend for Plotly Dash

Results 7 Dashboards.jl issues
Sort by recently updated
recently updated
newest added

When running the example app and refreshing it in the browser, I get the following error: ``` ┌ Error: error handling request │ exception = │ IOError: stream is closed...

It would be great to use dash-table, dash-daq, etc. I'm really new to Julia. I suppose that it's just a matter of adding it to ComponentPackages.jl, components_meta.json, and component_sources.json However,...

Hi I don’t have much time to develop Dashboards. In addition, I do not use Dashboards in my work, so I do not know what problems and tasks arise when...

Congratulations on your work with this package. I'm trying to add a mapbox map, but I can't. This is the code: mapbox_access_token = "pk.eyJ1Ijoid2VybmVyLWNhc3RybyIsImEiOiJjanFibHR6d3QweHVwNDN0N2l0YjJzZ2M0In0.NOEK7azVbq29gYfGughIQg" α = -3.900833 β = -38.390833...

Hey, Love the work here. Consider adding images to the readme so that people can really see what this is about. IMO, since its a visual tool, images are all...

Hey, it would be awesome to try and add a docstring to the existing functions such that a proper documentation page could be generated.

When the programmer makes a mistake in the number of arguments for a callback, the error message is very dificult to parse. In a large app with many callbacks, it...