Browse Source

minor example code fix

pull/228/head
Miguel Grinberg 6 years ago
parent
commit
fc5fbcf005
No known key found for this signature in database GPG Key ID: 36848B262DF5F06C
  1. 2
      examples/wsgi/templates/latency.html

2
examples/wsgi/templates/latency.html

@ -49,7 +49,7 @@
function render() {
if (smoothie)
smoothie.stop();
chart.css('width', $(document).width());
chart.width = document.body.clientWidth;
smoothie = new SmoothieChart();
smoothie.streamTo(chart, 1000);
time = new TimeSeries();

Loading…
Cancel
Save