-
-
Notifications
You must be signed in to change notification settings - Fork 114
Axes for all #331
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
Axes for all #331
Conversation
| <ColorPicker label={_('Font Color')} attr="titlefont.color" /> | ||
| </AxesFold> | ||
| <AxisRequiredPanel | ||
| emptyPanelHeader={_('Your plot does not have any axes to style.')} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just wrapped everything in AxisRequiredPanel here
| this.axes = []; | ||
|
|
||
| // Plotly.js should really have a helper function for this, but until it does.. | ||
| Object.keys(fullContainer._subplots) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, so subplots will be step 2, after this pr, that is why I disabled a test somewhat related to them, above.
Need to think about this a little more when I'm writing this function here.
|
@nicolaskruchten this is a first pass that takes care of axes for all plot types, and does not use the plotly.Axes.list() function that doesn't work on plots other than cartesian. I'm taking care of subplots next.. Would you give this a look? |
546fffd to
36dae8f
Compare
|
💃 |
Uh oh!
There was an error while loading. Please reload this page.