data-display/views/index.jade
Blizzard Finnegan 89e6c8e424 v0.1.1 - Enable complete REST calls (#5)
Good implementation for parsing data from CSV into plotly. Reviewed-on: #5
Co-authored-by: Blizzard Finnegan <blizzardfinnegan@gmail.com>
Co-committed-by: Blizzard Finnegan <blizzardfinnegan@gmail.com>
2024-04-19 09:49:29 -04:00

13 lines
452 B
Text

extends layout
block content
h1= "Detect Inc. Tennis Ball Path Plotting"
label(for="csvSelector") Input the serve input data to use:
input(id="csvSelector")
p
button(id="sendPost") Start serve
div(id="secondplot" style="height:700px")
script(src="/javascripts/plotly-2.30.0.min.js")
script(src="/javascripts/papaparse-5.4.1.min.js")
script(src="/javascripts/jquery-3.7.1.min.js")
script(type="module" src="/javascripts/graph.js")