changed the canvas placeholder to fit flot
This commit is contained in:
+3
-2
@@ -18,7 +18,7 @@
|
|||||||
<p id="debug">
|
<p id="debug">
|
||||||
</p>
|
</p>
|
||||||
<h3>Spectrogram</h3>
|
<h3>Spectrogram</h3>
|
||||||
<canvas id="spectrogram" width="640px" height="480"></canvas>
|
<div id="graph"></div>
|
||||||
<h3>Spectral readings</h3>
|
<h3>Spectral readings</h3>
|
||||||
<table class="table table-dark table-sm" id="specter">
|
<table class="table table-dark table-sm" id="specter">
|
||||||
<thead class="thead-dark">
|
<thead class="thead-dark">
|
||||||
@@ -148,7 +148,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<script src="lib/bootstrap.bundle.min.js"></script>
|
<script src="lib/bootstrap.bundle.min.js"></script>
|
||||||
<script src="lib/jquery-3.4.1.min.js"></script>
|
<script src="lib/jquery-3.4.1.min.js"></script>
|
||||||
<script src="lib/chart.bundle.js"></script>
|
<script src="lib/flot/jquery.flot.js"></script>
|
||||||
<script src="frontend.js"></script>
|
<script src="frontend.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user