Spaces:
Runtime error
Runtime error
Commit
·
428ea02
1
Parent(s):
2a04c89
doesnt work
Browse files- static/demo/index.html +2 -2
static/demo/index.html
CHANGED
|
@@ -5,8 +5,8 @@
|
|
| 5 |
<meta charset="UTF-8">
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 7 |
<link rel="stylesheet" href="https://unpkg.com/carbon-components/css/carbon-components.min.css">
|
| 8 |
-
<script type="text/javascript" src="js/d3.v7.min.js"></script>
|
| 9 |
-
<script type="text/javascript" src="js/jquery-3.7.1.min.js"></script>
|
| 10 |
<style type="text/css">
|
| 11 |
div.tooltip {
|
| 12 |
position: absolute;
|
|
|
|
| 5 |
<meta charset="UTF-8">
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 7 |
<link rel="stylesheet" href="https://unpkg.com/carbon-components/css/carbon-components.min.css">
|
| 8 |
+
<script type="text/javascript" src="static/demo/js/d3.v7.min.js"></script>
|
| 9 |
+
<script type="text/javascript" src="static/demo/js/jquery-3.7.1.min.js"></script>
|
| 10 |
<style type="text/css">
|
| 11 |
div.tooltip {
|
| 12 |
position: absolute;
|