Skip to content

Commit 2157f31

Browse files
committed
update artifacts
1 parent a2967cd commit 2157f31

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

Artifacts.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[plotly_artifacts]
2-
git-tree-sha1 = "cb3112c4d60b522ef0302c35516aee1a5b2eb711"
2+
git-tree-sha1 = "a2d5bf18c8a89f66298885c3af990f365663f2cc"
33

44
[[plotly_artifacts.download]]
5-
sha256 = "44265cd24ac7acc3d2b21527d0326e2c131a1b4fe9266f5661b5ecb783aff4bb"
6-
url = "https://gist.github.com/joshday/30654755d769aa794fb8f84bc36d882c/raw/cb3112c4d60b522ef0302c35516aee1a5b2eb711.tar.gz"
5+
sha256 = "d6a3292635db6ff4fe5afd4e62583b36aeb0c33d148f8fb0443133c9da047a47"
6+
url = "https://gist.github.com/joshday/584757d21fe652271038091486200329/raw/a2d5bf18c8a89f66298885c3af990f365663f2cc.tar.gz"

src/PlotlyLight.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ attributes(t::Symbol) = plotly.schema.traces[t].attributes
4747
check_attribute(trace, attr::Symbol) = haskey(attributes(Symbol(trace)), attr) || @warn("`$trace` does not have attribute `$attr`.")
4848
check_attributes(trace; kw...) = foreach(k -> check_attribute(Symbol(trace), k), keys(kw))
4949

50-
mathjax_script = h.script(type="text/javascript", id="MathJax-script", async=true,
51-
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.0.0/es5/latest?tex-mml-chtml.js")
52-
5350
#-----------------------------------------------------------------------------# Plot
5451
mutable struct Plot
5552
data::Vector{Config}
@@ -113,7 +110,6 @@ Base.display(::REPL.REPLDisplay, o::Plot) = Cobweb.preview(h.html(h.body(o, styl
113110

114111
mathjax_script = h.script(type="text/javascript", async=true, src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js")
115112

116-
117113
#-----------------------------------------------------------------------------# preset
118114
# `preset_template_<X>` overwrites `settings.layout.template`
119115
# `preset_src_<X>` overwrites `settings.src`

0 commit comments

Comments
 (0)