We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c51e94c commit e40a12bCopy full SHA for e40a12b
summary-viewer/Form_Data.html
@@ -47,12 +47,6 @@
47
<link rel="stylesheet" href="./_file/style.ef1f7908.css" />
48
49
<script type="module">
50
- // Load Plot and d3 (if needed elsewhere)
51
- const [Plot, d3] = await Promise.all([
52
- import("https://cdn.jsdelivr.net/npm/@observablehq/plot@0.6.17/+esm"),
53
- import("https://cdn.jsdelivr.net/npm/d3@7/+esm"),
54
- ])
55
-
56
// Embed the JSON data directly here
57
const jsonData = __INJECT_JSON__
58
document.addEventListener("DOMContentLoaded", () => {
0 commit comments