-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fields missing in fullData #2834
Comments
Yeah, that one sounds like a bug
Those are computed fields. They don't have a fixed default. Their values are punching in
That's the expected behavior. We remove the plotly.js/src/traces/violin/defaults.js Lines 51 to 54 in dcaebc2
|
Oh wait, maybe having |
... would be nice to talk about these during the weekly meeting on Thursday 📆 |
generated pie cc @VeraZab |
Pie These attributes differ from e.g. contour's So, I see two possible solutions:
About |
Bingo, I think we just didn't know where that secret key was. /cc @VeraZab this is a more stable approach than my 'copy the colorway' hack :P |
@alexcjohnson it looks like |
If not, we may just display the colorway for this particular component if nothing is stored in |
Editor devs, is adding violins to the chart editor a high priority? If so, I'm thinking of simply mutating the computed |
yes, that's exactly the reason I suggested it - because that's the only way to unambiguously set the color for a label, without wondering whether it will apply to one, some, or all pies that share that label.
No, but you could pull them out of
As long as you're not worried about these changes propagating to non-pie traces, and as long as this pie isn't inheriting colors from another one. To me though those seem like pretty substantial caveats! |
is |
no, only on |
No. And I don't really want to put it there, lest it invite other people to start using it. |
OK thanks. We just figured out how to access |
From @nicolaskruchten 's #2964 on
which I responded by:
|
Pasting in parts of @alexcjohnson 's
and #3130 (comment)
I'm starting to feel the nicest way to resolve the remaining violin Doing this has the potential of solving problems for the RCE, Of course, we can't do this for |
in principle the proposal above makes sense to me. How much work is it for us to rough this in to test with RCE to see what breaks? |
~1 day of plotly.js work. |
This issue has been tagged with A community PR for this feature would certainly be welcome, but our experience is deeper features like this are difficult to complete without the Plotly maintainers leading the effort. Sponsorship range: $5k-$10k What Sponsorship includes:
Please include the link to this issue when contacting us to discuss. |
Hi - this issue has been sitting for a while, so as part of our effort to tidy up our public repositories I'm going to close it. If it's still a concern, we'd be grateful if you could open a new issue (with a short reproducible example if appropriate) so that we can add it to our stack. Cheers - @gvwilson |
Missing marker.colorbar.tickfont.color
https://codepen.io/dmt0/pen/djNNpa?editors=1010 - done in Add missing fields to fullData #2850
For Violin plots missing:
https://codepen.io/dmt0/pen/MBpxLv?editors=1010
The text was updated successfully, but these errors were encountered: