Skip to content

Tags: fonsp/PlotlyJS.jl

Tags

v0.14.0

Toggle v0.14.0's commit message
## PlotlyJS v0.14.0

[Diff since v0.13.1](JuliaPlots/PlotlyJS.jl@v0.13.1...v0.14.0)


**Closed issues:**
- hover attribute does not show x and y coordinates (JuliaPlots#195)
- react! eventually kills connection to Plotly (JuliaPlots#264)
- Release patched version (JuliaPlots#306)
- Neither showEditInChartStudio nor showSendToCloud configurations have any effect (JuliaPlots#313)
- failed process: Process(`curl -s -S -g -L -f -o /tmp/jl_G4ODCZ/packages/PlotlyJS/AhkM5/deps/plotschema.json 'https://api.plot.ly/v2/plot-schema?sha1'`, ProcessExited(22)) [22] (JuliaPlots#316)
- react! does not update plot (JuliaPlots#317)
- Multiple Spheres in same figure (JuliaPlots#323)
- Problem for mesh3d intensity (JuliaPlots#324)
- How to customize download plot options? (JuliaPlots#326)
- Move to JuliaPlots (JuliaPlots#335)
- Link to documentations leads to 404 (JuliaPlots#336)
- Update jupyterlab instructions in readme (JuliaPlots#341)

**Merged pull requests:**
- CompatHelper: add new compat entry for "JSExpr" at version "1.0" (JuliaPlots#307) (@github-actions[bot])
- Install TagBot as a GitHub Action (JuliaPlots#309) (@JuliaTagBot)
- Update line_scatter.jl (JuliaPlots#310) (@bdeket)
- Modify plot window dimensions on creation to fit plot contents (JuliaPlots#315) (@dsfenn)
- Update for Julia 1: Use dot broadcast (JuliaPlots#337) (@diegozea)
- Kaleido (JuliaPlots#342) (@sglyon)

v

Toggle v's commit message
DOC: more doc stuffs

v0.13.1

Toggle v0.13.1's commit message

Verified

This tag was signed with the committer’s verified signature.
JuliaTagBot Julia TagBot
See github.com/sglyon/PlotlyJS.jl/releases/tag/v0.13.1 for release notes

v0.13.0

Toggle v0.13.0's commit message

Verified

This tag was signed with the committer’s verified signature.
JuliaTagBot Julia TagBot
See github.com/sglyon/PlotlyJS.jl/releases/tag/v0.13.0 for release notes

v0.12.5

Toggle v0.12.5's commit message

Verified

This tag was signed with the committer’s verified signature.
JuliaTagBot Julia TagBot
See github.com/sglyon/PlotlyJS.jl/releases/tag/v0.12.5 for release notes

v0.12.4

Toggle v0.12.4's commit message

Verified

This tag was signed with the committer’s verified signature.
JuliaTagBot Julia TagBot

v0.12.3

Toggle v0.12.3's commit message
BUG: update julia 1/2 of webio integration

closes JuliaPlots#261 and JuliaPlots#262

v0.12.2

Toggle v0.12.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
TEST: try to fix testing for changes to plotly.js

Recent plotly.js changed layout.title -> layout.title.text and layout.(x|y)axis.title -> layout.$1axis.title.text

v0.12.1

Toggle v0.12.1's commit message
ENH: fix webio custom js for webIO >= 0.6

v0.12.0

Toggle v0.12.0's commit message
ENH use the new ORCA.jl savefig(::IO, ::Plot) function