Skip to content

Commit fe2c0d5

Browse files
Hari KiranHari Kiran
authored andcommitted
Preview feature
1 parent bf01f6b commit fe2c0d5

File tree

10 files changed

+1477
-434
lines changed

10 files changed

+1477
-434
lines changed

public/index.html

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,37 @@
4545
/>
4646

4747
<title>NeuroJSON.io - Free Data Worth Sharing</title>
48+
<link rel="stylesheet" href="https://leeoniya.github.io/uPlot/dist/uPlot.min.css" />
49+
<style>
50+
#chartpanel {
51+
background-color: #707070;
52+
padding: 10px;
53+
display: block;
54+
margin-top: 20px;
55+
border-radius: 10px;
56+
}
57+
58+
#chartpanel h4 {
59+
padding-top: 0;
60+
margin-bottom: 10px;
61+
color: black;
62+
}
63+
64+
#chartpanel a.closebtn {
65+
float: right;
66+
font-size: 28px;
67+
font-weight: bold;
68+
color: yellow;
69+
text-decoration: none;
70+
margin-top: -10px;
71+
}
72+
73+
.uplot {
74+
margin: auto;
75+
max-width: 100%;
76+
}
77+
</style>
78+
4879
</head>
4980
<body>
5081
<noscript>You need to enable JavaScript to run this app.</noscript>
@@ -59,5 +90,19 @@
5990
To begin the development, run `npm start` or `yarn start`.
6091
To create a production bundle, use `npm run build` or `yarn build`.
6192
-->
93+
<!-- ✅ Global Script Dependencies -->
94+
<script src="https://unpkg.com/jquery"></script>
95+
<script src="/js/jsonview.js"></script>
96+
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/0.145.0/three.min.js"></script>
97+
<script src="https://unpkg.com/[email protected]/build/stats.min.js"></script>
98+
<script src="https://cdnjs.cloudflare.com/ajax/libs/numjs/0.16.0/numjs.min.js"></script>
99+
<script src="https://cdnjs.cloudflare.com/ajax/libs/pako/1.0.11/pako.min.js"></script>
100+
<script src="/js/js_lzma.js"></script>
101+
<script src="/js/js_lzma_shim.js"></script>
102+
<script src="/js/jdata.js"></script>
103+
<script src="/js/bjdata.js"></script>
104+
<script src="https://bundle.run/[email protected]"></script>
105+
<script>var buffer_module = buffer;</script>
106+
<script src="https://leeoniya.github.io/uPlot/dist/uPlot.iife.min.js"></script>
62107
</body>
63108
</html>

0 commit comments

Comments
 (0)