Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Jan 17, 2018
1 parent 32e841e commit d980835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experimental/flask-live-charts/static/js/highcharts.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function requestData() {
chart.series[0].addPoint(point, true, shift);

// call it again after one second
setTimeout(requestData, 100);
setTimeout(requestData, 250);
},
cache: false
});
Expand Down

0 comments on commit d980835

Please sign in to comment.