Merge pull request #4907 from rayanth/patch-1

Update api.rst
This commit is contained in:
David Lord 2022-12-13 16:36:49 -08:00 committed by GitHub
commit dcdcac2f3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -248,7 +248,7 @@ HTML ``<script>`` tags.
.. sourcecode:: html+jinja
<script>
const names = {{ names|tosjon }};
const names = {{ names|tojson }};
renderChart(names, {{ axis_data|tojson }});
</script>