VegetaTesting/Windows/2020-04-17_4-win-plot-15-min-5-per-sec.html

4173 lines
387 KiB
HTML
Raw Normal View History

<!doctype html>
<html>
<head>
<title>[Windows] 5 requests per second, 15 minutes (#4)</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": "[Windows] 5 requests per second, 15 minutes (#4)",
"labels": [
"Seconds",
": OK"
],
"ylabel": "Latency (ms)",
"xlabel": "Seconds elapsed",
"colors": [
"#A6DA83"
],
"legend": "always",
"showRoller": true,
"logScale": true,
"strokeWidth": 1.3
};
var data = [
[0,361.0363],
[0.2,242.2962],
[0.401,198.33239999999998],
[0.599,190.98780000000002],
[0.801,200.0751],
[0.999,207.8871],
[1.199,214.7254],
[1.399,195.2201],
[1.8,207.9077],
[2,191.8342],
[2.199,193.78719999999998],
[2.399,204.9796],
[2.6,202.10520000000002],
[2.801,211.78820000000002],
[2.999,190.3246],
[3.199,190.325],
[3.399,193.24839999999998],
[3.8,213.73919999999998],
[3.999,222.50220000000002],
[4.2,207.7354],
[4.399,202.36409999999998],
[4.6,235.1887],
[4.801,191.2842],
[4.999,193.24740000000003],
[5.399,209.84050000000002],
[5.6,201.0323],
[5.8,201.0558],
[6,200.0653],
[6.2,217.3359],
[6.399,210.4548],
[6.599,204.96030000000002],
[6.799,210.8165],
[7.199,198.12769999999998],
[7.399,1263.7987],
[7.6,255.7127],
[7.8,233.80419999999998],
[8,220.0895],
[8.2,220.6736],
[8.401,230.0595],
[8.6,201.3124],
[9,1094.0961],
[9.201,240.09150000000002],
[9.4,211.76700000000002],
[9.599,198.1275],
[9.799,210.8245],
[10,208.87230000000002],
[10.199,196.6799],
[10.4,210.73600000000002],
[10.600999999999999,232.29649999999998],
[10.999,196.7721],
[11.199,206.14170000000001],
[11.399000000000001,193.24710000000002],
[11.599,198.107],
[11.799,193.2437],
[11.999,195.2005],
[12.199,207.8872],
[12.4,214.721],
[12.799,192.2733],
[12.999,191.6456],
[13.199,197.4257],
[13.399000000000001,201.0592],
[13.6,206.9367],
[13.8,203.9832],
[14,202.0362],
[14.4,206.9164],
[14.6,204.9358],
[14.799,190.8055],
[14.999,227.11880000000002],
[15.199,210.7501],
[15.399000000000001,209.6579],
[15.6,203.9717],
[15.8,1109.7346],
[16,234.2395],
[16.399,224.4802],
[16.6,230.3114],
[16.8,220.5635],
[17.001,191.27179999999998],
[17.201,198.8359],
[17.399,207.56920000000002],
[17.599,203.9145],
[17.999,212.29700000000003],
[18.2,189.3533],
[18.399,203.0036],
[18.6,202.0332],
[18.801,198.1225],
[19,195.20190000000002],
[19.199,209.8476],
[19.4,201.0747],
[19.799,211.4799],
[19.999,211.38580000000002],
[20.199,218.60840000000002],
[20.4,207.8689],
[20.6,211.7958],
[20.8,216.6574],
[21,217.64749999999998],
[21.201,206.9281],
[21.599,248.8881],
[21.799,220.23209999999997],
[22,207.786],
[22.2,235.21110000000002],
[22.401,231.306],
[22.6,224.4803],
[22.799,205.9373],
[22.999,210.82059999999998],
[23.199,226.4393],
[23.599,212.42669999999998],
[23.799,203.00789999999998],
[23.999,204.4929],
[24.201,202.0307],
[24.401,206.9301],
[24.599,208.8418],
[24.799,207.8845],
[25.199,216.67159999999998],
[25.4,207.9367],
[25.599,199.10649999999998],
[25.799,192.0548],
[25.999,213.11550000000003],
[26.201,212.5743],
[26.399,255.2219],
[26.599,216.6514],
[26.799,203.0085],
[27.2,197.15630000000002],
[27.399,197.13649999999998],
[27.599,219.5955],
[27.801,205.19809999999998],
[27.999,195.245],
[28.199,196.8036],
[28.401,187.0072],
[28.8,1197.5514],
[29,222.5325],
[29.201,197.1552],
[29.4,232.2882],
[29.599,251.8219],
[29.799,192.27169999999998],
[29.999,266.25910000000005],
[30.199,206.93130000000002],
[30.399,194.0844],
[30.8,212.7635],
[30.999,190.3256],
[31.199,194.2244],
[31.399,198.1061],
[31.599,210.8142],
[31.8,193.756],
[31.999,197.17399999999998],
[32.199,213.74480000000003],
[32.6,205.91899999999998],
[32.8,196.15630000000002],
[32.999,203.0075],
[33.2,197.1521],
[33.4,206.89440000000002],
[33.601,218.6203],
[33.801,205.93030000000002],
[34.199,229.179],
[34.4,200.7115],
[34.599,198.4215],
[34.799,217.3341],
[34.999,207.8887],
[35.199,211.8174],
[35.4,198.128],
[35.599,219.59980000000002],
[35.8,1153.5274],
[36.2,212.7687],
[36.4,219.6072],
[36.601,232.57920000000001],
[36.799,235.8199],
[37,198.12779999999998],
[37.2,1116.5434],
[37.399,209.8401],
[37.799,206.9114],
[37.999,211.8001],
[38.2,197.6772],
[38.401,224.4163],
[38.599,228.3844],
[38.799,220.8365],
[39,202.3663],
[39.2,196.6607],
[39.399,238.1198],
[39.8,207.8852],
[40,204.9347],
[40.2,205.9365],
[40.401,209.845],
[40.601,196.95170000000002],
[40.8,208.0388],
[40.999,212.3785],
[41.199,262.2152],
[41.599,208.86440000000002],
[41.8,194.2238],
[41.999,208.86270000000002],
[42.2,200.0806],
[42.4,203.9832],
[42.6,232.2863],
[42.801,230.7537],
[42.999,194.3178],
[43.399,213.3698],
[43.599,204.9642],
[43.799,204.9377],
[44,209.8406],
[44.2,191.30939999999998],
[44.399,251.79430000000002],
[44.6,245.9401],
[44.999,195.2205],
[45.199,212.7332],
[45.4,236.9037],
[45.6,229.3802],
[45.8,255.70910000000003],
[45.999,201.03099999999998],
[46.2,214.7407],
[46.4,198.1126],
[46.801,225.4761],
[47.001,207.3897],
[47.2,212.3115],
[47.399,210.8139],
[47.599,234.9185],
[47.799,200.64860000000002],
[47.999,203.38410000000002],
[48.199,225.4561],
[48.599,253.7548],
[48.799,223.50039999999998],
[49,199.104],
[49.199,209.86450000000002],
[49.4,206.3077],
[49.599,205.5797],
[49.8,192.2906],
[50,186.9766],
[50.4,206.91209999999998],
[50.6,1120.9606],
[50.8,204.9655],
[51,223.5009],
[51.2,254.73639999999997],
[51.401,272.8163],
[51.601,193.7731],
[51.799,205.6632],
[51.999,222.1232],
[52.399,201.0358],
[52.599,194.24099999999999],
[52.799,181.541],
[52.999,206.91109999999998],
[53.2,186.4159],
[53.399,207.87439999999998],
[53.6,213.2831],
[53.799,200.71259999999998],
[54.199,188.38469999999998],
[54.399,190.7503],
[54.601,188.71859999999998],
[54.799,205.9359],
[55,215.6998],
[55.2,203.00670000000002],
[55.4,192.2721],
[55.8,194.2069],
[56,199.1045],
[56.2,230.0471],
[56.399,233.7105],
[56.599,1176.6265],
[56.8,212.3385],
[56.999,207.8702],
[57.2,233.2436],
[57.4,275.2283],
[57.8,202.0277],
[58.001,200.0953],
[58.201,186.4014],
[58.399,187.112],
[58.6,203.0082],
[58.801,204.23],
[58.999,204.4433],
[59.401,225.4554],
[59.601,198.1282],
[59.799,193.24730000000002],
[59.999,203.9649],
[60.2,200.0793],
[60.4,205.9367],
[60.6,195.0912],
[60.799,209.8355],
[61,1271.846],
[61.399,196.6944],
[61.6,221.51979999999998],
[61.801,198.1275],
[62,198.12660000000002],
[62.199,209.8399],
[62.399,183.4878],
[62.599,192.2725],
[62.999,209.5053],
[63.2,240.8861],
[63.4,205.7193],
[63.599,193.2279],
[63.799,188.3673],
[63.999,200.0855],
[64.199,197.2447],
[64.4,191.2846],
[64.8,1178.8391],
[64.999,216.08659999999998],
[65.2,218.6241],
[65.4,197.6017],
[65.599,214.6954],
[65.8,209.8208],
[65.999,1263.4939000000002],
[66.2,243.00979999999998],
[66.6,1186.1125],
[66.8,202.5625],
[66.999,202.0503],
[67.2,208.5052],
[67.399,204.1036],
[67.599,205.9022],
[67.799,201.58880000000002],
[67.999,238.1268],
[68.199,206.9115],
[68.6,247.90460000000002],
[68.799,229.3445],
[69,223.6898],
[69.2,265.48699999999997],
[69.4,209.8403],
[69.601,200.8603],
[69.8,223.5243],
[70.2,236.1923],
[70.399,202.03189999999998],
[70.6,204.9648],
[70.8,257.65860000000004],
[71,198.7456],
[71.199,222.5478],
[71.399,216.41750000000002],
[71.601,201.3578],
[72,188.3731],
[72.199,225.4556],
[72.4,198.1237],
[72.599,203.0317],
[72.8,228.3804],
[73,196.1891],
[73.2,204.3448],
[73.399,200.4273],
[73.8,214.6064],
[74,191.6545],
[74.201,200.6275],
[74.399,199.14170000000001],
[74.599,204.93040000000002],
[74.8,215.7258],
[75.001,200.0625],
[75.201,199.1039],
[75.6,202.0485],
[75.799,238.55390000000003],
[76.001,215.4674],
[76.2,202.8543],
[76.4,196.168],
[76.6,204.9597],
[76.801,195.19559999999998],
[76.999,193.26760000000002],
[77.399,190.3193],
[77.599,201.0572],
[77.8,205.9346],
[78,199.1224],
[78.199,193.9921],
[78.399,193.4906],
[78.599,203.9761],
[78.8,219.5956],
[79.001,196.176],
[79.401,192.2591],
[79.599,216.6525],
[79.8,203.4291],
[79.999,206.92],
[80.2,196.1997],
[80.4,190.5966],
[80.599,203.5565],
[80.801,1149.2575],
[81.199,206.9126],
[81.4,209.8394],
[81.6,214.7198],
[81.8,205.9549],
[82.001,191.2837],
[82.201,205.6765],
[82.4,212.4525],
[82.599,218.2744],
[82.999,211.8086],
[83.2,209.8541],
[83.401,208.8621],
[83.601,205.9362],
[83.799,221.551],
[83.999,212.76919999999998],
[84.199,208.506],
[84.401,208.69289999999998],
[84.801,206.15200000000002],
[84.999,205.9318],
[85.199,198.1216],
[85.399,242.0638],
[85.6,201.04559999999998],
[85.8,207.88819999999998],
[86,213.2766],
[86.399,205.315],
[86.599,1162.1742],
[86.8,213.2565],
[86.999,202.7623],
[87.199,193.74730000000002],
[87.399,219.6073],
[87.6,202.0276],
[87.8,206.9132],
[88.001,195.18079999999998],
[88.399,210.8159],
[88.599,232.5055],
[88.799,229.1591],
[88.999,198.4967],
[89.2,238.1449],
[89.401,200.075],
[89.6,200.0931],
[90,233.2691],
[90.2,198.1319],
[90.399,189.8722],
[90.599,199.4674],
[90.799,200.0844],
[90.999,195.20250000000001],
[91.2,194.8744],
[91.399,204.0334],
[91.801,208.8319],
[92.001,197.1811],
[92.199,217.6332],
[92.399,202.03640000000001],
[92.599,197.1531],
[92.799,197.1312],
[92.999,257.08579999999995],
[93.2,225.4183],
[93.401,290.8483],
[93.799,216.65390000000002],
[93.999,204.9592],
[94.199,235.2155],
[94.4,226.4366],
[94.599,240.09150000000002],
[94.799,201.76],
[94.999,238.13989999999998],
[95.401,1178.3094],
[95.6,219.5999],
[95.8,207.9052],
[95.999,217.64849999999998],
[96.2,199.1077],
[96.399,232.3045],
[96.6,208.8691],
[96.8,203.9509],
[97.001,1274.3181],
[97.401,210.416],
[97.6,245.61679999999998],
[97.8,303.08279999999996],
[98.001,228.36509999999998],
[98.199,207.88690000000003],
[98.399,203.9832],
[98.599,203.0086],
[98.8,203.014],
[99.2,217.65200000000002],
[99.4,203.983],
[99.6,201.23669999999998],
[99.801,217.9487],
[99.999,203.00799999999998],
[100.199,191.296],
[100.399,204.9593],
[100.8,201.0719],
[101,208.8529],
[101.2,209.8403],
[101.4,200.6807],
[101.599,242.032],
[101.8,196.2973],
[101.999,201.02790000000002],
[102.2,195.2091],
[102.599,209.8407],
[102.799,205.94039999999998],
[102.999,204.95669999999998],
[103.199,208.8642],
[103.4,215.732],
[103.6,204.0055],
[103.8,216.1435],
[103.999,220.62709999999998],
[104.399,214.7199],
[104.599,199.0768],
[104.799,203.98],
[105,220.5857],
[105.2,232.2874],
[105.4,203.9792],
[105.6,207.09259999999998],
[105.799,206.9133],
[105.999,210.3777],
[106.399,193.2511],
[106.599,214.7211],
[106.8,201.0562],
[107,193.2479],
[107.199,215.6976],
[107.4,217.1809],
[107.6,218.47050000000002],
[107.999,248.5377],
[108.199,203.5239],
[108.399,253.799],
[108.6,230.3203],
[108.801,227.4092],
[109.001,227.4094],
[109.199,214.7059],
[109.399,210.8156],
[109.799,224.48090000000002],
[109.999,198.1521],
[110.199,241.85799999999998],
[110.399,199.6406],
[110.6,210.8156],
[110.799,1167.2955],
[110.999,222.5283],
[111.2,193.24869999999999],
[111.6,207.886],
[111.8,198.12199999999999],
[111.999,189.3443],
[112.199,206.72050000000002],
[112.399,213.2339],
[112.599,201.0644],
[112.799,219.6001],
[113,210.8151],
[113.199,200.0798],
[113.6,218.6224],
[113.799,210.8116],
[114,220.7659],
[114.201,194.0169],
[114.399,200.38639999999998],
[114.599,198.826],
[114.8,221.5522],
[115.199,209.8396],
[115.399,248.8812],
[115.599,248.88070000000002],
[115.8,1439.6274],
[116,239.8144],
[116.201,315.15549999999996],
[116.401,246.6351],
[116.6,255.4864],
[117.001,239.1202],
[117.201,201.07420000000002],
[117.399,261.2827],
[117.599,191.0097],
[117.801,211.4816],
[117.999,209.3184],
[118.199,210.3603],
[118.4,203.4907],
[118.8,237.13660000000002],
[119,224.4638],
[119.2,228.3836],
[119.4,226.4136],
[119.601,227.42950000000002],
[119.801,196.1877],
[119.999,206.9291],
[120.199,195.7594],
[120.6,218.1849],
[120.799,215.22740000000002],
[121,199.11960000000002],
[121.199,207.87279999999998],
[121.4,203.9828],
[121.6,189.3626],
[121.799,201.07539999999997],
[122,190.80939999999998],
[122.4,207.8912],
[122.6,1283.3832],
[122.8,201.28209999999999],
[123.001,1324.4159],
[123.201,217.6526],
[123.399,208.86460000000002],
[123.599,207.89170000000001],
[123.799,211.7956],
[124,193.24839999999998],
[124.401,212.2963],
[124.6,247.9383],
[124.8,222.5319],
[125,192.8145],
[125.199,204.9826],
[125.4,214.6977],
[125.6,215.7115],
[126,235.2333],
[126.2,218.62470000000002],
[126.4,203.0136],
[126.601,1194.8334],
[126.799,233.2506],
[127,205.1471],
[127.2,202.01659999999998],
[127.4,206.9271],
[127.799,200.0825],
[127.999,224.4562],
[128.201,212.7674],
[128.401,198.62550000000002],
[128.599,191.8322],
[128.799,198.1285],
[128.999,190.352],
[129.199,200.216],
[129.399,245.9487],
[129.799,233.4605],
[129.999,199.12869999999998],
[130.199,207.46890000000002],
[130.4,216.20159999999998],
[130.599,206.8897],
[130.799,212.7685],
[130.999,195.1999],
[131.199,227.4071],
[131.599,197.71349999999998],
[131.799,195.20170000000002],
[131.999,199.1081],
[132.199,226.9719],
[132.4,197.2432],
[132.599,204.9431],
[132.8,238.1654],
[133,207.8723],
[133.4,248.90390000000002],
[133.601,210.4767],
[133.799,193.29240000000001],
[133.999,207.4428],
[134.199,192.2782],
[134.399,210.7988],
[134.6,210.8178],
[134.8,228.33790000000002],
[135.199,206.9278],
[135.4,194.1988],
[135.599,213.7444],
[135.8,201.035],
[136,193.2475],
[136.199,211.7934],
[136.401,200.4561],
[136.599,204.96269999999998],
[136.999,194.5914],
[137.199,212.8203],
[137.4,208.4274],
[137.599,194.2412],
[137.799,190.3421],
[137.999,1192.1132],
[138.2,200.6233],
[138.399,217.0366],
[138.799,202.0871],
[139,198.1443],
[139.199,229.5803],
[139.4,206.8886],
[139.599,227.4012],
[139.8,260.59270000000004],
[140.001,1271.9697999999999],
[140.201,202.2667],
[140.6,225.1948],
[140.799,250.83339999999998],
[140.999,243.2773],
[141.199,203.4975],
[141.399,211.3239],
[141.6,222.5281],
[141.801,204.9447],
[142.199,209.85049999999998],
[142.399,196.1646],
[142.599,192.2836],
[142.799,209.8462],
[143,212.5574],
[143.2,216.2569],
[143.401,196.1882],
[143.599,231.3117],
[143.8,196.1765],
[144.2,206.9005],
[144.399,194.1999],
[144.599,259.5994],
[144.8,258.64320000000004],
[144.999,1366.324],
[145.2,223.542],
[145.4,242.2234],
[145.599,218.64849999999998],
[146.001,224.4767],
[146.199,230.3441],
[146.399,200.0609],
[146.599,196.1751],
[146.799,206.9146],
[147,231.3161],
[147.2,210.51690000000002],
[147.6,214.74280000000002],
[147.801,241.0718],
[147.999,211.79600000000002],
[148.199,213.752],
[148.399,219.58159999999998],
[148.599,230.3393],
[148.799,225.2843],
[149,202.247],
[149.201,206.37359999999998],
[149.6,197.72039999999998],
[149.8,184.98129999999998],
[149.999,199.0856],
[150.199,205.9328],
[150.4,187.4145],
[150.601,187.3699],
[150.801,194.2398],
[151.199,208.5292],
[151.4,206.4965],
[151.599,208.8768],
[151.8,190.2849],
[151.999,196.7068],
[152.199,194.24949999999998],
[152.399,200.0807],
[152.599,203.984],
[152.8,194.22310000000002],
[153.199,198.65630000000002],
[153.399,186.4308],
[153.599,188.0714],
[153.799,184.1402],
[154.001,192.6361],
[154.199,199.1036],
[154.399,207.885],
[154.6,183.488],
[154.999,189.3436],
[155.199,198.12969999999999],
[155.4,193.8146],
[155.599,209.5761],
[155.799,198.15640000000002],
[155.999,191.0693],
[156.199,185.8882],
[156.6,186.41230000000002],
[156.801,201.05339999999998],
[156.999,191.3203],
[157.199,202.0445],
[157.4,190.3186],
[157.599,197.8131],
[157.799,192.2357],
[157.999,190.9403],
[158.399,203.0076],
[158.6,188.3804],
[158.799,192.2963],
[158.999,191.2952],
[159.199,215.7136],
[159.4,185.4478],
[159.599,201.056],
[159.8,192.9403],
[160.199,191.7166],
[160.399,196.7992],
[160.6,196.1551],
[160.8,200.05970000000002],
[161,191.2934],
[161.199,207.9106],
[161.4,192.25],
[161.599,211.8169],
[161.999,197.9366],
[162.199,197.8163],
[162.4,204.6143],
[162.599,202.3807],
[162.799,207.92659999999998],
[163,200.0847],
[163.2,219.5956],
[163.399,204.93349999999998],
[163.799,330.3925],
[164,213.27360000000002],
[164.199,194.8372],
[164.399,255.6893],
[164.599,203.4038],
[164.799,203.00879999999998],
[165,199.08509999999998],
[165.199,200.1009],
[165.4,220.55530000000002],
[165.801,203.9887],
[165.999,228.97580000000002],
[166.199,228.8132],
[166.399,213.7395],
[166.599,205.3939],
[166.8,207.5312],
[166.999,1196.9752],
[167.199,221.56609999999998],
[167.599,204.9451],
[167.8,193.2749],
[167.999,201.0558],
[168.199,1209.0095999999999],
[168.4,203.71249999999998],
[168.599,218.63],
[168.8,233.73340000000002],
[169,194.2451],
[169.399,203.98430000000002],
[169.6,199.10340000000002],
[169.8,199.1044],
[170,213.7393],
[170.199,200.0716],
[170.399,215.6917],
[170.6,196.8485],
[170.8,200.78009999999998],
[171.199,194.2493],
[171.399,190.31490000000002],
[171.599,192.276],
[171.799,192.2881],
[172,190.32389999999998],
[172.201,193.2481],
[172.399,204.93439999999998],
[172.799,206.9008],
[172.999,204.2978],
[173.2,207.1558],
[173.401,202.2303],
[173.599,258.6162],
[173.8,220.5504],
[173.999,211.8078],
[174.199,201.0396],
[174.599,200.1047],
[174.8,265.4745],
[175.001,216.6712],
[175.201,226.0652],
[175.4,209.8573],
[175.599,197.12789999999998],
[175.8,196.1745],
[176,210.811],
[176.201,198.11780000000002],
[176.599,200.08010000000002],
[176.799,210.395],
[177.001,193.2582],
[177.201,192.6531],
[177.399,201.44],
[177.601,200.1066],
[177.799,201.0405],
[177.999,190.3205],
[178.399,212.7688],
[178.6,190.3003],
[178.799,192.25390000000002],
[178.999,193.7384],
[179.199,193.2279],
[179.399,188.0741],
[179.601,202.0976],
[179.999,200.0623],
[180.199,195.2015],
[180.4,195.17970000000003],
[180.6,202.0499],
[180.799,192.2283],
[180.999,196.1761],
[181.199,219.60920000000002],
[181.4,197.71169999999998],
[181.6,230.08790000000002],
[181.999,223.48409999999998],
[182.2,203.97889999999998],
[182.399,209.8396],
[182.6,209.8394],
[182.8,196.1762],
[183,237.1725],
[183.201,209.80190000000002],
[183.599,209.4714],
[183.799,191.8858],
[183.999,192.5067],
[184.199,1215.0083],
[184.4,217.1777],
[184.599,201.0939],
[184.799,214.70839999999998],
[185,203.0069],
[185.199,214.7199],
[185.599,194.2116],
[185.799,189.36710000000002],
[185.999,193.15570000000002],
[186.199,196.84779999999998],
[186.399,229.9752],
[186.599,195.8482],
[186.8,206.3536],
[187.2,236.18720000000002],
[187.4,203.9659],
[187.6,249.8342],
[187.8,205.9161],
[188,217.6479],
[188.201,229.9155],
[188.4,199.2998],
[188.6,208.8682],
[188.999,198.12740000000002],
[189.199,208.8683],
[189.4,199.12640000000002],
[189.599,197.12959999999998],
[189.799,201.0562],
[190,201.0556],
[190.2,217.648],
[190.4,211.72070000000002],
[190.599,194.1993],
[190.999,196.73250000000002],
[191.199,205.9358],
[191.4,193.2435],
[191.6,196.17090000000002],
[191.8,203.0267],
[191.999,199.1038],
[192.199,188.3919],
[192.399,198.1039],
[192.799,197.1704],
[192.999,215.6989],
[193.2,191.03390000000002],
[193.399,197.152],
[193.599,196.17589999999998],
[193.799,190.32],
[193.999,187.3909],
[194.199,215.7201],
[194.6,190.38369999999998],
[194.799,189.97390000000001],
[194.999,194.46089999999998],
[195.199,197.1516],
[195.399,203.9847],
[195.6,197.1517],
[195.799,193.2481],
[195.999,189.3444],
[196.399,188.3705],
[196.599,186.4299],
[196.8,187.8809],
[196.999,188.1345],
[197.199,190.36059999999998],
[197.399,187.3928],
[197.599,190.3189],
[197.999,186.4158],
[198.199,194.2636],
[198.399,193.24779999999998],
[198.599,195.2605],
[198.8,193.2422],
[199.001,202.563],
[199.199,229.9933],
[199.399,191.2967],
[199.599,223.5035],
[199.999,220.5759],
[200.2,206.9119],
[200.4,197.12769999999998],
[200.6,198.14970000000002],
[200.8,234.857],
[200.999,195.1945],
[201.199,211.0145],
[201.401,201.5605],
[201.799,192.27259999999998],
[201.999,188.3687],
[202.201,190.9475],
[202.399,187.4159],
[202.599,199.0924],
[202.799,191.4136],
[203.001,211.9679],
[203.399,199.67960000000002],
[203.599,202.6568],
[203.801,199.1039],
[204,205.9357],
[204.199,187.39069999999998],
[204.399,193.2363],
[204.599,188.3678],
[204.799,196.1758],
[204.999,238.81740000000002],
[205.4,210.8118],
[205.6,222.2644],
[205.8,222.1014],
[205.999,190.3675],
[206.199,201.0557],
[206.4,198.12879999999998],
[206.599,214.7213],
[206.999,192.2739],
[207.199,205.9359],
[207.4,196.1766],
[207.599,206.0687],
[207.801,186.3468],
[208.001,202.1178],
[208.199,204.9601],
[208.4,208.8837],
[208.6,225.4639],
[208.999,189.3443],
[209.199,207.8876],
[209.4,203.9678],
[209.6,207.7204],
[209.8,192.0469],
[209.999,215.7163],
[210.2,198.1285],
[210.599,195.1757],
[210.8,208.8964],
[211.001,208.8678],
[211.201,1271.1624000000002],
[211.399,392.96180000000004],
[211.6,407.2548],
[211.8,248.5257],
[211.999,241.2154],
[212.2,267.4232],
[212.601,213.7498],
[212.799,194.22310000000002],
[212.999,204.9625],
[213.2,221.5521],
[213.4,218.625],
[213.599,204.5679],
[213.799,250.1275],
[214.199,1209.2643],
[214.399,213.7431],
[214.6,201.05020000000002],
[214.799,199.1026],
[214.999,204.0083],
[215.2,199.0789],
[215.399,1171.2933],
[215.6,204.07510000000002],
[216.001,192.2715],
[216.199,211.7922],
[216.4,209.84050000000002],
[216.599,198.1338],
[216.799,191.2954],
[216.999,210.816],
[217.2,196.1767],
[217.399,188.2425],
[217.599,216.3333],
[217.999,189.9555],
[218.199,190.3827],
[218.399,196.1516],
[218.599,190.3196],
[218.799,189.3493],
[218.999,192.27179999999998],
[219.199,199.1036],
[219.6,204.97899999999998],
[219.8,188.3627],
[220.001,182.1575],
[220.199,229.96179999999998],
[220.399,193.24949999999998],
[220.599,184.4633],
[220.799,190.32489999999999],
[220.999,188.3681],
[221.399,187.3872],
[221.6,192.272],
[221.801,194.84470000000002],
[221.999,188.0301],
[222.199,188.099],
[222.399,202.4797],
[222.6,192.27179999999998],
[222.8,192.2922],
[223.201,1172.4417],
[223.401,228.38430000000002],
[223.599,223.5043],
[223.799,201.5435],
[223.999,203.7631],
[224.199,210.82049999999998],
[224.4,206.12050000000002],
[224.601,207.89589999999998],
[224.801,205.936],
[225.199,215.7008],
[225.399,199.09879999999998],
[225.599,198.12730000000002],
[225.799,207.8901],
[226,208.56140000000002],
[226.199,206.9123],
[226.399,203.0083],
[226.6,196.16410000000002],
[226.999,192.27169999999998],
[227.199,195.2001],
[227.399,202.0492],
[227.6,203.0064],
[227.801,198.13320000000002],
[228,193.2652],
[228.199,201.067],
[228.4,215.502],
[228.799,208.8887],
[229,199.1241],
[229.2,215.69230000000002],
[229.401,192.2757],
[229.601,220.57479999999998],
[229.799,202.60320000000002],
[230,203.98930000000001],
[230.2,196.1756],
[230.599,200.0624],
[230.799,217.64839999999998],
[231,208.8688],
[231.199,194.2441],
[231.399,227.3872],
[231.6,210.816],
[231.799,226.70299999999997],
[232.001,200.546],
[232.399,227.0291],
[232.6,223.5042],
[232.799,214.7188],
[232.999,203.00809999999998],
[233.2,239.1231],
[233.4,214.7055],
[233.6,210.79600000000002],
[234.001,1304.0139],
[234.201,244.62320000000003],
[234.399,219.2957],
[234.6,224.68959999999998],
[234.799,214.7257],
[234.999,223.50719999999998],
[235.199,223.36339999999998],
[235.399,221.7172],
[235.799,206.9118],
[235.999,224.47990000000001],
[236.2,203.9829],
[236.4,1341.9938],
[236.601,203.00869999999998],
[236.801,210.8064],
[236.999,216.6722],
[237.199,201.0558],
[237.6,253.763],
[237.799,208.8638],
[238,206.9597],
[238.2,1186.4281999999998],
[238.4,196.4641],
[238.599,180.53230000000002],
[238.799,183.48809999999997],
[238.999,190.82850000000002],
[239.399,1168.9327],
[239.599,204.96030000000002],
[239.8,193.2475],
[239.999,197.15179999999998],
[240.199,205.9359],
[240.4,196.1762],
[240.6,187.3918],
[240.801,206.9119],
[241.199,228.4221],
[241.399,1296.5939],
[241.601,210.80440000000002],
[241.799,235.2169],
[241.999,362.8419],
[242.199,205.69819999999999],
[242.399,208.8693],
[242.599,199.1008],
[242.999,181.5368],
[243.199,187.3863],
[243.399,185.43490000000003],
[243.599,201.03640000000001],
[243.8,188.3927],
[243.999,185.4356],
[244.2,192.27259999999998],
[244.401,186.4355],
[244.799,204.9692],
[245,252.80789999999996],
[245.2,220.5811],
[245.399,209.85670000000002],
[245.599,203.00809999999998],
[245.8,193.8722],
[245.999,192.5005],
[246.199,192.2765],
[246.6,195.0568],
[246.799,215.7951],
[247,208.8584],
[247.201,214.7208],
[247.401,194.2234],
[247.599,190.3194],
[247.799,190.3194],
[247.999,192.28549999999998],
[248.399,190.9512],
[248.601,199.0981],
[248.799,192.27259999999998],
[248.999,204.9609],
[249.2,213.7495],
[249.4,211.7925],
[249.599,206.91809999999998],
[249.799,198.1232],
[250.199,212.76749999999998],
[250.4,194.22420000000002],
[250.599,191.2954],
[250.8,193.27030000000002],
[251.001,193.2249],
[251.199,195.1773],
[251.399,190.3194],
[251.599,204.9609],
[251.999,223.8105],
[252.2,199.1225],
[252.4,1307.4102],
[252.601,214.6969],
[252.801,200.0803],
[252.999,213.3317],
[253.199,220.16389999999998],
[253.4,202.98430000000002],
[253.601,189.24849999999998],
[253.999,199.12949999999998],
[254.199,223.8298],
[254.4,216.9913],
[254.599,187.39249999999998],
[254.799,186.9391],
[254.999,190.31529999999998],
[255.199,189.3495],
[255.399,188.3676],
[255.799,198.09550000000002],
[255.999,196.1754],
[256.199,197.1523],
[256.4,195.1996],
[256.601,196.7381],
[256.8,190.94050000000001],
[256.999,189.3724],
[257.399,200.05880000000002],
[257.599,240.0932],
[257.8,179.57039999999998],
[258,196.1762],
[258.2,208.8593],
[258.401,198.6774],
[258.599,205.9358],
[258.8,205.9362],
[259.201,213.744],
[259.4,242.00820000000002],
[259.599,277.77239999999995],
[259.799,204.0069],
[260,200.0796],
[260.2,258.6644],
[260.4,199.10739999999998],
[260.599,187.3869],
[260.999,197.1764],
[261.199,194.2243],
[261.399,213.7407],
[261.6,189.3442],
[261.801,204.194],
[262.001,190.92149999999998],
[262.199,203.9892],
[262.4,202.02970000000002],
[262.601,187.3709],
[262.999,188.8193],
[263.201,200.08010000000002],
[263.401,217.8426],
[263.599,190.3647],
[263.799,190.34380000000002],
[263.999,192.2844],
[264.199,188.3682],
[264.599,214.5529],
[264.799,185.4142],
[264.999,183.488],
[265.2,196.1712],
[265.399,188.34980000000002],
[265.6,192.26770000000002],
[265.801,184.5387],
[266.001,195.8804],
[266.199,202.9232],
[266.599,196.1758],
[266.799,194.1999],
[266.999,201.0563],
[267.2,200.1375],
[267.4,195.1966],
[267.599,191.2959],
[267.799,185.4288],
[268.201,181.5416],
[268.4,188.34310000000002],
[268.599,186.9007],
[268.799,189.3195],
[268.999,186.4167],
[269.2,188.35160000000002],
[269.401,190.2936],
[269.601,190.33079999999998],
[269.999,196.7918],
[270.199,216.67249999999999],
[270.4,234.2387],
[270.599,192.2659],
[270.799,213.77380000000002],
[271,200.5857],
[271.199,247.8803],
[271.4,198.12740000000002],
[271.599,1353.7004000000002],
[272,245.9739],
[272.199,216.10160000000002],
[272.399,218.5571],
[272.599,206.6006],
[272.799,200.08180000000002],
[272.999,198.1499],
[273.199,205.9153],
[273.4,191.2963],
[273.8,208.8648],
[274,212.77280000000002],
[274.199,197.1658],
[274.399,187.3712],
[274.599,192.27159999999998],
[274.799,203.98420000000002],
[275,186.00130000000001],
[275.199,195.2005],
[275.599,203.00650000000002],
[275.8,203.984],
[276,189.96669999999997],
[276.199,192.29489999999998],
[276.399,187.5917],
[276.599,182.4872],
[276.8,177.6115],
[277.001,194.2327],
[277.399,189.72820000000002],
[277.599,187.3666],
[277.799,192.2481],
[277.999,185.43599999999998],
[278.2,193.2475],
[278.4,232.2882],
[278.601,189.32399999999998],
[278.999,187.02769999999998],
[279.199,199.87],
[279.399,228.3629],
[279.6,241.07219999999998],
[279.799,200.0782],
[279.999,210.9212],
[280.2,201.0762],
[280.401,196.17180000000002],
[280.799,200.0555],
[280.999,249.87490000000003],
[281.2,212.76670000000001],
[281.399,196.1764],
[281.599,228.38],
[281.8,206.9124],
[281.999,202.0316],
[282.2,192.2712],
[282.599,217.6871],
[282.801,190.9025],
[282.999,191.2961],
[283.199,197.1521],
[283.399,1355.2632],
[283.6,212.74499999999998],
[283.801,193.8125],
[283.999,240.1152],
[284.4,237.14350000000002],
[284.599,204.9589],
[284.8,263.4951],
[285.001,194.2399],
[285.199,192.251],
[285.399,201.0763],
[285.6,192.2469],
[285.799,196.182],
[285.999,206.91660000000002],
[286.399,184.4587],
[286.599,189.9067],
[286.799,205.9511],
[287,184.4639],
[287.199,192.2766],
[287.399,196.176],
[287.599,197.61860000000001],
[288,183.48819999999998],
[288.2,194.84029999999998],
[288.399,199.1047],
[288.599,188.3514],
[288.799,223.99869999999999],
[288.999,209.84040000000002],
[289.199,203.9878],
[289.4,198.12859999999998],
[289.599,213.7511],
[289.999,194.2092],
[290.199,199.88400000000001],
[290.399,185.4537],
[290.6,189.86149999999998],
[290.799,189.3437],
[290.999,191.3119],
[291.199,174.6994],
[291.4,179.58450000000002],
[291.799,195.21949999999998],
[291.999,195.2268],
[292.199,211.76809999999998],
[292.4,198.13320000000002],
[292.599,190.0464],
[292.799,196.1715],
[292.999,187.3968],
[293.399,191.2914],
[293.599,202.055],
[293.8,240.0795],
[294,205.6316],
[294.199,204.0313],
[294.4,216.256],
[294.599,199.1004],
[294.799,198.12779999999998],
[294.999,214.71970000000002],
[295.4,222.5321],
[295.599,197.11010000000002],
[295.799,184.4684],
[295.999,189.3673],
[296.199,193.2689],
[296.399,202.01569999999998],
[296.6,196.61],
[296.799,204.0048],
[297.2,191.29930000000002],
[297.399,194.1981],
[297.599,197.1283],
[297.799,201.0566],
[298,191.32160000000002],
[298.199,191.8567],
[298.399,193.2315],
[298.799,186.39339999999999],
[298.999,196.01379999999997],
[299.199,198.7676],
[299.399,215.66940000000002],
[299.6,236.19570000000002],
[299.799,200.03650000000002],
[299.999,207.0193],
[300.2,221.5722],
[300.6,206.6732],
[300.799,186.416],
[300.999,184.4643],
[301.2,188.3721],
[301.4,203.033],
[301.601,184.28459999999998],
[301.799,192.06470000000002],
[301.999,191.1681],
[302.399,185.4404],
[302.599,183.46460000000002],
[302.8,184.6301],
[302.999,188.4108],
[303.201,192.2957],
[303.4,197.14860000000002],
[303.599,193.2645],
[303.799,198.12769999999998],
[303.999,182.508],
[304.399,193.2433],
[304.599,214.699],
[304.8,203.9833],
[304.999,191.3109],
[305.199,222.54860000000002],
[305.4,217.6412],
[305.599,207.5875],
[305.8,191.2752],
[306.2,226.45180000000002],
[306.4,196.1758],
[306.599,198.1284],
[306.799,279.1362],
[307,203.97879999999998],
[307.201,220.5769],
[307.401,204.9599],
[307.799,226.4317],
[308,188.1204],
[308.199,196.27],
[308.399,201.0362],
[308.6,212.7671],
[308.799,218.61700000000002],
[309,189.3441],
[309.199,190.3187],
[309.399,198.74159999999998],
[309.799,197.15099999999998],
[309.999,194.2482],
[310.199,224.45870000000002],
[310.4,216.68370000000002],
[310.6,194.3843],
[310.8,197.1472],
[311,187.3873],
[311.399,192.27079999999998],
[311.599,201.0558],
[311.8,189.9968],
[312.001,199.1046],
[312.199,182.5121],
[312.399,201.5569],
[312.599,191.2964],
[312.801,193.2674],
[313.001,207.9063],
[313.4,191.9425],
[313.599,185.43529999999998],
[313.799,184.4639],
[314,200.07559999999998],
[314.2,187.3919],
[314.4,192.2714],
[314.601,194.2227],
[314.999,193.2489],
[315.199,203.9795],
[315.4,200.06009999999998],
[315.6,256.6834],
[315.8,391.3764],
[315.999,207.8885],
[316.199,202.52790000000002],
[316.399,198.137],
[316.599,188.3475],
[316.999,202.713],
[317.199,199.1224],
[317.399,206.91680000000002],
[317.6,188.3427],
[317.799,201.0645],
[318,206.90359999999998],
[318.2,188.3682],
[318.399,200.6284],
[318.8,202.05519999999999],
[319,189.32760000000002],
[319.199,218.6222],
[319.4,221.5387],
[319.6,195.1803],
[319.8,194.9569],
[319.999,196.1714],
[320.199,191.9477],
[320.599,202.03199999999998],
[320.8,187.6865],
[320.999,234.2406],
[321.2,201.0564],
[321.399,198.1282],
[321.599,198.10330000000002],
[321.799,194.1997],
[321.999,185.6844],
[322.399,187.3803],
[322.599,204.9597],
[322.8,240.0826],
[323,193.2634],
[323.199,192.2559],
[323.401,196.7003],
[323.599,205.5944],
[323.999,210.8116],
[324.199,220.5759],
[324.4,187.3918],
[324.599,188.8986],
[324.799,189.3392],
[324.999,218.62490000000003],
[325.2,204.9461],
[325.399,202.0549],
[325.799,198.30800000000002],
[325.999,192.2722],
[326.201,195.1993],
[326.4,215.3166],
[326.599,200.0799],
[326.799,197.15179999999998],
[326.999,195.1995],
[327.2,185.962],
[327.399,186.7577],
[327.801,182.4887],
[327.999,199.10330000000002],
[328.199,186.4161],
[328.399,191.2965],
[328.599,189.91250000000002],
[328.801,191.2967],
[328.999,188.3711],
[329.399,190.30630000000002],
[329.599,231.3221],
[329.8,245.9538],
[329.999,191.8967],
[330.199,195.8665],
[330.401,203.9841],
[330.599,201.03560000000002],
[330.799,209.8593],
[331.199,192.2722],
[331.399,220.55169999999998],
[331.6,220.57950000000002],
[331.799,200.07539999999997],
[331.999,268.40000000000003],
[332.2,217.64759999999998],
[332.399,242.49360000000001],
[332.601,194.64770000000001],
[332.999,197.9657],
[333.2,1237.2597999999998],
[333.4,213.76909999999998],
[333.6,199.11599999999999],
[333.799,204.6519],
[333.999,207.90030000000002],
[334.2,203.9891],
[334.4,187.3926],
[334.8,205.0932],
[335.001,206.9074],
[335.199,206.4297],
[335.399,208.86370000000002],
[335.599,206.91209999999998],
[335.8,194.2468],
[336,186.3928],
[336.201,187.3956],
[336.399,225.42950000000002],
[336.801,198.5198],
[336.999,192.2721],
[337.199,191.2961],
[337.399,1219.9793],
[337.6,192.2442],
[337.799,188.3682],
[337.999,193.2722],
[338.401,189.31980000000001],
[338.599,192.2664],
[338.799,223.03310000000002],
[339,181.8326],
[339.199,192.2731],
[339.399,205.9578],
[339.6,204.9527],
[339.8,190.2937],
[340.199,188.1004],
[340.399,209.4571],
[340.601,206.9074],
[340.799,199.09789999999998],
[340.999,218.62460000000002],
[341.2,199.0916],
[341.399,190.31980000000001],
[341.599,195.1746],
[341.999,206.925],
[342.2,190.3312],
[342.399,191.30069999999998],
[342.599,180.571],
[342.801,196.1763],
[343,230.31670000000003],
[343.199,210.81820000000002],
[343.399,195.17999999999998],
[343.799,213.7202],
[344,188.1726],
[344.199,190.7637],
[344.4,186.41559999999998],
[344.601,187.3667],
[344.801,191.296],
[344.999,199.774],
[345.2,205.4715],
[345.599,215.6517],
[345.8,196.176],
[345.999,190.3201],
[346.199,219.5757],
[346.401,189.34290000000001],
[346.601,191.3037],
[346.801,205.9549],
[346.999,203.00809999999998],
[347.399,191.27169999999998],
[347.599,199.1028],
[347.799,193.85060000000001],
[347.999,195.021],
[348.199,220.2117],
[348.4,212.399],
[348.6,198.1236],
[348.8,230.3591],
[349.001,346.18739999999997],
[349.401,205.91690000000003],
[349.601,191.3042],
[349.801,206.88049999999998],
[349.999,189.34380000000002],
[350.199,189.8911],
[350.4,202.03189999999998],
[350.601,196.7905],
[350.799,188.3814],
[351.199,191.2955],
[351.399,1236.1698000000001],
[351.6,215.2739],
[351.801,213.74450000000002],
[352.001,191.2973],
[352.199,191.28539999999998],
[352.399,193.2476],
[352.799,278.7097],
[353,845.8090000000001],
[353.199,612.9716],
[353.4,566.1245],
[353.6,414.8005],
[353.8,237.16789999999997],
[354,241.74280000000002],
[354.199,1413.2536],
[354.4,235.2156],
[354.799,243.0241],
[354.999,246.9239],
[355.2,230.3362],
[355.4,212.7498],
[355.599,228.1283],
[355.8,196.1517],
[355.999,224.48000000000002],
[356.2,190.29479999999998],
[356.601,208.8476],
[356.801,192.8357],
[356.999,241.6517],
[357.199,206.23639999999997],
[357.4,200.0796],
[357.6,187.3918],
[357.801,197.1539],
[358,200.5853],
[358.4,209.8401],
[358.6,216.673],
[358.8,197.15279999999998],
[359,191.2964],
[359.201,193.5411],
[359.399,201.5607],
[359.601,189.529],
[359.999,203.0083],
[360.2,203.0075],
[360.4,195.1989],
[360.599,201.807],
[360.799,196.1521],
[360.999,189.319],
[361.199,191.3],
[361.399,234.2394],
[361.6,198.1281],
[362.001,201.05780000000001],
[362.201,194.2398],
[362.399,187.36749999999998],
[362.599,191.2965],
[362.799,194.22410000000002],
[362.999,186.41070000000002],
[363.199,180.39749999999998],
[363.599,305.2142],
[363.799,558.2722],
[363.999,326.96049999999997],
[364.2,215.6957],
[364.399,191.0845],
[364.599,190.3202],
[364.799,195.2004],
[364.999,199.1035],
[365.199,205.94029999999998],
[365.599,197.1517],
[365.799,189.3301],
[365.999,205.9348],
[366.2,193.24769999999998],
[366.4,192.2681],
[366.601,203.00779999999997],
[366.799,203.9975],
[366.999,220.3311],
[367.4,190.7325],
[367.599,199.7782],
[367.8,191.6978],
[367.999,228.3846],
[368.2,183.99099999999999],
[368.399,203.00779999999997],
[368.6,200.07639999999998],
[369,227.40779999999998],
[369.2,203.00869999999998],
[369.399,193.2655],
[369.599,182.5119],
[369.8,196.1772],
[369.999,190.3197],
[370.199,204.9471],
[370.4,213.7439],
[370.6,226.43089999999998],
[370.999,190.3209],
[371.199,206.46980000000002],
[371.399,222.52749999999997],
[371.599,190.3422],
[371.799,189.3467],
[371.999,203.00799999999998],
[372.2,195.2252],
[372.599,1335.933],
[372.8,204.96],
[373,208.8642],
[373.2,196.20090000000002],
[373.4,202.0071],
[373.601,213.5633],
[373.8,195.2006],
[374.001,191.2915],
[374.399,195.1997],
[374.599,187.3876],
[374.799,179.58440000000002],
[374.999,187.3888],
[375.199,201.0567],
[375.399,202.0307],
[375.6,214.726],
[375.8,212.77609999999999],
[376,193.1859],
[376.4,193.2237],
[376.601,204.00799999999998],
[376.799,218.6278],
[376.999,1303.4785],
[377.199,201.0335],
[377.4,212.76809999999998],
[377.6,211.7918],
[377.799,222.5391],
[378.199,203.0124],
[378.399,190.2953],
[378.599,193.2476],
[378.799,211.792],
[379,204.9605],
[379.2,212.79500000000002],
[379.4,203.58],
[379.799,186.1602],
[379.999,217.1735],
[380.199,207.8681],
[380.399,196.1757],
[380.599,199.1085],
[380.799,207.8832],
[381,204.9595],
[381.2,245.9519],
[381.4,203.0255],
[381.8,199.8114],
[381.999,191.2963],
[382.199,189.3562],
[382.399,217.6477],
[382.6,194.2238],
[382.799,193.24769999999998],
[383,214.7199],
[383.401,230.92340000000002],
[383.599,202.0112],
[383.799,203.72680000000003],
[383.999,184.4639],
[384.199,195.2043],
[384.399,202.03650000000002],
[384.6,188.3641],
[384.801,197.1517],
[385.199,186.4172],
[385.399,189.3434],
[385.599,185.4398],
[385.799,185.4394],
[385.999,199.1037],
[386.199,190.3407],
[386.399,192.276],
[386.599,198.1039],
[386.999,198.1327],
[387.2,190.306],
[387.401,188.4751],
[387.599,195.8972],
[387.8,184.5652],
[387.999,190.2937],
[388.199,208.86430000000001],
[388.4,238.1438],
[388.6,190.3201],
[388.999,220.5756],
[389.2,240.43359999999998],
[389.4,194.7864],
[389.599,194.96359999999999],
[389.801,197.4017],
[389.999,238.411],
[390.2,194.22410000000002],
[390.6,188.1063],
[390.799,195.3007],
[391,196.1839],
[391.2,208.85229999999999],
[391.401,216.671],
[391.599,201.056],
[391.799,207.8925],
[392,186.4157],
[392.199,192.3555],
[392.599,195.1103],
[392.799,195.7071],
[392.999,203.0085],
[393.2,207.88799999999998],
[393.4,189.3434],
[393.599,184.4642],
[393.799,207.8707],
[394,184.4657],
[394.399,183.4838],
[394.6,191.7143],
[394.799,189.1694],
[394.999,188.368],
[395.199,200.07920000000001],
[395.399,196.1766],
[395.599,193.2443],
[395.799,206.912],
[396.199,181.536],
[396.4,185.4238],
[396.6,188.3923],
[396.801,191.1447],
[397,194.2243],
[397.201,206.9049],
[397.399,188.3472],
[397.799,254.73630000000003],
[398,196.1752],
[398.199,206.9124],
[398.4,192.2723],
[398.599,207.8842],
[398.8,184.1032],
[398.999,230.336],
[399.2,205.936],
[399.399,190.3196],
[399.8,221.5237],
[400,239.1034],
[400.2,227.71949999999998],
[400.399,229.9608],
[400.601,190.0909],
[400.799,212.0882],
[400.999,220.892],
[401.399,240.09120000000001],
[401.6,213.7396],
[401.8,199.689],
[402,202.6521],
[402.199,241.0719],
[402.4,197.1335],
[402.599,196.1735],
[402.799,194.2258],
[403.199,187.4163],
[403.399,197.1521],
[403.599,190.3196],
[403.801,187.3953],
[404.001,203.963],
[404.199,201.05190000000002],
[404.399,189.92780000000002],
[404.599,206.9117],
[404.999,1347.4035],
[405.201,202.037],
[405.399,227.4082],
[405.599,230.3367],
[405.799,236.1683],
[405.999,200.1089],
[406.199,191.2715],
[406.399,218.1521],
[406.8,195.4631],
[406.999,196.1983],
[407.199,209.1619],
[407.4,203.5591],
[407.599,191.2913],
[407.799,195.2161],
[407.999,188.3667],
[408.199,189.3487],
[408.599,208.8633],
[408.8,187.3717],
[408.999,187.3913],
[409.2,207.88799999999998],
[409.4,195.9113],
[409.599,209.49300000000002],
[409.801,177.6149],
[409.999,188.3678],
[410.399,194.1994],
[410.599,187.3917],
[410.799,185.4449],
[410.999,209.43529999999998],
[411.2,188.61919999999998],
[411.401,194.3863],
[411.599,197.4941],
[411.799,206.3847],
[412.199,182.512],
[412.399,204.9598],
[412.6,197.1524],
[412.799,213.7483],
[413,203.98420000000002],
[413.2,194.2052],
[413.399,221.2404],
[413.599,217.32580000000002],
[413.999,192.74740000000003],
[414.2,201.05110000000002],
[414.401,213.7439],
[414.601,188.36769999999999],
[414.799,195.19539999999998],
[414.999,192.2724],
[415.199,210.8153],
[415.4,189.601],
[415.599,204.959],
[415.999,202.01839999999999],
[416.2,196.1762],
[416.399,200.06650000000002],
[416.599,193.2431],
[416.799,193.25300000000001],
[416.999,186.416],
[417.199,198.90109999999999],
[417.599,204.5903],
[417.799,198.7834],
[417.999,191.92319999999998],
[418.2,220.5922],
[418.401,211.7919],
[418.601,205.9315],
[418.799,197.1468],
[418.999,205.931],
[419.2,226.43179999999998],
[419.599,194.5163],
[419.799,186.5937],
[419.999,193.2698],
[420.199,191.61],
[420.399,190.69549999999998],
[420.599,225.4561],
[420.799,193.2439],
[420.999,210.8163],
[421.399,188.3426],
[421.599,212.7726],
[421.8,196.1761],
[421.999,195.738],
[422.199,199.6687],
[422.4,194.09550000000002],
[422.6,186.78040000000001],
[422.999,185.43480000000002],
[423.199,224.4759],
[423.4,206.93030000000002],
[423.599,206.93359999999998],
[423.8,253.75910000000002],
[424,1431.1768],
[424.201,205.63400000000001],
[424.399,209.83509999999998],
[424.6,198.8235],
[425,209.8256],
[425.2,233.2389],
[425.4,202.0564],
[425.6,197.1516],
[425.8,201.0563],
[426.001,283.4552],
[426.199,1402.6941],
[426.4,209.9896],
[426.801,194.27720000000002],
[426.999,204.529],
[427.2,212.7689],
[427.4,201.0562],
[427.601,192.2722],
[427.801,182.5158],
[427.999,186.4113],
[428.199,196.1758],
[428.6,199.29489999999998],
[428.799,218.6283],
[429,194.9565],
[429.199,196.2904],
[429.399,199.0775],
[429.599,187.3865],
[429.799,183.4878],
[429.999,226.4324],
[430.399,205.9408],
[430.6,196.17589999999998],
[430.799,192.82240000000002],
[430.999,194.3875],
[431.199,198.8369],
[431.399,199.75709999999998],
[431.6,202.5546],
[431.799,179.5839],
[432.2,174.7039],
[432.4,184.46370000000002],
[432.6,183.46280000000002],
[432.801,180.5652],
[433.001,191.9208],
[433.199,185.4189],
[433.4,199.155],
[433.6,208.6593],
[433.999,186.48770000000002],
[434.199,193.36010000000002],
[434.399,1278.5161999999998],
[434.6,205.9515],
[434.801,211.7711],
[435.001,197.1523],
[435.2,233.2636],
[435.399,207.89270000000002],
[435.799,200.6765],
[436,186.439],
[436.199,193.3119],
[436.399,190.0373],
[436.599,194.22400000000002],
[436.799,208.85999999999999],
[437,206.9118],
[437.4,191.2961],
[437.599,195.18189999999998],
[437.799,224.09619999999998],
[437.999,225.6859],
[438.199,240.1447],
[438.399,257.01410000000004],
[438.599,195.8884],
[438.799,195.68189999999998],
[439.199,223.4883],
[439.4,203.009],
[439.601,194.2245],
[439.801,204.96030000000002],
[439.999,198.12779999999998],
[440.199,200.3227],
[440.399,189.92129999999997],
[440.599,193.6351],
[440.999,195.2005],
[441.199,245.9721],
[441.4,236.192],
[441.6,195.196],
[441.799,194.2202],
[441.999,184.4643],
[442.201,196.0094],
[442.399,192.80849999999998],
[442.599,194.2337],
[443,175.9289],
[443.199,197.6448],
[443.399,186.41230000000002],
[443.601,189.32299999999998],
[443.801,195.1823],
[444.001,208.8638],
[444.199,197.152],
[444.599,187.0987],
[444.799,189.7695],
[444.999,197.15189999999998],
[445.199,203.3933],
[445.399,194.4338],
[445.599,193.2237],
[445.799,194.22410000000002],
[445.999,199.1047],
[446.199,237.16799999999998],
[446.601,206.9118],
[446.801,223.506],
[447.001,210.05370000000002],
[447.199,206.8316],
[447.399,205.66039999999998],
[447.599,199.55999999999997],
[447.799,248.4563],
[447.999,200.0995],
[448.399,194.2275],
[448.599,226.4044],
[448.8,194.2244],
[448.999,208.8718],
[449.2,201.0812],
[449.401,205.9155],
[449.799,196.4564],
[449.999,237.18800000000002],
[450.201,218.6864],
[450.399,212.793],
[450.599,187.4099],
[450.799,210.82039999999998],
[451,203.9797],
[451.199,215.3992],
[451.599,204.2849],
[451.799,186.42049999999998],
[451.999,193.6705],
[452.199,208.8679],
[452.4,223.523],
[452.6,209.8887],
[452.799,212.7809],
[453,207.9127],
[453.2,194.2405],
[453.6,206.9139],
[453.801,189.96370000000002],
[453.999,208.3932],
[454.2,207.88809999999998],
[454.401,211.80579999999998],
[454.601,200.0558],
[454.799,194.2238],
[455.199,201.0563],
[455.4,193.849],
[455.601,190.8777],
[455.799,202.9814],
[456,192.3089],
[456.2,189.3485],
[456.401,216.67069999999998],
[456.599,198.128],
[456.999,201.0517],
[457.2,230.3358],
[457.4,199.6988],
[457.599,208.1433],
[457.799,1422.717],
[458,209.0967],
[458.2,198.5566],
[458.399,191.2722],
[458.599,244.9801],
[459,247.9171],
[459.2,204.9609],
[459.4,197.152],
[459.599,188.3681],
[459.801,191.2969],
[460.001,206.1926],
[460.199,196.7342],
[460.599,202.5866],
[460.801,226.94410000000002],
[460.999,200.0798],
[461.199,205.9409],
[461.4,1311.455],
[461.6,212.768],
[461.8,214.7208],
[462.001,209.8355],
[462.201,199.762],
[462.6,191.9322],
[462.799,192.5454],
[463.001,195.1828],
[463.199,208.85909999999998],
[463.4,1316.8703],
[463.599,208.86260000000001],
[463.8,207.88819999999998],
[464.2,233.8943],
[464.4,190.912],
[464.601,190.33939999999998],
[464.801,201.9091],
[465.001,212.34349999999998],
[465.199,217.6436],
[465.4,203.98420000000002],
[465.6,207.88809999999998],
[465.8,249.8556],
[466.201,265.46659999999997],
[466.399,205.8278],
[466.599,208.7116],
[466.799,192.86929999999998],
[467,198.8354],
[467.199,230.3367],
[467.4,206.9067],
[467.599,195.1995],
[468,189.3401],
[468.199,201.0562],
[468.4,223.1797],
[468.6,205.6111],
[468.8,218.0196],
[468.999,201.6044],
[469.199,201.0557],
[469.4,189.3442],
[469.799,193.25300000000001],
[469.999,197.1567],
[470.2,190.3199],
[470.401,199.10410000000002],
[470.6,220.6313],
[470.799,225.832],
[470.999,196.1715],
[471.399,201.2792],
[471.6,241.0721],
[471.8,260.5872],
[472,249.8724],
[472.2,1510.6673],
[472.401,226.4367],
[472.601,256.6658],
[472.799,444.8222],
[472.999,245.7009],
[473.399,244.994],
[473.599,228.6653],
[473.801,242.5457],
[474,218.6241],
[474.2,211.7884],
[474.4,230.3169],
[474.6,218.64520000000002],
[475.001,1428.2592],
[475.199,225.0187],
[475.399,216.7365],
[475.6,211.6819],
[475.8,210.82049999999998],
[476.001,228.2311],
[476.2,215.7217],
[476.401,204.941],
[476.799,191.2973],
[476.999,199.0914],
[477.199,199.1075],
[477.399,197.70579999999998],
[477.6,195.3073],
[477.799,221.73989999999998],
[478,182.5122],
[478.199,191.8266],
[478.399,202.7374],
[478.799,192.2723],
[478.999,217.6519],
[479.2,195.1952],
[479.399,198.13230000000001],
[479.599,203.0228],
[479.8,200.6071],
[479.999,192.64860000000002],
[480.399,207.6279],
[480.599,194.8475],
[480.799,207.8832],
[481,217.6442],
[481.199,203.9838],
[481.399,226.4321],
[481.6,200.09660000000002],
[481.799,220.5982],
[482,209.9827],
[482.401,209.1673],
[482.599,207.1573],
[482.8,206.5514],
[482.999,204.4972],
[483.201,201.0514],
[483.399,199.1039],
[483.599,215.719],
[483.999,200.0799],
[484.199,204.9598],
[484.4,218.6197],
[484.6,210.8405],
[484.799,196.45940000000002],
[484.999,196.1714],
[485.199,198.1242],
[485.399,198.1531],
[485.799,216.67239999999998],
[486,195.1851],
[486.199,210.8158],
[486.4,200.7141],
[486.6,204.96],
[486.8,231.1161],
[487,200.6038],
[487.201,195.1803],
[487.599,190.33720000000002],
[487.799,195.1763],
[487.999,188.3627],
[488.199,199.1047],
[488.399,194.7295],
[488.599,215.135],
[488.799,193.0079],
[488.999,197.3299],
[489.399,195.179],
[489.599,222.5523],
[489.8,209.8228],
[490.001,213.7444],
[490.201,197.1322],
[490.399,211.7756],
[490.6,236.30290000000002],
[490.799,228.2081],
[490.999,200.9254],
[491.4,195.4271],
[491.599,194.923],
[491.801,195.1998],
[492.001,198.133],
[492.199,188.38369999999998],
[492.399,193.22719999999998],
[492.599,188.3641],
[492.799,197.1295],
[493.199,197.15959999999998],
[493.399,190.2334],
[493.599,201.6021],
[493.799,196.1758],
[493.999,233.2638],
[494.2,228.40460000000002],
[494.399,197.15189999999998],
[494.599,234.2401],
[494.999,201.3092],
[495.199,200.0478],
[495.399,206.9282],
[495.6,206.2467],
[495.8,203.1942],
[496.001,204.96020000000001],
[496.201,212.773],
[496.599,230.3235],
[496.799,220.5759],
[496.999,208.8687],
[497.199,194.657],
[497.4,1424.9879],
[497.601,253.3882],
[497.799,252.1278],
[497.999,216.10060000000001],
[498.401,232.63619999999997],
[498.599,198.1236],
[498.799,202.9877],
[498.999,238.1606],
[499.199,215.6556],
[499.4,198.128],
[499.599,198.1283],
[499.801,197.9524],
[499.999,191.3118],
[500.399,203.5641],
[500.601,203.0238],
[500.799,215.6966],
[500.999,225.4282],
[501.199,240.096],
[501.399,223.5038],
[501.6,215.7009],
[501.799,233.2594],
[502.199,201.7087],
[502.4,201.2972],
[502.6,206.9283],
[502.8,192.2721],
[503,219.6042],
[503.201,202.0293],
[503.399,200.0949],
[503.799,194.2076],
[503.999,204.9799],
[504.2,231.7585],
[504.401,220.5722],
[504.601,210.8305],
[504.799,223.5033],
[504.999,204.942],
[505.199,220.5557],
[505.599,195.7391],
[505.799,209.3917],
[506,221.83710000000002],
[506.199,203.9668],
[506.399,214.1899],
[506.599,205.58370000000002],
[506.8,192.251],
[506.999,195.19490000000002],
[507.199,191.296],
[507.599,193.2436],
[507.799,188.3723],
[508.001,203.0032],
[508.201,210.0607],
[508.399,226.4202],
[508.599,198.868],
[508.799,206.5591],
[509.2,232.28789999999998],
[509.399,210.816],
[509.599,205.9361],
[509.799,195.2003],
[509.999,205.9136],
[510.2,230.3358],
[510.4,222.1119],
[510.599,191.3164],
[510.999,217.6478],
[511.199,188.3445],
[511.399,206.9075],
[511.599,189.3197],
[511.799,213.7715],
[512,197.16719999999998],
[512.199,207.393],
[512.399,195.9537],
[512.799,193.3319],
[512.999,201.7033],
[513.199,188.6148],
[513.399,201.07659999999998],
[513.6,201.056],
[513.799,205.911],
[514,198.12789999999998],
[514.2,201.0559],
[514.601,237.7504],
[514.799,208.0602],
[514.999,219.5835],
[515.2,190.2072],
[515.399,190.535],
[515.599,219.5956],
[515.8,201.0349],
[516,200.04930000000002],
[516.2,206.8998],
[516.599,218.6282],
[516.799,198.10330000000002],
[516.999,212.94660000000002],
[517.2,198.1687],
[517.399,209.0123],
[517.601,216.67600000000002],
[517.801,231.2961],
[518.199,206.9117],
[518.399,220.5764],
[518.6,204.95559999999998],
[518.799,211.7962],
[519,220.9343],
[519.201,202.03470000000002],
[519.399,207.5353],
[519.599,197.6988],
[519.799,233.261],
[520.199,197.15179999999998],
[520.399,204.96],
[520.6,203.984],
[520.8,211.8257],
[521.001,243.9739],
[521.201,231.3348],
[521.399,198.1534],
[521.8,203.5183],
[521.999,217.6436],
[522.2,185.43970000000002],
[522.399,189.331],
[522.599,192.2712],
[522.8,211.7696],
[523.001,216.67249999999999],
[523.201,241.67440000000002],
[523.4,204.9555],
[523.799,196.47899999999998],
[523.999,204.4869],
[524.199,190.3209],
[524.399,197.1621],
[524.599,198.1392],
[524.799,197.152],
[524.999,211.79149999999998],
[525.4,207.4792],
[525.599,197.4035],
[525.799,238.29649999999998],
[526.001,1489.8471],
[526.199,201.05509999999998],
[526.4,240.096],
[526.6,222.5281],
[526.8,218.6199],
[527,233.2599],
[527.4,204.9601],
[527.599,248.6109],
[527.8,207.75889999999998],
[528,201.8623],
[528.2,197.7729],
[528.399,1428.0368999999998],
[528.599,212.2725],
[528.8,235.21210000000002],
[529.201,199.0915],
[529.4,212.7926],
[529.599,220.5997],
[529.799,210.81150000000002],
[529.999,203.6152],
[530.2,204.95579999999998],
[530.401,190.32],
[530.601,202.7595],
[531,205.9366],
[531.201,194.22619999999998],
[531.401,189.31990000000002],
[531.599,205.9382],
[531.8,192.2665],
[531.999,205.68439999999998],
[532.2,187.7152],
[532.599,244.7251],
[532.8,225.2372],
[533,208.8595],
[533.199,230.3186],
[533.4,198.14870000000002],
[533.599,196.1758],
[533.799,214.69989999999999],
[534,203.0401],
[534.201,206.8771],
[534.599,194.93089999999998],
[534.799,208.6287],
[535.001,257.158],
[535.199,217.6223],
[535.399,235.23160000000001],
[535.6,230.3322],
[535.799,210.8159],
[535.999,225.4852],
[536.401,207.27100000000002],
[536.599,208.8638],
[536.8,200.67260000000002],
[536.999,202.7514],
[537.201,209.0598],
[537.399,199.4167],
[537.599,199.5353],
[538,209.8732],
[538.199,193.2534],
[538.399,201.0625],
[538.6,202.0322],
[538.8,210.80519999999999],
[539,196.81029999999998],
[539.199,216.68699999999998],
[539.4,232.9053],
[539.8,197.1525],
[540,243.0351],
[540.201,225.4564],
[540.399,216.6903],
[540.599,203.9586],
[540.799,185.4385],
[540.999,196.1763],
[541.199,202.66129999999998],
[541.6,195.0614],
[541.799,207.9067],
[542,207.8874],
[542.199,200.0849],
[542.399,215.6911],
[542.6,256.64300000000003],
[542.8,381.6331],
[543,224.47539999999998],
[543.399,207.7946],
[543.601,190.5867],
[543.799,222.54940000000002],
[544,208.63209999999998],
[544.199,202.05980000000002],
[544.4,214.7198],
[544.6,211.77009999999999],
[544.8,219.57960000000003],
[545.2,194.2406],
[545.4,206.8992],
[545.601,197.1638],
[545.799,194.6254],
[545.999,191.3004],
[546.199,192.17229999999998],
[546.399,215.7201],
[546.6,195.1959],
[546.799,209.8397],
[547.2,191.29579999999999],
[547.401,189.34019999999998],
[547.599,205.91039999999998],
[547.8,203.62130000000002],
[548,198.12789999999998],
[548.2,214.54590000000002],
[548.4,1462.4329],
[548.601,233.2838],
[548.999,217.648],
[549.199,232.29250000000002],
[549.399,214.71509999999998],
[549.599,202.41570000000002],
[549.8,191.288],
[550.001,191.88230000000001],
[550.199,198.68060000000003],
[550.599,201.6792],
[550.799,209.8403],
[551,198.1321],
[551.199,200.0806],
[551.399,208.8639],
[551.6,1405.7941],
[551.8,204.9599],
[552,206.9117],
[552.401,237.2125],
[552.599,1440.8279],
[552.8,208.8621],
[553,190.3202],
[553.199,186.4153],
[553.399,231.32639999999998],
[553.6,222.5229],
[553.8,247.89159999999998],
[554.199,204.96130000000002],
[554.399,230.7265],
[554.599,200.6021],
[554.8,208.8488],
[555.001,233.26330000000002],
[555.201,245.9522],
[555.399,237.1678],
[555.599,216.6727],
[555.999,191.3123],
[556.199,201.0385],
[556.4,197.97729999999999],
[556.599,201.06879999999998],
[556.8,203.97129999999999],
[557,197.15189999999998],
[557.199,206.9124],
[557.4,197.1522],
[557.599,201.0563],
[558,196.77030000000002],
[558.199,199.0864],
[558.399,207.375],
[558.599,192.4333],
[558.799,213.7393],
[559,192.257],
[559.199,195.1764],
[559.4,205.9108],
[559.801,197.6411],
[559.999,198.6137],
[560.199,189.9774],
[560.401,205.937],
[560.6,225.6847],
[560.799,189.742],
[560.999,191.01389999999998],
[561.199,188.36430000000001],
[561.599,203.0083],
[561.8,229.3597],
[562.001,216.67159999999998],
[562.201,220.5763],
[562.399,203.0111],
[562.599,206.9118],
[562.8,197.44480000000001],
[563.199,235.26569999999998],
[563.399,200.08],
[563.599,198.12789999999998],
[563.799,184.4635],
[563.999,184.4676],
[564.2,183.4875],
[564.4,195.2002],
[564.6,193.1671],
[564.999,211.0678],
[565.201,202.57510000000002],
[565.399,189.3396],
[565.599,207.9517],
[565.8,221.5512],
[566.001,247.9024],
[566.201,251.78990000000002],
[566.401,216.6777],
[566.799,217.7466],
[566.999,1460.2661],
[567.199,209.8441],
[567.4,222.076],
[567.599,205.93200000000002],
[567.801,209.8394],
[568,209.84050000000002],
[568.199,203.95940000000002],
[568.399,196.1568],
[568.799,198.1292],
[568.999,193.5258],
[569.199,192.9135],
[569.399,184.9606],
[569.599,184.0093],
[569.8,182.99190000000002],
[569.999,186.40480000000002],
[570.399,199.104],
[570.599,187.3936],
[570.799,227.40089999999998],
[571,185.5505],
[571.201,200.1412],
[571.401,190.3424],
[571.599,202.0315],
[571.8,200.0794],
[572,197.1762],
[572.399,198.1281],
[572.599,191.2959],
[572.799,205.4678],
[572.999,200.5854],
[573.199,205.3607],
[573.399,190.32070000000002],
[573.599,192.9905],
[574.001,183.9963],
[574.199,203.00809999999998],
[574.4,233.25799999999998],
[574.6,198.11249999999998],
[574.799,201.043],
[575,193.2745],
[575.2,1361.9039],
[575.401,194.488],
[575.599,210.0263],
[576,227.80949999999999],
[576.2,210.5501],
[576.399,196.6824],
[576.6,187.8866],
[576.799,206.9127],
[577,1387.9866000000002],
[577.2,213.7634],
[577.6,197.15109999999999],
[577.8,190.2992],
[578.001,193.3399],
[578.199,195.2034],
[578.399,185.4385],
[578.599,189.83259999999999],
[578.8,196.1606],
[579,206.9065],
[579.199,210.8117],
[579.599,194.2292],
[579.799,191.2977],
[579.999,201.0775],
[580.2,179.4513],
[580.399,191.017],
[580.599,198.629],
[580.8,189.3204],
[581.001,196.1758],
[581.399,189.3297],
[581.599,190.3202],
[581.799,198.6352],
[582,1345.2242],
[582.199,220.6089],
[582.4,201.0586],
[582.599,197.157],
[582.799,208.8918],
[583.2,215.6964],
[583.399,189.34480000000002],
[583.599,1361.6709],
[583.8,193.26160000000002],
[584.001,196.75119999999998],
[584.2,228.3956],
[584.4,194.68869999999998],
[584.799,197.12550000000002],
[584.999,187.4134],
[585.199,1424.7232000000001],
[585.4,200.0969],
[585.6,212.7509],
[585.801,203.0126],
[586.001,1440.9836],
[586.199,204.6478],
[586.4,208.91000000000003],
[586.799,197.1229],
[586.999,199.10639999999998],
[587.2,216.67249999999999],
[587.401,202.98579999999998],
[587.599,212.7679],
[587.799,194.2469],
[587.999,196.11010000000002],
[588.401,226.4323],
[588.599,204.8656],
[588.799,198.6577],
[588.999,194.2447],
[589.199,195.21630000000002],
[589.4,199.0915],
[589.6,202.03199999999998],
[589.799,209.8398],
[589.999,190.3321],
[590.4,197.15740000000002],
[590.6,208.3801],
[590.799,207.88019999999997],
[591,232.28670000000002],
[591.2,212.7679],
[591.399,202.03189999999998],
[591.6,195.20000000000002],
[591.999,189.85299999999998],
[592.199,217.9563],
[592.4,248.0505],
[592.599,208.87820000000002],
[592.799,242.7025],
[593,199.0015],
[593.2,201.5617],
[593.399,216.6887],
[593.8,187.35930000000002],
[593.999,188.3636],
[594.2,217.64829999999998],
[594.401,200.0563],
[594.601,189.8919],
[594.799,218.6236],
[595,201.2021],
[595.201,190.9603],
[595.401,204.9601],
[595.799,203.0123],
[596,188.3631],
[596.199,203.0018],
[596.4,207.9009],
[596.6,239.7532],
[596.8,214.3389],
[597,199.0912],
[597.4,231.79579999999999],
[597.599,198.128],
[597.8,1385.4036],
[598,229.3594],
[598.2,209.839],
[598.399,196.1722],
[598.599,199.1018],
[598.799,198.1245],
[599.199,190.3202],
[599.399,217.6591],
[599.599,210.0532],
[599.799,190.3188],
[599.999,184.4713],
[600.2,200.1004],
[600.4,221.5315],
[600.601,191.291],
[600.801,220.5754],
[601.199,190.9394],
[601.401,190.8066],
[601.599,196.4044],
[601.799,218.2021],
[601.999,202.523],
[602.199,216.6574],
[602.399,199.104],
[602.799,189.34380000000002],
[602.999,194.2193],
[603.199,203.9847],
[603.4,199.9975],
[603.6,229.4546],
[603.8,203.7329],
[603.999,207.8873],
[604.2,226.4436],
[604.599,195.1996],
[604.8,206.91109999999998],
[605.001,205.9128],
[605.201,195.9102],
[605.399,201.4638],
[605.599,199.5717],
[605.8,210.0933],
[605.999,192.27169999999998],
[606.399,202.03189999999998],
[606.6,206.9119],
[606.8,193.24769999999998],
[606.999,189.9907],
[607.199,197.4866],
[607.399,191.30530000000002],
[607.6,219.5983],
[607.801,227.40769999999998],
[608.199,245.87210000000002],
[608.399,206.3229],
[608.599,248.138],
[608.8,199.6097],
[608.999,210.8724],
[609.2,201.88619999999997],
[609.4,205.19889999999998],
[609.601,213.7433],
[610.001,225.4579],
[610.199,200.06189999999998],
[610.399,211.7911],
[610.6,202.0084],
[610.799,196.15279999999998],
[610.999,192.1699],
[611.199,193.248],
[611.399,191.6214],
[611.601,215.7111],
[611.999,199.1],
[612.199,191.2961],
[612.399,191.2748],
[612.599,197.1521],
[612.799,222.5308],
[613,201.9953],
[613.199,205.9362],
[613.599,202.33509999999998],
[613.799,209.3709],
[613.999,200.0799],
[614.199,203.63],
[614.399,242.07690000000002],
[614.6,221.5512],
[614.8,193.2356],
[614.999,209.83589999999998],
[615.4,229.36010000000002],
[615.6,195.1986],
[615.799,213.74370000000002],
[616.001,236.53],
[616.199,217.4897],
[616.4,194.04389999999998],
[616.599,194.22390000000001],
[616.799,200.0797],
[617.199,230.35330000000002],
[617.4,198.137],
[617.599,199.0914],
[617.799,190.3209],
[618,199.0407],
[618.2,186.93470000000002],
[618.399,195.7133],
[618.599,199.83],
[618.999,186.9172],
[619.199,201.0776],
[619.399,193.2345],
[619.599,194.2238],
[619.799,198.14170000000001],
[619.999,202.04639999999998],
[620.2,194.2217],
[620.399,185.41230000000002],
[620.8,195.206],
[621,229.37460000000002],
[621.201,206.91209999999998],
[621.399,198.1269],
[621.599,193.8561],
[621.8,195.8385],
[621.999,184.4642],
[622.2,189.3451],
[622.601,208.86460000000002],
[622.801,200.08010000000002],
[623.001,188.3682],
[623.199,189.26170000000002],
[623.399,185.2018],
[623.601,194.84560000000002],
[623.799,190.6005],
[623.999,188.0303],
[624.2,201.0557],
[624.601,199.12199999999999],
[624.799,197.1517],
[624.999,202.046],
[625.2,224.4797],
[625.4,213.1337],
[625.6,207.8887],
[625.8,205.9171],
[626.001,220.7504],
[626.399,199.1039],
[626.599,205.94809999999998],
[626.8,207.88809999999998],
[627,207.8894],
[627.2,196.2001],
[627.399,210.1524],
[627.599,202.9134],
[627.999,203.69039999999998],
[628.201,201.0563],
[628.401,194.2425],
[628.599,196.1618],
[628.799,223.5069],
[629,198.1116],
[629.199,202.9869],
[629.4,193.24849999999998],
[629.799,194.22410000000002],
[629.999,210.6703],
[630.199,204.9609],
[630.399,204.6943],
[630.599,216.6641],
[630.799,201.04350000000002],
[630.999,210.8211],
[631.2,216.6943],
[631.4,199.0921],
[631.8,205.91680000000002],
[632,206.36270000000002],
[632.199,209.49609999999998],
[632.4,222.506],
[632.599,198.128],
[632.799,201.04420000000002],
[633,236.1926],
[633.4,1508.7277000000001],
[633.599,219.4035],
[633.8,215.5028],
[633.999,211.47750000000002],
[634.199,204.2984],
[634.401,203.6946],
[634.599,194.2243],
[634.799,202.04410000000001],
[635.001,190.01870000000002],
[635.399,210.7995],
[635.6,190.32],
[635.799,201.0723],
[636,202.0205],
[636.2,208.8594],
[636.401,196.1427],
[636.6,197.1366],
[636.999,189.3432],
[637.199,214.02470000000002],
[637.4,244.9758],
[637.601,201.02960000000002],
[637.801,219.6009],
[637.999,190.3565],
[638.199,201.0797],
[638.4,197.128],
[638.799,227.94619999999998],
[639,207.4769],
[639.199,206.8609],
[639.399,219.6774],
[639.599,1700.1751000000002],
[639.799,231.3128],
[640,393.3263],
[640.199,251.80799999999996],
[640.6,1547.9756999999997],
[640.799,229.3596],
[641.001,248.87980000000002],
[641.201,377.0281],
[641.399,212.0814],
[641.599,203.00789999999998],
[641.8,233.9876],
[641.999,222.5279],
[642.399,214.7193],
[642.6,193.24769999999998],
[642.799,225.4335],
[643,201.0352],
[643.2,208.8641],
[643.401,219.2716],
[643.6,202.0546],
[643.8,192.9283],
[643.999,222.1986],
[644.399,203.0093],
[644.6,207.9038],
[644.8,212.752],
[645,192.26670000000001],
[645.199,198.1321],
[645.399,228.38739999999999],
[645.6,193.2429],
[645.8,228.07459999999998],
[646.199,227.39180000000002],
[646.4,200.08],
[646.599,191.3092],
[646.799,191.2576],
[646.999,189.3436],
[647.199,189.3543],
[647.401,209.9359],
[647.799,1464.0255],
[647.999,245.0143],
[648.2,212.7163],
[648.4,243.02450000000002],
[648.599,215.6955],
[648.8,212.7672],
[649,200.0835],
[649.2,194.2406],
[649.599,201.0763],
[649.801,1392.5598],
[649.999,189.9939],
[650.199,199.7687],
[650.4,223.5047],
[650.599,203.9847],
[650.799,212.7685],
[650.999,192.2626],
[651.199,187.3789],
[651.599,190.3209],
[651.799,201.0369],
[652,196.07569999999998],
[652.199,192.54399999999998],
[652.401,197.1521],
[652.6,199.10430000000002],
[652.799,1399.0457000000001],
[653,203.00799999999998],
[653.399,196.22039999999998],
[653.599,199.0839],
[653.799,205.15030000000002],
[654,193.51399999999998],
[654.199,209.8398],
[654.4,196.6168],
[654.599,205.93130000000002],
[655.001,228.38430000000002],
[655.201,189.3432],
[655.399,184.4401],
[655.599,188.3428],
[655.799,197.6423],
[655.999,194.8186],
[656.199,190.32],
[656.399,233.68050000000002],
[656.8,189.7974],
[656.999,200.0892],
[657.199,210.8065],
[657.4,202.03209999999999],
[657.599,190.31619999999998],
[657.799,191.3029],
[657.999,210.8163],
[658.201,214.7201],
[658.401,185.44],
[658.799,202.0808],
[659,188.3724],
[659.199,181.5154],
[659.399,188.3728],
[659.599,200.09799999999998],
[659.799,190.29760000000002],
[659.999,234.2458],
[660.201,188.9718],
[660.6,191.2956],
[660.801,198.4097],
[660.999,195.5288],
[661.199,197.1703],
[661.4,209.854],
[661.601,237.166],
[661.799,217.648],
[662.199,256.6639],
[662.399,213.3186],
[662.601,208.4263],
[662.799,230.3624],
[663,257.6643],
[663.199,228.8903],
[663.4,202.0247],
[663.599,244.9698],
[663.8,196.1473],
[664.199,201.0567],
[664.4,194.22490000000002],
[664.6,207.0179],
[664.799,195.811],
[664.999,202.27890000000002],
[665.199,203.6517],
[665.4,208.86509999999998],
[665.801,1375.7848999999999],
[665.999,199.11780000000002],
[666.199,203.0009],
[666.4,201.0786],
[666.6,193.2314],
[666.799,209.47750000000002],
[666.999,205.6253],
[667.199,209.25070000000002],
[667.399,192.2963],
[667.8,205.95510000000002],
[668.001,206.8934],
[668.201,196.1881],
[668.399,204.00869999999998],
[668.6,220.5759],
[668.8,195.51260000000002],
[668.999,204.3793],
[669.399,191.9802],
[669.599,208.08599999999998],
[669.801,210.8172],
[670.001,195.196],
[670.199,192.2922],
[670.399,198.1047],
[670.599,213.7439],
[670.8,201.056],
[671.2,202.6056],
[671.399,182.0825],
[671.6,186.0942],
[671.799,185.164],
[671.999,193.24730000000002],
[672.199,200.07920000000001],
[672.399,189.3443],
[672.599,191.29579999999999],
[672.999,218.6258],
[673.2,199.6654],
[673.4,202.40630000000002],
[673.601,191.296],
[673.801,197.23399999999998],
[673.999,190.31609999999998],
[674.199,194.29850000000002],
[674.399,209.8403],
[674.8,189.3441],
[674.999,195.17960000000002],
[675.199,200.07559999999998],
[675.4,220.5758],
[675.601,190.12609999999998],
[675.799,232.5228],
[675.999,202.043],
[676.199,195.7458],
[676.599,252.7821],
[676.8,1384.6394],
[677,207.8874],
[677.2,196.1989],
[677.399,197.1523],
[677.599,204.9601],
[677.8,196.1772],
[678,197.8193],
[678.199,216.6499],
[678.599,197.2388],
[678.799,192.2521],
[678.999,187.3918],
[679.199,217.6474],
[679.4,208.8394],
[679.6,192.2593],
[679.799,188.3479],
[680.2,225.83159999999998],
[680.399,189.9924],
[680.599,203.8235],
[680.8,204.2235],
[680.999,234.4357],
[681.2,199.6234],
[681.399,216.6921],
[681.6,203.0062],
[682,205.9362],
[682.2,190.31980000000001],
[682.399,218.63750000000002],
[682.6,194.8486],
[682.799,201.2561],
[683,208.8678],
[683.201,192.6454],
[683.399,193.7398],
[683.801,184.46380000000002],
[683.999,201.0516],
[684.2,197.1791],
[684.399,207.8638],
[684.6,190.30769999999998],
[684.799,191.2813],
[684.999,234.3578],
[685.2,218.8015],
[685.401,218.6302],
[685.8,189.3436],
[685.999,220.55949999999999],
[686.2,227.38400000000001],
[686.401,235.2114],
[686.601,213.744],
[686.8,256.68469999999996],
[686.999,202.5372],
[687.401,201.4125],
[687.599,206.9083],
[687.8,208.5449],
[687.999,200.07430000000002],
[688.199,211.80579999999998],
[688.4,205.93210000000002],
[688.6,187.3869],
[688.799,243.0244],
[689,239.1395],
[689.4,187.601],
[689.599,189.3444],
[689.799,182.5511],
[689.999,214.71599999999998],
[690.2,236.19650000000001],
[690.4,203.9803],
[690.6,195.1951],
[691,184.4635],
[691.2,202.03189999999998],
[691.401,196.2428],
[691.599,194.8513],
[691.799,193.62879999999998],
[691.999,201.0517],
[692.199,202.00660000000002],
[692.4,234.24],
[692.799,222.52769999999998],
[693,194.2237],
[693.199,203.00789999999998],
[693.4,209.846],
[693.601,185.4408],
[693.801,192.6585],
[693.999,207.66109999999998],
[694.199,194.2226],
[694.6,1491.3165999999999],
[694.799,229.3357],
[695,251.7801],
[695.199,235.21200000000002],
[695.4,215.3109],
[695.599,231.6898],
[695.801,206.8876],
[695.999,1507.6678000000002],
[696.199,198.2315],
[696.6,207.8828],
[696.799,203.959],
[696.999,205.9801],
[697.2,230.33110000000002],
[697.4,246.4481],
[697.601,196.8091],
[697.799,202.6255],
[697.999,191.29579999999999],
[698.4,197.3509],
[698.6,197.77929999999998],
[698.799,213.72],
[699,203.0026],
[699.201,193.2671],
[699.401,194.2123],
[699.599,190.32],
[699.999,224.0899],
[700.201,197.29469999999998],
[700.399,205.4925],
[700.6,217.4088],
[700.799,186.9537],
[700.999,197.85549999999998],
[701.2,193.2286],
[701.399,188.365],
[701.799,195.2004],
[701.999,217.6477],
[702.2,191.2913],
[702.399,206.4791],
[702.599,191.5616],
[702.799,200.7296],
[702.999,216.6764],
[703.2,191.0173],
[703.599,188.38260000000002],
[703.799,208.8641],
[704,195.1833],
[704.199,193.24530000000001],
[704.399,200.0558],
[704.599,203.984],
[704.8,240.7113],
[704.999,200.1061],
[705.401,178.60670000000002],
[705.599,190.3331],
[705.799,200.06029999999998],
[705.999,212.788],
[706.2,192.248],
[706.399,212.7634],
[706.6,200.6198],
[706.799,198.77710000000002],
[707.199,199.09789999999998],
[707.399,197.6529],
[707.599,220.1243],
[707.801,197.1526],
[708,189.3568],
[708.199,178.62449999999998],
[708.399,197.1368],
[708.599,183.4755],
[708.799,195.1998],
[709.201,193.517],
[709.399,200.0753],
[709.599,202.66590000000002],
[709.799,209.1449],
[709.999,209.8664],
[710.2,231.3117],
[710.4,206.91209999999998],
[710.599,206.9114],
[711.001,203.00789999999998],
[711.201,229.8612],
[711.399,205.1859],
[711.599,208.87130000000002],
[711.801,198.89329999999998],
[711.999,194.6458],
[712.199,189.83829999999998],
[712.401,209.8403],
[712.799,216.6592],
[712.999,199.1045],
[713.199,198.1309],
[713.399,212.76680000000002],
[713.6,195.7411],
[713.799,203.4241],
[713.999,219.6037],
[714.2,1494.8975],
[714.6,200.08020000000002],
[714.8,254.76339999999996],
[715,227.40779999999998],
[715.2,223.5042],
[715.399,210.81449999999998],
[715.601,204.9609],
[715.801,202.58290000000002],
[715.999,197.152],
[716.399,201.9821],
[716.6,210.8168],
[716.8,199.1036],
[716.999,1433.8123999999998],
[717.2,205.9362],
[717.4,198.1224],
[717.599,213.7321],
[717.8,204.961],
[718.2,220.7586],
[718.401,201.0564],
[718.599,186.0088],
[718.799,204.9761],
[719,1534.5933],
[719.201,201.7208],
[719.399,211.444],
[719.8,199.104],
[719.999,187.42690000000002],
[720.199,197.152],
[720.399,203.0195],
[720.6,196.1997],
[720.8,198.7737],
[720.999,189.76489999999998],
[721.199,186.42819999999998],
[721.599,186.4162],
[721.801,196.1755],
[722,182.5119],
[722.199,1369.2343],
[722.399,197.1571],
[722.599,206.9124],
[722.799,186.8841],
[723,192.0848],
[723.199,204.9607],
[723.599,198.4436],
[723.799,191.2955],
[723.999,188.38240000000002],
[724.199,194.22400000000002],
[724.399,195.2007],
[724.599,183.488],
[724.801,203.98350000000002],
[725.199,207.5222],
[725.4,186.1402],
[725.6,191.9486],
[725.799,190.5235],
[726.001,193.2483],
[726.201,192.27159999999998],
[726.399,193.23950000000002],
[726.599,194.2238],
[726.999,195.21740000000003],
[727.199,192.842],
[727.401,201.7667],
[727.599,211.56130000000002],
[727.799,204.51649999999998],
[727.999,198.6378],
[728.2,203.53470000000002],
[728.399,192.2551],
[728.799,197.1516],
[729,1525.2409],
[729.2,215.6961],
[729.401,206.8928],
[729.601,200.80120000000002],
[729.8,208.86769999999999],
[730.001,206.2406],
[730.199,246.6377],
[730.399,357.1324],
[730.799,202.0324],
[730.999,192.27839999999998],
[731.199,195.20170000000002],
[731.399,232.28730000000002],
[731.6,204.959],
[731.799,211.7921],
[732,199.10420000000002],
[732.4,228.3839],
[732.601,194.22320000000002],
[732.801,218.62400000000002],
[732.999,193.6457],
[733.199,211.7777],
[733.4,209.4723],
[733.6,217.6702],
[733.8,200.0637],
[734.199,229.37279999999998],
[734.4,203.983],
[734.599,240.1085],
[734.8,215.7013],
[735.001,214.72],
[735.201,203.9965],
[735.399,242.59439999999998],
[735.599,231.8644],
[735.8,201.0709],
[736.199,208.0656],
[736.401,195.1978],
[736.6,224.5019],
[736.799,193.786],
[736.999,203.98430000000002],
[737.2,200.08],
[737.4,220.1069],
[737.599,195.2003],
[737.999,201.7576],
[738.199,204.9733],
[738.4,189.3314],
[738.599,201.0565],
[738.799,208.8396],
[739,192.26309999999998],
[739.199,184.1255],
[739.399,201.0399],
[739.8,211.7939],
[740,193.2565],
[740.2,208.8765],
[740.401,191.3218],
[740.599,199.9767],
[740.8,192.7646],
[740.999,195.5165],
[741.201,182.6949],
[741.599,197.78109999999998],
[741.799,194.9187],
[742,203.5163],
[742.199,191.30720000000002],
[742.399,203.9957],
[742.6,237.1691],
[742.8,237.1875],
[743,197.152],
[743.401,200.3261],
[743.599,197.5366],
[743.799,198.12769999999998],
[744,190.33710000000002],
[744.201,200.5343],
[744.399,196.1757],
[744.599,201.0555],
[744.8,1606.4996],
[745.2,222.5332],
[745.401,209.86520000000002],
[745.601,230.3596],
[745.799,245.9641],
[745.999,248.87980000000002],
[746.199,244.0012],
[746.399,211.78730000000002],
[746.6,202.0513],
[747,209.84040000000002],
[747.2,205.9365],
[747.4,199.10549999999998],
[747.599,190.3356],
[747.8,249.8382],
[748.001,248.88060000000002],
[748.199,193.98180000000002],
[748.4,211.7922],
[748.8,191.4668],
[749.001,208.8775],
[749.201,186.4159],
[749.399,192.2491],
[749.599,203.6632],
[749.801,190.3499],
[750.001,218.9132],
[750.199,191.296],
[750.6,197.1521],
[750.799,193.2704],
[750.999,193.9197],
[751.2,187.4015],
[751.401,201.0564],
[751.599,204.95759999999999],
[751.799,211.7831],
[751.999,198.1281],
[752.399,201.0554],
[752.6,204.9749],
[752.8,186.4688],
[752.999,189.3659],
[753.199,199.0877],
[753.399,195.3376],
[753.6,189.3668],
[753.999,200.9071],
[754.199,189.35569999999998],
[754.399,190.29479999999998],
[754.599,202.0163],
[754.8,192.2765],
[754.999,199.8654],
[755.199,188.3564],
[755.399,190.296],
[755.8,193.24839999999998],
[756.001,188.3687],
[756.201,198.10649999999998],
[756.399,195.2007],
[756.599,210.8175],
[756.8,205.94039999999998],
[756.999,202.0539],
[757.2,244.9631],
[757.4,188.3689],
[757.799,203.9928],
[758,202.0334],
[758.2,206.9123],
[758.401,218.6049],
[758.601,206.25],
[758.799,232.7086],
[759.001,212.7521],
[759.4,203.0709],
[759.601,243.02370000000002],
[759.799,226.55780000000001],
[759.999,196.9292],
[760.2,203.9596],
[760.399,204.9686],
[760.599,218.6233],
[760.799,223.5046],
[760.999,190.3195],
[761.399,198.1368],
[761.599,194.2093],
[761.799,193.2508],
[761.999,191.3],
[762.199,195.2001],
[762.4,189.3633],
[762.601,201.6262],
[762.799,194.22420000000002],
[763.2,192.2712],
[763.401,200.0782],
[763.599,203.0126],
[763.799,208.6172],
[764.001,191.2966],
[764.199,196.1758],
[764.399,184.4589],
[764.799,191.3206],
[764.999,202.04649999999998],
[765.2,185.4356],
[765.399,202.0276],
[765.599,207.86450000000002],
[765.8,204.9795],
[766,201.57430000000002],
[766.199,221.54309999999998],
[766.599,215.2549],
[766.8,198.12789999999998],
[766.999,234.2397],
[767.199,203.9957],
[767.399,1542.4465],
[767.601,209.9083],
[767.799,208.8578],
[767.999,206.66029999999998],
[768.401,218.63170000000002],
[768.599,213.7321],
[768.799,199.6765],
[769,199.1052],
[769.2,193.2468],
[769.401,248.87980000000002],
[769.599,197.1601],
[769.799,204.9732],
[770.2,224.4838],
[770.4,213.757],
[770.599,219.5982],
[770.8,198.1275],
[770.999,215.68300000000002],
[771.2,208.8598],
[771.4,203.0077],
[771.601,208.4103],
[771.801,224.8359],
[772.199,216.6817],
[772.4,211.79229999999998],
[772.6,208.977],
[772.8,197.2333],
[773,201.0563],
[773.199,205.936],
[773.399,209.8401],
[773.799,210.8168],
[774,258.6534],
[774.2,212.7726],
[774.399,219.61149999999998],
[774.6,209.8364],
[774.8,238.1395],
[775,218.62400000000002],
[775.201,215.6968],
[775.599,197.8132],
[775.799,211.7929],
[776.001,206.91680000000002],
[776.201,203.9896],
[776.399,200.07559999999998],
[776.599,208.09820000000002],
[776.8,207.8749],
[777,200.08],
[777.399,1633.4939],
[777.6,238.1247],
[777.8,297.3192],
[778.001,219.2489],
[778.2,219.6002],
[778.4,210.8111],
[778.6,269.3767],
[778.801,226.4289],
[779.001,204.2073],
[779.399,216.24540000000002],
[779.599,216.1804],
[779.8,211.792],
[780.001,208.8642],
[780.201,199.1045],
[780.399,203.9947],
[780.6,204.9617],
[780.999,200.1034],
[781.199,241.0504],
[781.4,244.0001],
[781.6,251.82860000000002],
[781.8,209.559],
[782,212.4063],
[782.2,218.524],
[782.399,234.2388],
[782.799,203.9823],
[782.999,217.82770000000002],
[783.2,231.3116],
[783.4,196.1922],
[783.6,204.9592],
[783.801,206.8921],
[784.001,212.7686],
[784.199,205.91819999999998],
[784.399,234.1669],
[784.799,197.1358],
[784.999,193.268],
[785.199,201.05980000000002],
[785.4,207.59279999999998],
[785.599,205.4723],
[785.8,222.5442],
[786.001,209.2225],
[786.4,228.3835],
[786.6,200.08100000000002],
[786.799,210.53259999999997],
[786.999,211.7922],
[787.2,196.1755],
[787.399,202.0316],
[787.6,222.5151],
[787.8,197.1512],
[788.201,232.2893],
[788.401,213.8861],
[788.6,207.53289999999998],
[788.801,192.2719],
[789.001,204.9609],
[789.199,200.0812],
[789.399,192.8697],
[789.6,248.8803],
[789.801,213.7444],
[790.199,204.9599],
[790.4,186.438],
[790.599,200.5735],
[790.8,201.0559],
[791.001,205.9358],
[791.199,1485.4815],
[791.399,193.2728],
[791.799,191.296],
[791.999,205.1463],
[792.201,190.01770000000002],
[792.399,210.62230000000002],
[792.599,194.22390000000001],
[792.799,209.8497],
[793,205.9358],
[793.201,199.1028],
[793.599,195.2092],
[793.799,217.6457],
[794,196.1512],
[794.199,194.2365],
[794.399,230.43869999999998],
[794.599,234.4684],
[794.799,195.9497],
[794.999,198.12779999999998],
[795.199,210.81230000000002],
[795.599,188.3913],
[795.799,203.9838],
[796,197.1522],
[796.2,214.71609999999998],
[796.401,199.0943],
[796.599,191.2959],
[796.799,229.35],
[797,193.26479999999998],
[797.399,191.2799],
[797.599,196.1727],
[797.799,202.0322],
[798,206.9164],
[798.2,203.0084],
[798.4,217.21599999999998],
[798.599,193.8318],
[798.799,1594.7841999999998],
[799.199,222.528],
[799.4,216.667],
[799.599,205.9394],
[799.799,236.19209999999998],
[800,204.9724],
[800.2,200.0719],
[800.399,191.28310000000002],
[800.601,209.8434],
[800.999,202.2538],
[801.199,204.9625],
[801.4,211.6511],
[801.6,204.9614],
[801.799,235.215],
[802,210.8165],
[802.199,210.6437],
[802.6,203.98450000000003],
[802.8,210.7936],
[803,210.7993],
[803.2,210.8157],
[803.401,215.69150000000002],
[803.601,206.91660000000002],
[803.799,1810.0833],
[803.999,219.6132],
[804.2,224.4802],
[804.599,225.6981],
[804.799,222.10469999999998],
[804.999,236.5898],
[805.2,220.212],
[805.399,217.649],
[805.599,207.9039],
[805.799,219.6098],
[806.2,241.0531],
[806.4,209.84],
[806.6,231.31189999999998],
[806.8,203.98569999999998],
[806.999,235.2154],
[807.2,192.2722],
[807.4,213.2756],
[807.599,239.1294],
[808,193.2482],
[808.199,228.3837],
[808.4,205.9366],
[808.6,212.3161],
[808.799,220.58520000000001],
[809,208.8702],
[809.199,210.957],
[809.401,210.8172],
[809.799,237.4095],
[809.999,200.0804],
[810.199,197.1517],
[810.399,215.6958],
[810.6,203.9805],
[810.8,197.14509999999999],
[810.999,195.8351],
[811.199,195.1925],
[811.399,194.22410000000002],
[811.8,211.7921],
[812.001,193.2483],
[812.201,198.1276],
[812.4,193.24769999999998],
[812.599,192.8384],
[812.799,203.9941],
[813.001,213.27009999999999],
[813.4,218.6245],
[813.6,192.80030000000002],
[813.799,195.1989],
[813.999,201.0565],
[814.2,204.9599],
[814.4,193.2859],
[814.599,215.6958],
[814.8,211.79229999999998],
[815.199,210.791],
[815.4,186.0406],
[815.599,190.3203],
[815.799,194.2072],
[815.999,251.3538],
[816.2,350.6031],
[816.399,214.417],
[816.599,195.20080000000002],
[816.8,212.773],
[817.199,201.0556],
[817.4,195.3441],
[817.599,212.5603],
[817.799,193.23100000000002],
[817.999,191.3002],
[818.199,183.46380000000002],
[818.399,181.5364],
[818.8,197.12769999999998],
[818.999,1512.6919],
[819.199,361.7862],
[819.401,376.7365],
[819.599,217.6658],
[819.799,194.2223],
[819.999,220.2607],
[820.201,185.4398],
[820.399,212.76829999999998],
[820.799,192.2722],
[820.999,192.2722],
[821.199,186.0744],
[821.401,223.2684],
[821.6,205.9332],
[821.801,211.05519999999999],
[821.999,195.18740000000003],
[822.399,202.0334],
[822.6,192.2733],
[822.799,200.70080000000002],
[822.999,212.7671],
[823.2,210.8172],
[823.4,190.31980000000001],
[823.599,197.1683],
[823.799,199.0924],
[824.2,204.95360000000002],
[824.401,224.4616],
[824.601,206.9138],
[824.799,215.695],
[824.999,202.03189999999998],
[825.199,198.5479],
[825.399,203.00809999999998],
[825.6,215.41660000000002],
[825.799,241.07229999999998],
[826.2,244.9766],
[826.4,199.3443],
[826.599,206.1206],
[826.8,228.8871],
[826.999,207.8978],
[827.199,202.0272],
[827.399,197.1334],
[827.599,210.8157],
[827.999,194.2244],
[828.199,211.7925],
[828.4,207.88799999999998],
[828.6,193.24710000000002],
[828.799,203.9886],
[829.001,240.09120000000001],
[829.201,217.6478],
[829.401,197.0154],
[829.799,265.47159999999997],
[829.999,221.552],
[830.199,267.17400000000004],
[830.399,218.98899999999998],
[830.6,227.408],
[830.799,228.3847],
[830.999,264.49699999999996],
[831.199,215.6959],
[831.601,239.12369999999999],
[831.801,240.0963],
[831.999,235.2167],
[832.199,223.5029],
[832.399,218.6345],
[832.599,205.9405],
[832.799,196.0386],
[833.2,205.5853],
[833.4,259.2947],
[833.6,1698.6897999999999],
[833.8,239.1164],
[834,249.805],
[834.2,255.1863],
[834.399,210.7964],
[834.599,251.78220000000002],
[834.8,211.8095],
[835.2,231.30870000000002],
[835.4,241.06130000000002],
[835.6,208.8739],
[835.801,197.1476],
[835.999,186.4158],
[836.199,213.7477],
[836.4,191.296],
[836.599,207.8439],
[837.001,196.782],
[837.199,198.1325],
[837.399,184.46450000000002],
[837.6,193.27030000000002],
[837.801,257.313],
[838.001,242.6702],
[838.2,214.71480000000003],
[838.6,193.2431],
[838.801,205.936],
[838.999,193.2481],
[839.199,1566.1442000000002],
[839.4,204.9868],
[839.6,219.59300000000002],
[839.8,204.6037],
[839.999,200.0804],
[840.399,234.22390000000001],
[840.6,212.7595],
[840.8,198.7524],
[840.999,217.6652],
[841.2,228.3839],
[841.399,224.46099999999998],
[841.599,204.93970000000002],
[841.799,200.03889999999998],
[841.999,195.2003],
[842.4,210.8125],
[842.6,213.7432],
[842.801,260.60850000000005],
[843.001,194.3542],
[843.199,200.74790000000002],
[843.399,205.1045],
[843.599,243.2145],
[844,194.2148],
[844.199,220.5568],
[844.4,217.1749],
[844.599,195.1534],
[844.799,209.8399],
[845,214.7202],
[845.199,202.0317],
[845.399,208.86450000000002],
[845.6,229.36409999999998],
[845.999,201.0556],
[846.2,194.2367],
[846.4,192.2497],
[846.601,194.22400000000002],
[846.801,214.72050000000002],
[846.999,205.1764],
[847.199,204.6593],
[847.399,181.26069999999999],
[847.799,201.0554],
[847.999,233.27700000000002],
[848.2,214.3293],
[848.401,221.5772],
[848.601,236.1729],
[848.799,199.104],
[848.999,200.0797],
[849.199,197.153],
[849.599,197.69629999999998],
[849.8,221.55059999999997],
[849.999,1543.4205],
[850.199,237.1848],
[850.4,226.4321],
[850.599,219.46280000000002],
[850.799,204.5402],
[851.001,206.3933],
[851.4,204.23649999999998],
[851.599,202.03209999999999],
[851.799,185.4404],
[851.999,218.62609999999998],
[852.2,194.22390000000001],
[852.399,239.1182],
[852.6,212.76919999999998],
[853,265.47090000000003],
[853.199,261.546],
[853.401,231.4581],
[853.599,1690.4514000000001],
[853.799,217.6495],
[854,203.98669999999998],
[854.199,236.2052],
[854.4,245.1211],
[854.8,250.8338],
[855,218.625],
[855.2,204.9593],
[855.401,214.7245],
[855.601,297.6755],
[855.799,209.571],
[856,203.6745],
[856.2,213.7443],
[856.4,212.7208],
[856.8,197.1558],
[857,199.1039],
[857.2,210.82829999999998],
[857.399,192.91310000000001],
[857.6,211.7925],
[857.801,206.9195],
[858.001,203.0082],
[858.399,204.9604],
[858.6,196.7157],
[858.8,198.0355],
[859,223.50539999999998],
[859.201,260.63239999999996],
[859.399,207.8777],
[859.599,203.0199],
[859.799,252.842],
[860.199,203.0082],
[860.399,223.5056],
[860.6,196.15189999999998],
[860.799,191.3164],
[860.999,195.91],
[861.199,197.1521],
[861.399,197.15179999999998],
[861.599,218.6242],
[862,1666.6870999999999],
[862.2,280.7666],
[862.401,214.3991],
[862.6,237.1665],
[862.8,205.936],
[863,206.9123],
[863.201,225.4565],
[863.401,224.6459],
[863.799,209.8005],
[864,238.1439],
[864.2,248.9008],
[864.4,248.8951],
[864.6,209.84050000000002],
[864.8,205.95649999999998],
[865,195.4948],
[865.199,202.9618],
[865.6,201.05870000000002],
[865.8,196.177],
[865.999,230.3352],
[866.2,206.65130000000002],
[866.399,200.1085],
[866.599,229.33429999999998],
[866.8,203.0035],
[866.999,197.17950000000002],
[867.199,206.91019999999997],
[867.599,198.1276],
[867.799,211.79590000000002],
[868,191.29479999999998],
[868.201,198.12789999999998],
[868.4,197.1522],
[868.599,199.1037],
[868.799,196.0352],
[869.2,205.0921],
[869.4,243.4631],
[869.6,223.0335],
[869.8,207.8872],
[869.999,211.82129999999998],
[870.2,188.3708],
[870.399,210.8184],
[870.6,206.9123],
[870.8,204.96439999999998],
[871.201,205.9357],
[871.401,225.4571],
[871.599,210.803],
[871.799,194.216],
[871.999,203.0071],
[872.2,207.8701],
[872.4,205.14180000000002],
[872.799,230.9553],
[873,207.5079],
[873.199,203.98450000000003],
[873.399,220.5757],
[873.6,194.22390000000001],
[873.799,210.8125],
[874,208.8927],
[874.2,230.34009999999998],
[874.4,232.2684],
[874.799,199.1013],
[875,205.17569999999998],
[875.201,207.8876],
[875.399,1564.6794000000002],
[875.599,259.6078],
[875.8,213.7483],
[875.999,207.8807],
[876.199,203.98420000000002],
[876.599,211.29029999999997],
[876.799,225.45770000000002],
[877,211.7884],
[877.201,203.9837],
[877.401,200.07639999999998],
[877.599,201.0581],
[877.799,196.1568],
[878.2,208.865],
[878.4,227.4082],
[878.6,196.1669],
[878.799,211.7938],
[879,261.571],
[879.2,223.50490000000002],
[879.4,217.643],
[879.601,210.8159],
[879.999,254.7354],
[880.199,243.024],
[880.399,210.8149],
[880.6,193.22539999999998],
[880.799,224.4801],
[881,209.8389],
[881.199,1627.2924],
[881.4,205.09],
[881.6,209.0561],
[881.999,220.26309999999998],
[882.199,210.00959999999998],
[882.399,244.0002],
[882.6,213.7432],
[882.8,204.554],
[882.999,206.9228],
[883.199,206.9255],
[883.6,209.8701],
[883.799,239.1196],
[884,233.1484],
[884.199,202.6431],
[884.399,207.8883],
[884.6,197.1521],
[884.799,216.6717],
[885,201.0563],
[885.401,203.9839],
[885.599,199.1044],
[885.799,202.0318],
[886,220.5758],
[886.2,1648.8336000000002],
[886.399,241.072],
[886.6,261.5677],
[886.8,224.2915],
[886.999,208.26],
[887.399,233.2637],
[887.599,210.8195],
[887.799,200.079],
[887.999,220.5854],
[888.2,223.2665],
[888.399,214.7201],
[888.599,195.1994],
[888.999,211.8171],
[889.2,208.6886],
[889.4,201.03209999999999],
[889.6,194.2051],
[889.799,212.7698],
[890.001,194.2412],
[890.201,203.984],
[890.399,236.1906],
[890.599,201.0565],
[890.999,196.1754],
[891.199,202.0349],
[891.4,202.0334],
[891.6,197.7379],
[891.799,210.9667],
[892,194.2244],
[892.199,197.86599999999999],
[892.599,187.5144],
[892.799,191.569],
[893.001,203.9885],
[893.199,195.1998],
[893.399,203.98420000000002],
[893.6,193.2627],
[893.799,188.3678],
[893.999,189.3445],
[894.4,202.7121],
[894.599,236.163],
[894.8,217.67049999999998],
[894.999,212.76829999999998],
[895.199,193.24769999999998],
[895.399,179.6181],
[895.6,194.1236],
[895.799,192.24949999999998],
[895.999,192.2721],
[896.4,202.0322],
[896.599,219.5997],
[896.799,192.2714],
[896.999,197.15279999999998],
[897.199,1655.503],
[897.4,203.00799999999998],
[897.6,252.76399999999998],
[897.8,214.7204],
[898.2,208.529],
[898.399,226.97480000000002],
[898.599,200.0795],
[898.799,203.0085],
[898.999,226.6158],
[899.2,210.8166],
[899.6,201.0568],
[899.8,217.6558] ];
var plot = new Dygraph(container, data, opts);
</script>
</body>
</html>