Skip to content

Commit

Permalink
Fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
schulzetenberg committed Jan 9, 2024
1 parent 089a49a commit 0e9330f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dimple-interactive-legend/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<!-- Plugins -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.16/d3.js"></script>
<script src="http://dimplejs.org/dist/dimple.v2.2.0.min.js"></script>
<script src="https://dimplejs.org/dist/dimple.v2.2.0.min.js"></script>
</header>
<body>
<div id="chartContainer" style="height: 500px;"></div>
Expand Down
2 changes: 1 addition & 1 deletion dimple-interactive-resizable-legend/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<!-- Plugins -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.16/d3.js"></script>
<script src="http://dimplejs.org/dist/dimple.v2.2.0.min.js"></script>
<script src="https://dimplejs.org/dist/dimple.v2.2.0.min.js"></script>
</header>
<body>
<div id="chartContainer" style="height: 500px;"></div>
Expand Down
2 changes: 1 addition & 1 deletion dimple-least-squares/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<!-- Plugins -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.13.0/moment.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.16/d3.js"></script>
<script src="http://dimplejs.org/dist/dimple.v2.2.0.min.js"></script>
<script src="https://dimplejs.org/dist/dimple.v2.2.0.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.13.0/moment.min.js"></script>

<!-- Custom JS -->
Expand Down
2 changes: 1 addition & 1 deletion dimple-moving-avg/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<!-- Plugins -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.16/d3.js"></script>
<script src="http://dimplejs.org/dist/dimple.v2.2.0.min.js"></script>
<script src="https://dimplejs.org/dist/dimple.v2.2.0.min.js"></script>
</header>
<body>
Moving Average N:
Expand Down
2 changes: 1 addition & 1 deletion trend-line/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<body>
<div id="trendChart"></div>

<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="https://d3js.org/d3.v3.min.js"></script>
<script src="trend-line.js"></script>
</body>

0 comments on commit 0e9330f

Please sign in to comment.