conquista123 / StockFU

Final project for CS 2300 - stock analysis site using D3 and Quandl API
0 stars 0 forks source link

Error with caching causing charts to not update on page refresh #19

Closed conquista123 closed 8 years ago

conquista123 commented 8 years ago

Our program relies on setting global variables defined in chart.js. We set these variables in makeNew.js and viewPrivate.js. After visiting the same chart a few times the global variables become undefined and causes the chart to not update.