We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db67140 commit 5b2aa8bCopy full SHA for 5b2aa8b
pyflot/templates/test_page.html
@@ -9,7 +9,7 @@
9
<script type="text/javascript" src="pyflot/templates/jquery.flot.min.js"></script>
10
<script type="text/javascript">
11
$(function () {
12
- $.plot($("#testgraph"), {{ graph.series_json|safe }}, {{ graph.options_json|safe }});
+ $.plot($("#testgraph"), {{ graph.series_json }}, {{ graph.options_json }});
13
});
14
</script>
15
</head>
0 commit comments