-
-
Notifications
You must be signed in to change notification settings - Fork 115
Added x | y | z | error bars #319
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
Conversation
|
yeah, I didn't quite get what the second one was doing, but now I get it, it's the 'arrayminus' key.. not sure what to name that, but ok, adding it in. |
|
ok should be good now @nicolaskruchten |
|
Hmmm OK so digging into the plotly.js docs there are actually a bunch more options here. If you don't specify an array then the "type" is "percent" it looks like, but we should be able to specify the percentage. Should we add the controls for "type" and "value" and "symmetric" in here? It's weird to just have the two arrays... (I know the workspace doesn't do this, but the editor framework makes it pretty easy ;) |
|
|
|
Yeah, there's lots of options that why I felt like it might be nice to have a fold in axes for these.. Ok well, I'll see how it looks if I just add them all here, maybe it's not too much after all |
|
I hear ya, but I think they won't all appear at once... worst case is you have:
And if we want we can probably merge show and symmetric into one custom control with three options: hide, symmetric, asymmetric |
|
ok I'll see how that looks, maybe i'll even have 3 separate sections one per axis |
|
yeah, I don't know what's up.. I have to click twice on those RadioBlock options for them to be selected, although they're controlled by component state.. have to look more into that |
|
Is this ready for review? |
|
no not yet |
|
OK cool. I like keeping "[WIP]" in the PR description for this kind of thing, so that everyone knows it's not ready yet :) |
|
cc @nicolaskruchten now ready for review : ) |
|
💃 |







@nicolaskruchten ready for a look
