-
-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
Cyleaflet performance and mouse position mismatch
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "DashCytoscape" | ||
uuid = "1b08a953-4be3-4667-9a23-85cc21bfd5e9" | ||
authors = ["The Plotly Team <[email protected]>"] | ||
version = "1.0.0" | ||
version = "1.0.1" | ||
|
||
[deps] | ||
Dash = "1b08a953-4be3-4667-9a23-3db579824955" | ||
|
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ module DashCytoscape | |
using Dash | ||
|
||
const resources_path = realpath(joinpath( @__DIR__, "..", "deps")) | ||
const version = "1.0.0" | ||
const version = "1.0.1" | ||
|
||
include("jl/cyto_cytoscape.jl") | ||
|
||
|
@@ -16,7 +16,7 @@ function __init__() | |
[ | ||
DashBase.Resource( | ||
relative_package_path = "dash_cytoscape.min.js", | ||
external_url = "https://unpkg.com/[email protected].0/dash_cytoscape/dash_cytoscape.min.js", | ||
external_url = "https://unpkg.com/[email protected].1/dash_cytoscape/dash_cytoscape.min.js", | ||
dynamic = nothing, | ||
async = nothing, | ||
type = :js | ||
|