sglyon / PlotlyBase.jl

Generate plotly.js JSON in Julia -- nothing less, nothing more.
Other
23 stars 32 forks source link

Bump `PLOTLYJS_VERSION`? #96

Open Mo-Gul opened 2 years ago

Mo-Gul commented 2 years ago

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

https://github.com/sglyon/PlotlyBase.jl/blob/2a5c8b87679ced5af7ac3894950ef0ea845eaa61/src/output.jl#L15

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 https://github.com/sglyon/PlotlyBase.jl/issues/92#issuecomment-1062094125

StefanPofahl commented 1 year ago

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