We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e84bc1 commit 386013bCopy full SHA for 386013b
1 file changed
py/visdom/server/build.py
@@ -45,7 +45,7 @@ def download_scripts(proxies=None, install_dir=None):
45
"%slayout-bin-packer@1.4.0/dist/layout-bin-packer.js.map"
46
% b: "layout-bin-packer.js.map",
47
# d3 Libraries for plotting d3 graphs!
48
- "http://d3js.org/d3.v3.min.js": "d3.v3.min.js",
+ "https://d3js.org/d3.v3.min.js": "d3.v3.min.js",
49
"https://d3js.org/d3-selection-multi.v1.js": "d3-selection-multi.v1.js",
50
# Library to download the svg to png
51
"%ssave-svg-as-png@1.4.17/lib/saveSvgAsPng.js" % b: "saveSvgAsPng.js",
0 commit comments