Git Product home page Git Product logo

Comments (6)

etpinard avatar etpinard commented on June 1, 2024

Thanks for reporting!

This should work. Dash.jl and PlotlyJS.jl use the same plotting backend.

What's most likely happening is that PlotlyJS.Plot put the array of PlotlyFrame elements somewhere that JSON3.write does not know about.

We could try to patch

function DashBase.to_dash(p::PlotlyJS.SyncPlot)
data = JSON.lower(p.plot)
pop!(data, :config, nothing)
return data
end

accordingly.

from dash.jl.

00krishna avatar 00krishna commented on June 1, 2024

@etpinard Oh thanks for the response. Okay, so is this code that would go into a Dash.jl pull request or something that I can just add to my own code to override the existing dispatch?

Should I try and submit this code change as a PR?

from dash.jl.

etpinard avatar etpinard commented on June 1, 2024

Yep, ideally it would go in a Dash.jl pull request. This is a bug we want to fix!

from dash.jl.

00krishna avatar 00krishna commented on June 1, 2024

I can submit a PR, no problem. Is there a test case that I should add to try this, or do I not need to add an additional test case. I have not submitted a PR to Dash.jl before, so just want to make sure I do it correctly.

from dash.jl.

etpinard avatar etpinard commented on June 1, 2024

Is there a test case that I should add to try this,

Unfortunately, similar PRs #143 and #166 relied on integration tests to lock down their patches.

If you can get the integration test running on your machine, adding a similar integration test file would be fine.

Otherwise, a new @testset block in test/core.jl would be great.

from dash.jl.

00krishna avatar 00krishna commented on June 1, 2024

@etpinard say, as a temporary workaround, can I just write my own Play button and Slider using Dash components? I can compute the frames and save them in a Store, and then load them manually.

I was not sure how to update a frame in a plot though--is that possible? I only have 1 animated trace out and 3 static traces in my plot. If I just update the data in the Plotly Graph Object, then I imagine that is the best way to do it--instead of repainting the whole plot. I can try that as a temporary workaround as I try and get the main issue fixed.

from dash.jl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.