Skip to content
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

Bump PLOTLYJS_VERSION? #96

Open
Mo-Gul opened this issue Mar 9, 2022 · 2 comments
Open

Bump PLOTLYJS_VERSION? #96

Mo-Gul opened this issue Mar 9, 2022 · 2 comments

Comments

@Mo-Gul
Copy link
Contributor

Mo-Gul commented Mar 9, 2022

I am new to Julia and I don't have an idea if this is the right place, but it there a reason why

const PLOTLYJS_VERSION = "2.3.0"

is sooo much behind the current version, which seems to be 2.10.1 since today. Does this version represent the current features implemented in PlotlyBase.jl? I am asking because I would like the feature Layout(legend_groupclick="toggleitem") to work, which seems was introduced (and bug fixed) in 2.4.1.

Simply replacing

<script src="https://cdn.plot.ly/plotly-2.3.0.min.js"></script>

with e.g.

<script src="https://cdn.plot.ly/plotly-2.8.3.min.js"></script>

in the resulting HTML file seems to make that (particular) feature work ...

And maybe a second question: Is there a reason why PlotlyJS.jl is hosted by JuliaPlots and PlotlyBase.jl by you?

Originally posted by @Mo-Gul in #92 (comment)

@Mo-Gul Mo-Gul changed the title I thank **you** for your time. Bump PLOTLYJS_VERSION? Mar 9, 2022
@StefanPofahl
Copy link

I agree, is there a future for PlotlyJS.jl?

@disberd
Copy link
Contributor

disberd commented Dec 19, 2024

This should be closed now that #106 is merged, which both bumps the version and makes it configurable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants