-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
plotly.js version is stuck at 1.58.5 rather than 2.2.1 #394
Comments
Have you already tried reinstalling PlotlyJS? I noticed that you added PlotlyJS as a development package, maybe the installed artifact has not been updated correctly. On my machine, this issue does not occur for the plot shown in the Blink window. Setting up an icicle plot (which to the best of my knowledge has only been introduced with v2), we can verify that the plot in the Blink window uses the recent release:
However, you brought two issues to my attention:
|
Argh, you are right: somehow the artifact was stuck... Any idea of why an artifact could get stuck like this? I thought they were content-addressed? I'm glad there were some issues related to this that weren't just a stuck artifact. Point 2 would be especially nice to fix. |
fixed! we are up to 2.3.0 now 🎉 |
@thchr : Unfortunately, I do not know how to force update the artifact associated with the dev'ed package. (I do not have a lot of experience in the handling of artifacts). Anyway, I am glad that I was able to help. And sorry for replying late! |
My impression from 256f8f3 commit message was that PlotlyJS.jl would now be using plotly.js v2.21 - but it seems it is in fact still using v1.58.5. Specifically, looking at these two lines in /src/PlotlyJS.jl and testing them out (from the PlotlyJS.jl package directory), we see that:
gives
and similarly so for
Of course, this is all on v0.18.0:
So, as a practical matter, my PlotlyJS.jl still seems to be using v1.58.5 rather than 2.2.1. I'm not sure if that's because I'm somehow stuck on an old artifact (I checked that the new artifact url definitely points to v2.2.1)? If so, I thought it would've automatically updated.
On the other hand, it doesn't seem right that
_js_cdn_path
still points to v1.58.5?I stumbled upon this because I was hoping that the new version would include this fix from plotly.js plotly/plotly.js#4140.
The text was updated successfully, but these errors were encountered: