Skip to content

Commit

Permalink
Fix chart not showing in notebook in Visual Studio Code (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
olehmisar authored May 3, 2023
1 parent 4026602 commit 9bc0f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytvlwcharts/tvlwcharts.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@
chart.timeScale().fitContent();
})();
{% endfor %}
})();
const data_url = "{{ data_url }}";
function updateData() {
try {
Expand Down Expand Up @@ -251,6 +250,7 @@
updateData();
}
setDataUpdateInterval();
})();
</script>
""")

Expand Down

0 comments on commit 9bc0f70

Please sign in to comment.