Uncaught TypeError: c[t] is undefined appears to be popping up in the browser console log whenever I press on the graph display tabs while waiting for simulation results to appear.
I think I have a (lo-tech) solution: the buttons are initially hidden within the html and shown after data is loaded, so that you can't click them early. see pr #108 and let me know if that fixes it.
Uncaught TypeError: c[t] is undefined
appears to be popping up in the browser console log whenever I press on the graph display tabs while waiting for simulation results to appear.