Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- csi_timer.tick('draw');
- window.jstiming.report(csi_timer);
- setInterval(function() {
- data.setValue(0, 1, 75);
- chart.draw(data, options);
- }, 1000);
- setInterval(function() {
- data.setValue(1, 1, 40 + Math.round(60 * Math.random()));
- chart.draw(data, options);
- }, 1000);
- setInterval(function() {
- var refreshId = setInterval ( function() { $('#code').load("cpu.php"); }, 1000 );
- data.setValue(2, 1, refreshId);
- chart.draw(data, options);
- }, 1000);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement