-
Notifications
You must be signed in to change notification settings - Fork 5
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
plotly2.min.js version? #28
Comments
The latest version, 0.9.1 is using Plotly plotly.js v2.8.3 - you can see it in the file itself. https://raw.githubusercontent.com/GenieFramework/StipplePlotly.jl/main/assets/js/plotly2.min.js |
I did not realize the version was in the code :-) ..Upgraded and it works! Thanks ! PS) Using Plotlybase.jl has allowed me to use shapes, annotations and many other missing attributes. Dict{Symbol, Any) + Plotlybase.attr. is all that is needed. |
Can you please share some code sample of the integration? |
Certainly - I hope to find the time to create a PR - with the minor required change and a few examples. Note things that can not be done with current StipplePlotly (shapes and additionally subplot axis with secondary)
|
Cool, thanks! Let me reopen this so we don't forget about it :) |
We don't support the StipplePlotly API any longer, it's considered legacy. But we will keep it for backward compatibility. Just to comment on the title, we just released a new version with the latest plotly release v2.35.2 |
I am trying to use a relatively new feature "Legend.groupclick" in plotlyjs. How can I tell what version of plotly2.min.js code has included in this repo?
The text was updated successfully, but these errors were encountered: