Rough out plotly plot.
This commit is contained in:
@ -240,5 +240,22 @@
|
||||
|
||||
}
|
||||
|
||||
</script>
|
||||
</script>
|
||||
|
||||
<div id='plotly-plot'></div>
|
||||
<footer>
|
||||
<!-- D3.js https://github.com/d3/d3/releases-->
|
||||
<script src="static/javascript/d3.min.js"></script>
|
||||
<!-- jQuery https://jquery.com/download/ -->
|
||||
<script src="static/javascript/jquery-3.2.1.min.js"></script>
|
||||
<!-- Plotly.js https://github.com/plotly/plotly.js/releases/ -->
|
||||
<script src="static/javascript/plotly.js"></script>
|
||||
|
||||
<!--Plot Scaled-D on results.html-->
|
||||
<script type="text/javascript">
|
||||
var graph = {{graphJSON | safe}};
|
||||
Plotly.plot('plotly-plot', graph.data, graph.layout);
|
||||
</script>
|
||||
</footer>
|
||||
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user