Skip to content

Releases: JuliaPlots/PlotlyJS.jl

v0.18.14

11 Sep 08:15
1266097
Compare
Choose a tag to compare

PlotlyJS v0.18.14

Diff since v0.18.13

Merged pull requests:

Closed issues:

  • Init function blocked by kaleido (#352)
  • PlotlyJs.savefig() doesn't save static image - Kaleido is not avaiable (#461)
  • Kaleido process in package initialisation hangs (#473)
  • Pre-compilation does not finish with version 0.18.11 (#477)
  • Kaleido not available on windows 11 with julia 1.10 (#479)
  • Windows error for PlotlyKaleido breaks precompilation (#482)
  • "Kaleido startup failed" in docker container (#483)
  • densitymapbox doesn't generate a valid visualization (#484)

v0.18.13

23 Feb 14:08
75eacf4
Compare
Choose a tag to compare

PlotlyJS v0.18.13

Diff since v0.18.12

Merged pull requests:

  • migrate to weakdeps (#463) (@sjkelly)
  • CompatHelper: add new compat entry for DelimitedFiles at version 1, (keep existing compat) (#465) (@github-actions[bot])
  • substitute old savefig code with PlotlyKaleido (#481) (@BeastyBlacksmith)

Closed issues:

  • Setting PlotlyJS as default backend for Plots (#478)

v0.18.12

15 Jan 13:12
c68b3b9
Compare
Choose a tag to compare

PlotlyJS v0.18.12

Diff since v0.18.11

Merged pull requests:

  • Use the same plotlyjs version number for all imports (#480) (@fonsp)

Closed issues:

  • The "using PlotlyJS" execution does not finish (#476)

v0.18.11

14 Oct 18:10
5562c6c
Compare
Choose a tag to compare

PlotlyJS v0.18.11

Diff since v0.18.10

Merged pull requests:

  • Fix precompilation of packages depending on PlotlyJS (#469) (@Liozou)

Closed issues:

  • Plots don't display in Jupyter with WebIO v0.8.1 (#278)
  • Errors on importing PlotlyJS after fresh install on nightly Julia (#363)
  • Separate Kaleido from PlotlyJS and introduce AbstractPlot in PlotlyBase (#428)
  • kaleido/savefig for any objects outside PlotlyJS.jl (#435)
  • ERROR: Cannot find Electron (#438)
  • "Kaleido is not available on this system" (Windows 11) (#454)
  • No figures produced by plot commands in code, except the final one (#457)
  • [Question] Plotting points over box plot in PlotlyJS Julia (#458)

v0.18.10

06 Oct 13:49
02feab8
Compare
Choose a tag to compare

PlotlyJS v0.18.10

Diff since v0.18.9

Merged pull requests:

v0.18.9

28 Sep 10:15
68ca06b
Compare
Choose a tag to compare

PlotlyJS v0.18.9

Diff since v0.18.8

Closed issues:

  • Documentation (#353)
  • Bug in examples of heatmap and contour. z-array should be transposed (#355)
  • ArgumentError: PlotlyJS.SyncPlot doesn't have a defined StructTypes.StructType (#425)
  • relayout! does not update the layout of a fig created by make_subplots (#427)
  • Templates not working (#431)
  • Name feature not working anymore (#434)
  • UndefVarError: setexcludinghandlers! not defined (#440)
  • Support for Plotly click/select/hover events (#445)

Merged pull requests:

v0.18.8

05 Oct 18:10
562082f
Compare
Choose a tag to compare

PlotlyJS v0.18.8

Diff since v0.18.7

Closed issues:

  • Problems with lens and yflip (#417)
  • style (#418)

v0.18.7

03 Sep 15:13
94944c5
Compare
Choose a tag to compare

PlotlyJS v0.18.7

Diff since v0.18.6

v0.18.6

26 Aug 16:13
f4539dc
Compare
Choose a tag to compare

PlotlyJS v0.18.6

Diff since v0.18.5

Merged pull requests:

v0.18.5

18 Aug 01:49
aa2c120
Compare
Choose a tag to compare

PlotlyJS v0.18.5

Diff since v0.18.4

Closed issues:

  • Dash.jl slider doesn’t display labels (#411)

Merged pull requests:

  • enh: added new PlotlyBase methods for SyncPlot (#414) (@sglyon)