data-display/views/index.jade
Blizzard Finnegan 39f46a4337
Local download of js library; reformat page
Page is now ready for demonstration purposes
Plotly is downloaded to allow the final project to be run without need
to access a CDN, and so the library can be directly built into the
container
2024-03-28 16:00:52 -04:00

9 lines
272 B
Text

extends layout
block content
h1= "Detect Inc. Tennis Ball Path Plotting"
p WIP: Currently using sample data to demonstrate capabilities.
div(id="test" style="height:700px;")
script(src="/javascripts/plotly-2.30.0.min.js")
script(src="/javascripts/graph.js")