We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13701ba commit 66252d1Copy full SHA for 66252d1
D3_databinding/a5.html
@@ -5,10 +5,10 @@
5
<title>Rural population (% of total population) rate comparison between 20 countries</title>
6
<link rel="stylesheet" type="text/css" href="style.css">
7
<script src="http://d3js.org/d3.v4.min.js"></script>
8
- <script src="data_table.js"></script>
9
- <script src="stem_n_leaf.js"></script>
10
- <script src="bar_chart.js"></script>
11
- <script src="scatterplot.js"></script>
+ <script src="./data_table.js"></script>
+ <script src="./stem_n_leaf.js"></script>
+ <script src="./bar_chart.js"></script>
+ <script src="./scatterplot.js"></script>
12
</head>
13
14
<body>
0 commit comments