Skip to content

Commit 6913216

Browse files
committed
fix crash
1 parent 8de0f96 commit 6913216

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nodejs-assets/nodejs-project/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@
10151015
};
10161016

10171017
window.addEventListener('resize', () => {
1018-
myChart.resize();
1018+
myChart?.resize();
10191019
});
10201020
</script>
10211021
</html>

0 commit comments

Comments
 (0)