some fixes, after manual testing
This commit is contained in:
@@ -6,14 +6,9 @@
|
||||
|
||||
{% block main %}
|
||||
|
||||
<script src="https://cdn.pydata.org/bokeh/release/bokeh-3.1.1.min.js"></script>
|
||||
<script async="true" type="text/javascript">
|
||||
Bokeh.set_log_level("info");
|
||||
</script>
|
||||
<script src="https://d3js.org/d3.v6.js"></script>
|
||||
|
||||
|
||||
<script>
|
||||
{{ interactiveplot |safe }}
|
||||
</script>
|
||||
|
||||
<h1>Interactive Comparison</h1>
|
||||
|
||||
@@ -22,6 +17,7 @@
|
||||
<li class="grid_4">
|
||||
<div>
|
||||
{{ the_div|safe }}
|
||||
{{ interactiveplot |safe }}
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user