We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When I run the example code for a grouped box plot on the plotly documentation I get a the following warning:
Warning: 'layout' objects don't have these attributes: 'boxmode' Valid attributes include: '_deprecated', 'activeshape', 'annotations', 'autosize', 'autotypenumbers', 'calendar', 'clickmode', 'coloraxis', 'colorscale', 'colorway', 'computed', 'datarevision', 'dragmode', 'editrevision', 'editType', 'font', 'geo', 'grid', 'height', 'hidesources', 'hoverdistance', 'hoverlabel', 'hovermode', 'images', 'legend', 'mapbox', 'margin', 'meta', 'metasrc', 'modebar', 'newshape', 'paper_bgcolor', 'plot_bgcolor', 'polar', 'scene', 'selectdirection', 'selectionrevision', 'separators', 'shapes', 'showlegend', 'sliders', 'smith', 'spikedistance', 'template', 'ternary', 'title', 'transition', 'uirevision', 'uniformtext', 'updatemenus', 'width', 'xaxis', 'yaxis', 'barmode', 'bargap', 'mapType'
The code is on the documentation website but reproduced here as a reprex:
fig <- plot_ly(ggplot2::diamonds, x = ~cut, y = ~price, color = ~clarity, type = "box") fig <- fig %>% layout(boxmode = "group") fig
I can see that this issue was discussed some years ago but despite the issue being closed it still seems to be a problem.
The text was updated successfully, but these errors were encountered:
We have exactly the same problem and it is polluting all our Shiny logs. A fix or a workaround would be really beneficial please!
Sorry, something went wrong.
It's incredibly frustrating for us too.
No branches or pull requests
When I run the example code for a grouped box plot on the plotly documentation I get a the following warning:
The code is on the documentation website but reproduced here as a reprex:
I can see that this issue was discussed some years ago but despite the issue being closed it still seems to be a problem.
The text was updated successfully, but these errors were encountered: