I have a line chart and every time the page refresh it changes the data, which is great but I need to to refresh by a user click. This is because there will eventually be other input fields on the page and refreshing the page would destroy their current session. jsfiddle - http://jsfiddle.net/darcyvoutt/dXtv2/ Here is the code setup to create the line: function economyData() { // Rounds var numRou
