forked from orbit-oss/flask
commit
dcdcac2f3a
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ HTML ``<script>`` tags.
|
||||||
.. sourcecode:: html+jinja
|
.. sourcecode:: html+jinja
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
const names = {{ names|tosjon }};
|
const names = {{ names|tojson }};
|
||||||
renderChart(names, {{ axis_data|tojson }});
|
renderChart(names, {{ axis_data|tojson }});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue