-
Notifications
You must be signed in to change notification settings - Fork 633
'scatter' objects don't have these attributes: 'stackgroup' #1359
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
Comments
These are newly released plotly.js attributes -- #1338 will fix it. |
Hello, if I just execute the following code, should be working? plotlyMainBundle <- function() { Thanks. |
@cristofertadrissi I had the exactly the same issue. Installing the dev version of plotly worked for me:
|
I see #1338 has been merged, but I still get the following when I try to run the example in the first post:
|
@cpsievert do you have any idea of when the package will be updated on the CRAN ? |
Uh oh!
There was an error while loading. Please reload this page.
Hi all,
just contacting you because I am having some problems regarding with the generation of one plot and looking for some help, I am trying to plot one stacked area chart with cumulative values using plot_ly but I am getting this error al the time:
'scatter' objects don't have these attributes: 'stackgroup', 'groupnorm'
Valid attributes include:
'type', 'visible', 'showlegend', 'legendgroup', 'opacity', 'name', 'uid', 'ids', 'customdata', 'selectedpoints', 'hoverinfo', 'hoverlabel', 'stream', 'transforms', 'x', 'x0', 'dx', 'y', 'y0', 'dy', 'text', 'hovertext', 'mode', 'hoveron', 'line', 'connectgaps', 'cliponaxis', 'fill', 'fillcolor', 'marker', 'selected', 'unselected', 'textposition', 'textfont', 'r', 't', 'error_x', 'error_y', 'xcalendar', 'ycalendar', 'xaxis', 'yaxis', 'idssrc', 'customdatasrc', 'hoverinfosrc', 'xsrc', 'ysrc', 'textsrc', 'hovertextsrc', 'textpositionsrc', 'rsrc', 'tsrc', 'key', 'set', 'frame', 'transforms', '_isNestedKey', '_isSimpleKey', '_isGraticule', '_bbox'
I have been following the instructions to build this graph showed in this link: https://plot.ly/r/filled-area-plots/
Also I if run the code of the section stacked area chart with cumulative values in a Rstudio session I get the same problem.
Code that works on the website
Also it appears on the reference of scatter objects that "stackgroup" key is available
https://plot.ly/r/reference/
So, maybe there is something that I am missing.....
Kind Regards
The text was updated successfully, but these errors were encountered: