Describe the bug
Cannot use legend_groupclick.
See also:
https://discourse.julialang.org/t/legend-groupclick-toggleitem-doesnt-seem-to-work-in-plotlyjs/76851
P.S.:
Thank you for providing the new Verion of PlotlyJS :-)
Version info
Please provide the following:
- output of julia command
versioninfo()
Julia Version 1.12.6
Commit 15346901f0 (2026-04-09 19:20 UTC)
Build Info:
Official https://julialang.org release
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: 12 × Intel(R) Core(TM) i7-10850H CPU @ 2.70GHz
WORD_SIZE: 64
LLVM: libLLVM-18.1.7 (ORCJIT, skylake)
GC: Built with stock GC
Threads: 1 default, 1 interactive, 1 GC (on 12 virtual cores)
Environment:
JULIA_EDITOR = code
JULIA_VSCODE_REPL = 1
- Output running the following in Julia 0.7 or greater:
using Pkg; pkg"status" (if you are on Julia 0.6 or earlier run Pkg.status())
Status `C:\Users\spofahl\.julia\environments\v1.12\Project.toml`
[824d6782] Bonito v4.2.0
[336ed68f] CSV v0.10.16
[13f3f980] CairoMakie v0.15.9
[8be319e6] Chain v1.0.0
[944b1d66] CodecZlib v0.7.8
[5ae59095] Colors v0.13.1
⌃ [992eb4ea] CondaPkg v0.2.33
[a6e380b2] ControlSystems v1.15.2
[a93c6f00] DataFrames v1.8.2
[864edb3b] DataStructures v0.19.4
[39dd38d3] Dierckx v0.5.4
⌅ [a1bb12fb] Electron v3.1.2
[d872a56f] ElectronDisplay v1.0.1
[8275c4fe] Encodings v0.1.1
[5789e2e9] FileIO v1.18.0
[53c48c17] FixedPointNumbers v0.8.5
[e9467ef8] GLMakie v0.13.9
[4c0ca9eb] Gtk v1.3.1
[033835bb] JLD2 v0.6.4
[b14d175d] JuliaVariables v0.2.4
[d8e11817] MLStyle v0.4.17
[1914dd2f] MacroTools v0.5.16
[429524aa] Optim v2.0.1
[9b87118b] PackageCompiler v2.2.5
[eebad327] PkgVersion v0.3.3
[a03496cd] PlotlyBase v0.8.23
[f0f68f2c] PlotlyJS v0.18.18
[f2990250] PlotlyKaleido v2.3.1
[91a5bcdd] Plots v1.41.6
[d330b81b] PyPlot v2.11.6
[6099a3de] PythonCall v0.9.31
[295af30f] Revise v3.14.2
[d6ea1423] RobustModels v0.6.0
[2913bbd2] StatsBase v0.34.10
[69024149] StringEncodings v0.3.7
[09ab397b] StructArrays v0.7.3
[9ff05d80] TickTock v1.3.0
[6dd1b50a] Tulip v0.9.8
[41fe7b60] Unzip v0.2.0
[ade2ca70] Dates v1.11.0
[b77e0a4c] InteractiveUtils v1.11.0
[44cfe95a] Pkg v1.12.1
Info Packages marked with ⌃ and ⌅ have new versions available. Those with ⌃ may be upgradable, but those with ⌅ are restricted by compatibility constraints from upgrading. To see why use `status --outdated`
Describe the bug
Cannot use
legend_groupclick.See also:
https://discourse.julialang.org/t/legend-groupclick-toggleitem-doesnt-seem-to-work-in-plotlyjs/76851
P.S.:
Thank you for providing the new Verion of PlotlyJS :-)
Version info
Please provide the following:
versioninfo()using Pkg; pkg"status"(if you are on Julia 0.6 or earlier runPkg.status())