VegetaTesting/Debian/2020-04-17_2-deb-plot-15-min-5-per-sec.html

4173 lines
386 KiB
HTML
Raw Permalink Normal View History

<!doctype html>
<html>
<head>
<title>[Debian] 5 requests per second, 15 minutes (#2)</title>
<meta charset="utf-8">
<style>/**
* Default styles for the dygraphs charting library.
*/
.dygraph-legend {
position: absolute;
font-size: 14px;
z-index: 10;
width: 250px; /* labelsDivWidth */
/*
dygraphs determines these based on the presence of chart labels.
It might make more sense to create a wrapper div around the chart proper.
top: 0px;
right: 2px;
*/
background: white;
line-height: normal;
text-align: left;
overflow: hidden;
}
/* styles for a solid line in the legend */
.dygraph-legend-line {
display: inline-block;
position: relative;
bottom: .5ex;
padding-left: 1em;
height: 1px;
border-bottom-width: 2px;
border-bottom-style: solid;
/* border-bottom-color is set based on the series color */
}
/* styles for a dashed line in the legend, e.g. when strokePattern is set */
.dygraph-legend-dash {
display: inline-block;
position: relative;
bottom: .5ex;
height: 1px;
border-bottom-width: 2px;
border-bottom-style: solid;
/* border-bottom-color is set based on the series color */
/* margin-right is set based on the stroke pattern */
/* padding-left is set based on the stroke pattern */
}
.dygraph-roller {
position: absolute;
z-index: 10;
}
/* This class is shared by all annotations, including those with icons */
.dygraph-annotation {
position: absolute;
z-index: 10;
overflow: hidden;
}
/* This class only applies to annotations without icons */
/* Old class name: .dygraphDefaultAnnotation */
.dygraph-default-annotation {
border: 1px solid black;
background-color: white;
text-align: center;
}
.dygraph-axis-label {
/* position: absolute; */
/* font-size: 14px; */
z-index: 10;
line-height: normal;
overflow: hidden;
color: black; /* replaces old axisLabelColor option */
}
.dygraph-axis-label-x {
}
.dygraph-axis-label-y {
}
.dygraph-axis-label-y2 {
}
.dygraph-title {
font-weight: bold;
z-index: 10;
text-align: center;
/* font-size: based on titleHeight option */
}
.dygraph-xlabel {
text-align: center;
/* font-size: based on xLabelHeight option */
}
/* For y-axis label */
.dygraph-label-rotate-left {
text-align: center;
/* See http://caniuse.com/#feat=transforms2d */
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
}
/* For y2-axis label */
.dygraph-label-rotate-right {
text-align: center;
/* See http://caniuse.com/#feat=transforms2d */
transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
}
</style>
</head>
<body>
<div id="latencies" style="font-family: Courier; width: 100%%; height: 600px"></div>
<button id="download">Download as PNG</button>
<script>/*!
* html2canvas 1.0.0-alpha.11 <https://html2canvas.hertzen.com>
* Copyright (c) 2018 Niklas von Hertzen <https://hertzen.com>
* Released under MIT License
*/
!function(A,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.html2canvas=e():A.html2canvas=e()}(this,function(){return function(A){var e={};function t(r){if(e[r])return e[r].exports;var n=e[r]={i:r,l:!1,exports:{}};return A[r].call(n.exports,n,n.exports,t),n.l=!0,n.exports}return t.m=A,t.c=e,t.d=function(A,e,r){t.o(A,e)||Object.defineProperty(A,e,{configurable:!1,enumerable:!0,get:r})},t.n=function(A){var e=A&&A.__esModule?function(){return A.default}:function(){return A};return t.d(e,"a",e),e},t.o=function(A,e){return Object.prototype.hasOwnProperty.call(A,e)},t.p="",t(t.s=27)}([function(A,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){return function(A,e){if(Array.isArray(A))return A;if(Symbol.iterator in Object(A))return function(A,e){var t=[],r=!0,n=!1,B=void 0;try{for(var a,s=A[Symbol.iterator]();!(r=(a=s.next()).done)&&(t.push(a.value),!e||t.length!==e);r=!0);}catch(A){n=!0,B=A}finally{try{!r&&s.return&&s.return()}finally{if(n)throw B}}return t}(A,e);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),n=function(){function A(A,e){for(var t=0;t<e.length;t++){var r=e[t];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(A,r.key,r)}}return function(e,t,r){return t&&A(e.prototype,t),r&&A(e,r),e}}();var B=/^#([a-f0-9]{3})$/i,a=function(A){var e=A.match(B);return!!e&&[parseInt(e[1][0]+e[1][0],16),parseInt(e[1][1]+e[1][1],16),parseInt(e[1][2]+e[1][2],16),null]},s=/^#([a-f0-9]{6})$/i,o=function(A){var e=A.match(s);return!!e&&[parseInt(e[1].substring(0,2),16),parseInt(e[1].substring(2,4),16),parseInt(e[1].substring(4,6),16),null]},i=/^rgb\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*\)$/,c=function(A){var e=A.match(i);return!!e&&[Number(e[1]),Number(e[2]),Number(e[3]),null]},l=/^rgba\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d?\.?\d+)\s*\)$/,u=function(A){var e=A.match(l);return!!(e&&e.length>4)&&[Number(e[1]),Number(e[2]),Number(e[3]),Number(e[4])]},Q=function(A){return[Math.min(A[0],255),Math.min(A[1],255),Math.min(A[2],255),A.length>3?A[3]:null]},w=function(A){var e=g[A.toLowerCase()];return e||!1},U=function(){function A(e){!function(A,e){if(!(A instanceof e))throw new TypeError("Cannot call a class as a function")}(this,A);var t=Array.isArray(e)?Q(e):a(e)||c(e)||u(e)||w(e)||o(e)||[0,0,0,null],n=r(t,4),B=n[0],s=n[1],i=n[2],l=n[3];this.r=B,this.g=s,this.b=i,this.a=l}return n(A,[{key:"isTransparent",value:function(){return 0===this.a}},{key:"toString",value:function(){return null!==this.a&&1!==this.a?"rgba("+this.r+","+this.g+","+this.b+","+this.a+")":"rgb("+this.r+","+this.g+","+this.b+")"}}]),A}();e.default=U;var g={transparent:[0,0,0,0],aliceblue:[240,248,255,null],antiquewhite:[250,235,215,null],aqua:[0,255,255,null],aquamarine:[127,255,212,null],azure:[240,255,255,null],beige:[245,245,220,null],bisque:[255,228,196,null],black:[0,0,0,null],blanchedalmond:[255,235,205,null],blue:[0,0,255,null],blueviolet:[138,43,226,null],brown:[165,42,42,null],burlywood:[222,184,135,null],cadetblue:[95,158,160,null],chartreuse:[127,255,0,null],chocolate:[210,105,30,null],coral:[255,127,80,null],cornflowerblue:[100,149,237,null],cornsilk:[255,248,220,null],crimson:[220,20,60,null],cyan:[0,255,255,null],darkblue:[0,0,139,null],darkcyan:[0,139,139,null],darkgoldenrod:[184,134,11,null],darkgray:[169,169,169,null],darkgreen:[0,100,0,null],darkgrey:[169,169,169,null],darkkhaki:[189,183,107,null],darkmagenta:[139,0,139,null],darkolivegreen:[85,107,47,null],darkorange:[255,140,0,null],darkorchid:[153,50,204,null],darkred:[139,0,0,null],darksalmon:[233,150,122,null],darkseagreen:[143,188,143,null],darkslateblue:[72,61,139,null],darkslategray:[47,79,79,null],darkslategrey:[47,79,79,null],darkturquoise:[0,206,209,null],darkviolet:[148,0,211,null],deeppink:[255,20,147,null],deepskyblue:[0,191,255,null],dimgray:[105,105,105,null],dimgrey:[105,105,105,null],dodgerblue:[30,144,255,null],firebrick:[178,34,34,null],flor
<script>/*! @license Copyright 2017 Dan Vanderkam (danvdk@gmail.com) MIT-licensed (http://opensource.org/licenses/MIT) */
!function(t){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var e;e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,e.Dygraph=t()}}(function(){return function t(e,a,i){function n(o,s){if(!a[o]){if(!e[o]){var l="function"==typeof require&&require;if(!s&&l)return l(o,!0);if(r)return r(o,!0);var h=new Error("Cannot find module '"+o+"'");throw h.code="MODULE_NOT_FOUND",h}var u=a[o]={exports:{}};e[o][0].call(u.exports,function(t){var a=e[o][1][t];return n(a||t)},u,u.exports,t,e,a,i)}return a[o].exports}for(var r="function"==typeof require&&require,o=0;o<i.length;o++)n(i[o]);return n}({1:[function(t,e,a){function i(){throw new Error("setTimeout has not been defined")}function n(){throw new Error("clearTimeout has not been defined")}function r(t){if(d===setTimeout)return setTimeout(t,0);if((d===i||!d)&&setTimeout)return d=setTimeout,setTimeout(t,0);try{return d(t,0)}catch(e){try{return d.call(null,t,0)}catch(e){return d.call(this,t,0)}}}function o(t){if(c===clearTimeout)return clearTimeout(t);if((c===n||!c)&&clearTimeout)return c=clearTimeout,clearTimeout(t);try{return c(t)}catch(e){try{return c.call(null,t)}catch(e){return c.call(this,t)}}}function s(){_&&g&&(_=!1,g.length?f=g.concat(f):v=-1,f.length&&l())}function l(){if(!_){var t=r(s);_=!0;for(var e=f.length;e;){for(g=f,f=[];++v<e;)g&&g[v].run();v=-1,e=f.length}g=null,_=!1,o(t)}}function h(t,e){this.fun=t,this.array=e}function u(){}var d,c,p=e.exports={};!function(){try{d="function"==typeof setTimeout?setTimeout:i}catch(t){d=i}try{c="function"==typeof clearTimeout?clearTimeout:n}catch(t){c=n}}();var g,f=[],_=!1,v=-1;p.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var a=1;a<arguments.length;a++)e[a-1]=arguments[a];f.push(new h(t,e)),1!==f.length||_||r(l)},h.prototype.run=function(){this.fun.apply(null,this.array)},p.title="browser",p.browser=!0,p.env={},p.argv=[],p.version="",p.versions={},p.on=u,p.addListener=u,p.once=u,p.off=u,p.removeListener=u,p.removeAllListeners=u,p.emit=u,p.prependListener=u,p.prependOnceListener=u,p.listeners=function(t){return[]},p.binding=function(t){throw new Error("process.binding is not supported")},p.cwd=function(){return"/"},p.chdir=function(t){throw new Error("process.chdir is not supported")},p.umask=function(){return 0}},{}],2:[function(t,e,a){"use strict";Object.defineProperty(a,"__esModule",{value:!0});var i=t("./bars"),n=function(t){return t&&t.__esModule?t:{default:t}}(i),r=function(){};r.prototype=new n.default,r.prototype.extractSeries=function(t,e,a){for(var i,n,r,o=[],s=a.get("logscale"),l=0;l<t.length;l++)i=t[l][0],r=t[l][e],s&&null!==r&&(r[0]<=0||r[1]<=0||r[2]<=0)&&(r=null),null!==r?(n=r[1],null===n||isNaN(n)?o.push([i,n,[n,n]]):o.push([i,n,[r[0],r[2]]])):o.push([i,null,[null,null]]);return o},r.prototype.rollingAverage=function(t,e,a){e=Math.min(e,t.length);var i,n,r,o,s,l,h,u=[];for(n=0,o=0,r=0,s=0,l=0;l<t.length;l++){if(i=t[l][1],h=t[l][2],u[l]=t[l],null===i||isNaN(i)||(n+=h[0],o+=i,r+=h[1],s+=1),l-e>=0){var d=t[l-e];null===d[1]||isNaN(d[1])||(n-=d[2][0],o-=d[1],r-=d[2][1],s-=1)}u[l]=s?[t[l][0],1*o/s,[1*n/s,1*r/s]]:[t[l][0],null,[null,null]]}return u},a.default=r,e.exports=a.default},{"./bars":5}],3:[function(t,e,a){"use strict";Object.defineProperty(a,"__esModule",{value:!0});var i=t("./bars"),n=function(t){return t&&t.__esModule?t:{default:t}}(i),r=function(){};r.prototype=new n.default,r.prototype.extractSeries=function(t,e,a){for(var i,n,r,o,s=[],l=a.get("sigma"),h=a.get("logscale"),u=0;u<t.length;u++)i=t[u][0],o=t[u][e],h&&null!==o&&(o[0]<=0||o[0]-l*o[1]<=0)&&(o=null),null!==o?(n=o[0],null===n||isNaN(n)?s.push([i,n,[n,n,n]]):(r=l*o[1],s.push([i,n,[n-r,n+r,o[1]]]))):s.push([i,null,[null,null,null]]);return s},r.prototype.rollingAverage=function(t,e,a){e=Math.min(e,t.length);var i,n,r,o,s,l,h,u,d,c=[],p=a.get("sigma");for(i=0;i<t.length;i++){for(s=0,u=0,l=0,n=Math.max(0,i-e+1);n<i+1;n++)null===(r=t[n][1])||isNaN(r)||(l++,s+=r,u+=Math.pow(t[n][2
null===d||isNaN(d)||(d=u.yval_stacked)),null===d&&(d=NaN,o||(u.yval=NaN)),u.y=r.calcYNormal_(s,d,l)}this.dygraph_.dataHandler_.onLineEvaluated(i,s,l)}},r.prototype._evaluateLineTicks=function(){var t,e,a,i,n,r;for(this.xticks=[],t=0;t<this.xTicks_.length;t++)e=this.xTicks_[t],a=e.label,r=!("label_v"in e),n=r?e.v:e.label_v,(i=this.dygraph_.toPercentXCoord(n))>=0&&i<1&&this.xticks.push({pos:i,label:a,has_tick:r});for(this.yticks=[],t=0;t<this.yAxes_.length;t++)for(var o=this.yAxes_[t],s=0;s<o.ticks.length;s++)e=o.ticks[s],a=e.label,r=!("label_v"in e),n=r?e.v:e.label_v,(i=this.dygraph_.toPercentYCoord(n,t))>0&&i<=1&&this.yticks.push({axis:t,pos:i,label:a,has_tick:r})},r.prototype._evaluateAnnotations=function(){var t,e={};for(t=0;t<this.annotations.length;t++){var a=this.annotations[t];e[a.xval+","+a.series]=a}if(this.annotated_points=[],this.annotations&&this.annotations.length)for(var i=0;i<this.points.length;i++){var n=this.points[i];for(t=0;t<n.length;t++){var r=n[t],o=r.xval+","+r.name;o in e&&(r.annotation=e[o],this.annotated_points.push(r))}}},r.prototype.removeAllDatasets=function(){delete this.points,delete this.setNames,delete this.setPointsLengths,delete this.setPointsOffsets,this.points=[],this.setNames=[],this.setPointsLengths=[],this.setPointsOffsets=[]},a.default=r,e.exports=a.default},{"./dygraph-utils":17}],14:[function(t,e,a){(function(t){"use strict";Object.defineProperty(a,"__esModule",{value:!0});var i=null;if(void 0!==t);a.default=i,e.exports=a.default}).call(this,t("_process"))},{_process:1}],15:[function(t,e,a){(function(i){"use strict";function n(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(a,"__esModule",{value:!0});var r=t("./dygraph-utils"),o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e.default=t,e}(r),s=t("./dygraph-default-attrs"),l=n(s),h=t("./dygraph-options-reference"),u=(n(h),function(t){this.dygraph_=t,this.yAxes_=[],this.xAxis_={},this.series_={},this.global_=this.dygraph_.attrs_,this.user_=this.dygraph_.user_attrs_||{},this.labels_=[],this.highlightSeries_=this.get("highlightSeriesOpts")||{},this.reparseSeries()});if(u.AXIS_STRING_MAPPINGS_={y:0,Y:0,y1:0,Y1:0,y2:1,Y2:1},u.axisToIndex_=function(t){if("string"==typeof t){if(u.AXIS_STRING_MAPPINGS_.hasOwnProperty(t))return u.AXIS_STRING_MAPPINGS_[t];throw"Unknown axis : "+t}if("number"==typeof t){if(0===t||1===t)return t;throw"Dygraphs only supports two y-axes, indexed from 0-1."}if(t)throw"Unknown axis : "+t;return 0},u.prototype.reparseSeries=function(){var t=this.get("labels");if(t){this.labels_=t.slice(1),this.yAxes_=[{series:[],options:{}}],this.xAxis_={options:{}},this.series_={};for(var e=this.user_.series||{},a=0;a<this.labels_.length;a++){var i=this.labels_[a],n=e[i]||{},r=u.axisToIndex_(n.axis);this.series_[i]={idx:a,yAxis:r,options:n},this.yAxes_[r]?this.yAxes_[r].series.push(i):this.yAxes_[r]={series:[i],options:{}}}var s=this.user_.axes||{};o.update(this.yAxes_[0].options,s.y||{}),this.yAxes_.length>1&&o.update(this.yAxes_[1].options,s.y2||{}),o.update(this.xAxis_.options,s.x||{})}},u.prototype.get=function(t){var e=this.getGlobalUser_(t);return null!==e?e:this.getGlobalDefault_(t)},u.prototype.getGlobalUser_=function(t){return this.user_.hasOwnProperty(t)?this.user_[t]:null},u.prototype.getGlobalDefault_=function(t){return this.global_.hasOwnProperty(t)?this.global_[t]:l.default.hasOwnProperty(t)?l.default[t]:null},u.prototype.getForAxis=function(t,e){var a,i;if("number"==typeof e)a=e,i=0===a?"y":"y2";else{if("y1"==e&&(e="y"),"y"==e)a=0;else if("y2"==e)a=1;else{if("x"!=e)throw"Unknown axis "+e;a=-1}i=e}var n=-1==a?this.xAxis_:this.yAxes_[a];if(n){var r=n.options;if(r.hasOwnProperty(t))return r[t]}if("x"!==e||"logscale"!==t){var o=this.getGlobalUser_(t);if(null!==o)return o}var s=l.default.axes[i];return s.hasOwnProperty(t)?s[t]:this.getGlobalDefault_(t)},u.prototype.getForSeries=function(t,e){if(e===this.dygraph_.getHighlightSeries()&&this.highlightSeries_.hasOwnProperty(t))return this.highlightSeries_[t];if(!this.se
e.width=this.width_,e.height=this.height_,e.style.width=this.width_+"px",e.style.height=this.height_+"px",e},Q.prototype.createMouseEventElement_=function(){return this.canvas_},Q.prototype.setColors_=function(){var t=this.getLabels(),e=t.length-1;this.colors_=[],this.colorsMap_={};for(var a=this.getNumericOption("colorSaturation")||1,i=this.getNumericOption("colorValue")||.5,n=Math.ceil(e/2),r=this.getOption("colors"),o=this.visibility(),s=0;s<e;s++)if(o[s]){var l=t[s+1],h=this.attributes_.getForSeries("color",l);if(!h)if(r)h=r[s%r.length];else{var u=s%2?n+(s+1)/2:Math.ceil((s+1)/2),d=1*u/(1+e);h=x.hsvToRGB(d,a,i)}this.colors_.push(h),this.colorsMap_[l]=h}},Q.prototype.getColors=function(){return this.colors_},Q.prototype.getPropertiesForSeries=function(t){for(var e=-1,a=this.getLabels(),i=1;i<a.length;i++)if(a[i]==t){e=i;break}return-1==e?null:{name:t,column:e,visible:this.visibility()[e-1],color:this.colorsMap_[t],axis:1+this.attributes_.axisForSeries(t)}},Q.prototype.createRollInterface_=function(){var t=this,e=this.roller_;e||(this.roller_=e=document.createElement("input"),e.type="text",e.style.display="none",e.className="dygraph-roller",this.graphDiv.appendChild(e));var a=this.getBooleanOption("showRoller")?"block":"none",i=this.getArea(),n={top:i.y+i.h-25+"px",left:i.x+1+"px",display:a};e.size="2",e.value=this.rollPeriod_,x.update(e.style,n),e.onchange=function(){return t.adjustRoll(e.value)}},Q.prototype.createDragInterface_=function(){var t={isZooming:!1,isPanning:!1,is2DPan:!1,dragStartX:null,dragStartY:null,dragEndX:null,dragEndY:null,dragDirection:null,prevEndX:null,prevEndY:null,prevDragDirection:null,cancelNextDblclick:!1,initialLeftmostDate:null,xUnitsPerPixel:null,dateRange:null,px:0,py:0,boundedDates:null,boundedValues:null,tarp:new O.default,initializeMouseDown:function(t,e,a){t.preventDefault?t.preventDefault():(t.returnValue=!1,t.cancelBubble=!0);var i=x.findPos(e.canvas_);a.px=i.x,a.py=i.y,a.dragStartX=x.dragGetX_(t,a),a.dragStartY=x.dragGetY_(t,a),a.cancelNextDblclick=!1,a.tarp.cover()},destroy:function(){var t=this;if((t.isZooming||t.isPanning)&&(t.isZooming=!1,t.dragStartX=null,t.dragStartY=null),t.isPanning){t.isPanning=!1,t.draggingDate=null,t.dateRange=null;for(var e=0;e<a.axes_.length;e++)delete a.axes_[e].draggingValue,delete a.axes_[e].dragValueRange}t.tarp.uncover()}},e=this.getOption("interactionModel"),a=this;for(var i in e)e.hasOwnProperty(i)&&this.addAndTrackEvent(this.mouseEventElement_,i,function(e){return function(i){e(i,a,t)}}(e[i]));if(!e.willDestroyContextMyself){var n=function(e){t.destroy()};this.addAndTrackEvent(document,"mouseup",n)}},Q.prototype.drawZoomRect_=function(t,e,a,i,n,r,o,s){var l=this.canvas_ctx_;r==x.HORIZONTAL?l.clearRect(Math.min(e,o),this.layout_.getPlotArea().y,Math.abs(e-o),this.layout_.getPlotArea().h):r==x.VERTICAL&&l.clearRect(this.layout_.getPlotArea().x,Math.min(i,s),this.layout_.getPlotArea().w,Math.abs(i-s)),t==x.HORIZONTAL?a&&e&&(l.fillStyle="rgba(128,128,128,0.33)",l.fillRect(Math.min(e,a),this.layout_.getPlotArea().y,Math.abs(a-e),this.layout_.getPlotArea().h)):t==x.VERTICAL&&n&&i&&(l.fillStyle="rgba(128,128,128,0.33)",l.fillRect(this.layout_.getPlotArea().x,Math.min(i,n),this.layout_.getPlotArea().w,Math.abs(n-i)))},Q.prototype.clearZoomRect_=function(){this.currentZoomRectArgs_=null,this.canvas_ctx_.clearRect(0,0,this.width_,this.height_)},Q.prototype.doZoomX_=function(t,e){this.currentZoomRectArgs_=null;var a=this.toDataXCoord(t),i=this.toDataXCoord(e);this.doZoomXDates_(a,i)},Q.prototype.doZoomXDates_=function(t,e){var a=this,i=this.xAxisRange(),n=[t,e],r=this.getFunctionOption("zoomCallback");this.doAnimatedZoom(i,n,null,null,function(){r&&r.call(a,t,e,a.yAxisRanges())})},Q.prototype.doZoomY_=function(t,e){var a=this;this.currentZoomRectArgs_=null;for(var i=this.yAxisRanges(),n=[],r=0;r<this.axes_.length;r++){var o=this.toDataYCoord(t,r),l=this.toDataYCoord(e,r);n.push([l,o])}var h=this.getFunctionOption("zoomCallback");this.doAnimatedZoom(null,null,i,n,function(){if(h){var t=a.xAxisRange(),e=s(t,2),i=e[0],n=e[1];h.call(a,i,n,a.yAxisRanges())}
;d.style.fontSize=e.getOption("axisLabelFontSize")+"px";var c="dygraph-annotation";h.hasOwnProperty("icon")||(c+=" dygraphDefaultAnnotation dygraph-default-annotation"),h.hasOwnProperty("cssClass")&&(c+=" "+h.cssClass),d.className=c;var p=h.hasOwnProperty("width")?h.width:16,g=h.hasOwnProperty("height")?h.height:16;if(h.hasOwnProperty("icon")){var f=document.createElement("img");f.src=h.icon,f.width=p,f.height=g,d.appendChild(f)}else l.annotation.hasOwnProperty("shortText")&&d.appendChild(document.createTextNode(l.annotation.shortText));var _=l.canvasx-p/2;d.style.left=_+"px";var v=0;if(h.attachAtBottom){var y=r.y+r.h-g-u;o[_]?y-=o[_]:o[_]=0,o[_]+=u+g,v=y}else v=l.canvasy-g-u;d.style.top=v+"px",d.style.width=p+"px",d.style.height=g+"px",d.title=l.annotation.text,d.style.color=e.colorsMap_[l.name],d.style.borderColor=e.colorsMap_[l.name],h.div=d,e.addAndTrackEvent(d,"click",n("clickHandler","annotationClickHandler",l)),e.addAndTrackEvent(d,"mouseover",n("mouseOverHandler","annotationMouseOverHandler",l)),e.addAndTrackEvent(d,"mouseout",n("mouseOutHandler","annotationMouseOutHandler",l)),e.addAndTrackEvent(d,"dblclick",n("dblClickHandler","annotationDblClickHandler",l)),i.appendChild(d),this.annotations_.push(d);var x=t.drawingContext;if(x.save(),x.strokeStyle=h.hasOwnProperty("tickColor")?h.tickColor:e.colorsMap_[l.name],x.lineWidth=h.hasOwnProperty("tickWidth")?h.tickWidth:e.getOption("strokeWidth"),x.beginPath(),h.attachAtBottom){var y=v+g;x.moveTo(l.canvasx,y),x.lineTo(l.canvasx,y+u)}else x.moveTo(l.canvasx,l.canvasy),x.lineTo(l.canvasx,l.canvasy-2-u);x.closePath(),x.stroke(),x.restore()}}},i.prototype.destroy=function(){this.detachLabels()},a.default=i,e.exports=a.default},{}],21:[function(t,e,a){"use strict";Object.defineProperty(a,"__esModule",{value:!0});var i=t("../dygraph-utils"),n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e.default=t,e}(i),r=function(){this.xlabels_=[],this.ylabels_=[]};r.prototype.toString=function(){return"Axes Plugin"},r.prototype.activate=function(t){return{layout:this.layout,clearChart:this.clearChart,willDrawChart:this.willDrawChart}},r.prototype.layout=function(t){var e=t.dygraph;if(e.getOptionForAxis("drawAxis","y")){var a=e.getOptionForAxis("axisLabelWidth","y")+2*e.getOptionForAxis("axisTickSize","y");t.reserveSpaceLeft(a)}if(e.getOptionForAxis("drawAxis","x")){var i;i=e.getOption("xAxisHeight")?e.getOption("xAxisHeight"):e.getOptionForAxis("axisLabelFontSize","x")+2*e.getOptionForAxis("axisTickSize","x"),t.reserveSpaceBottom(i)}if(2==e.numAxes()){if(e.getOptionForAxis("drawAxis","y2")){var a=e.getOptionForAxis("axisLabelWidth","y2")+2*e.getOptionForAxis("axisTickSize","y2");t.reserveSpaceRight(a)}}else e.numAxes()>2&&e.error("Only two y-axes are supported at this time. (Trying to use "+e.numAxes()+")")},r.prototype.detachLabels=function(){function t(t){for(var e=0;e<t.length;e++){var a=t[e];a.parentNode&&a.parentNode.removeChild(a)}}t(this.xlabels_),t(this.ylabels_),this.xlabels_=[],this.ylabels_=[]},r.prototype.clearChart=function(t){this.detachLabels()},r.prototype.willDrawChart=function(t){function e(t){return Math.round(t)+.5}function a(t){return Math.round(t)-.5}var i=this,r=t.dygraph;if(r.getOptionForAxis("drawAxis","x")||r.getOptionForAxis("drawAxis","y")||r.getOptionForAxis("drawAxis","y2")){var o,s,l,h=t.drawingContext,u=t.canvas.parentNode,d=r.width_,c=r.height_,p=function(t){return{position:"absolute",fontSize:r.getOptionForAxis("axisLabelFontSize",t)+"px",width:r.getOptionForAxis("axisLabelWidth",t)+"px"}},g={x:p("x"),y:p("y"),y2:p("y2")},f=function(t,e,a){var i=document.createElement("div"),r=g["y2"==a?"y2":e];n.update(i.style,r);var o=document.createElement("div");return o.className="dygraph-axis-label dygraph-axis-label-"+e+(a?" dygraph-axis-label-"+a:""),o.innerHTML=t,i.appendChild(o),i};h.save();var _=r.layout_,v=t.dygraph.plotter_.area,y=function(t){return function(e){return r.getOptionForAxis(e,t)}};if(r.getOptionForAxis("drawAxis","y")){if(_.yticks&&_.yticks.length>0){va
//# sourceMappingURL=dist/dygraph.min.js.map</script>
<script>
document.getElementById("download").addEventListener("click", function(e) {
html2canvas(document.body, {background: "#fff"}).then(function(canvas) {
var url = canvas.toDataURL('image/png').replace(/^data:image\/[^;]/, 'data:application/octet-stream');
var a = document.createElement("a");
a.setAttribute("download", "vegeta-plot.png");
a.setAttribute("href", url);
a.click();
});
});
var container = document.getElementById("latencies");
var opts = {
"title": "[Debian] 5 requests per second, 15 minutes (#2)",
"labels": [
"Seconds",
": OK"
],
"ylabel": "Latency (ms)",
"xlabel": "Seconds elapsed",
"colors": [
"#A6DA83"
],
"legend": "always",
"showRoller": true,
"logScale": true,
"strokeWidth": 1.3
};
var data = [
[0,309.40430000000003],
[0.201,157.131],
[0.4,114.1919],
[0.601,125.90419999999999],
[0.799,120.0402],
[1,124.9285],
[1.2,142.0485],
[1.401,121.5617],
[1.8010000000000002,141.4991],
[2,120.65249999999999],
[2.199,120.7223],
[2.401,119.5912],
[2.6,139.5496],
[2.799,124.9233],
[3,137.61599999999999],
[3.2,123.91539999999999],
[3.601,143.4888],
[3.8,118.0915],
[4,133.4414],
[4.199,122.97579999999999],
[4.4,123.5982],
[4.599,141.5197],
[4.8,118.0895],
[5,122.0044],
[5.401,137.5995],
[5.601,128.8563],
[5.799,121.01960000000001],
[6,129.828],
[6.201,117.1198],
[6.4,123.7713],
[6.6,117.7276],
[6.799,120.5942],
[7,144.461],
[7.401,122.9648],
[7.601,121.97489999999999],
[7.801,122.9766],
[7.999,122.0002],
[8.2,125.90409999999999],
[8.401,127.4585],
[8.6,124.9234],
[8.8,118.0921],
[9.2,116.14489999999999],
[9.399000000000001,118.0959],
[9.6,119.0721],
[9.8,122.0002],
[10,121.9992],
[10.2,122.97370000000001],
[10.4,122.546],
[10.801,120.0435],
[11.001,128.5419],
[11.2,120.6709],
[11.4,120.0483],
[11.6,119.072],
[11.8,120.0349],
[12,122.01299999999999],
[12.201,138.59099999999998],
[12.401,125.8868],
[12.8,129.8579],
[13,1290.3069999999998],
[13.199,122.51140000000001],
[13.4,118.1336],
[13.6,122.1161],
[13.799,124.9611],
[14,119.5943],
[14.4,124.91],
[14.6,143.4536],
[14.799,115.1924],
[14.999,138.5883],
[15.2,119.0605],
[15.4,121.0243],
[15.599,116.1442],
[15.799,121.62190000000001],
[16,129.0591],
[16.4,119.06830000000001],
[16.6,155.184],
[16.799,137.623],
[17,118.0958],
[17.2,117.12060000000001],
[17.401,125.89970000000001],
[17.601,121.9959],
[17.799,122.9761],
[18.2,121.7455],
[18.4,123.9329],
[18.6,122.9597],
[18.8,122.0184],
[19,120.06559999999999],
[19.2,120.0494],
[19.4,120.0369],
[19.601,117.5947],
[20,121.01180000000001],
[20.199,120.0957],
[20.399,118.1152],
[20.6,120.9991],
[20.8,120.0484],
[21,125.89970000000001],
[21.2,119.07180000000001],
[21.399,151.2673],
[21.8,119.0765],
[21.999,122.5],
[22.2,128.8322],
[22.4,118.8019],
[22.599,121.0232],
[22.8,124.9281],
[23,122.9712],
[23.401,141.5231],
[23.601,123.9521],
[23.801,123.5099],
[24,123.95200000000001],
[24.2,122],
[24.401,131.0205],
[24.599,123.9516],
[24.8,119.0562],
[25.2,121.0474],
[25.4,118.0735],
[25.6,120.0481],
[25.8,118.1197],
[25.999,131.6044],
[26.199,129.7882],
[26.4,120.71709999999999],
[26.599,134.28590000000003],
[26.799,120.0481],
[27.199,144.44879999999998],
[27.399,122.9508],
[27.6,118.0782],
[27.8,119.0774],
[28,121.0194],
[28.2,119.6497],
[28.399,122.0001],
[28.6,136.2667],
[28.999,119.0596],
[29.2,128.8477],
[29.399,144.4693],
[29.599,134.6884],
[29.799,131.75619999999998],
[30,120.04610000000001],
[30.2,130.4419],
[30.401,143.7165],
[30.799,132.28799999999998],
[31,119.0726],
[31.2,125.9033],
[31.401,121.02369999999999],
[31.599,120.9861],
[31.8,121.9954],
[32,126.87599999999999],
[32.199,131.7439],
[32.6,116.76169999999999],
[32.799,129.5986],
[33.001,131.31599999999997],
[33.2,124.9281],
[33.399,129.78709999999998],
[33.599,116.1442],
[33.799,115.189],
[34.2,122.00410000000001],
[34.4,141.51510000000002],
[34.599,117.32969999999999],
[34.8,124.9586],
[35.001,119.7155],
[35.2,122.33670000000001],
[35.399,121.59880000000001],
[35.6,118.6616],
[36,121.0189],
[36.2,136.652],
[36.4,117.12060000000001],
[36.6,137.6202],
[36.801,129.80839999999998],
[37.001,130.00300000000001],
[37.199,120.1622],
[37.4,139.3678],
[37.599,116.7375],
[37.999,121.0176],
[38.2,123.9532],
[38.4,115.20360000000001],
[38.599,118.0792],
[38.8,126.8808],
[39,118.0963],
[39.2,123.5825],
[39.4,116.14330000000001],
[39.801,119.0766],
[39.999,120.0485],
[40.2,129.83700000000002],
[40.399,121.018],
[40.6,117.1199],
[40.8,118.5954],
[41.001,122.00450000000001],
[41.4,144.4093],
[41.601,142.8981],
[41.799,121.0242],
[42,124.9178],
[42.2,128.8558],
[42.4,143.4504],
[42.599,126.87979999999999],
[42.8,118.0958],
[43,137.66510000000002],
[43.399,123.7766],
[43.6,120.048],
[43.8,120.0482],
[44,113.2133],
[44.2,119.0719],
[44.401,119.0558],
[44.601,119.04960000000001],
[44.799,139.929],
[45.2,133.4515],
[45.401,122.9838],
[45.599,121.1572],
[45.801,114.69930000000001],
[45.999,129.8183],
[46.199,117.7754],
[46.4,124.9781],
[46.799,134.688],
[46.999,119.0686],
[47.2,124.9156],
[47.4,118.0959],
[47.6,123.9478],
[47.799,118.0916],
[48,122.61030000000001],
[48.201,118.72710000000001],
[48.4,119.07220000000001],
[48.801,122.61070000000001],
[48.999,112.2446],
[49.199,125.9044],
[49.4,118.0792],
[49.6,119.07520000000001],
[49.8,119.0686],
[50,116.14389999999999],
[50.4,117.3017],
[50.6,121.9977],
[50.8,119.1585],
[51,118.1229],
[51.2,124.9271],
[51.4,132.7362],
[51.6,120.0558],
[51.8,121.0082],
[52.001,118.09740000000001],
[52.4,125.89410000000001],
[52.6,118.7697],
[52.8,126.15390000000001],
[53,126.1737],
[53.199,121.7522],
[53.401,117.14099999999999],
[53.6,116.1392],
[54,116.1216],
[54.199,126.88070000000002],
[54.4,117.1199],
[54.6,119.1617],
[54.799,123.1462],
[55,119.0966],
[55.199,126.4424],
[55.399,121.0587],
[55.8,136.6149],
[55.999,134.6647],
[56.199,126.8931],
[56.4,139.5678],
[56.599,118.0963],
[56.8,125.89970000000001],
[57,120.6964],
[57.199,122.0021],
[57.4,119.5372],
[57.801,143.47199999999998],
[58.001,117.13990000000001],
[58.199,123.92960000000001],
[58.399,120.0482],
[58.6,126.86249999999998],
[58.8,154.212],
[58.999,120.6955],
[59.401,117.138],
[59.599,116.75019999999999],
[59.801,144.4484],
[60.001,121.0242],
[60.199,120.0233],
[60.4,120.0403],
[60.6,119.0475],
[60.8,119.07130000000001],
[60.999,118.076],
[61.399,121.04910000000001],
[61.6,121.76259999999999],
[61.8,122.63419999999999],
[61.999,122.5296],
[62.201,147.3767],
[62.401,125.87960000000001],
[62.601,122.0044],
[62.999,134.6695],
[63.199,121.0193],
[63.4,119.09599999999999],
[63.6,122.95580000000001],
[63.8,119.76140000000001],
[64.001,126.525],
[64.199,121.8651],
[64.4,124.9113],
[64.801,120.0364],
[65.001,127.85040000000001],
[65.199,123.9522],
[65.399,118.0964],
[65.6,122.01960000000001],
[65.8,124.6868],
[65.999,122],
[66.201,118.7165],
[66.399,120.69969999999999],
[66.799,115.2061],
[66.999,120.0443],
[67.2,122.97619999999999],
[67.4,126.8803],
[67.6,123.95100000000001],
[67.8,120.05680000000001],
[68.001,123.9554],
[68.399,118.097],
[68.6,133.6881],
[68.799,149.3284],
[68.999,117.12010000000001],
[69.199,120.0484],
[69.4,122.95960000000001],
[69.6,121.9994],
[69.8,117.7031],
[70.2,122.62349999999999],
[70.399,119.0968],
[70.6,121.0192],
[70.8,120.0476],
[71,122.9807],
[71.2,122.9761],
[71.4,152.2558],
[71.599,117.1191],
[72.001,123.9468],
[72.199,122.4191],
[72.4,126.2485],
[72.601,133.7166],
[72.799,145.4315],
[72.999,124.9239],
[73.2,121.0494],
[73.4,121.0244],
[73.6,135.6524],
[74,121.28529999999999],
[74.201,116.67429999999999],
[74.4,119.5897],
[74.6,120.84100000000001],
[74.799,127.08890000000001],
[75,135.6638],
[75.199,167.84789999999998],
[75.4,123.9302],
[75.8,121.0243],
[76.001,121.0239],
[76.201,123.4841],
[76.4,123.9349],
[76.6,120.0437],
[76.8,121.1624],
[77.001,122.98190000000001],
[77.201,134.687],
[77.599,135.6643],
[77.799,127.85579999999999],
[78,141.5429],
[78.199,122.97579999999999],
[78.4,120.06909999999999],
[78.6,122.0002],
[78.799,124.845],
[78.999,118.09559999999999],
[79.4,122.9702],
[79.6,120.0443],
[79.8,121.0308],
[80,126.9032],
[80.2,118.1113],
[80.4,135.49110000000002],
[80.6,123.9647],
[80.8,118.8105],
[81.2,121.0242],
[81.4,127.8471],
[81.601,123.9287],
[81.8,120.0396],
[82.001,119.0992],
[82.199,128.8528],
[82.399,121.6892],
[82.6,117.9675],
[82.999,122.97619999999999],
[83.2,132.736],
[83.399,151.2779],
[83.599,121.995],
[83.8,120.0336],
[84,124.9279],
[84.2,137.5935],
[84.4,124.91109999999999],
[84.8,119.7295],
[85,122.0146],
[85.2,130.7791],
[85.4,148.352],
[85.599,145.4279],
[85.799,121.04679999999999],
[86,121.0236],
[86.401,137.6157],
[86.599,121.0238],
[86.8,141.0477],
[86.999,122],
[87.2,126.87970000000001],
[87.4,121.9834],
[87.6,126.87960000000001],
[87.8,125.8955],
[88,132.7499],
[88.401,121.45150000000001],
[88.6,121.58489999999999],
[88.799,117.7629],
[89.001,122.9921],
[89.199,124.9457],
[89.4,118.61280000000001],
[89.6,122.0124],
[90,126.89520000000002],
[90.2,122.97569999999999],
[90.399,121.03269999999999],
[90.6,124.9113],
[90.8,118.0959],
[91.001,117.8193],
[91.199,120.0484],
[91.4,124.69149999999999],
[91.599,118.0966],
[92,121.0013],
[92.2,122.9752],
[92.4,155.1836],
[92.599,141.5206],
[92.799,123.9522],
[93,143.4596],
[93.2,128.5159],
[93.6,134.0785],
[93.801,119.5896],
[94,124.0583],
[94.201,129.8068],
[94.401,130.792],
[94.6,136.6203],
[94.799,124.9411],
[94.999,123.9517],
[95.2,120.55449999999999],
[95.601,151.4821],
[95.799,119.08009999999999],
[96,146.10590000000002],
[96.199,126.49650000000001],
[96.4,144.9895],
[96.599,120.0471],
[96.8,139.5713],
[97.2,144.4317],
[97.399,126.89600000000002],
[97.6,122.5305],
[97.8,129.8152],
[98,122.9976],
[98.2,128.46650000000002],
[98.399,120.6036],
[98.599,117.0815],
[99,126.8755],
[99.2,119.0659],
[99.401,136.6388],
[99.601,118.0715],
[99.799,131.7544],
[99.999,118.90209999999999],
[100.199,123.976],
[100.4,120.07600000000001],
[100.6,127.8562],
[101.001,118.0958],
[101.201,115.1685],
[101.4,120.0226],
[101.599,121.02369999999999],
[101.8,120.0675],
[102,120.068],
[102.201,122.0004],
[102.399,139.58180000000002],
[102.8,120.04090000000001],
[103,119.093],
[103.2,119.0721],
[103.401,132.7112],
[103.601,120.0413],
[103.801,121.0402],
[104.001,120.0479],
[104.199,121.9996],
[104.599,119.6535],
[104.799,127.8687],
[105,129.7867],
[105.201,125.92],
[105.401,122.0242],
[105.599,123.9244],
[105.799,126.87970000000001],
[105.999,113.2384],
[106.4,120.0483],
[106.6,138.3288],
[106.801,119.0894],
[106.999,119.0721],
[107.2,118.1098],
[107.4,139.54430000000002],
[107.599,120.02300000000001],
[107.8,124.9094],
[108.2,124.9071],
[108.399,121.6471],
[108.599,120.0517],
[108.8,130.4717],
[109,121.05449999999999],
[109.2,119.0963],
[109.4,117.0989],
[109.6,122.9529],
[110,119.0721],
[110.2,119.0885],
[110.401,122.0048],
[110.601,121.0442],
[110.799,127.58279999999999],
[110.999,128.4879],
[111.2,134.688],
[111.399,119.0621],
[111.8,126.85879999999999],
[112,128.8155],
[112.2,124.93759999999999],
[112.4,131.7615],
[112.603,122.02449999999999],
[112.8,119.6503],
[113,124.9284],
[113.2,128.5171],
[113.599,123.96350000000001],
[113.8,120.04629999999999],
[114,120.04679999999999],
[114.2,127.8563],
[114.4,120.0482],
[114.6,119.0712],
[114.8,146.4165],
[115.2,120.3],
[115.401,137.6215],
[115.601,121.0711],
[115.799,148.35219999999998],
[115.999,161.0404],
[116.2,141.5275],
[116.399,133.713],
[116.599,125.91659999999999],
[116.8,121.0242],
[117.2,125.7925],
[117.4,121.5832],
[117.6,135.6385],
[117.799,120.7299],
[117.999,135.2158],
[118.2,119.0689],
[118.401,121.033],
[118.601,120.0351],
[118.999,122.97420000000001],
[119.199,127.85589999999999],
[119.399,121.5309],
[119.601,126.87499999999999],
[119.801,122.32600000000001],
[120,124.6021],
[120.199,129.8219],
[120.6,132.7373],
[120.799,122.0002],
[121,128.8323],
[121.2,122.9763],
[121.4,126.4122],
[121.599,121.9995],
[121.8,123.9516],
[121.999,120.0335],
[122.2,121.9959],
[122.601,141.4993],
[122.801,138.5916],
[122.999,123.95230000000001],
[123.199,118.0949],
[123.4,124.9152],
[123.6,141.4719],
[123.799,127.8514],
[124.2,138.5855],
[124.399,121.024],
[124.6,139.5681],
[124.8,119.0591],
[125.001,123.9502],
[125.201,120.0578],
[125.401,124.4677],
[125.6,148.2332],
[125.999,122.98249999999999],
[126.2,123.956],
[126.4,121.02409999999999],
[126.6,129.8088],
[126.8,121.9841],
[127,119.0743],
[127.2,125.90100000000001],
[127.401,126.88440000000001],
[127.799,150.3049],
[127.999,121.66250000000001],
[128.201,134.23329999999999],
[128.4,122.001],
[128.6,121.0005],
[128.8,118.1164],
[129,143.4701],
[129.201,119.07180000000001],
[129.401,124.9293],
[129.799,131.2006],
[130,126.05250000000001],
[130.201,126.9501],
[130.401,117.87060000000001],
[130.601,118.2713],
[130.8,124.92699999999999],
[131,132.756],
[131.199,119.074],
[131.6,120.0476],
[131.8,120.0488],
[132,121.02300000000001],
[132.2,119.2003],
[132.401,121.9727],
[132.599,116.7231],
[132.799,118.09649999999999],
[133,114.19120000000001],
[133.4,117.13719999999999],
[133.601,119.0707],
[133.801,120.04769999999999],
[134.001,124.944],
[134.199,120.0514],
[134.399,119.69019999999999],
[134.6,120.047],
[134.999,138.0738],
[135.2,129.2927],
[135.4,119.04560000000001],
[135.6,131.7557],
[135.8,117.1192],
[136,121.0238],
[136.2,124.928],
[136.401,122.95989999999999],
[136.799,138.1384],
[137.001,123.9472],
[137.199,117.9278],
[137.4,122.0239],
[137.601,120.0501],
[137.799,120.047],
[138,123.95150000000001],
[138.2,120.0479],
[138.4,133.7559],
[138.799,114.1914],
[138.999,122.9768],
[139.2,120.6351],
[139.4,125.9044],
[139.6,120.0494],
[139.8,131.7604],
[140,116.14389999999999],
[140.2,131.7604],
[140.601,121.0231],
[140.799,122.643],
[141,130.7843],
[141.201,131.3644],
[141.4,129.65869999999998],
[141.599,128.80720000000002],
[141.799,118.0959],
[142.2,130.779],
[142.4,121.9718],
[142.6,118.0959],
[142.8,116.1205],
[142.999,120.9874],
[143.2,142.4964],
[143.399,138.4768],
[143.599,128.83059999999998],
[143.799,119.071],
[144.199,121.97099999999999],
[144.4,122.0229],
[144.6,122.0044],
[144.8,121.5135],
[145,127.85650000000001],
[145.199,119.0476],
[145.401,117.1504],
[145.6,121.02300000000001],
[145.999,123.9465],
[146.199,124.8847],
[146.4,124.92689999999999],
[146.6,124.9287],
[146.8,140.5439],
[146.999,136.6617],
[147.2,121.9756],
[147.6,124.629],
[147.799,121.01870000000001],
[148,127.85650000000001],
[148.2,158.1126],
[148.4,126.89810000000001],
[148.6,120.0481],
[148.8,121.007],
[149,120.047],
[149.4,117.80590000000001],
[149.599,130.79],
[149.8,122.00030000000001],
[150,119.0674],
[150.2,124.92830000000001],
[150.4,115.1677],
[150.6,119.0719],
[150.801,121.02369999999999],
[151.001,118.096],
[151.4,118.7501],
[151.6,120.0479],
[151.8,121.3159],
[152.001,121.657],
[152.2,140.543],
[152.401,129.7874],
[152.601,120.0528],
[152.801,122.9524],
[153.199,120.0472],
[153.4,127.91189999999999],
[153.6,121.0219],
[153.799,131.4632],
[154,118.0959],
[154.201,136.28560000000002],
[154.4,117.1198],
[154.6,125.9032],
[155.001,124.9276],
[155.201,127.85450000000002],
[155.401,130.7671],
[155.599,120.0483],
[155.8,120.6685],
[155.999,120.0476],
[156.2,119.6942],
[156.399,118.7059],
[156.8,124.9522],
[157.001,141.5206],
[157.201,122.0021],
[157.401,145.4031],
[157.599,146.3846],
[157.799,121.9958],
[158,126.87989999999999],
[158.2,121.62249999999999],
[158.599,121.6924],
[158.799,120.0286],
[159,123.947],
[159.2,119.05069999999999],
[159.401,122.00410000000001],
[159.601,119.06700000000001],
[159.801,117.0955],
[160.199,120.072],
[160.401,114.8104],
[160.599,142.4685],
[160.8,119.6921],
[160.999,122.9975],
[161.201,118.072],
[161.401,117.1151],
[161.601,120.0487],
[162,132.73260000000002],
[162.199,122.9537],
[162.4,127.3813],
[162.601,122.6259],
[162.8,120.0524],
[163,121.95880000000001],
[163.2,145.41119999999998],
[163.401,120.0697],
[163.601,117.0971],
[164,121.0364],
[164.2,122.9735],
[164.4,119.0744],
[164.6,119.6431],
[164.8,124.928],
[165.001,120.71560000000001],
[165.199,129.4924],
[165.399,121.9895],
[165.801,119.0682],
[166.001,124.9281],
[166.201,117.1216],
[166.399,122.9752],
[166.599,131.7594],
[166.799,123.9524],
[166.999,122.965],
[167.401,120.5555],
[167.6,143.4717],
[167.799,122.0044],
[168,120.0487],
[168.2,132.7544],
[168.401,116.14389999999999],
[168.6,122.9761],
[168.801,116.3614],
[169.201,114.785],
[169.399,120.04769999999999],
[169.599,118.9898],
[169.799,120.5605],
[169.999,127.85569999999998],
[170.201,127.8629],
[170.401,119.0759],
[170.599,126.8602],
[171,117.11449999999999],
[171.199,131.3583],
[171.399,121.10799999999999],
[171.6,123.9305],
[171.8,127.85579999999999],
[172,116.8305],
[172.2,117.426],
[172.4,131.7588],
[172.601,117.1197],
[173.001,119.0716],
[173.199,120.0489],
[173.4,128.8319],
[173.599,119.072],
[173.8,121.0232],
[174,117.1485],
[174.199,118.6011],
[174.599,128.8322],
[174.799,122.9754],
[175,123.1253],
[175.2,123.5479],
[175.399,120.04729999999999],
[175.6,122.9918],
[175.8,136.6171],
[175.999,118.096],
[176.2,117.1204],
[176.6,122.0004],
[176.8,121.9993],
[177,133.7351],
[177.201,120.0481],
[177.401,118.11290000000001],
[177.601,131.7605],
[177.799,129.78549999999998],
[177.999,121.01950000000001],
[178.399,139.5507],
[178.599,129.808],
[178.8,120.86330000000001],
[179,131.4024],
[179.199,122],
[179.4,119.7179],
[179.601,127.8571],
[179.999,130.7721],
[180.201,118.0758],
[180.401,122.9633],
[180.601,121.0232],
[180.799,119.0714],
[181,119.0719],
[181.2,126.8803],
[181.4,128.8077],
[181.6,120.0476],
[181.999,117.1364],
[182.199,141.5194],
[182.399,128.8321],
[182.599,121.0229],
[182.799,119.0715],
[183,120.0471],
[183.2,121.0242],
[183.6,132.7354],
[183.8,120.0218],
[184,120.0488],
[184.201,141.5198],
[184.401,117.11489999999999],
[184.601,117.12129999999999],
[184.799,119.0685],
[185,122.9632],
[185.2,132.7351],
[185.599,124.6306],
[185.801,121.0162],
[186.001,122.0051],
[186.201,119.07180000000001],
[186.399,121.02690000000001],
[186.601,124.7308],
[186.8,126.8809],
[187.001,126.8791],
[187.399,122.0083],
[187.599,128.8483],
[187.799,121.0192],
[188.001,122.9759],
[188.199,119.0923],
[188.4,120.0299],
[188.6,123.9512],
[188.8,119.0677],
[189.199,116.7768],
[189.4,119.932],
[189.6,118.0959],
[189.801,116.1214],
[190,123.9348],
[190.199,123.93849999999999],
[190.399,133.7106],
[190.599,118.0954],
[191,124.91199999999999],
[191.2,122.0006],
[191.4,117.11580000000001],
[191.6,123.6147],
[191.8,122.97080000000001],
[192,123.94],
[192.2,118.1],
[192.6,119.062],
[192.8,118.09609999999999],
[193.001,121.5963],
[193.2,128.0854],
[193.401,119.087],
[193.601,119.07639999999999],
[193.801,119.0733],
[193.999,145.4236],
[194.199,119.07560000000001],
[194.601,122.9605],
[194.801,122.0004],
[195.001,114.18549999999999],
[195.199,120.0472],
[195.4,126.8647],
[195.599,117.0933],
[195.799,141.1165],
[196.001,118.07860000000001],
[196.399,127.85589999999999],
[196.599,116.14819999999999],
[196.799,118.8069],
[197,121.0249],
[197.2,122],
[197.4,120.04860000000001],
[197.6,119.07610000000001],
[198,124.9273],
[198.199,118.26979999999999],
[198.4,120.0478],
[198.6,126.4239],
[198.799,118.0957],
[199,121.0236],
[199.2,120.0487],
[199.4,119.1132],
[199.799,124.9287],
[200,186.4157],
[200.199,117.1194],
[200.399,122.01679999999999],
[200.599,118.0681],
[200.8,122.9764],
[201,131.7681],
[201.2,118.0962],
[201.401,130.78300000000002],
[201.801,119.0555],
[202,119.12140000000001],
[202.201,121.02350000000001],
[202.401,145.1772],
[202.601,118.0927],
[202.801,117.1434],
[203,119.0967],
[203.401,117.9756],
[203.599,133.71079999999998],
[203.799,124.9284],
[204,124.9517],
[204.2,120.0289],
[204.4,122.2617],
[204.599,134.6758],
[204.8,134.6793],
[205,137.6155],
[205.401,119.0423],
[205.599,143.7657],
[205.799,148.3401],
[205.999,124.4843],
[206.199,140.5468],
[206.399,124.1768],
[206.601,120.048],
[207.001,122.0712],
[207.201,119.07130000000001],
[207.399,125.90409999999999],
[207.599,121.0122],
[207.8,128.8367],
[207.999,120.05300000000001],
[208.2,127.8316],
[208.401,123.96350000000001],
[208.799,145.4452],
[208.999,127.85730000000001],
[209.2,125.9148],
[209.4,120.0742],
[209.601,123.9427],
[209.799,125.8816],
[210,120.5676],
[210.199,135.6371],
[210.399,148.3506],
[210.799,139.21710000000002],
[210.999,130.80790000000002],
[211.199,117.1159],
[211.399,120.0676],
[211.6,121.024],
[211.8,120.05109999999999],
[212,119.0968],
[212.4,122.9893],
[212.6,118.07],
[212.8,120.0479],
[213,122.97569999999999],
[213.2,128.8328],
[213.4,128.4439],
[213.6,120.0474],
[213.8,121.0232],
[214,119.08970000000001],
[214.401,117.14529999999999],
[214.6,119.0702],
[214.801,130.78119999999998],
[214.999,137.6092],
[215.199,132.7357],
[215.399,142.4965],
[215.599,121.0066],
[215.8,139.5654],
[216.2,123.932],
[216.4,126.4993],
[216.6,122.00080000000001],
[216.8,140.5439],
[216.999,149.32760000000002],
[217.199,137.2757],
[217.399,124.8562],
[217.6,121.0243],
[218,128.83159999999998],
[218.2,122.976],
[218.4,134.6506],
[218.6,131.9338],
[218.801,136.6628],
[218.999,121.9999],
[219.199,125.90499999999999],
[219.6,119.07230000000001],
[219.8,117.1202],
[220.001,118.10249999999999],
[220.2,123.61189999999999],
[220.4,122.97569999999999],
[220.6,124.9277],
[220.8,118.0962],
[221.001,124.9284],
[221.401,121.0401],
[221.599,123.95100000000001],
[221.799,120.0271],
[222,116.1639],
[222.199,119.0724],
[222.4,126.43350000000001],
[222.601,120.0258],
[222.799,126.89210000000001],
[222.999,145.0024],
[223.4,120.0321],
[223.6,137.6156],
[223.799,125.91499999999999],
[224,119.0727],
[224.2,138.58790000000002],
[224.401,123.9321],
[224.601,135.62650000000002],
[224.801,123.97139999999999],
[225.199,124.9207],
[225.4,118.09989999999999],
[225.6,119.07669999999999],
[225.799,128.8075],
[226,116.1435],
[226.199,121.0271],
[226.399,123.0005],
[226.799,124.9279],
[226.999,122.01480000000001],
[227.2,126.87880000000001],
[227.4,123.1465],
[227.599,119.0717],
[227.8,124.9277],
[228,126.88060000000002],
[228.2,121.024],
[228.6,113.21549999999999],
[228.799,119.0704],
[229.001,132.7369],
[229.201,123.96260000000001],
[229.401,120.0544],
[229.599,123.9552],
[229.799,131.7672],
[229.999,139.5635],
[230.199,119.0719],
[230.6,120.0557],
[230.8,119.0709],
[231,123.9354],
[231.2,117.1189],
[231.4,124.9472],
[231.6,115.1532],
[231.8,120.6311],
[232.199,119.07130000000001],
[232.4,144.44899999999998],
[232.599,118.0949],
[232.8,124.2471],
[232.999,122.9831],
[233.2,117.1188],
[233.4,118.097],
[233.6,118.1019],
[233.8,121.0244],
[234.199,119.07230000000001],
[234.401,122.97810000000001],
[234.601,118.09649999999999],
[234.801,127.85650000000001],
[234.999,118.09559999999999],
[235.2,121.0233],
[235.4,124.4291],
[235.601,117.0965],
[236.001,122],
[236.199,133.7104],
[236.399,120.0373],
[236.6,119.0706],
[236.8,123.5701],
[237.001,141.71529999999998],
[237.199,123.9517],
[237.6,119.07629999999999],
[237.8,123.95649999999999],
[237.999,121.9961],
[238.2,124.89880000000001],
[238.4,128.8313],
[238.601,126.8561],
[238.801,131.7589],
[239.001,131.94320000000002],
[239.199,123],
[239.6,125.8872],
[239.8,125.9046],
[240,126.87519999999999],
[240.201,121.02499999999999],
[240.399,122.5076],
[240.601,119.6107],
[240.799,148.3166],
[241.001,187.4025],
[241.401,118.0959],
[241.599,118.0963],
[241.8,119.0714],
[242.001,118.09129999999999],
[242.201,123.9516],
[242.401,120.05330000000001],
[242.599,120.0489],
[243.001,125.91199999999999],
[243.201,121.0336],
[243.399,121.0283],
[243.6,122.976],
[243.8,123.9511],
[244,139.56760000000003],
[244.199,138.5881],
[244.399,121.0238],
[244.8,138.5923],
[244.999,125.90809999999999],
[245.2,121.0244],
[245.399,124.0918],
[245.599,119.0715],
[245.8,118.0958],
[246,134.6891],
[246.2,132.7363],
[246.4,120.0469],
[246.8,121.9829],
[247.001,117.1198],
[247.201,140.5332],
[247.401,121.024],
[247.599,122.97420000000001],
[247.8,121.9994],
[248,122.00030000000001],
[248.2,141.5192],
[248.599,121.02499999999999],
[248.8,120.0475],
[249,118.12060000000001],
[249.2,128.83259999999999],
[249.399,120.0481],
[249.601,122.9568],
[249.799,122.9521],
[249.999,119.0856],
[250.4,118.0959],
[250.6,120.032],
[250.8,117.12259999999999],
[251,145.42340000000002],
[251.199,126.881],
[251.4,116.1446],
[251.6,118.095],
[251.801,121.0231],
[252.199,121.53569999999999],
[252.4,117.7951],
[252.6,118.0858],
[252.8,121.024],
[253,124.9281],
[253.2,117.7965],
[253.4,128.83259999999999],
[253.6,139.56879999999998],
[254,116.1443],
[254.2,121.0247],
[254.401,118.6019],
[254.6,119.0716],
[254.799,122.0031],
[255,141.5191],
[255.2,134.6875],
[255.601,120.05300000000001],
[255.801,123.9551],
[255.999,131.6822],
[256.199,132.1589],
[256.4,120.0484],
[256.6,124.9278],
[256.8,128.8321],
[257,119.8124],
[257.2,121.0188],
[257.601,127.8456],
[257.801,120.0603],
[258.001,119.0705],
[258.199,117.1157],
[258.4,121.28840000000001],
[258.599,131.7483],
[258.8,142.2758],
[258.999,120.0558],
[259.401,134.6846],
[259.599,119.072],
[259.8,124.9275],
[260,121.0162],
[260.2,126.8967],
[260.4,126.85579999999999],
[260.601,118.11670000000001],
[260.999,131.7527],
[261.201,124.928],
[261.401,142.47660000000002],
[261.601,119.0769],
[261.799,137.5906],
[261.999,124.0495],
[262.2,121.02409999999999],
[262.401,121.9999],
[262.801,117.1216],
[263,122.9721],
[263.199,122.9768],
[263.399,122.6401],
[263.6,140.5491],
[263.801,121.0233],
[264,119.03070000000001],
[264.201,128.83169999999998],
[264.399,133.7067],
[264.8,118.0948],
[265,115.1543],
[265.199,125.88060000000002],
[265.4,154.2039],
[265.599,120.0281],
[265.8,118.0962],
[266,119.0746],
[266.199,137.6512],
[266.6,130.75809999999998],
[266.799,121.9991],
[267,127.8569],
[267.2,142.604],
[267.399,122.9625],
[267.6,119.05330000000001],
[267.8,140.5425],
[268.001,120.0407],
[268.401,134.68869999999998],
[268.599,119.0724],
[268.8,122.98],
[269,118.096],
[269.2,115.1824],
[269.399,116.14489999999999],
[269.599,118.0963],
[270,123.95230000000001],
[270.2,119.0721],
[270.399,133.7113],
[270.599,126.87789999999998],
[270.8,116.1434],
[271,120.0476],
[271.2,137.6159],
[271.4,133.71720000000002],
[271.6,119.072],
[272.001,118.1123],
[272.201,129.8032],
[272.401,127.80030000000001],
[272.601,119.578],
[272.8,117.706],
[273,121.02409999999999],
[273.2,151.255],
[273.399,125.92190000000001],
[273.8,122.5148],
[273.999,122.0204],
[274.2,121.003],
[274.4,125.8992],
[274.6,123.9318],
[274.8,126.90480000000001],
[275,116.86970000000001],
[275.4,121.02350000000001],
[275.6,145.4038],
[275.799,116.1673],
[275.999,119.0884],
[276.199,116.12],
[276.4,118.1041],
[276.6,116.1441],
[276.799,148.35209999999998],
[276.999,116.14280000000001],
[277.399,118.8496],
[277.6,131.7597],
[277.799,121.0072],
[278,121.02459999999999],
[278.2,126.8756],
[278.4,126.8555],
[278.6,120.0397],
[278.799,133.4251],
[279.2,122.96940000000001],
[279.401,128.81119999999999],
[279.6,120.0228],
[279.801,118.09609999999999],
[280,119.7085],
[280.199,121.9801],
[280.4,125.90390000000001],
[280.6,121.00080000000001],
[281.001,128.8698],
[281.201,126.88040000000001],
[281.399,123.00569999999999],
[281.6,127.85740000000001],
[281.799,120.0522],
[282,121.0233],
[282.2,117.1192],
[282.4,119.11059999999999],
[282.801,121.024],
[283.001,118.1152],
[283.2,118.11149999999999],
[283.4,119.0742],
[283.6,120.0281],
[283.8,118.096],
[284,118.0747],
[284.2,129.8267],
[284.599,117.10470000000001],
[284.799,132.7235],
[285.001,118.10279999999999],
[285.201,116.1189],
[285.4,127.86980000000001],
[285.599,136.6447],
[285.799,120.0493],
[286.2,123.97460000000001],
[286.399,119.0715],
[286.599,118.0505],
[286.799,122.0047],
[287,117.1199],
[287.2,118.1087],
[287.4,119.0727],
[287.6,118.7748],
[288,119.0712],
[288.2,129.7975],
[288.399,117.1004],
[288.599,123.9491],
[288.8,121.0485],
[289,117.1574],
[289.199,120.0478],
[289.399,119.07220000000001],
[289.8,120.55380000000001],
[289.999,117.12],
[290.2,123.97420000000001],
[290.4,131.7389],
[290.599,121.99980000000001],
[290.8,139.5678],
[290.999,134.7005],
[291.2,120.1178],
[291.4,125.90419999999999],
[291.799,116.65390000000001],
[291.999,118.0914],
[292.2,121.01989999999999],
[292.399,142.4532],
[292.599,121.0282],
[292.8,121.0304],
[293,118.7038],
[293.4,121.0188],
[293.6,129.79930000000002],
[293.8,117.11],
[294,135.6639],
[294.2,129.8109],
[294.4,126.88],
[294.601,121.0465],
[294.801,129.80829999999997],
[295.001,121.02369999999999],
[295.399,118.6773],
[295.6,120.0088],
[295.801,123.9566],
[296.001,126.88070000000002],
[296.199,117.1057],
[296.399,130.7806],
[296.599,118.09989999999999],
[296.8,125.9038],
[297.2,121.9952],
[297.4,131.75390000000002],
[297.6,118.0962],
[297.8,122.3656],
[298,119.08370000000001],
[298.199,119.0449],
[298.4,123.92920000000001],
[298.599,127.81660000000001],
[299,124.9284],
[299.2,121.02409999999999],
[299.4,145.0566],
[299.599,149.30579999999998],
[299.799,133.7112],
[300,139.55180000000001],
[300.2,120.0476],
[300.601,122.59870000000001],
[300.799,121.02839999999999],
[301,117.1402],
[301.199,121.00099999999999],
[301.4,130.7791],
[301.6,120.048],
[301.8,121.0236],
[302,125.91959999999999],
[302.201,129.8134],
[302.601,118.1161],
[302.8,118.09559999999999],
[303,121.0226],
[303.2,134.6884],
[303.399,136.6358],
[303.599,117.0826],
[303.799,119.0912],
[304,119.0719],
[304.399,116.5114],
[304.599,120.58449999999999],
[304.801,117.0821],
[304.999,119.08330000000001],
[305.199,119.0964],
[305.4,126.87960000000001],
[305.6,119.737],
[305.8,131.7533],
[306.201,122.00030000000001],
[306.401,120.0493],
[306.599,124.9261],
[306.799,119.0588],
[307,119.072],
[307.2,141.4929],
[307.399,136.6559],
[307.8,121.0044],
[308,140.54330000000002],
[308.2,129.60389999999998],
[308.399,122.0141],
[308.6,124.9125],
[308.8,158.1132],
[309.001,128.8654],
[309.201,123.9252],
[309.401,120.06559999999999],
[309.8,121.0239],
[310,123.9536],
[310.201,129.8087],
[310.401,121.0242],
[310.599,124.4561],
[310.8,124.6238],
[311,118.10220000000001],
[311.2,144.4492],
[311.599,139.52790000000002],
[311.8,142.45759999999999],
[312.001,123.7637],
[312.2,138.56730000000002],
[312.401,118.1153],
[312.601,120.0524],
[312.801,128.8276],
[312.999,123.9495],
[313.399,133.6913],
[313.599,123.1052],
[313.8,127.30720000000001],
[313.999,119.0721],
[314.199,126.85669999999999],
[314.399,124.9057],
[314.6,126.85569999999998],
[315,137.6162],
[315.199,122.9686],
[315.399,134.6621],
[315.6,118.1057],
[315.801,148.35219999999998],
[316.001,120.04729999999999],
[316.201,121.9987],
[316.399,132.73409999999998],
[316.8,146.3997],
[316.999,118.1126],
[317.199,130.811],
[317.4,120.6232],
[317.6,124.6254],
[317.801,119.0697],
[318.001,122],
[318.199,131.7606],
[318.6,123.9524],
[318.8,147.356],
[318.999,122.9744],
[319.2,132.7375],
[319.4,134.2161],
[319.599,122.97810000000001],
[319.8,123.9354],
[320.001,118.0963],
[320.199,118.096],
[320.6,123.95530000000001],
[320.8,140.5614],
[320.999,148.3507],
[321.199,132.478],
[321.399,125.90299999999999],
[321.6,151.28],
[321.8,119.07289999999999],
[322.001,151.282],
[322.399,122.9755],
[322.599,122.0051],
[322.8,120.0238],
[323,136.6398],
[323.199,120.0601],
[323.4,128.8068],
[323.6,135.2063],
[323.799,125.5715],
[324.201,156.1601],
[324.399,126.87960000000001],
[324.599,126.85979999999999],
[324.799,122.00519999999999],
[325,131.7601],
[325.199,122.0243],
[325.4,121.9995],
[325.8,122.9752],
[326,118.0957],
[326.199,138.5966],
[326.4,122.9698],
[326.6,127.8572],
[326.801,121.9836],
[327.001,122.00030000000001],
[327.201,118.0953],
[327.399,138.5923],
[327.799,125.90199999999999],
[328,124.9286],
[328.2,132.7359],
[328.4,152.2552],
[328.599,134.2197],
[328.799,120.6081],
[329,136.96040000000002],
[329.199,122.9894],
[329.599,127.8561],
[329.8,127.8784],
[330,129.38479999999998],
[330.199,120.5527],
[330.399,129.8074],
[330.599,126.84110000000001],
[330.8,144.4483],
[330.999,119.07180000000001],
[331.4,126.87419999999999],
[331.6,157.1236],
[331.8,121.999],
[332.001,122.0083],
[332.201,144.4483],
[332.399,144.4483],
[332.599,120.5029],
[333.001,121.02350000000001],
[333.201,134.6875],
[333.401,126.85489999999999],
[333.599,137.6161],
[333.799,124.9044],
[334,122.0001],
[334.2,122.02449999999999],
[334.4,125.9038],
[334.6,120.0426],
[335,120.86869999999999],
[335.199,119.2502],
[335.401,122.6094],
[335.6,127.856],
[335.8,124.9328],
[336,125.9185],
[336.2,122.97569999999999],
[336.601,122.00070000000001],
[336.801,134.6923],
[336.999,139.56740000000002],
[337.199,152.2621],
[337.399,128.8077],
[337.6,128.80839999999998],
[337.8,129.8074],
[338,124.6245],
[338.4,127.85040000000001],
[338.6,123.9527],
[338.8,123.9361],
[338.999,122.9815],
[339.2,119.07220000000001],
[339.4,117.1193],
[339.6,119.0487],
[339.8,121.0243],
[340,144.4562],
[340.401,122.0244],
[340.601,119.0493],
[340.799,139.5727],
[340.999,119.0711],
[341.2,127.85650000000001],
[341.399,117.1203],
[341.6,120.9858],
[341.999,133.7124],
[342.201,127.8552],
[342.4,145.16109999999998],
[342.599,119.05749999999999],
[342.8,120.0476],
[343,122.0001],
[343.2,130.78400000000002],
[343.401,120.0482],
[343.601,130.7796],
[343.999,124.5492],
[344.201,121.0436],
[344.399,119.0703],
[344.6,124.1795],
[344.801,126.88440000000001],
[344.999,118.0955],
[345.2,120.04679999999999],
[345.4,116.1448],
[345.8,119.0672],
[346,118.0967],
[346.2,121.0232],
[346.4,117.85719999999999],
[346.6,119.06070000000001],
[346.8,122.13459999999999],
[346.999,120.06840000000001],
[347.401,118.0967],
[347.601,118.096],
[347.801,149.32819999999998],
[348,115.6869],
[348.201,118.096],
[348.401,140.55429999999998],
[348.599,133.7079],
[348.799,121.0236],
[349,118.11059999999999],
[349.4,118.0964],
[349.6,121.9954],
[349.8,146.3983],
[349.999,125.90589999999999],
[350.2,118.0955],
[350.399,135.6597],
[350.6,131.75990000000002],
[350.799,119.0285],
[351.199,133.7175],
[351.4,123.94760000000001],
[351.6,124.90700000000001],
[351.8,136.63420000000002],
[352,138.6085],
[352.201,121.0453],
[352.401,117.7205],
[352.799,116.77510000000001],
[353,127.85669999999999],
[353.199,136.66410000000002],
[353.399,129.7867],
[353.6,128.808],
[353.8,118.0967],
[354,119.08630000000001],
[354.2,119.0717],
[354.601,119.102],
[354.801,139.56869999999998],
[354.999,137.3354],
[355.201,131.3144],
[355.4,135.17309999999998],
[355.599,127.5249],
[355.801,119.0724],
[356.001,130.78480000000002],
[356.199,156.1397],
[356.6,119.0912],
[356.8,122.00030000000001],
[357,124.9299],
[357.2,124.9282],
[357.4,124.928],
[357.6,127.853],
[357.8,136.6406],
[358.201,120.0488],
[358.401,121.02449999999999],
[358.601,121.1759],
[358.8,128.67110000000002],
[358.999,126.55],
[359.201,125.2702],
[359.4,120.7883],
[359.599,122.00179999999999],
[359.8,145.4286],
[360.201,134.6883],
[360.401,123.95150000000001],
[360.599,125.27810000000001],
[360.8,128.0566],
[361,135.70489999999998],
[361.201,128.83249999999998],
[361.399,120.1874],
[361.601,130.40570000000002],
[362,120.0706],
[362.201,122.0002],
[362.401,125.92039999999999],
[362.601,131.7542],
[362.799,127.8541],
[362.999,128.83159999999998],
[363.199,122.95540000000001],
[363.601,144.4577],
[363.801,118.0998],
[363.999,115.19069999999999],
[364.199,119.0668],
[364.4,117.0982],
[364.6,117.1238],
[364.8,118.0958],
[365,119.0864],
[365.4,122.95979999999999],
[365.6,120.01190000000001],
[365.801,119.0721],
[366.001,121.9836],
[366.201,122.9925],
[366.399,139.5639],
[366.599,116.15050000000001],
[366.799,125.8998],
[367,115.3678],
[367.401,116.7377],
[367.599,120.0483],
[367.801,117.11439999999999],
[368.001,119.07220000000001],
[368.199,123.9513],
[368.399,126.8802],
[368.599,137.6165],
[369,120.0593],
[369.2,117.71570000000001],
[369.399,117.09559999999999],
[369.601,119.7745],
[369.799,116.1978],
[369.999,120.06410000000001],
[370.2,118.09609999999999],
[370.4,122.0101],
[370.8,122.9915],
[371.001,139.5678],
[371.201,119.09599999999999],
[371.399,127.4915],
[371.6,117.09479999999999],
[371.801,119.0571],
[372.001,121.02680000000001],
[372.201,121.0252],
[372.599,121.9772],
[372.8,149.32809999999998],
[372.999,126.8694],
[373.2,124.7312],
[373.399,119.7649],
[373.599,117.1194],
[373.8,119.8454],
[373.999,120.6401],
[374.201,163.9678],
[374.6,117.12060000000001],
[374.8,118.0959],
[375,119.09219999999999],
[375.2,120.04729999999999],
[375.4,133.45000000000002],
[375.599,119.0626],
[375.8,128.8111],
[376,119.6391],
[376.399,119.047],
[376.6,123.969],
[376.8,124.9271],
[377,118.0904],
[377.2,126.8811],
[377.4,124.9273],
[377.6,123.2761],
[377.799,128.3657],
[378.201,121.02409999999999],
[378.401,120.0668],
[378.599,128.4583],
[378.8,119.072],
[379,146.39579999999998],
[379.199,125.9038],
[379.4,119.0721],
[379.8,123.95259999999999],
[380.001,122.4671],
[380.2,127.856],
[380.4,120.0478],
[380.6,140.22899999999998],
[380.801,116.66600000000001],
[380.999,121.0239],
[381.2,120.048],
[381.6,142.4795],
[381.799,122.00070000000001],
[382,115.1673],
[382.199,117.12],
[382.4,119.6447],
[382.599,128.8329],
[382.799,120.0466],
[383.001,120.0482],
[383.401,137.6162],
[383.599,167.8668],
[383.799,123.936],
[384,122.9779],
[384.2,119.072],
[384.4,139.62640000000002],
[384.599,119.0719],
[384.8,122.9763],
[385,134.6877],
[385.401,116.147],
[385.6,122.97529999999999],
[385.801,121.0038],
[385.999,121.02300000000001],
[386.2,123.9602],
[386.4,121.0229],
[386.601,146.0931],
[386.799,121.594],
[387.201,122.97149999999999],
[387.401,117.1205],
[387.6,122.0043],
[387.8,119.0678],
[388,116.1441],
[388.199,117.12440000000001],
[388.399,145.424],
[388.601,123.9524],
[388.999,125.9007],
[389.201,122.64179999999999],
[389.399,120.5654],
[389.6,120.9977],
[389.8,119.0343],
[390.001,138.58780000000002],
[390.201,127.8569],
[390.399,138.5916],
[390.8,120.0454],
[391,122.0847],
[391.2,120.60600000000001],
[391.399,138.91639999999998],
[391.599,118.7743],
[391.8,129.808],
[392,129.8082],
[392.2,140.5439],
[392.6,121.98190000000001],
[392.801,145.4196],
[393.001,136.60500000000002],
[393.201,139.18159999999997],
[393.4,126.87989999999999],
[393.6,119.3752],
[393.8,121.0289],
[394.2,126.8784],
[394.4,119.0719],
[394.6,125.90399999999998],
[394.8,132.731],
[395,123.49000000000001],
[395.2,119.4007],
[395.4,121.8895],
[395.6,141.5192],
[395.8,123.46],
[396.201,149.3245],
[396.401,122.0005],
[396.601,122.01639999999999],
[396.799,123.9466],
[396.999,138.608],
[397.199,122.9725],
[397.4,123.9524],
[397.8,126.8792],
[398.001,119.73880000000001],
[398.199,120.60220000000001],
[398.399,147.3815],
[398.599,128.8074],
[398.8,148.3473],
[399,132.7367],
[399.201,142.49120000000002],
[399.599,121.9668],
[399.799,126.8628],
[400,229.0731],
[400.199,119.06700000000001],
[400.4,125.7623],
[400.6,120.5708],
[400.8,134.6639],
[400.999,130.78400000000002],
[401.4,131.7584],
[401.6,118.0727],
[401.8,120.04299999999999],
[402,116.88659999999999],
[402.199,121.99980000000001],
[402.4,129.457],
[402.599,117.703],
[402.799,148.347],
[402.999,120.0442],
[403.4,126.881],
[403.6,142.4718],
[403.799,122.9721],
[404,117.1187],
[404.2,118.1202],
[404.399,121.0439],
[404.6,116.77250000000001],
[404.999,142.8975],
[405.199,128.8119],
[405.399,125.89880000000001],
[405.6,123.9822],
[405.8,117.1188],
[406,118.09949999999999],
[406.2,122.9761],
[406.4,127.85569999999998],
[406.599,122.6252],
[407.001,128.5769],
[407.201,120.04960000000001],
[407.401,131.7596],
[407.601,120.025],
[407.799,146.39530000000002],
[407.999,116.17750000000001],
[408.199,118.09649999999999],
[408.4,117.1199],
[408.801,127.83120000000001],
[409.001,120.71039999999999],
[409.199,133.5832],
[409.4,118.0754],
[409.6,123.9316],
[409.8,146.39559999999997],
[410,122.9724],
[410.401,126.88559999999998],
[410.599,126.8546],
[410.799,121.9959],
[411,126.53229999999999],
[411.199,122.50800000000001],
[411.4,124.194],
[411.599,126.8801],
[411.799,142.48579999999998],
[412.199,144.44750000000002],
[412.399,121.0032],
[412.6,122.9677],
[412.8,116.16369999999999],
[412.999,117.8049],
[413.2,118.7911],
[413.4,118.4913],
[413.6,123.64120000000001],
[413.8,117.1197],
[414.2,124.9277],
[414.4,117.1712],
[414.6,124.9275],
[414.801,130.7807],
[415.001,130.806],
[415.199,133.71169999999998],
[415.399,133.45399999999998],
[415.599,118.022],
[416,116.1605],
[416.2,118.09169999999999],
[416.401,119.07220000000001],
[416.601,127.8516],
[416.801,127.856],
[416.999,119.0719],
[417.2,120.5539],
[417.601,133.5298],
[417.801,119.7012],
[418,118.096],
[418.2,134.684],
[418.4,117.14330000000001],
[418.6,122.9767],
[418.801,127.83910000000002],
[419.001,128.8332],
[419.399,120.04679999999999],
[419.6,127.53220000000002],
[419.8,121.52640000000001],
[420.001,118.096],
[420.201,119.0721],
[420.401,118.0848],
[420.599,127.85650000000001],
[420.799,115.1751],
[421.2,119.22489999999999],
[421.4,134.6879],
[421.6,129.8116],
[421.799,130.78490000000002],
[422,116.1438],
[422.199,117.1216],
[422.399,121.0248],
[422.6,121.9759],
[423.001,122.0132],
[423.199,125.67639999999999],
[423.4,124.9444],
[423.599,134.2992],
[423.8,124.5526],
[424,119.59060000000001],
[424.2,127.38269999999999],
[424.399,142.4972],
[424.799,126.87889999999999],
[425,158.1197],
[425.2,125.8986],
[425.4,128.832],
[425.6,123.7684],
[425.801,121.7479],
[426.001,120.04339999999999],
[426.199,150.9266],
[426.401,125.62670000000001],
[426.8,116.13940000000001],
[427,114.18730000000001],
[427.2,119.072],
[427.401,136.6461],
[427.599,131.7801],
[427.799,121.05829999999999],
[428,122.5124],
[428.201,116.71589999999999],
[428.6,118.3223],
[428.8,122.98],
[429,121.03840000000001],
[429.2,120.048],
[429.401,116.14389999999999],
[429.6,128.8322],
[429.801,140.54430000000002],
[430.2,117.6268],
[430.4,120.6439],
[430.601,120.68610000000001],
[430.8,134.68849999999998],
[431.001,116.1436],
[431.2,117.118],
[431.4,122],
[431.599,124.9113],
[431.799,127.86059999999999],
[432.2,124.9285],
[432.399,119.048],
[432.599,117.7166],
[432.801,120.04769999999999],
[433,115.7577],
[433.199,121.9161],
[433.399,130.15550000000002],
[433.599,112.2396],
[434,114.1914],
[434.199,146.3759],
[434.399,121.0189],
[434.6,120.05250000000001],
[434.8,118.607],
[435,125.58730000000001],
[435.199,123.94760000000001],
[435.401,135.9692],
[435.799,115.1629],
[435.999,116.1443],
[436.2,121.9954],
[436.401,126.8854],
[436.599,120.024],
[436.8,128.83159999999998],
[436.999,118.096],
[437.2,129.8037],
[437.6,123.9268],
[437.799,134.33790000000002],
[437.999,117.7667],
[438.199,119.07230000000001],
[438.4,123.95200000000001],
[438.6,126.89320000000001],
[438.8,119.0721],
[439,118.0957],
[439.401,126.3891],
[439.601,128.8552],
[439.8,117.7022],
[439.999,138.5924],
[440.199,117.3863],
[440.399,117.1073],
[440.599,122.97470000000001],
[441,117.1358],
[441.2,124.9281],
[441.401,120.9993],
[441.601,120.0483],
[441.801,130.79930000000002],
[441.999,124.9281],
[442.2,123.5529],
[442.399,150.9095],
[442.601,118.1079],
[442.999,120.0476],
[443.2,139.5685],
[443.399,121.9928],
[443.6,148.3315],
[443.799,144.4356],
[443.999,124.9284],
[444.2,120.7309],
[444.4,122.6018],
[444.801,122.9701],
[445.001,117.1203],
[445.201,124.9179],
[445.399,120.0536],
[445.6,122.00410000000001],
[445.8,120.0403],
[446,119.0916],
[446.2,122.9894],
[446.6,123.37960000000001],
[446.8,129.8087],
[447,120.0322],
[447.201,127.83900000000001],
[447.401,120.0475],
[447.601,121.0243],
[447.799,114.1758],
[447.999,119.07220000000001],
[448.4,118.0966],
[448.6,115.79939999999999],
[448.8,128.83249999999998],
[449,119.0707],
[449.2,140.54420000000002],
[449.4,118.0962],
[449.801,133.7128],
[450.001,122.0004],
[450.199,115.9825],
[450.401,115.1727],
[450.599,118.7064],
[450.8,154.885],
[450.999,121.5315],
[451.2,119.072],
[451.4,118.096],
[451.799,115.1678],
[451.999,119.0719],
[452.2,131.7604],
[452.4,122.4701],
[452.6,121.9995],
[452.8,120.68260000000001],
[452.999,128.3787],
[453.4,118.0966],
[453.601,116.14489999999999],
[453.8,118.096],
[454.001,119.0719],
[454.199,117.1216],
[454.399,138.5923],
[454.599,117.7092],
[454.8,117.1142],
[454.999,123.2918],
[455.399,117.6254],
[455.6,115.1681],
[455.799,118.0966],
[456,118.0963],
[456.2,117.0968],
[456.4,120.0485],
[456.6,127.85569999999998],
[456.8,117.1208],
[457.2,121.024],
[457.401,122.5806],
[457.599,114.7454],
[457.8,118.0929],
[458.001,118.0969],
[458.201,129.808],
[458.399,120.0482],
[458.6,125.90429999999999],
[459,117.64320000000001],
[459.201,127.83149999999999],
[459.401,121.0244],
[459.601,120.07610000000001],
[459.799,117.71679999999999],
[460.001,119.0842],
[460.199,120.0509],
[460.599,138.5788],
[460.8,124.928],
[461,118.0947],
[461.201,121.9992],
[461.401,130.3167],
[461.599,121.02350000000001],
[461.801,119.7359],
[462,125.9032],
[462.399,131.2076],
[462.601,120.0356],
[462.801,116.1441],
[463,118.0828],
[463.199,117.10470000000001],
[463.399,134.6868],
[463.599,122.0015],
[463.8,128.833],
[464.001,116.75330000000001],
[464.4,130.6214],
[464.599,121.9999],
[464.8,121.0242],
[465,151.2794],
[465.199,117.1197],
[465.399,129.8068],
[465.6,120.0476],
[465.8,123.95190000000001],
[466.199,120.86619999999999],
[466.4,116.1343],
[466.6,121.0229],
[466.8,119.0714],
[467,118.0962],
[467.201,125.8998],
[467.401,123.9522],
[467.799,125.90390000000001],
[467.999,116.8158],
[468.199,114.959],
[468.399,118.09649999999999],
[468.599,122.6679],
[468.799,119.6395],
[469,132.3128],
[469.199,119.0721],
[469.4,118.096],
[469.8,121.0226],
[470,127.8408],
[470.201,121.0228],
[470.401,134.2188],
[470.601,121.3378],
[470.8,117.2244],
[471,118.0969],
[471.4,123.5604],
[471.599,120.0487],
[471.8,119.07130000000001],
[472,122.9756],
[472.2,122.9773],
[472.4,150.32000000000002],
[472.599,114.1911],
[472.799,120.04860000000001],
[473.201,121.8134],
[473.401,117.1214],
[473.601,123.8609],
[473.801,121.52399999999999],
[474,119.0895],
[474.2,122.9732],
[474.4,119.0708],
[474.6,118.0741],
[475.001,138.5914],
[475.201,123.485],
[475.4,120.0483],
[475.6,116.1459],
[475.799,117.1225],
[476,119.0721],
[476.201,148.36849999999998],
[476.401,116.1446],
[476.6,120.0482],
[477,120.0476],
[477.2,120.0481],
[477.399,120.0861],
[477.6,119.0709],
[477.801,124.462],
[478,115.1949],
[478.199,135.1927],
[478.601,118.1063],
[478.801,131.75990000000002],
[478.999,126.85730000000001],
[479.199,122.9928],
[479.4,120.04860000000001],
[479.6,122.6315],
[479.799,117.1157],
[479.999,125.9148],
[480.2,126.63659999999999],
[480.6,119.072],
[480.8,153.2277],
[480.999,117.103],
[481.2,119.09599999999999],
[481.4,119.08399999999999],
[481.601,117.1162],
[481.799,132.3349],
[482.199,118.68190000000001],
[482.399,123.6253],
[482.599,144.1234],
[482.799,145.4248],
[482.999,140.5218],
[483.199,131.7817],
[483.4,131.7315],
[483.6,118.072],
[484.001,121.002],
[484.201,139.26569999999998],
[484.401,125.89970000000001],
[484.599,120.6204],
[484.8,130.4266],
[484.999,122.00110000000001],
[485.2,120.0481],
[485.4,119.0715],
[485.801,117.1195],
[486.001,117.1469],
[486.2,121.9936],
[486.4,123.9278],
[486.6,137.296],
[486.801,121.00450000000001],
[487,123.6601],
[487.199,120.0509],
[487.4,129.8081],
[487.8,125.90360000000001],
[488,121.0292],
[488.2,133.7157],
[488.401,121.0619],
[488.601,117.0792],
[488.799,121.018],
[489,120.81490000000001],
[489.199,116.9734],
[489.6,119.0511],
[489.8,122.95190000000001],
[490,116.1434],
[490.199,118.1005],
[490.4,122.97080000000001],
[490.6,122.9528],
[490.801,119.07180000000001],
[491.199,117.7747],
[491.4,122.9759],
[491.6,118.0964],
[491.801,118.0962],
[492.001,121.0243],
[492.199,129.8091],
[492.399,122.0001],
[492.6,126.88360000000002],
[493.001,126.88070000000002],
[493.201,117.7099],
[493.399,133.7038],
[493.599,118.0916],
[493.8,117.12010000000001],
[494,122.00229999999999],
[494.2,116.1389],
[494.399,116.1455],
[494.599,124.916],
[495,119.6992],
[495.2,117.6998],
[495.4,118.3049],
[495.6,130.7855],
[495.8,118.09219999999999],
[496,120.0479],
[496.2,121.0244],
[496.601,117.1153],
[496.801,117.119],
[497.001,116.1463],
[497.2,116.73740000000001],
[497.4,119.779],
[497.6,128.05610000000001],
[497.8,128.41549999999998],
[498,125.916],
[498.2,137.6181],
[498.601,116.1477],
[498.801,116.14399999999999],
[499,115.1682],
[499.199,122.00450000000001],
[499.4,129.4629],
[499.601,115.17370000000001],
[499.799,129.45319999999998],
[499.999,119.5977],
[500.4,116.121],
[500.6,118.0955],
[500.8,125.87989999999999],
[501.001,124.9279],
[501.201,125.90429999999999],
[501.401,126.87590000000002],
[501.599,118.101],
[502.001,119.7453],
[502.199,156.357],
[502.399,140.56859999999998],
[502.6,143.4522],
[502.801,151.2783],
[503,129.80859999999998],
[503.201,135.6406],
[503.399,127.856],
[503.599,139.56879999999998],
[503.999,128.53549999999998],
[504.2,129.8087],
[504.4,122.9516],
[504.6,125.364],
[504.801,139.56799999999998],
[504.999,122.9754],
[505.2,122.00080000000001],
[505.6,146.4002],
[505.799,116.1469],
[505.999,119.98140000000001],
[506.199,132.7347],
[506.399,134.3239],
[506.6,133.71259999999998],
[506.801,127.8552],
[507.001,143.4727],
[507.399,120.0489],
[507.6,118.6431],
[507.801,121.4243],
[508,141.46110000000002],
[508.199,122.9761],
[508.4,135.66310000000001],
[508.6,122.9761],
[508.8,122.97579999999999],
[509.2,121.1136],
[509.4,126.87950000000001],
[509.6,120.0494],
[509.8,123.94760000000001],
[510,120.0428],
[510.2,121.9993],
[510.4,119.0668],
[510.601,122.558],
[510.8,138.5717],
[511.2,115.4376],
[511.399,137.6117],
[511.6,116.16669999999999],
[511.8,120.04339999999999],
[512.001,121.0194],
[512.201,119.0881],
[512.399,125.9229],
[512.799,147.2561],
[512.999,122.006],
[513.2,126.48119999999999],
[513.401,130.7845],
[513.599,148.3465],
[513.799,135.6764],
[513.999,118.0954],
[514.2,128.8313],
[514.6,125.9055],
[514.8,117.602],
[515,119.0715],
[515.2,122.5132],
[515.401,140.7992],
[515.599,120.0474],
[515.8,111.26389999999999],
[515.999,116.1438],
[516.399,121.02340000000001],
[516.6,133.6847],
[516.8,115.2063],
[516.999,118.0963],
[517.199,117.1194],
[517.4,116.6935],
[517.599,121.9996],
[517.8,150.2998],
[517.999,118.09649999999999],
[518.401,112.2406],
[518.6,118.09609999999999],
[518.801,119.0728],
[518.999,117.8116],
[519.199,119.8771],
[519.4,120.067],
[519.6,118.63980000000001],
[520,122.96310000000001],
[520.2,135.663],
[520.399,122.95190000000001],
[520.6,117.13419999999999],
[520.799,115.1727],
[520.999,130.7889],
[521.2,119.9167],
[521.4,115.1678],
[521.799,140.1867],
[522.001,116.13950000000001],
[522.2,120.0678],
[522.399,141.5238],
[522.599,130.80839999999998],
[522.799,123.95230000000001],
[523,125.88830000000002],
[523.2,123.9467],
[523.601,130.5066],
[523.801,117.1202],
[523.999,113.9016],
[524.199,119.8201],
[524.401,126.88559999999998],
[524.601,121.9955],
[524.799,123.9473],
[524.999,127.8515],
[525.399,130.79379999999998],
[525.6,121.02839999999999],
[525.799,121.6306],
[525.999,122.08330000000001],
[526.2,136.22490000000002],
[526.401,123.52680000000001],
[526.599,120.0295],
[526.8,117.1198],
[527.2,119.0727],
[527.4,125.9047],
[527.6,126.88659999999999],
[527.8,129.8261],
[528,123.95230000000001],
[528.199,116.6142],
[528.399,116.1434],
[528.6,116.72970000000001],
[529,119.0719],
[529.2,148.351],
[529.401,113.2184],
[529.6,120.0472],
[529.801,118.077],
[530,119.06410000000001],
[530.2,122.9928],
[530.399,122.6609],
[530.801,121.9979],
[530.999,120.7701],
[531.199,128.8234],
[531.399,131.7344],
[531.599,121.01960000000001],
[531.8,120.0469],
[532,118.09609999999999],
[532.2,118.1015],
[532.4,127.85669999999999],
[532.799,121.0072],
[533,117.8781],
[533.199,120.6507],
[533.4,125.92739999999999],
[533.6,121.0067],
[533.8,122.0005],
[534.001,119.08789999999999],
[534.401,122.0005],
[534.599,117.1197],
[534.8,116.9324],
[535,119.0737],
[535.2,118.7274],
[535.401,118.6063],
[535.6,125.46280000000002],
[535.799,120.0483],
[536.2,149.3237],
[536.399,120.0481],
[536.6,127.8784],
[536.8,119.0716],
[537,119.52709999999999],
[537.199,138.5922],
[537.399,143.3293],
[537.599,133.7116],
[537.799,125.90419999999999],
[538.2,122.9767],
[538.4,145.4237],
[538.599,118.0958],
[538.8,124.9079],
[539,123.8348],
[539.2,128.827],
[539.4,119.69109999999999],
[539.8,115.17139999999999],
[539.999,146.4005],
[540.201,121.02350000000001],
[540.401,143.4723],
[540.601,120.0478],
[540.799,124.94529999999999],
[540.999,145.4249],
[541.199,122.9786],
[541.4,125.9038],
[541.799,119.5824],
[542.001,145.4238],
[542.199,122.02590000000001],
[542.4,122.97189999999999],
[542.6,121.98190000000001],
[542.8,133.71189999999999],
[542.999,130.7834],
[543.401,118.0934],
[543.601,121.9115],
[543.799,141.51569999999998],
[543.999,122.0136],
[544.2,118.0962],
[544.4,125.90390000000001],
[544.6,124.9273],
[544.8,116.14330000000001],
[545.2,135.65949999999998],
[545.4,121.3466],
[545.6,123.63770000000001],
[545.8,120.04769999999999],
[545.999,135.3591],
[546.201,119.8545],
[546.4,134.7002],
[546.601,125.90019999999998],
[547.001,132.7524],
[547.199,131.76379999999997],
[547.399,122.9518],
[547.6,121.0029],
[547.799,132.4038],
[548.001,122.015],
[548.199,120.7311],
[548.401,120.7808],
[548.799,128.8322],
[549,121.9999],
[549.2,120.0295],
[549.4,122.9755],
[549.6,123.9529],
[549.8,121.02340000000001],
[550.001,122.0197],
[550.201,122.0254],
[550.399,120.0481],
[550.8,120.06490000000001],
[551.001,120.06989999999999],
[551.201,124.9285],
[551.4,133.6675],
[551.599,127.8687],
[551.799,126.8801],
[552.001,119.072],
[552.401,144.46970000000002],
[552.599,128.8259],
[552.799,114.1917],
[552.999,117.1386],
[553.199,119.0726],
[553.4,120.0438],
[553.6,122.9766],
[553.8,117.8831],
[554.2,124.803],
[554.4,134.4632],
[554.6,122.97149999999999],
[554.8,128.83159999999998],
[555.001,116.1441],
[555.2,124.9248],
[555.401,119.0716],
[555.599,120.9997],
[555.8,119.0716],
[556.2,123.825],
[556.4,123.5798],
[556.6,134.6965],
[556.799,120.0528],
[557,122.9806],
[557.2,137.6158],
[557.4,160.0597],
[557.6,117.12],
[558.001,121.9958],
[558.201,117.7947],
[558.4,133.72719999999998],
[558.601,121.7342],
[558.8,119.07180000000001],
[559,117.1151],
[559.2,122],
[559.601,130.7844],
[559.799,123.95190000000001],
[559.999,121.0252],
[560.2,120.47670000000001],
[560.399,117.116],
[560.599,129.04840000000002],
[560.801,127.17349999999999],
[560.999,142.1892],
[561.201,130.7846],
[561.599,117.1193],
[561.799,125.9225],
[562,124.9132],
[562.2,122.97139999999999],
[562.4,119.0706],
[562.599,127.5948],
[562.801,130.7692],
[563.199,128.463],
[563.399,145.1333],
[563.599,118.1],
[563.8,121.02749999999999],
[564,131.7756],
[564.2,151.28],
[564.399,131.77929999999998],
[564.6,121.9769],
[565,138.2761],
[565.199,122.95190000000001],
[565.4,121.6643],
[565.599,125.73039999999999],
[565.8,134.688],
[566,124.9619],
[566.2,123.9469],
[566.4,130.7854],
[566.801,119.08680000000001],
[567.001,131.1055],
[567.2,133.4505],
[567.401,120.7302],
[567.6,157.8302],
[567.8,118.503],
[568.001,116.1437],
[568.2,124.92920000000001],
[568.399,116.1561],
[568.8,144.4483],
[568.999,120.0483],
[569.2,121.01950000000001],
[569.399,123.971],
[569.6,121.6139],
[569.801,118.6356],
[570,119.5762],
[570.199,129.80780000000001],
[570.6,119.0717],
[570.8,123.9517],
[571,121.99980000000001],
[571.2,123.95150000000001],
[571.4,117.0962],
[571.599,115.4483],
[571.799,120.047],
[572.199,120.6165],
[572.399,118.0964],
[572.6,136.6447],
[572.8,130.77939999999998],
[573.001,124.9293],
[573.201,120.048],
[573.401,169.8249],
[573.599,119.0774],
[573.8,120.0235],
[574.201,117.7942],
[574.399,131.4113],
[574.601,117.5853],
[574.8,127.89970000000001],
[575,120.0474],
[575.2,144.4449],
[575.401,133.71259999999998],
[575.801,118.096],
[575.999,123.9514],
[576.2,133.3492],
[576.4,124.9285],
[576.599,118.6588],
[576.799,152.93380000000002],
[577.001,119.9033],
[577.201,130.78390000000002],
[577.599,143.4715],
[577.799,120.0484],
[578,120.04769999999999],
[578.2,126.87989999999999],
[578.4,131.7602],
[578.6,118.862],
[578.807,119.61710000000001],
[578.999,122.9755],
[579.399,131.7602],
[579.599,117.1198],
[579.799,122.4991],
[579.999,121.0238],
[580.2,118.0959],
[580.4,151.9076],
[580.599,158.0087],
[580.799,141.52],
[580.999,120.06989999999999],
[581.399,124.9289],
[581.6,117.1207],
[581.8,122.9957],
[582,120.0479],
[582.199,124.5595],
[582.4,129.7961],
[582.599,121.6575],
[583,121.0249],
[583.2,115.1641],
[583.399,126.68579999999999],
[583.6,117.1203],
[583.8,121.0193],
[584,120.04729999999999],
[584.2,129.80859999999998],
[584.4,127.66040000000001],
[584.6,120.0478],
[584.999,120.6144],
[585.201,123.6044],
[585.399,126.8802],
[585.601,132.31699999999998],
[585.801,122.9602],
[585.999,135.682],
[586.199,150.2996],
[586.6,119.0513],
[586.8,124.95230000000001],
[587,120.04729999999999],
[587.2,118.60640000000001],
[587.4,141.5217],
[587.599,124.13770000000001],
[587.8,122.3169],
[588.001,119.0487],
[588.399,138.59109999999998],
[588.599,120.0433],
[588.8,120.0476],
[589,122.9804],
[589.2,138.59279999999998],
[589.399,186.78539999999998],
[589.601,149.05270000000002],
[589.8,135.335],
[590.201,118.8291],
[590.401,133.6852],
[590.601,121.019],
[590.801,128.8567],
[591.001,121.9984],
[591.199,121.0078],
[591.399,127.83050000000001],
[591.599,161.8962],
[591.8,128.8451],
[592.201,136.5223],
[592.401,117.0898],
[592.599,121.0485],
[592.8,122.9656],
[593,120.04769999999999],
[593.2,122.9761],
[593.399,121.99210000000001],
[593.8,123.1266],
[594,120.69449999999999],
[594.199,121.04610000000001],
[594.399,124.9276],
[594.6,121.0249],
[594.8,122.9959],
[595,130.7884],
[595.2,124.94860000000001],
[595.4,126.88189999999999],
[595.799,127.55739999999999],
[596,122.9662],
[596.2,130.7611],
[596.399,141.0868],
[596.601,136.6144],
[596.801,128.8452],
[596.999,134.6884],
[597.199,133.70870000000002],
[597.6,123.932],
[597.8,134.6875],
[597.999,117.12440000000001],
[598.199,125.55050000000001],
[598.4,119.0714],
[598.6,119.1011],
[598.8,122.9761],
[599,163.9678],
[599.4,131.7517],
[599.6,120.0232],
[599.801,135.347],
[600,184.1149],
[600.201,122.9816],
[600.399,150.0735],
[600.599,133.7167],
[600.799,125.88840000000002],
[601.2,130.78390000000002],
[601.4,129.8045],
[601.6,125.90789999999998],
[601.8,120.0278],
[602.001,121.9997],
[602.199,123.6475],
[602.4,123.93419999999999],
[602.8,123.971],
[603,121.0281],
[603.2,121.0478],
[603.4,124.9522],
[603.601,118.09609999999999],
[603.801,122.976],
[604.001,121.0283],
[604.199,122.72569999999999],
[604.599,119.8964],
[604.799,128.82319999999999],
[604.999,122.9516],
[605.2,123.0067],
[605.4,120.0707],
[605.6,121.0445],
[605.8,138.6167],
[606,130.8041],
[606.401,121.0265],
[606.6,137.8794],
[606.799,129.8039],
[606.999,124.9071],
[607.2,145.4238],
[607.399,132.7542],
[607.6,128.857],
[607.8,126.85569999999998],
[608.2,147.0873],
[608.399,127.7798],
[608.6,131.4089],
[608.799,129.8383],
[608.999,127.85579999999999],
[609.2,124.928],
[609.4,125.9247],
[609.6,126.9044],
[609.8,174.71880000000002],
[610.2,133.046],
[610.399,125.90390000000001],
[610.6,126.39349999999999],
[610.8,125.21679999999999],
[610.999,119.6247],
[611.2,123.95200000000001],
[611.401,144.4479],
[611.601,130.7597],
[611.999,120.0497],
[612.2,118.1003],
[612.4,118.09179999999999],
[612.601,118.6879],
[612.799,121.9767],
[613,122.3148],
[613.2,144.0141],
[613.399,122.50179999999999],
[613.799,143.4506],
[613.999,120.00919999999999],
[614.2,126.88430000000001],
[614.4,121.9772],
[614.6,134.6639],
[614.8,121.25080000000001],
[615.001,121.0278],
[615.199,117.7285],
[615.6,134.63420000000002],
[615.799,127.8723],
[615.999,125.89970000000001],
[616.2,129.80790000000002],
[616.4,175.6567],
[616.599,119.09599999999999],
[616.8,132.7203],
[617,135.6635],
[617.401,122.977],
[617.599,133.4961],
[617.8,122.9517],
[618,135.6643],
[618.2,121.9875],
[618.4,122.97070000000001],
[618.601,128.857],
[618.999,122.9353],
[619.2,139.317],
[619.4,122.9799],
[619.599,121.5976],
[619.799,149.0056],
[619.999,137.1464],
[620.2,146.38909999999998],
[620.399,154.203],
[620.6,122.9789],
[620.999,132.7364],
[621.199,120.0479],
[621.4,124.9282],
[621.601,136.2388],
[621.8,119.7157],
[621.999,128.83159999999998],
[622.2,130.842],
[622.599,166.387],
[622.8,134.6843],
[623,143.4738],
[623.201,130.7842],
[623.401,121.9987],
[623.601,138.5864],
[623.799,145.4284],
[623.999,178.9069],
[624.2,122.0002],
[624.599,165.9157],
[624.8,132.7197],
[625,128.8574],
[625.2,124.9327],
[625.4,123.9314],
[625.6,123.9512],
[625.8,134.6788],
[626.201,142.5199],
[626.4,121.97489999999999],
[626.6,169.8359],
[626.8,129.8281],
[627,135.6646],
[627.2,120.06880000000001],
[627.4,131.736],
[627.601,130.7576],
[627.801,125.59819999999999],
[628.2,133.4461],
[628.399,168.84730000000002],
[628.6,122.9514],
[628.8,123.9761],
[629,149.3528],
[629.199,124.9353],
[629.4,132.7111],
[629.801,148.3439],
[630.001,119.09169999999999],
[630.201,122.03219999999999],
[630.399,119.0539],
[630.6,120.05330000000001],
[630.8,131.7756],
[630.999,122.0043],
[631.2,151.2802],
[631.399,121.02409999999999],
[631.8,124.4021],
[631.999,135.6867],
[632.199,121.38369999999999],
[632.4,120.084],
[632.601,143.4779],
[632.801,121.0038],
[633.001,119.0972],
[633.199,130.7835],
[633.599,128.835],
[633.8,129.44140000000002],
[633.999,157.5162],
[634.199,129.80839999999998],
[634.4,124.21350000000001],
[634.601,122.4104],
[634.8,123.972],
[635.2,122.9759],
[635.4,123.95190000000001],
[635.6,128.8487],
[635.801,121.6093],
[636,147.6994],
[636.201,144.4728],
[636.399,119.04520000000001],
[636.6,120.6339],
[637,121.99409999999999],
[637.2,131.7809],
[637.401,121.024],
[637.601,122.00030000000001],
[637.801,122.0002],
[637.999,122.0005],
[638.2,125.90480000000001],
[638.4,130.7837],
[638.601,120.7372],
[639,123.9697],
[639.2,119.0715],
[639.4,117.1202],
[639.601,121.9996],
[639.801,122.9518],
[640.001,120.0215],
[640.199,121.0263],
[640.401,126.4382],
[640.8,119.63],
[640.999,123.62270000000001],
[641.201,136.3382],
[641.4,126.8762],
[641.601,122.96799999999999],
[641.801,123.9524],
[642.001,122.9711],
[642.399,131.756],
[642.599,123.9289],
[642.8,125.8992],
[642.999,121.0412],
[643.2,118.835],
[643.399,126.89529999999999],
[643.599,124.928],
[643.8,137.6324],
[644.2,147.3757],
[644.399,130.7759],
[644.6,117.09609999999999],
[644.8,121.9957],
[644.999,136.3613],
[645.199,123.9744],
[645.4,123.923],
[645.6,127.83279999999999],
[645.8,121.0209],
[646.2,126.88440000000001],
[646.4,123.95309999999999],
[646.601,121.9718],
[646.8,129.7834],
[647,121.6617],
[647.2,141.5201],
[647.399,129.4858],
[647.8,117.10379999999999],
[648,140.5247],
[648.199,123.9277],
[648.4,130.7579],
[648.6,148.3529],
[648.801,127.856],
[649.001,118.11330000000001],
[649.199,140.1763],
[649.601,121.02369999999999],
[649.799,136.1888],
[649.999,122.9808],
[650.2,129.8117],
[650.4,120.9996],
[650.6,126.9025],
[650.8,123.9279],
[651,118.1005],
[651.2,167.87460000000002],
[651.601,121.02],
[651.801,150.7201],
[651.999,140.1885],
[652.199,124.94500000000001],
[652.4,127.84029999999998],
[652.6,119.0721],
[652.8,118.096],
[653,135.6593],
[653.4,123.8561],
[653.6,121.32600000000001],
[653.799,203.0082],
[654,134.6192],
[654.199,121.0239],
[654.399,134.6627],
[654.599,140.54410000000001],
[655,122.9556],
[655.2,126.88],
[655.4,124.9276],
[655.6,129.4602],
[655.8,132.73],
[656,133.1837],
[656.199,133.7691],
[656.399,123.9477],
[656.799,122.0004],
[657,169.8017],
[657.2,119.072],
[657.4,125.88],
[657.6,118.0958],
[657.799,126.87989999999999],
[658,120.80879999999999],
[658.2,136.6437],
[658.4,122.9754],
[658.801,120.0731],
[659.001,144.4314],
[659.201,139.5683],
[659.399,126.85350000000001],
[659.599,130.7838],
[659.8,130.81019999999998],
[660.001,124.65769999999999],
[660.4,130.77179999999998],
[660.6,156.1346],
[660.799,130.8045],
[661.001,127.85969999999999],
[661.201,132.736],
[661.401,128.8319],
[661.6,124.2429],
[661.799,124.2585],
[662,126.88350000000001],
[662.4,124.95230000000001],
[662.6,132.7451],
[662.801,121.97840000000001],
[663.001,128.8319],
[663.199,121.9783],
[663.399,124.90769999999999],
[663.599,121.0242],
[663.8,120.0466],
[664.199,126.8809],
[664.399,130.7826],
[664.599,123.0005],
[664.799,122.9509],
[665,136.64000000000001],
[665.199,137.633],
[665.399,128.8509],
[665.6,119.0726],
[666,137.6159],
[666.2,116.82589999999999],
[666.399,127.5355],
[666.601,126.4584],
[666.8,121.9843],
[667,120.068],
[667.2,117.1202],
[667.601,132.7121],
[667.799,164.09699999999998],
[667.999,121.9999],
[668.201,127.87180000000001],
[668.399,120.0483],
[668.6,119.0751],
[668.8,131.77730000000003],
[669.001,121.5633],
[669.2,118.0958],
[669.6,121.0224],
[669.8,126.87989999999999],
[670.001,132.75300000000001],
[670.201,122.9713],
[670.401,128.8081],
[670.599,134.6878],
[670.799,120.0489],
[671,121.984],
[671.4,126.8764],
[671.6,119.072],
[671.8,127.837],
[672,130.7833],
[672.2,121.9955],
[672.401,124.904],
[672.601,123.7799],
[672.8,129.8295],
[673.201,119.09219999999999],
[673.399,125.90650000000001],
[673.599,120.04769999999999],
[673.8,124.9024],
[673.999,122.7388],
[674.199,121.0247],
[674.4,134.49790000000002],
[674.599,124.5941],
[675.001,126.8755],
[675.201,130.78390000000002],
[675.399,123.0201],
[675.599,118.1205],
[675.799,120.0478],
[676,119.0741],
[676.201,127.8563],
[676.399,120.0478],
[676.801,142.59720000000002],
[676.999,141.2282],
[677.201,124.9282],
[677.401,135.6752],
[677.601,125.8979],
[677.799,119.072],
[678,121.9953],
[678.2,150.30089999999998],
[678.599,128.83159999999998],
[678.8,128.8363],
[679,120.06899999999999],
[679.2,122.9763],
[679.399,125.87889999999999],
[679.6,123.94800000000001],
[679.801,131.77620000000002],
[680.2,121.7035],
[680.4,135.6454],
[680.6,126.50330000000001],
[680.799,120.62599999999999],
[681,129.8036],
[681.2,158.1127],
[681.4,140.5282],
[681.6,122.0165],
[682.001,150.3041],
[682.201,133.2868],
[682.399,121.9996],
[682.6,129.8042],
[682.799,129.47719999999998],
[683,125.60499999999999],
[683.199,174.2462],
[683.4,127.86149999999999],
[683.601,131.7421],
[684.001,120.0692],
[684.199,132.7544],
[684.399,130.7604],
[684.599,125.8863],
[684.8,128.8266],
[685,130.5024],
[685.199,127.88969999999999],
[685.599,127.84980000000002],
[685.8,161.0401],
[686,123.9522],
[686.2,128.8274],
[686.4,142.5038],
[686.599,152.232],
[686.799,135.3069],
[687,138.593],
[687.4,147.9779],
[687.599,120.0481],
[687.8,120.9861],
[688,121.99980000000001],
[688.2,136.6403],
[688.4,128.8318],
[688.6,119.0721],
[688.8,118.1016],
[689.2,122.0076],
[689.4,123.5591],
[689.599,121.5948],
[689.801,124.9243],
[690.001,125.90399999999998],
[690.199,121.02409999999999],
[690.4,121.0068],
[690.6,134.6892],
[690.799,124.9321],
[691.2,129.80780000000001],
[691.399,126.9045],
[691.599,145.33769999999998],
[691.8,120.71260000000001],
[691.999,143.47199999999998],
[692.199,125.90350000000001],
[692.399,127.87219999999999],
[692.6,133.7121],
[693,121.0193],
[693.2,147.399],
[693.399,126.85979999999999],
[693.6,126.55],
[693.8,132.7148],
[694,133.25719999999998],
[694.199,131.76399999999998],
[694.399,146.3845],
[694.8,127.853],
[695,119.07600000000001],
[695.2,120.0687],
[695.4,126.8794],
[695.6,146.6824],
[695.799,159.10150000000002],
[695.999,134.0739],
[696.2,148.3167],
[696.6,120.9995],
[696.801,131.7647],
[697.001,123.9514],
[697.201,144.1139],
[697.399,123.95649999999999],
[697.601,139.1843],
[697.799,122.9759],
[698.199,130.2804],
[698.4,122.004],
[698.601,122.95580000000001],
[698.801,137.6236],
[698.999,118.0924],
[699.2,137.59879999999998],
[699.399,131.7334],
[699.599,140.5241],
[700,122.9726],
[700.199,128.5975],
[700.399,122.0004],
[700.601,133.3207],
[700.8,139.9512],
[701.001,127.856],
[701.199,131.7604],
[701.399,131.7601],
[701.599,154.204],
[701.999,122.0165],
[702.2,125.90390000000001],
[702.4,134.73160000000001],
[702.6,133.7335],
[702.8,134.6875],
[703.001,120.0484],
[703.201,119.056],
[703.599,150.2894],
[703.799,147.3529],
[703.999,183.4879],
[704.199,121.9901],
[704.4,120.0472],
[704.6,131.08810000000003],
[704.801,123.7042],
[705,140.5393],
[705.2,125.90879999999999],
[705.6,121.0483],
[705.8,143.4682],
[705.999,122.9595],
[706.2,126.49740000000001],
[706.4,123.0025],
[706.599,153.2322],
[706.801,124.2374],
[707.2,127.84280000000001],
[707.4,141.53959999999998],
[707.599,122.9567],
[707.799,133.712],
[708,122.9961],
[708.201,129.8165],
[708.401,122.9711],
[708.601,131.7556],
[708.999,131.7602],
[709.199,120.0481],
[709.4,125.9046],
[709.6,122.9717],
[709.8,132.7354],
[710,138.25650000000002],
[710.199,127.8552],
[710.4,141.5198],
[710.801,143.47209999999998],
[711,121.9997],
[711.2,132.8598],
[711.399,139.5463],
[711.6,133.6976],
[711.801,142.47099999999998],
[712.001,129.8328],
[712.201,155.17929999999998],
[712.399,154.204],
[712.799,133.7078],
[712.999,120.0642],
[713.2,124.905],
[713.4,123.9521],
[713.599,121.9556],
[713.8,121.0197],
[714.001,126.8833],
[714.4,137.6313],
[714.6,121.6666],
[714.8,128.80829999999997],
[715,135.6634],
[715.2,131.7556],
[715.4,143.4731],
[715.601,122.97529999999999],
[715.801,131.7607],
[716.001,138.5922],
[716.399,125.92429999999999],
[716.599,139.56740000000002],
[716.799,122.0099],
[717,130.7842],
[717.2,122.00450000000001],
[717.399,127.8318],
[717.6,144.0009],
[717.999,126.4894],
[718.201,124.5248],
[718.4,124.9313],
[718.6,123.9754],
[718.801,124.9278],
[719.001,122.599],
[719.2,131.7601],
[719.4,134.68849999999998],
[719.6,145.4241],
[720.001,128.8324],
[720.199,133.70309999999998],
[720.399,128.8271],
[720.599,130.7659],
[720.799,129.80790000000002],
[721,119.07629999999999],
[721.2,122.9763],
[721.601,182.25269999999998],
[721.8,128.8349],
[722.001,130.77710000000002],
[722.201,171.77429999999998],
[722.401,125.93480000000001],
[722.599,120.047],
[722.8,139.6667],
[722.999,125.84429999999999],
[723.2,119.0953],
[723.599,125.89900000000002],
[723.799,128.8321],
[723.999,124.93730000000001],
[724.2,132.3502],
[724.399,122],
[724.6,131.7598],
[724.799,121.9944],
[725.2,134.688],
[725.399,122.00070000000001],
[725.599,129.80829999999997],
[725.799,121.0236],
[726,133.712],
[726.199,123.96849999999999],
[726.4,118.0953],
[726.6,130.7823],
[727,131.6],
[727.2,121.0186],
[727.4,146.393],
[727.599,131.75549999999998],
[727.8,127.8523],
[728,127.85979999999999],
[728.199,163.9725],
[728.4,135.6594],
[728.6,124.9327],
[729.001,129.8126],
[729.201,139.56799999999998],
[729.401,127.6923],
[729.601,159.088],
[729.801,128.82850000000002],
[729.999,130.7788],
[730.199,121.024],
[730.6,201.0594],
[730.8,122.583],
[730.999,127.52369999999999],
[731.201,122.97569999999999],
[731.401,133.71640000000002],
[731.601,121.9996],
[731.799,133.55110000000002],
[732,119.0724],
[732.2,132.7355],
[732.6,131.7595],
[732.801,123.9516],
[733.001,121.0236],
[733.201,117.26100000000001],
[733.4,125.9206],
[733.6,116.6613],
[733.8,117.1193],
[734.199,120.04860000000001],
[734.399,136.2897],
[734.601,143.1557],
[734.8,133.7075],
[735.001,160.9958],
[735.201,154.22830000000002],
[735.4,136.6407],
[735.599,128.832],
[736,139.5727],
[736.199,129.8074],
[736.4,119.0693],
[736.6,141.5162],
[736.799,170.4445],
[736.999,123.939],
[737.199,129.0741],
[737.4,132.4688],
[737.599,119.0766],
[738,135.6658],
[738.2,127.4364],
[738.399,121.8543],
[738.599,131.7554],
[738.799,132.7362],
[738.999,125.9239],
[739.2,135.6781],
[739.399,118.07679999999999],
[739.8,129.808],
[740,131.7851],
[740.2,124.9233],
[740.401,127.856],
[740.601,126.87989999999999],
[740.799,117.649],
[740.999,121.6619],
[741.4,124.92880000000001],
[741.6,119.0681],
[741.8,119.07669999999999],
[742,117.9072],
[742.199,122.0154],
[742.4,161.02069999999998],
[742.6,121.0035],
[742.8,134.6837],
[743,119.05],
[743.4,124.696],
[743.6,122.99499999999999],
[743.8,139.56799999999998],
[744,137.59189999999998],
[744.2,123.9471],
[744.401,128.8079],
[744.601,129.80790000000002],
[744.801,115.8708],
[745.2,122],
[745.4,124.9238],
[745.6,125.91450000000002],
[745.801,122.11800000000001],
[746.001,150.304],
[746.201,134.6926],
[746.399,118.0966],
[746.6,126.8801],
[747,121.0189],
[747.201,139.5682],
[747.399,128.83249999999998],
[747.599,126.79950000000001],
[747.8,120.0484],
[748.001,122.491],
[748.2,150.3026],
[748.399,128.5771],
[748.8,117.1205],
[749,121.9991],
[749.2,142.5007],
[749.399,127.8552],
[749.6,126.88060000000002],
[749.801,120.605],
[750,132.73579999999998],
[750.4,121.0431],
[750.6,145.41809999999998],
[750.801,118.0966],
[751.001,118.1002],
[751.201,145.994],
[751.399,117.7546],
[751.6,119.0712],
[751.8,124.9313],
[752,147.3851],
[752.4,128.8416],
[752.6,117.1204],
[752.8,129.8038],
[753,132.7357],
[753.2,129.805],
[753.401,121.99019999999999],
[753.601,122.97569999999999],
[754.001,130.7841],
[754.199,121.9991],
[754.4,136.6234],
[754.6,120.0476],
[754.801,120.03179999999999],
[754.999,149.33370000000002],
[755.199,124.6285],
[755.4,120.06500000000001],
[755.6,130.77939999999998],
[756,120.6781],
[756.2,124.9278],
[756.4,120.6266],
[756.6,123.96409999999999],
[756.8,123.9358],
[757,141.5362],
[757.199,120.0309],
[757.6,118.0959],
[757.8,127.4978],
[758,126.88040000000001],
[758.2,122.0043],
[758.4,120.04339999999999],
[758.6,119.0721],
[758.8,119.06790000000001],
[759,122.80720000000001],
[759.2,136.54160000000002],
[759.6,127.88050000000001],
[759.801,122.9765],
[760.001,119.22399999999999],
[760.2,117.6922],
[760.4,118.1191],
[760.6,125.9277],
[760.801,120.0472],
[761.2,122.0009],
[761.4,128.8202],
[761.599,120.9997],
[761.8,124.9101],
[762,121.9994],
[762.2,121.0444],
[762.4,129.8068],
[762.6,135.3205],
[762.799,117.64189999999999],
[763.199,129.8073],
[763.4,125.8822],
[763.6,125.92419999999998],
[763.8,115.85910000000001],
[764.001,119.09440000000001],
[764.201,129.808],
[764.399,120.0482],
[764.6,115.14320000000001],
[765,128.83149999999998],
[765.2,132.60930000000002],
[765.399,170.77419999999998],
[765.6,118.09559999999999],
[765.8,127.8357],
[766,120.0516],
[766.2,129.8123],
[766.401,117.1384],
[766.8,116.79440000000001],
[767,120.0487],
[767.2,130.7999],
[767.4,121.9766],
[767.601,120.0438],
[767.801,120.0293],
[767.999,120.0107],
[768.2,121.9999],
[768.599,117.0954],
[768.799,121.9992],
[769,114.20750000000001],
[769.199,116.1361],
[769.399,121.044],
[769.6,123.00110000000001],
[769.801,122.9534],
[770.001,117.1157],
[770.399,119.7836],
[770.601,119.7029],
[770.8,116.1384],
[770.999,121.9959],
[771.2,119.0707],
[771.401,119.0477],
[771.601,126.8801],
[771.801,118.0957],
[772.199,123.001],
[772.4,133.71079999999998],
[772.599,120.0285],
[772.8,148.3456],
[772.999,114.1756],
[773.199,125.9038],
[773.4,127.8753],
[773.6,118.1155],
[774.001,125.90419999999999],
[774.201,129.81],
[774.399,119.0474],
[774.6,135.6684],
[774.8,121.0198],
[775,113.2387],
[775.199,116.14829999999999],
[775.601,120.047],
[775.801,118.0915],
[775.999,117.12],
[776.199,116.1624],
[776.399,119.07180000000001],
[776.6,127.4495],
[776.801,120.4818],
[777,125.616],
[777.4,128.8407],
[777.6,118.0957],
[777.8,117.822],
[778,117.14399999999999],
[778.199,119.08009999999999],
[778.4,120.0475],
[778.6,122.97149999999999],
[778.8,118.0964],
[779.201,127.5857],
[779.4,121.0445],
[779.601,117.1277],
[779.801,119.0478],
[780.001,118.11829999999999],
[780.199,123.9445],
[780.399,124.11500000000001],
[780.599,121.0239],
[780.999,116.12129999999999],
[781.2,132.7423],
[781.4,121.97959999999999],
[781.601,119.0469],
[781.799,119.9354],
[781.999,121.0247],
[782.2,129.8258],
[782.399,121.9843],
[782.8,133.71359999999999],
[783,168.7113],
[783.2,131.772],
[783.4,126.8616],
[783.6,125.9225],
[783.8,121.03750000000001],
[784.001,126.87970000000001],
[784.201,122.001],
[784.599,130.7841],
[784.799,121.0247],
[785,120.0655],
[785.2,153.7371],
[785.4,125.91569999999999],
[785.599,116.5479],
[785.8,122.6398],
[785.999,121.0095],
[786.2,179.60139999999998],
[786.6,121.0077],
[786.8,118.1019],
[786.999,129.81490000000002],
[787.2,118.7436],
[787.4,117.1044],
[787.6,117.118],
[787.799,134.6875],
[787.999,125.9046],
[788.4,123.9522],
[788.6,119.0726],
[788.8,126.90299999999999],
[789,125.9207],
[789.201,131.7601],
[789.401,136.6215],
[789.599,119.06790000000001],
[790,120.0356],
[790.2,121.99980000000001],
[790.4,117.1208],
[790.6,120.02680000000001],
[790.8,122.8706],
[791,119.6981],
[791.199,126.863],
[791.399,122.026],
[791.8,117.09909999999999],
[791.999,127.8555],
[792.199,126.88050000000001],
[792.401,121.03880000000001],
[792.601,116.1622],
[792.8,122.0001],
[792.999,131.7593],
[793.199,124.1404],
[793.6,121.02459999999999],
[793.8,122.0009],
[794,120.0274],
[794.2,119.0721],
[794.4,120.01820000000001],
[794.6,122.9731],
[794.801,117.703],
[795,120.0427],
[795.2,118.096],
[795.6,119.0843],
[795.801,122.9755],
[796.001,121.02069999999999],
[796.201,128.8484],
[796.399,118.09519999999999],
[796.6,114.175],
[796.799,121.0239],
[797.2,118.1121],
[797.4,138.5744],
[797.6,124.92309999999999],
[797.8,128.83249999999998],
[798.001,119.09219999999999],
[798.201,119.0721],
[798.399,120.0245],
[798.6,134.68720000000002],
[798.8,125.5992],
[799.2,118.0964],
[799.4,116.1443],
[799.6,116.1602],
[799.801,122.0156],
[799.999,210.8095],
[800.2,121.03129999999999],
[800.4,119.0724],
[800.8,138.5921],
[800.999,126.87979999999999],
[801.2,119.088],
[801.4,124.9266],
[801.6,137.6327],
[801.801,133.7123],
[802.001,121.9991],
[802.201,120.0644],
[802.6,124.9417],
[802.8,117.13600000000001],
[802.999,143.4724],
[803.199,128.83169999999998],
[803.4,128.84789999999998],
[803.6,132.8697],
[803.8,120.5521],
[804,125.9047],
[804.2,121.9775],
[804.601,129.8068],
[804.801,119.07249999999999],
[805,128.8346],
[805.2,122.02029999999999],
[805.4,132.72320000000002],
[805.601,123.95150000000001],
[805.801,135.66400000000002],
[806.2,120.0754],
[806.399,136.64950000000002],
[806.599,120.0562],
[806.8,120.0279],
[807,127.85560000000001],
[807.2,119.0884],
[807.399,120.0271],
[807.6,121.9999],
[807.8,127.8561],
[808.2,120.04860000000001],
[808.4,128.8312],
[808.6,119.07180000000001],
[808.8,122.00030000000001],
[809,123.9507],
[809.199,121.0238],
[809.4,128.83169999999998],
[809.6,121.9881],
[809.999,118.11580000000001],
[810.2,120.0633],
[810.401,120.0235],
[810.601,120.0479],
[810.799,124.929],
[810.999,122],
[811.201,118.1005],
[811.601,139.5005],
[811.8,118.562],
[812,117.1205],
[812.2,121.04379999999999],
[812.4,119.67519999999999],
[812.601,133.712],
[812.799,118.98209999999999],
[813,113.2115],
[813.199,132.7366],
[813.599,118.0958],
[813.8,121.02459999999999],
[814,117.1197],
[814.2,122.9593],
[814.399,125.89970000000001],
[814.6,122.00070000000001],
[814.8,126.9046],
[815.199,116.1431],
[815.399,138.5925],
[815.599,122.9767],
[815.8,124.9112],
[816,117.1197],
[816.2,117.8202],
[816.4,120.5562],
[816.599,118.1331],
[817,121.01249999999999],
[817.2,118.096],
[817.4,153.23229999999998],
[817.599,129.4536],
[817.799,119.0719],
[818.001,117.1188],
[818.201,116.1426],
[818.4,119.0707],
[818.6,116.1273],
[818.999,121.0194],
[819.2,128.8321],
[819.401,121.0242],
[819.601,116.1269],
[819.799,124.9281],
[819.999,118.0778],
[820.2,117.865],
[820.399,178.58509999999998],
[820.799,128.8187],
[820.999,115.19659999999999],
[821.199,131.7598],
[821.4,143.0945],
[821.599,118.09559999999999],
[821.8,121.5635],
[822.001,127.85189999999999],
[822.201,118.096],
[822.6,131.7701],
[822.8,121.00800000000001],
[823.001,133.7274],
[823.201,122.9922],
[823.399,124.9278],
[823.6,143.4753],
[823.8,121.0077],
[824.001,119.0562],
[824.4,120.0431],
[824.601,115.146],
[824.799,118.09649999999999],
[825,118.0882],
[825.2,123.0801],
[825.399,119.0476],
[825.6,119.09309999999999],
[825.999,117.1434],
[826.199,127.8358],
[826.4,122.1831],
[826.6,116.803],
[826.799,120.0523],
[827,137.59199999999998],
[827.2,122.0004],
[827.401,121.0432],
[827.801,176.6555],
[827.999,127.62100000000001],
[828.201,119.6943],
[828.4,119.0594],
[828.6,132.7365],
[828.801,128.8319],
[829.001,121.0238],
[829.201,119.02890000000001],
[829.4,119.4653],
[829.8,125.92900000000002],
[830,157.14849999999998],
[830.199,122.9797],
[830.4,135.67589999999998],
[830.6,120.7125],
[830.8,123.5364],
[830.999,124.9285],
[831.2,119.072],
[831.6,122.1408],
[831.8,133.1307],
[831.999,124.5771],
[832.201,121.00410000000001],
[832.399,134.7046],
[832.599,129.8242],
[832.799,121.9772],
[833,125.9129],
[833.4,124.9278],
[833.6,133.7111],
[833.8,120.048],
[834,124.93650000000001],
[834.201,118.1],
[834.399,145.4232],
[834.599,121.0238],
[835,147.3771],
[835.199,125.9108],
[835.4,135.6634],
[835.6,118.09649999999999],
[835.799,122.0048],
[836.001,118.0949],
[836.201,116.1436],
[836.4,124.9238],
[836.8,129.83249999999998],
[836.999,122.9769],
[837.2,122.0199],
[837.4,120.0281],
[837.6,117.13550000000001],
[837.799,116.14389999999999],
[838,118.07629999999999],
[838.201,126.8809],
[838.601,120.0519],
[838.799,128.8478],
[838.999,117.07979999999999],
[839.199,117.1242],
[839.4,120.02359999999999],
[839.6,117.11710000000001],
[839.8,118.0963],
[840,122.59609999999999],
[840.2,123.9521],
[840.6,117.28429999999999],
[840.801,119.0477],
[841.001,120.048],
[841.201,172.7532],
[841.399,131.73940000000002],
[841.599,117.1396],
[841.799,128.3611],
[842.201,117.1237],
[842.399,120.0317],
[842.6,117.0821],
[842.8,137.62369999999999],
[843.001,125.9052],
[843.201,120.04289999999999],
[843.401,118.11760000000001],
[843.599,140.5438],
[843.799,121.9999],
[844.2,120.0519],
[844.4,118.3774],
[844.599,121.6294],
[844.801,122.97579999999999],
[845.001,121.00460000000001],
[845.199,123.97710000000001],
[845.399,120.0242],
[845.6,119.07180000000001],
[846,119.759],
[846.201,119.7182],
[846.4,126.89139999999999],
[846.6,121.97489999999999],
[846.8,120.048],
[847.001,121.0239],
[847.201,123.95190000000001],
[847.599,117.12],
[847.799,122.00519999999999],
[848,113.2289],
[848.199,119.06750000000001],
[848.4,118.096],
[848.6,119.07180000000001],
[848.801,119.07600000000001],
[849.001,120.0274],
[849.4,118.0837],
[849.6,120.0235],
[849.8,124.903],
[850.001,120.048],
[850.199,119.0758],
[850.4,118.0909],
[850.6,117.1281],
[850.8,122.7443],
[851,117.1198],
[851.399,145.4286],
[851.599,120.0168],
[851.8,128.8278],
[852,117.1191],
[852.2,121.01960000000001],
[852.4,121.9915],
[852.6,126.9005],
[853.001,139.5627],
[853.201,123.95190000000001],
[853.401,136.624],
[853.599,180.5803],
[853.799,142.4901],
[853.999,127.5392],
[854.199,116.7693],
[854.401,127.8686],
[854.599,124.92830000000001],
[855.001,139.0069],
[855.199,118.0996],
[855.401,120.0482],
[855.601,116.17779999999999],
[855.801,129.80849999999998],
[855.999,120.04729999999999],
[856.201,142.24200000000002],
[856.399,116.1613],
[856.801,126.8849],
[857.001,113.2205],
[857.201,115.1636],
[857.4,139.5395],
[857.599,124.9278],
[857.8,131.77929999999998],
[857.999,138.58790000000002],
[858.199,121.0188],
[858.6,121.43299999999999],
[858.799,117.15830000000001],
[858.999,117.77550000000001],
[859.201,119.09219999999999],
[859.401,118.1193],
[859.6,121.97919999999999],
[859.8,120.5897],
[860.001,118.21600000000001],
[860.4,121.0397],
[860.6,121.0192],
[860.801,119.0704],
[861.001,122.00460000000001],
[861.201,139.555],
[861.399,124.9282],
[861.599,121.9997],
[861.8,119.0821],
[862.2,122.971],
[862.4,125.8993],
[862.6,130.7883],
[862.8,133.32649999999998],
[862.999,127.85579999999999],
[863.2,126.4737],
[863.399,122.57700000000001],
[863.599,139.5725],
[864.001,124.92830000000001],
[864.201,122.9612],
[864.401,117.12],
[864.599,123.95230000000001],
[864.799,121.024],
[865,122.0121],
[865.201,162.0124],
[865.401,122.0004],
[865.799,119.072],
[866,129.7895],
[866.199,122.00529999999999],
[866.4,128.8323],
[866.6,120.0247],
[866.8,120.0475],
[867,123.97420000000001],
[867.2,121.0483],
[867.599,151.2794],
[867.799,143.4716],
[867.999,134.6883],
[868.2,177.6325],
[868.401,135.66420000000002],
[868.601,121.0238],
[868.801,130.78500000000003],
[868.999,120.0436],
[869.4,117.0921],
[869.6,122.14959999999999],
[869.801,125.8976],
[870.001,130.43789999999998],
[870.2,123.45540000000001],
[870.4,124.9465],
[870.6,117.1048],
[870.999,119.0711],
[871.2,118.0959],
[871.4,119.0846],
[871.6,115.1678],
[871.8,115.1679],
[872,141.5209],
[872.201,127.8346],
[872.399,120.04769999999999],
[872.799,116.1407],
[872.999,123.8432],
[873.2,119.07220000000001],
[873.4,118.7166],
[873.599,125.78639999999999],
[873.801,122.9759],
[873.999,132.7233],
[874.199,119.0766],
[874.4,136.6192],
[874.799,132.73579999999998],
[875,134.3262],
[875.199,124.9286],
[875.4,123.1169],
[875.6,122.0212],
[875.8,121.0351],
[876,120.0481],
[876.2,127.85189999999999],
[876.601,119.0926],
[876.801,127.8502],
[877.001,120.66730000000001],
[877.2,120.0438],
[877.4,133.4251],
[877.6,127.46440000000001],
[877.799,121.0151],
[878,124.0068],
[878.4,118.0953],
[878.6,121.0236],
[878.8,116.1436],
[879,125.9083],
[879.201,129.5204],
[879.4,140.5481],
[879.6,124.4905],
[879.799,114.20750000000001],
[880.199,121.99690000000001],
[880.4,128.83780000000002],
[880.6,118.0966],
[880.8,136.64090000000002],
[881,136.64000000000001],
[881.2,121.80290000000001],
[881.399,119.0714],
[881.8,120.6654],
[881.999,133.712],
[882.199,124.9235],
[882.4,120.04860000000001],
[882.6,120.04860000000001],
[882.8,124.9281],
[883,115.1726],
[883.199,116.14330000000001],
[883.599,128.7874],
[883.8,119.941],
[883.999,155.0895],
[884.201,121.0231],
[884.399,117.1202],
[884.6,140.544],
[884.799,123.9696],
[885,119.07230000000001],
[885.2,118.0957],
[885.599,119.7932],
[885.8,119.0662],
[886.001,118.08409999999999],
[886.201,118.5109],
[886.4,122.00030000000001],
[886.6,134.6739],
[886.8,117.1197],
[887,121.99980000000001],
[887.401,118.0799],
[887.599,134.2206],
[887.801,139.5448],
[888.001,127.85569999999998],
[888.201,119.2547],
[888.4,124.9299],
[888.6,117.1194],
[889,128.8319],
[889.2,119.0664],
[889.401,118.92060000000001],
[889.6,119.0714],
[889.801,118.749],
[890,119.0861],
[890.199,147.9435],
[890.4,117.905],
[890.8,123.9281],
[891.001,119.0984],
[891.201,120.07230000000001],
[891.401,117.1147],
[891.6,119.0717],
[891.8,117.1196],
[892,118.6879],
[892.201,119.068],
[892.6,116.1446],
[892.799,117.1195],
[892.999,147.3752],
[893.199,120.0524],
[893.4,116.1437],
[893.599,122.00460000000001],
[893.8,121.024],
[894,117.5134],
[894.2,116.1438],
[894.6,117.1197],
[894.8,116.1185],
[894.999,117.12490000000001],
[895.199,115.1695],
[895.399,124.9106],
[895.6,119.0681],
[895.8,131.7804],
[895.999,118.0755],
[896.4,116.1458],
[896.599,117.62440000000001],
[896.799,116.1446],
[896.999,119.08449999999999],
[897.2,118.112],
[897.4,117.1204],
[897.601,118.0966],
[897.999,116.1484],
[898.199,121.999],
[898.4,121.5354],
[898.601,127.8562],
[898.799,119.0716],
[899,117.1197],
[899.2,118.09],
[899.4,119.0714],
[899.8,119.07220000000001] ];
var plot = new Dygraph(container, data, opts);
</script>
</body>
</html>