You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I was trying to make a grouped stack bar chart with plotly 6.0.0 and 6.0.1 and both fail to respect offsetgroup. Running the example in the documentation does not yield the documentation's result.
Hi @Mad-Mint - the plotly.js versioning should happen automatically. Can you please post this in https://community.plotly.com/ ? Tech support questions usually get a faster answer there. Thanks - @gvwilson
For me, it works when running the example in an interactive python terminal. In this case, plotly.js v3.0.1 is used.
In vscode, it seems the extension Jupyter Notebook Renderers has not been updated yet -> plotly.js v2.
The extension was enabled on my system by default when installing jupyter for vscode.
disabeling it solved the problem, and i still get inline renders for plotly with
Hello, I was trying to make a grouped stack bar chart with plotly 6.0.0 and 6.0.1 and both fail to respect offsetgroup. Running the example in the documentation does not yield the documentation's result.
Output:

Expected Output:

It looks like they are using different plotly.js versions but I can not find out how to update the plotly.js version to v3 with the python package
The text was updated successfully, but these errors were encountered: