-
Hi @sglyon 👋
I raised this issue once here
https://github.com/sglyon/PlotlyJS.jl/issues/184
but would like to raise it again.
Blink.jl is kind of a heavy dependency with a nontrivial buil…
-
**versioninfo():**
Julia Version 1.7.3
Commit 742b9abb4d (2022-05-06 12:58 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz
WORD_SIZE: 64
…
-
Hector: it would be nice if Shearlab.jl is updated to work under Julia v1.0.x. Most of the common packages we rely on works now under Julia v1.0.1 except the plotlyjs backend of Plots.jl. But that too…
-
Integrity check is important to reduce the attack surface, specially for plotly on which critical data can flow through a JS client.
This issue proposes adding an "integrity" attribute to the links…
-
Dropping version requirement for PlotlyJS from `v1.4.0` to `v1.3.0`, due to what appear to be some breaking changes in `v1.4.0`
-
How to zoom at a particular point in heatmap?
-
Consider:
`````
A
```julia:init
using PlotlyJS
```
B
```julia:ex
some example
```
`````
After the first pass, these two blocks will be cached and not re-evaluated. The issue however is …
-
I am trying to plot a series of boxplot following http://spencerlyon.com/PlotlyJS.jl/examples/box_plots/ and export it to a static file. However, I am getting errors running the following code:
**C…
-
Hi, thank you very much for the project! (And plotly.js, and the docs, and the team for helping on these projects, and all other contributors as well! And anyone else note mentioned!)
For the react…
-
Apparently, moving to the JSON3 package broke the plotting of traces containing NaN values.
```
Error: error handling request
│ exception =
│ NaN not allowed to be written in JSON spec
`…