File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
{% extends "base.html" %}
2
2
3
3
{% block head %}
4
- < script src ="https://pikagraphs.d3d.info/static/core/amcharts/amcharts.js "> </ script >
5
- < script src ="https://pikagraphs.d3d.info/static/core/amcharts/serial.js "> </ script >
6
- < script src ="https://pikagraphs.d3d.info/static/core/amcharts/export.min.js "> </ script >
7
- < script src ="https://pikagraphs.d3d.info/static/core/amcharts/light.js "> </ script >
8
- < link rel ="stylesheet " href ="https://pikagraphs.d3d.info/static/core/amcharts/export.css " type ="text/css " media ="all " />
4
+ <!--script src="//www.amcharts.com/lib/3/amcharts.js"></script>
5
+ <script src="//www.amcharts.com/lib/3/serial.js"></script>
6
+ <script src="//www.amcharts.com/lib/3/export.min.js"></script>
7
+ <script src="//www.amcharts.com/lib/3/themes/light.js"></script>
8
+ <link rel="stylesheet" href="//www.amcharts.com/lib/3/export.css" type="text/css" media="all" /-->
9
+ < script src ="//www.amcharts.com/lib/3/amcharts.js "> </ script >
10
+ < script src ="//www.amcharts.com/lib/3/serial.js "> </ script >
11
+ < script src ="//www.amcharts.com/lib/3/themes/light.js "> </ script >
12
+ < script src ="//www.amcharts.com/lib/3/plugins/dataloader/dataloader.min.js "> </ script >
13
+ < script src ="//www.amcharts.com/lib/3/maps/js/worldLow.js "> </ script >
14
+
9
15
{% endblock %}
10
16
11
17
{% block body %}
You can’t perform that action at this time.
0 commit comments