My Sigma.js Chart Does Not Appear On My Node.js Webpage
I am trying to display a simple chart on a webpage using Node.js and Sigma.js. I do not receive any errors. Everything appears to work correctly, but the chart does not appear.
Solution 1:
Your code works for me, just add style:
<style> #container { height: 100% } </style>
Hope that helps!
Post a Comment for "My Sigma.js Chart Does Not Appear On My Node.js Webpage"