Giter VIP home page Giter VIP logo

Comments (4)

alexcjohnson avatar alexcjohnson commented on May 27, 2024 2

Short-term I'd suggest trying to do this with a client-side callback.

I recall us discussing this situation when we were designing the feature in the first place, and not coming up with a good syntax, since what you're suggesting doesn't have a simple Python analog - if you were modifying the real object rather than a Patch proxy, you'd do something like:

for row in fig['data'][0]['z']:
    del row[0]

but we can't iterate over something we don't have, so the only route I could think of would be some new syntax like:

del fig['data'][0]['z'][dash.FOREACH][0]

from dash.

justinzhu17 avatar justinzhu17 commented on May 27, 2024 1

Hey, I'm looking to make my first contribution to an open source project and am looking to make this feature my first contribution.

I want to ensure that I'm following the correct procedures as I go through this process. Is there a general protocol to how one contributes to this project?

Thank you.

from dash.

Coding-with-Adam avatar Coding-with-Adam commented on May 27, 2024

hi @justinzhu17
Thank you for your interest in making your first contribution to Dash. Can you please email me. I need a little more info before I can guide you through the process.

my email: [email protected]

from dash.

justinzhu17 avatar justinzhu17 commented on May 27, 2024

hey @Coding-with-Adam
I've just sent you an email. Thank you so much for reaching out!

from dash.

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.