VegetaTesting/Windows/2020-04-20_8-win-plot-15m-5s.html

4173 lines
386 KiB
HTML
Raw Permalink Normal View History

2020-04-20 13:04:33 +02:00
<!doctype html>
<html>
<head>
<title>[Windows] 5 requests per second, 15 minutes (#8)</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 (#8)",
"labels": [
"Seconds",
": OK"
],
"ylabel": "Latency (ms)",
"xlabel": "Seconds elapsed",
"colors": [
"#A6DA83"
],
"legend": "always",
"showRoller": true,
"logScale": true,
"strokeWidth": 1.3
};
var data = [
[0,15556.8072],
[0.2,15357.7042],
[0.401,15284.946899999999],
[0.601,15263.4738],
[0.799,14904.2114],
[1.001,14685.5859],
[1.201,14664.0887],
[1.401,14285.4008],
[1.8010000000000002,13906.758],
[2,13557.598600000001],
[2.201,13484.8684],
[2.401,13284.7893],
[2.599,13086.6615],
[2.801,13064.2125],
[3.001,12685.525800000001],
[3.201,12485.4465],
[3.601,12113.5775],
[3.801,11755.398700000002],
[4.001,11685.1257],
[4.199,11357.8342],
[4.4,11286.5809],
[4.601,11264.1373],
[4.801,12039.0801],
[5.001,11112.8676],
[5.401,13112.501999999999],
[5.6,12475.0052],
[5.801,12093.7503],
[6.001,11893.6701],
[6.201,11066.4923],
[6.399,11242.679600000001],
[6.601,10583.3863],
[6.801,25542.561299999998],
[7.001,9838.527600000001],
[7.401,10168.5688],
[7.6,9970.4453],
[7.801,9291.6197],
[8.001,9894.0261],
[8.201,9873.531700000001],
[8.4,10113.5949],
[8.6,9295.4093],
[8.801,8291.5747],
[9.201,11462.7075],
[9.401,8493.6743],
[9.600999999999999,7490.8164],
[9.799,7841.7066],
[10.001,8512.8563],
[10.201,7694.3272],
[10.401,7673.8364],
[10.801,9121.7216],
[11.001,7512.380099999999],
[11.201,7634.0215],
[11.401,8508.8214],
[11.600999999999999,7233.8587],
[11.8,7104.3965],
[12.001,8663.349],
[12.2,6313.5681],
[12.600999999999999,7038.0948],
[12.801,6399.471100000001],
[13.001,6921.9276],
[13.201,7404.6878],
[13.401,6506.7626],
[13.600999999999999,5233.7857],
[13.799,6594.6068000000005],
[14.001,6184.6865],
[14.401,4785.2806],
[14.600999999999999,5582.9634],
[14.801,4191.8726],
[15,5185.2208],
[15.201,3792.1998000000003],
[15.401,4992.9506],
[15.6,5064.194299999999],
[15.8,4117.4802],
[16.199,3723.1718],
[16.401,3238.124],
[16.601,3322.0321999999996],
[16.801,3121.9571],
[17.001,3393.2835],
[17.2,3194.5260000000003],
[17.401,3600.0421],
[17.601,3062.2891999999997],
[18.001,2983.2122],
[18.199,2254.1399],
[18.401,2599.9842],
[18.6,1936.6607999999999],
[18.801,1801.9442],
[19,2011.7964000000002],
[19.2,1464.2761],
[19.401,1118.7802],
[19.801,863.7546],
[20.001,1027.7274],
[20.2,819.8182],
[20.4,603.1675],
[20.601,405.0023],
[20.8,305.4885],
[21.001,245.9663],
[21.201,240.0763],
[21.401,243.032],
[21.8,237.1431],
[22.001,307.1087],
[22.201,272.6],
[22.399,254.37130000000002],
[22.6,248.8786],
[22.8,239.0944],
[23.001,232.287],
[23.401,281.0935],
[23.599,267.4282],
[23.8,227.909],
[24.001,236.17450000000002],
[24.2,257.6505],
[24.401,243.617],
[24.601,234.8085],
[24.8,300.6496],
[25.2,243.99470000000002],
[25.4,250.8297],
[25.601,268.3991],
[25.8,248.8997],
[26,246.5863],
[26.2,314.25570000000005],
[26.4,266.4475],
[26.6,240.08679999999998],
[27.001,5344.9981],
[27.2,237.6774],
[27.401,360.1434],
[27.601,282.0552],
[27.801,250.832],
[28.001,242.051],
[28.199,249.87460000000002],
[28.4,224.479],
[28.8,310.3005],
[29,269.3951],
[29.2,235.2149],
[29.4,261.563],
[29.6,236.7548],
[29.801,243.0397],
[30.001,231.3281],
[30.201,224.4784],
[30.4,289.8485],
[30.801,263.65250000000003],
[31.001,263.5193],
[31.201,238.14579999999998],
[31.399,245.39440000000002],
[31.601,256.6872],
[31.801,319.13259999999997],
[32.001,265.4627],
[32.401,271.0599],
[32.601,229.35920000000002],
[32.8,254.7201],
[33,226.4324],
[33.201,257.6639],
[33.4,237.8702],
[33.601,243.073],
[33.801,254.11280000000002],
[34.001,230.3352],
[34.4,223.50400000000002],
[34.6,232.2835],
[34.8,226.4633],
[35,214.74099999999999],
[35.2,222.5364],
[35.401,218.6198],
[35.6,217.66379999999998],
[35.801,222.53],
[36.201,244.976],
[36.4,267.42379999999997],
[36.601,230.3357],
[36.8,245.9512],
[37,226.4213],
[37.2,224.4835],
[37.4,231.044],
[37.599,227.1539],
[38.001,238.1539],
[38.199,225.4547],
[38.4,219.59529999999998],
[38.6,235.3943],
[38.801,232.57059999999998],
[39,239.1206],
[39.2,238.1398],
[39.401,225.4336],
[39.8,232.2722],
[40,257.6635],
[40.2,228.3757],
[40.401,233.2683],
[40.6,237.1684],
[40.8,249.8559],
[41.001,249.6021],
[41.401,234.24259999999998],
[41.601,250.83129999999997],
[41.8,225.4571],
[42.001,220.57479999999998],
[42.199,235.19889999999998],
[42.4,220.3358],
[42.601,210.8161],
[42.799,244.6188],
[43.001,225.443],
[43.401,227.40779999999998],
[43.601,234.10500000000002],
[43.801,268.65709999999996],
[44,236.19109999999998],
[44.2,241.06289999999998],
[44.4,234.2397],
[44.601,226.43650000000002],
[44.8,234.2396],
[45.2,221.5714],
[45.401,256.7064],
[45.601,249.8551],
[45.801,259.5711],
[46,252.7838],
[46.2,227.9469],
[46.4,252.35920000000002],
[46.601,215.695],
[47,242.0471],
[47.2,231.30700000000002],
[47.401,227.15779999999998],
[47.6,265.2285],
[47.8,270.3521],
[48,224.48000000000002],
[48.2,224.5001],
[48.4,262.5431],
[48.8,232.3085],
[49,296.6827],
[49.2,284.991],
[49.401,226.4313],
[49.601,216.672],
[49.801,247.90390000000002],
[50.001,250.36710000000002],
[50.401,214.3581],
[50.601,230.88420000000002],
[50.8,240.6527],
[51,228.6396],
[51.201,219.6186],
[51.4,232.28289999999998],
[51.601,217.6598],
[51.8,225.4555],
[52.001,253.7756],
[52.401,222.5135],
[52.599,225.04569999999998],
[52.801,225.0379],
[53.001,218.64069999999998],
[53.2,215.40390000000002],
[53.4,225.4591],
[53.6,237.1456],
[53.8,259.6164],
[54.2,217.63940000000002],
[54.4,228.3834],
[54.601,204.95499999999998],
[54.8,216.67690000000002],
[55.001,211.7917],
[55.201,218.6236],
[55.401,233.9006],
[55.8,225.4555],
[56,223.5029],
[56.201,221.5799],
[56.399,220.5665],
[56.6,236.8409],
[56.801,225.47729999999999],
[57.001,208.8912],
[57.199,214.71529999999998],
[57.6,236.1905],
[57.8,213.7395],
[58,274.2458],
[58.201,259.6151],
[58.4,245.9521],
[58.601,223.5042],
[58.801,214.71970000000002],
[59,216.6491],
[59.401,246.94740000000002],
[59.599,229.3591],
[59.8,215.69840000000002],
[60,215.7111],
[60.2,220.576],
[60.4,232.28660000000002],
[60.6,217.66559999999998],
[60.8,249.8556],
[61.001,234.2394],
[61.4,241.8593],
[61.6,226.4322],
[61.801,233.2436],
[62.001,255.7094],
[62.2,255.7122],
[62.401,243.9923],
[62.6,233.26430000000002],
[63.001,212.3257],
[63.2,222.5281],
[63.401,228.8053],
[63.601,234.792],
[63.801,243.8708],
[64,228.9048],
[64.2,216.6721],
[64.4,245.95149999999998],
[64.8,223.5045],
[65.001,238.1362],
[65.2,299.63489999999996],
[65.401,237.78820000000002],
[65.6,215.4334],
[65.8,215.3767],
[66.001,228.9235],
[66.201,223.2595],
[66.6,254.7358],
[66.801,246.91070000000002],
[67.001,243.02519999999998],
[67.201,245.9384],
[67.401,233.2682],
[67.601,229.6293],
[67.801,251.21710000000002],
[68,241.6778],
[68.401,217.2027],
[68.6,224.0297],
[68.8,221.5514],
[69,230.3352],
[69.2,251.8305],
[69.4,226.4151],
[69.601,219.60160000000002],
[69.8,256.6802],
[70.201,215.1817],
[70.399,228.9622],
[70.6,247.6775],
[70.801,239.13889999999998],
[70.999,220.59480000000002],
[71.201,224.4874],
[71.4,222.56500000000003],
[71.6,225.4565],
[71.8,256.66670000000005],
[72.201,220.75459999999998],
[72.401,239.85989999999998],
[72.599,225.8384],
[72.801,222.2128],
[73,240.0799],
[73.2,247.9075],
[73.401,255.7371],
[73.601,231.2754],
[74.001,234.74110000000002],
[74.199,219.1299],
[74.401,227.9966],
[74.601,248.26119999999997],
[74.8,239.4823],
[75.001,219.5838],
[75.201,211.7902],
[75.6,214.7249],
[75.8,240.0512],
[76,222.5283],
[76.201,233.75789999999998],
[76.401,216.67700000000002],
[76.599,254.0152],
[76.8,225.7071],
[77.001,241.07229999999998],
[77.401,236.2017],
[77.6,242.0525],
[77.801,235.2165],
[78.001,239.1191],
[78.2,210.8161],
[78.401,215.7212],
[78.601,234.2371],
[78.801,242.4049],
[79,223.85340000000002],
[79.401,233.3082],
[79.599,232.2892],
[79.8,230.3356],
[80,243.01420000000002],
[80.2,239.1182],
[80.401,224.4795],
[80.601,222.5384],
[80.8,230.7329],
[81.2,224.8412],
[81.4,217.8872],
[81.6,240.0963],
[81.801,243.0239],
[81.999,228.4305],
[82.2,228.3834],
[82.4,249.83630000000002],
[82.801,223.50480000000002],
[83.001,238.1462],
[83.2,231.8726],
[83.4,274.28200000000004],
[83.6,255.71280000000002],
[83.8,226.43089999999998],
[84,238.14460000000003],
[84.2,225.4707],
[84.401,214.7329],
[84.801,229.3596],
[85.001,220.6894],
[85.2,223.2793],
[85.401,227.09689999999998],
[85.601,221.27530000000002],
[85.8,223.5222],
[86,216.66910000000001],
[86.401,223.54160000000002],
[86.601,231.27880000000002],
[86.801,230.3355],
[87,246.4692],
[87.201,222.2806],
[87.4,266.6639],
[87.6,222.52759999999998],
[87.801,213.1451],
[88.2,238.14460000000003],
[88.4,244.948],
[88.601,243.0116],
[88.801,219.6002],
[89.001,225.4543],
[89.201,229.0597],
[89.401,265.4554],
[89.6,220.19310000000002],
[90,237.8463],
[90.201,219.6298],
[90.401,222.5312],
[90.6,238.1301],
[90.8,266.4477],
[91.001,256.6869],
[91.2,224.4992],
[91.4,244.28040000000001],
[91.6,230.3386],
[92.001,213.2609],
[92.201,214.25],
[92.401,242.0457],
[92.601,240.0956],
[92.801,248.8787],
[93.001,221.5531],
[93.201,217.7216],
[93.6,254.1119],
[93.8,247.9007],
[94.001,228.2914],
[94.201,243.8433],
[94.4,219.60170000000002],
[94.601,240.0795],
[94.801,232.2872],
[94.999,222.5213],
[95.4,226.92309999999998],
[95.601,252.2246],
[95.801,219.0981],
[96,240.59249999999997],
[96.201,231.8403],
[96.401,217.9562],
[96.6,289.3094],
[96.801,231.3115],
[97.2,217.6644],
[97.4,212.7939],
[97.601,208.8595],
[97.801,238.14430000000002],
[98.001,249.40619999999998],
[98.2,271.327],
[98.401,225.47719999999998],
[98.6,219.01100000000002],
[99,254.74809999999997],
[99.2,248.88920000000002],
[99.4,241.0715],
[99.601,212.7657],
[99.801,227.40789999999998],
[100.001,307.8877],
[100.2,230.1822],
[100.4,218.2981],
[100.599,225.9738],
[101,249.86759999999998],
[101.201,230.3137],
[101.399,215.6904],
[101.6,245.9761],
[101.8,286.9429],
[102.001,224.47729999999999],
[102.201,276.72020000000003],
[102.401,225.13230000000001],
[102.8,230.3739],
[102.999,226.7075],
[103.201,233.66490000000002],
[103.401,244.97369999999998],
[103.6,231.2851],
[103.799,232.264],
[104,228.41],
[104.4,229.3716],
[104.6,219.60180000000003],
[104.8,237.0884],
[105,240.1034],
[105.201,225.883],
[105.399,229.383],
[105.6,220.5755],
[105.8,225.43099999999998],
[106.2,238.1558],
[106.4,231.3099],
[106.601,234.2174],
[106.8,249.83839999999998],
[107,236.8049],
[107.2,223.5236],
[107.4,232.2875],
[107.6,247.9081],
[107.8,254.77309999999997],
[108.201,219.5991],
[108.401,237.1677],
[108.599,228.7605],
[108.801,235.3168],
[109,227.4845],
[109.201,239.1034],
[109.401,223.4843],
[109.599,216.6994],
[110,227.4061],
[110.2,238.14360000000002],
[110.4,244.9789],
[110.601,234.493],
[110.8,241.25189999999998],
[111,235.8294],
[111.201,222.2705],
[111.601,233.80780000000001],
[111.8,266.4415],
[112,232.2894],
[112.2,243.0433],
[112.4,222.5471],
[112.6,238.14370000000002],
[112.8,233.26430000000002],
[113.001,237.03750000000002],
[113.2,228.041],
[113.6,226.5777],
[113.801,241.9348],
[114,229.358],
[114.201,243.0543],
[114.4,233.25019999999998],
[114.601,244.0155],
[114.8,237.16680000000002],
[115.001,213.7941],
[115.4,214.4363],
[115.6,232.7652],
[115.8,221.6176],
[116.001,238.4241],
[116.201,276.2117],
[116.4,225.4384],
[116.601,222.5397],
[117,248.89759999999998],
[117.2,233.26350000000002],
[117.401,247.9073],
[117.6,228.383],
[117.801,247.9125],
[118,238.1405],
[118.201,224.4626],
[118.401,226.4556],
[118.601,219.599],
[119,245.95680000000002],
[119.2,219.5991],
[119.401,244.6334],
[119.601,232.28799999999998],
[119.8,235.7468],
[120.001,235.5809],
[120.2,234.1401],
[120.4,247.9081],
[120.801,222.57160000000002],
[121,223.5038],
[121.2,238.1448],
[121.4,227.4066],
[121.601,225.83],
[121.8,238.4876],
[122.001,217.6631],
[122.401,241.5412],
[122.601,231.3108],
[122.801,257.66339999999997],
[123,236.1924],
[123.2,222.5334],
[123.4,220.5764],
[123.6,217.17510000000001],
[123.801,275.511],
[124.001,236.4966],
[124.401,236.9548],
[124.599,255.71450000000002],
[124.801,251.80530000000002],
[125,246.9399],
[125.2,224.48329999999999],
[125.401,229.3734],
[125.6,238.1413],
[126.001,239.4967],
[126.199,223.2181],
[126.4,240.1208],
[126.601,230.4984],
[126.8,259.6084],
[127,255.711],
[127.2,237.1789],
[127.4,254.7231],
[127.801,220.55089999999998],
[128.001,219.5976],
[128.201,231.2776],
[128.401,227.14249999999998],
[128.6,230.9312],
[128.8,253.3477],
[129.001,237.16680000000002],
[129.199,254.73610000000002],
[129.6,215.6949],
[129.8,228.3983],
[130,219.5859],
[130.2,227.65089999999998],
[130.4,215.23010000000002],
[130.601,219.60379999999998],
[130.8,237.7449],
[131,232.01749999999998],
[131.201,222.9684],
[131.6,236.1866],
[131.8,231.3114],
[132,240.0962],
[132.2,214.72],
[132.401,219.1874],
[132.601,229.3408],
[132.801,247.6749],
[133.201,227.3785],
[133.399,253.46819999999997],
[133.601,243.004],
[133.801,230.3357],
[134.001,229.3684],
[134.199,228.3836],
[134.4,231.3288],
[134.6,220.555],
[134.8,242.6362],
[135.199,243.51039999999998],
[135.401,267.42510000000004],
[135.601,236.1918],
[135.801,237.17569999999998],
[136.001,220.3869],
[136.201,232.8601],
[136.401,233.06189999999998],
[136.8,219.5899],
[137.001,232.2851],
[137.201,212.7685],
[137.399,222.5279],
[137.6,203.0082],
[137.8,212.7897],
[138.001,227.40730000000002],
[138.2,348.4479],
[138.4,228.3604],
[138.8,262.5831],
[138.999,232.9272],
[139.201,224.159],
[139.4,224.64249999999998],
[139.6,243.67430000000002],
[139.801,232.2882],
[140.001,222.52749999999997],
[140.2,241.07139999999998],
[140.601,227.40759999999997],
[140.801,222.5282],
[140.999,251.1816],
[141.201,249.7873],
[141.401,232.51440000000002],
[141.6,217.768],
[141.801,232.30980000000002],
[142.2,229.6438],
[142.4,249.8551],
[142.6,242.03459999999998],
[142.801,237.1727],
[143.001,223.5035],
[143.201,213.7424],
[143.401,220.5966],
[143.601,227.8938],
[143.801,250.8472],
[144.201,237.72299999999998],
[144.4,216.10850000000002],
[144.601,216.67149999999998],
[144.801,251.80780000000001],
[144.999,227.40779999999998],
[145.2,241.0725],
[145.4,212.7696],
[145.601,210.81730000000002],
[146.001,241.7762],
[146.2,247.9036],
[146.401,227.42770000000002],
[146.601,221.602],
[146.8,254.7358],
[147,252.8064],
[147.201,215.6955],
[147.601,227.4304],
[147.801,241.094],
[147.999,332.5033],
[148.2,274.0928],
[148.4,232.797],
[148.6,219.6013],
[148.8,236.1916],
[149,246.9279],
[149.401,213.743],
[149.6,218.6236],
[149.801,341.5992],
[150.001,235.1986],
[150.201,232.7848],
[150.4,245.9522],
[150.6,240.444],
[150.801,253.16539999999998],
[151,233.2491],
[151.399,275.2314],
[151.6,242.0477],
[151.8,237.19029999999998],
[152.001,236.1919],
[152.2,238.1431],
[152.401,244.0044],
[152.601,250.8459],
[152.801,211.7793],
[153.2,227.3904],
[153.4,217.6477],
[153.6,217.6487],
[153.8,227.4066],
[154.001,244.9889],
[154.2,223.4869],
[154.401,230.3348],
[154.801,221.8716],
[155,236.8557],
[155.201,213.332],
[155.401,236.976],
[155.601,220.6133],
[155.801,228.4033],
[156.001,237.1676],
[156.2,254.7756],
[156.401,230.32250000000002],
[156.799,250.563],
[157,227.1384],
[157.201,255.3664],
[157.401,234.9297],
[157.601,232.27130000000002],
[157.8,221.5791],
[158,226.4322],
[158.4,246.9259],
[158.6,222.5305],
[158.801,222.406],
[159,252.31199999999998],
[159.201,252.41819999999998],
[159.399,237.1585],
[159.601,219.58520000000001],
[159.801,265.4718],
[160,238.16590000000002],
[160.401,266.4303],
[160.601,262.5433],
[160.801,231.32829999999998],
[161.001,223.5037],
[161.201,223.52069999999998],
[161.399,237.34269999999998],
[161.601,223.925],
[161.8,210.81359999999998],
[162.201,227.40720000000002],
[162.401,271.3368],
[162.6,255.71169999999998],
[162.8,245.93519999999998],
[163.001,242.9365],
[163.201,249.4919],
[163.4,256.6929],
[163.601,231.9652],
[164.001,253.75799999999998],
[164.2,247.9034],
[164.4,234.2451],
[164.6,224.4484],
[164.8,238.1497],
[165,251.3506],
[165.201,245.4957],
[165.4,255.71460000000002],
[165.801,237.6087],
[166,243.6446],
[166.2,234.2386],
[166.401,229.35739999999998],
[166.6,242.0484],
[166.8,239.1169],
[167.001,244.0039],
[167.401,226.43540000000002],
[167.601,335.337],
[167.801,239.7699],
[168.001,283.7609],
[168.201,242.04410000000001],
[168.399,214.7325],
[168.6,219.58759999999998],
[168.8,235.2167],
[169,227.4168],
[169.4,254.6477],
[169.6,244.99009999999998],
[169.801,257.6501],
[170.001,241.9646],
[170.201,250.81900000000002],
[170.401,239.118],
[170.601,241.0745],
[171.001,226.4323],
[171.199,238.16580000000002],
[171.4,222.39000000000001],
[171.599,240.3385],
[171.8,232.29240000000001],
[172.001,224.0415],
[172.2,235.51549999999997],
[172.401,224.4616],
[172.8,265.2163],
[173,236.1919],
[173.2,234.2224],
[173.4,229.3594],
[173.6,220.5528],
[173.8,227.0926],
[174.001,227.40730000000002],
[174.2,248.9639],
[174.599,220.17139999999998],
[174.801,244.9627],
[175.001,232.2883],
[175.201,228.3957],
[175.4,224.5045],
[175.599,219.6003],
[175.8,231.2918],
[176.001,230.0399],
[176.399,216.6872],
[176.6,228.4041],
[176.8,220.56390000000002],
[177,220.5755],
[177.2,317.201],
[177.4,314.27],
[177.6,230.3358],
[177.8,236.1738],
[178,218.6265],
[178.401,254.52429999999998],
[178.601,243.77519999999998],
[178.801,253.76330000000002],
[179.001,241.0718],
[179.201,241.0699],
[179.401,227.4051],
[179.601,216.6713],
[180,309.3675],
[180.2,248.6767],
[180.399,226.0637],
[180.6,249.51919999999998],
[180.801,253.7782],
[181.001,227.4059],
[181.199,227.4069],
[181.4,250.81189999999998],
[181.6,286.9448],
[182.001,229.0634],
[182.201,215.3115],
[182.4,247.0752],
[182.6,220.68769999999998],
[182.801,225.9525],
[182.999,233.2638],
[183.2,272.3028],
[183.6,213.74380000000002],
[183.801,219.59890000000001],
[184,221.5523],
[184.2,233.1924],
[184.4,223.5021],
[184.6,229.7279],
[184.799,253.50060000000002],
[185.001,238.1583],
[185.399,222.5268],
[185.6,254.7235],
[185.8,237.1633],
[186,243.5828],
[186.201,237.1522],
[186.399,235.787],
[186.601,231.3134],
[186.8,224.40689999999998],
[187,240.1039],
[187.401,230.3356],
[187.599,245.95149999999998],
[187.8,253.7601],
[188,231.31099999999998],
[188.2,228.52810000000002],
[188.401,228.50039999999998],
[188.6,246.5308],
[188.8,220.5758],
[189.2,216.2039],
[189.4,236.53289999999998],
[189.6,236.191],
[189.8,252.7847],
[190,244.96200000000002],
[190.201,242.03369999999998],
[190.401,264.0087],
[190.6,220.1376],
[191.001,239.96300000000002],
[191.201,220.5977],
[191.401,220.55089999999998],
[191.6,236.69989999999999],
[191.801,250.9859],
[192.001,244.02280000000002],
[192.2,235.5523],
[192.6,229.3513],
[192.801,265.49129999999997],
[193.001,236.7462],
[193.201,258.18039999999996],
[193.4,239.3662],
[193.6,232.3037],
[193.801,216.6863],
[194,234.20270000000002],
[194.201,264.51239999999996],
[194.601,241.3511],
[194.801,248.1518],
[195,270.05780000000004],
[195.2,237.1675],
[195.4,256.68760000000003],
[195.601,219.5988],
[195.8,211.7921],
[196.201,250.84099999999998],
[196.4,222.5214],
[196.601,236.191],
[196.8,246.82299999999998],
[197,256.2207],
[197.2,222.56500000000003],
[197.4,253.76120000000003],
[197.6,278.16429999999997],
[197.801,237.1515],
[198.201,245.95139999999998],
[198.401,225.4538],
[198.601,220.1055],
[198.801,241.4214],
[199,229.6924],
[199.201,257.6684],
[199.4,224.09879999999998],
[199.601,279.1351],
[200.001,224.4581],
[200.2,377.7303],
[200.4,254.7355],
[200.601,243.99970000000002],
[200.801,231.31029999999998],
[201.001,248.4948],
[201.201,229.36339999999998],
[201.401,232.5874],
[201.801,243.0411],
[202.001,237.15200000000002],
[202.201,235.2149],
[202.401,246.9273],
[202.6,250.8335],
[202.8,248.87599999999998],
[203,261.4126],
[203.2,244.4005],
[203.601,234.35729999999998],
[203.8,259.5866],
[204,257.6638],
[204.2,257.66270000000003],
[204.4,244.0239],
[204.6,230.3299],
[204.801,228.40740000000002],
[205.2,231.17190000000002],
[205.401,355.9092],
[205.6,249.38750000000002],
[205.8,219.6521],
[206,238.144],
[206.201,249.8552],
[206.401,245.95159999999998],
[206.601,229.3581],
[206.801,236.19129999999998],
[207.2,232.42350000000002],
[207.401,231.2152],
[207.6,224.06560000000002],
[207.801,233.7468],
[208.001,260.5659],
[208.2,246.92690000000002],
[208.4,236.1996],
[208.601,250.8307],
[209.001,238.1209],
[209.201,244.0164],
[209.399,242.524],
[209.6,213.744],
[209.801,233.8373],
[210.001,225.6304],
[210.201,233.2399],
[210.6,226.4556],
[210.8,230.3356],
[211.001,211.7872],
[211.201,236.1859],
[211.4,224.9842],
[211.601,216.4394],
[211.801,239.42649999999998],
[212.001,227.4033],
[212.401,231.5152],
[212.6,223.50220000000002],
[212.8,239.1008],
[213,244.0003],
[213.201,215.69469999999998],
[213.401,234.2363],
[213.6,266.4479],
[213.8,224.9864],
[214,232.4664],
[214.4,229.8454],
[214.599,229.3587],
[214.8,236.1873],
[215,243.9958],
[215.2,234.2397],
[215.401,229.3431],
[215.6,229.36419999999998],
[216,224.1043],
[216.201,253.7585],
[216.399,238.8797],
[216.601,230.3347],
[216.801,274.26050000000004],
[216.999,228.3792],
[217.2,219.5999],
[217.4,246.931],
[217.6,223.505],
[218,237.1727],
[218.201,230.0102],
[218.4,231.6284],
[218.601,228.38410000000002],
[218.8,252.76690000000002],
[219.001,227.4244],
[219.201,213.7432],
[219.399,235.237],
[219.8,220.5906],
[220,226.80790000000002],
[220.2,217.0513],
[220.401,238.1707],
[220.601,221.5547],
[220.801,228.3837],
[220.999,217.6431],
[221.2,217.6468],
[221.6,232.2876],
[221.8,215.69299999999998],
[222,236.10709999999997],
[222.201,225.5741],
[222.4,231.69580000000002],
[222.6,212.6278],
[222.801,235.216],
[223.2,221.5482],
[223.4,243.0428],
[223.6,241.0711],
[223.801,212.7917],
[224.001,228.9292],
[224.201,245.752],
[224.4,235.686],
[224.6,219.3572],
[225,236.1917],
[225.2,229.347],
[225.4,230.35649999999998],
[225.6,237.1688],
[225.8,238.6663],
[226,223.4863],
[226.201,246.9687],
[226.401,243.8964],
[226.601,216.4244],
[227.001,225.198],
[227.201,240.09130000000002],
[227.4,217.6489],
[227.601,258.6508],
[227.801,243.01039999999998],
[228.001,230.3214],
[228.2,218.6223],
[228.4,252.14540000000002],
[228.8,240.8278],
[229.001,236.2336],
[229.201,248.47359999999998],
[229.401,233.579],
[229.6,251.3378],
[229.801,246.9316],
[230.001,235.2158],
[230.199,243.023],
[230.601,234.23669999999998],
[230.8,237.1653],
[231,223.74949999999998],
[231.201,233.27609999999999],
[231.401,235.974],
[231.6,260.67600000000004],
[231.801,250.83109999999996],
[232.201,218.6237],
[232.4,234.2398],
[232.599,241.0715],
[232.8,249.8397],
[233.001,233.04749999999999],
[233.199,244.99099999999999],
[233.4,215.9575],
[233.6,221.55059999999997],
[234,251.8046],
[234.201,216.6797],
[234.401,224.46710000000002],
[234.601,250.8308],
[234.801,230.14399999999998],
[235.001,216.3805],
[235.201,237.75959999999998],
[235.401,229.9489],
[235.601,239.2798],
[236.001,229.3513],
[236.2,240.0956],
[236.4,219.5993],
[236.601,260.5907],
[236.799,212.7874],
[237,241.0668],
[237.2,247.3114],
[237.6,246.9443],
[237.801,230.005],
[238,235.8857],
[238.201,225.4505],
[238.399,260.5923],
[238.6,271.3064],
[238.8,220.5529],
[239,225.43089999999998],
[239.2,240.0939],
[239.601,219.3211],
[239.8,217.28900000000002],
[239.999,241.71880000000002],
[240.201,290.3833],
[240.4,239.1196],
[240.601,232.2863],
[240.801,220.5951],
[241,239.1229],
[241.401,241.0931],
[241.601,228.46159999999998],
[241.8,237.1328],
[242,236.9288],
[242.201,232.96],
[242.399,228.38330000000002],
[242.6,245.9577],
[243.001,238.1246],
[243.2,362.119],
[243.401,228.9429],
[243.601,228.56799999999998],
[243.8,236.01069999999999],
[244,238.65030000000002],
[244.2,226.9599],
[244.401,233.78740000000002],
[244.601,224.5178],
[244.999,233.2792],
[245.2,230.3547],
[245.4,240.0807],
[245.6,238.143],
[245.801,241.07999999999998],
[246.001,223.0241],
[246.201,231.8713],
[246.6,212.0357],
[246.801,231.966],
[247.001,244.99370000000002],
[247.2,228.5387],
[247.401,229.7443],
[247.6,220.14600000000002],
[247.801,218.628],
[248.001,239.1208],
[248.201,218.60399999999998],
[248.6,229.3594],
[248.8,215.6801],
[249,227.209],
[249.2,229.3654],
[249.4,226.4606],
[249.6,246.9489],
[249.8,368.9269],
[250.001,234.2394],
[250.4,230.3393],
[250.601,250.85039999999998],
[250.8,330.5999],
[251.001,233.66410000000002],
[251.2,227.40789999999998],
[251.4,245.6059],
[251.6,267.7928],
[251.801,259.1442],
[252.2,228.385],
[252.401,230.33509999999998],
[252.6,256.6871],
[252.8,240.0961],
[253.001,221.5685],
[253.201,239.0863],
[253.4,231.32829999999998],
[253.601,261.5673],
[254,271.03860000000003],
[254.2,239.66670000000002],
[254.4,418.7025],
[254.601,262.5424],
[254.801,239.1419],
[255,241.0711],
[255.201,252.7569],
[255.6,241.07],
[255.8,219.5994],
[256.001,264.494],
[256.2,253.75930000000002],
[256.4,244.9798],
[256.601,235.2149],
[256.801,237.0333],
[257,252.78400000000002],
[257.401,240.0903],
[257.601,246.92680000000001],
[257.801,231.3108],
[258,267.39790000000005],
[258.2,254.72489999999996],
[258.401,240.10029999999998],
[258.601,232.2875],
[258.799,253.948],
[259.001,228.0851],
[259.401,221.7412],
[259.599,234.5323],
[259.8,352.2062],
[260,226.4264],
[260.2,225.4796],
[260.4,230.3348],
[260.6,230.3355],
[261,263.5196],
[261.2,233.2904],
[261.401,230.3362],
[261.6,375.6607],
[261.801,244.6731],
[262,266.44820000000004],
[262.2,228.38400000000001],
[262.4,236.18130000000002],
[262.6,220.5759],
[263,229.355],
[263.201,227.42000000000002],
[263.4,242.58450000000002],
[263.6,237.90359999999998],
[263.801,224.13340000000002],
[264.001,252.3141],
[264.201,246.92700000000002],
[264.4,224.4785],
[264.8,221.5519],
[265,227.4263],
[265.201,255.2003],
[265.4,221.0588],
[265.6,217.6435],
[265.8,235.7638],
[266,218.8554],
[266.401,244.0235],
[266.599,241.0695],
[266.8,219.6001],
[267.001,251.8247],
[267.2,216.67600000000002],
[267.4,247.88389999999998],
[267.6,238.75969999999998],
[267.8,229.3612],
[268.201,252.43490000000003],
[268.4,229.3628],
[268.6,222.5267],
[268.8,221.54080000000002],
[269,228.402],
[269.2,247.9043],
[269.4,239.10909999999998],
[269.601,216.67079999999999],
[270,254.36760000000004],
[270.201,246.57840000000002],
[270.399,226.88479999999998],
[270.601,219.5949],
[270.8,233.2461],
[271.001,418.7031],
[271.2,263.5009],
[271.401,386.4843],
[271.601,258.623],
[272,252.67840000000004],
[272.201,233.9492],
[272.401,261.7758],
[272.601,246.7386],
[272.8,260.59130000000005],
[273,237.1432],
[273.2,231.31099999999998],
[273.401,239.1419],
[273.801,235.1974],
[274,407.86060000000003],
[274.2,244.2722],
[274.401,245.57770000000002],
[274.6,228.9843],
[274.8,237.1892],
[275,230.3374],
[275.201,260.5977],
[275.6,227.40560000000002],
[275.8,219.6241],
[276,242.0477],
[276.201,243.0032],
[276.401,231.1811],
[276.601,241.61270000000002],
[276.801,257.0899],
[276.999,230.4956],
[277.4,228.36],
[277.6,228.38400000000001],
[277.8,275.2346],
[278,235.2353],
[278.2,246.92749999999998],
[278.4,241.0926],
[278.601,233.275],
[279.001,243.6206],
[279.201,227.4085],
[279.399,240.0951],
[279.6,213.7432],
[279.801,224.4788],
[280,237.1293],
[280.2,221.5675],
[280.401,234.9539],
[280.6,224.8367],
[281.001,222.79850000000002],
[281.201,253.0032],
[281.4,216.3093],
[281.601,227.942],
[281.801,236.1671],
[282.001,244.97369999999998],
[282.199,243.0102],
[282.4,413.8216],
[282.801,231.3121],
[283.001,251.8105],
[283.2,256.4042],
[283.401,248.64829999999998],
[283.601,232.2904],
[283.8,243.9991],
[284,239.14079999999998],
[284.401,231.32150000000001],
[284.6,222.5311],
[284.8,239.1189],
[285,247.648],
[285.2,237.1683],
[285.401,246.95839999999998],
[285.601,238.631],
[285.8,237.19219999999999],
[286.001,261.56800000000004],
[286.4,230.34029999999998],
[286.6,260.5917],
[286.8,281.40189999999996],
[287.001,239.4354],
[287.201,231.3911],
[287.401,226.96089999999998],
[287.6,227.8085],
[287.8,239.1362],
[288.201,238.14360000000002],
[288.4,279.15459999999996],
[288.601,251.80799999999996],
[288.801,270.352],
[289.001,230.3356],
[289.2,227.4262],
[289.401,229.9322],
[289.8,244.4365],
[290,245.3879],
[290.199,215.70510000000002],
[290.4,243.0147],
[290.6,249.842],
[290.801,231.3118],
[291.001,243.0239],
[291.2,233.2869],
[291.401,271.3277],
[291.8,254.41479999999999],
[292.001,230.6248],
[292.2,239.7841],
[292.4,246.9325],
[292.601,421.6322],
[292.801,237.1673],
[293.001,239.1193],
[293.401,215.6941],
[293.599,231.2863],
[293.799,244.0068],
[294,254.05519999999999],
[294.2,223.2122],
[294.401,227.91320000000002],
[294.601,223.5148],
[294.8,231.2999],
[295,252.78420000000003],
[295.401,237.2074],
[295.6,236.1909],
[295.801,222.5111],
[296.001,232.8591],
[296.201,242.04749999999999],
[296.4,225.97990000000001],
[296.6,224.46710000000002],
[296.8,401.13539999999995],
[297.201,220.5753],
[297.401,227.3966],
[297.6,234.767],
[297.8,249.85479999999998],
[298,217.0573],
[298.2,244.34130000000002],
[298.4,254.74599999999998],
[298.601,219.0845],
[299.001,222.5163],
[299.201,230.3372],
[299.399,236.2032],
[299.6,235.2156],
[299.8,218.6138],
[300,243.6967],
[300.199,225.1771],
[300.601,214.46599999999998],
[300.8,236.2209],
[301,244.9797],
[301.2,254.7476],
[301.401,222.5314],
[301.601,250.83329999999998],
[301.801,243.9923],
[302.001,236.2033],
[302.199,227.91400000000002],
[302.6,240.7041],
[302.8,229.3591],
[303.001,307.8778],
[303.201,252.7832],
[303.401,246.92720000000003],
[303.601,474.3345],
[303.801,252.7831],
[304,361.1346],
[304.401,244.961],
[304.601,231.6806],
[304.8,235.1773],
[305,238.47099999999998],
[305.201,234.96970000000002],
[305.4,239.22889999999998],
[305.6,250.83499999999998],
[305.801,231.3098],
[306.2,238.0846],
[306.401,259.59270000000004],
[306.601,259.4966],
[306.801,237.23340000000002],
[307.001,272.8876],
[307.201,234.39409999999998],
[307.401,247.5975],
[307.801,278.6961],
[307.999,236.19129999999998],
[308.201,225.456],
[308.4,226.423],
[308.6,270.3968],
[308.8,239.119],
[309,257.1934],
[309.201,235.60719999999998],
[309.601,217.6468],
[309.801,225.48770000000002],
[309.999,254.2682],
[310.201,225.4552],
[310.401,236.1916],
[310.601,252.7836],
[310.801,233.28019999999998],
[311.001,243.0287],
[311.199,244.0002],
[311.601,234.049],
[311.8,223.395],
[312.001,237.15339999999998],
[312.2,225.4502],
[312.401,240.0956],
[312.6,222.549],
[312.801,225.4573],
[313.2,236.1963],
[313.401,259.2162],
[313.6,234.6488],
[313.8,252.39010000000002],
[314,261.2654],
[314.2,254.52839999999998],
[314.401,234.4877],
[314.601,251.40269999999998],
[315.001,259.615],
[315.2,457.75260000000003],
[315.4,239.119],
[315.601,232.27419999999998],
[315.8,234.2537],
[316,236.6927],
[316.199,231.37650000000002],
[316.401,229.28879999999998],
[316.6,286.057],
[317.001,228.3666],
[317.2,225.4602],
[317.4,242.048],
[317.6,226.43179999999998],
[317.801,217.63309999999998],
[318.001,247.9028],
[318.201,222.10840000000002],
[318.4,249.6649],
[318.8,252.73669999999998],
[319.001,219.5986],
[319.2,222.57309999999998],
[319.4,401.1352],
[319.6,232.26579999999998],
[319.801,219.5984],
[320,245.0018],
[320.201,265.4717],
[320.601,238.14370000000002],
[320.8,220.17000000000002],
[321.001,245.15970000000002],
[321.2,247.4222],
[321.401,233.26420000000002],
[321.601,242.067],
[321.8,254.7351],
[322.2,215.69910000000002],
[322.401,222.53519999999997],
[322.6,222.5965],
[322.8,231.373],
[323,236.1944],
[323.2,228.90109999999999],
[323.4,235.2097],
[323.6,231.31119999999999],
[323.8,239.1188],
[324.201,237.1818],
[324.4,226.4196],
[324.601,223.5018],
[324.801,244.0425],
[325.001,267.4099],
[325.199,244.2577],
[325.401,250.35030000000003],
[325.799,236.1741],
[326,246.91070000000002],
[326.2,235.1988],
[326.4,242.0717],
[326.6,243.9998],
[326.801,227.4085],
[327.001,255.8088],
[327.199,233.90179999999998],
[327.6,253.8919],
[327.801,235.7322],
[328,228.383],
[328.201,232.2833],
[328.4,251.81170000000003],
[328.6,242.0489],
[328.801,237.1851],
[329.001,223.5034],
[329.4,225.23499999999999],
[329.601,245.53140000000002],
[329.8,250.69770000000003],
[330,293.48269999999997],
[330.2,229.3579],
[330.4,239.1269],
[330.6,469.45599999999996],
[330.801,469.4545],
[331.2,256.6877],
[331.4,247.3005],
[331.601,231.49249999999998],
[331.8,249.3627],
[332,230.4937],
[332.2,232.1003],
[332.4,239.1196],
[332.601,246.762],
[333.001,246.93390000000002],
[333.2,222.549],
[333.401,249.8602],
[333.601,219.6146],
[333.801,241.5793],
[334,227.8883],
[334.201,235.1941],
[334.4,232.8556],
[334.8,254.1617],
[335,224.5369],
[335.2,239.132],
[335.4,228.383],
[335.601,228.3807],
[335.801,225.4551],
[336.001,232.2892],
[336.199,224.5073],
[336.6,228.1658],
[336.799,239.78379999999999],
[337.001,232.2714],
[337.201,236.191],
[337.4,218.5992],
[337.599,230.3349],
[337.8,245.9633],
[338,236.1917],
[338.201,228.37109999999998],
[338.6,257.6631],
[338.801,235.6179],
[339,251.80849999999998],
[339.2,240.1174],
[339.401,260.59159999999997],
[339.599,237.1656],
[339.8,231.3005],
[340.2,437.4996],
[340.4,236.4428],
[340.601,299.2189],
[340.8,259.618],
[341,228.89010000000002],
[341.2,241.1078],
[341.4,217.6467],
[341.601,225.45100000000002],
[342,226.4317],
[342.2,242.0473],
[342.4,228.40779999999998],
[342.601,232.2517],
[342.8,259.3421],
[343,220.5402],
[343.201,223.25519999999997],
[343.401,259.6197],
[343.6,220.5762],
[344.001,225.4552],
[344.201,230.3116],
[344.401,231.3031],
[344.601,279.6767],
[344.801,272.42060000000004],
[345,241.0764],
[345.2,267.7641],
[345.401,261.57710000000003],
[345.801,229.34879999999998],
[346.001,249.8741],
[346.199,237.16789999999997],
[346.4,247.90300000000002],
[346.6,228.3837],
[346.8,235.21020000000001],
[347,226.4348],
[347.4,492.5885],
[347.601,255.2433],
[347.8,258.6521],
[348,238.14360000000002],
[348.2,242.0512],
[348.401,242.0522],
[348.601,226.43189999999998],
[348.801,235.2387],
[349,253.49179999999998],
[349.4,242.8692],
[349.599,230.8666],
[349.8,250.8087],
[350,237.1541],
[350.201,234.2486],
[350.401,241.0711],
[350.6,235.224],
[351,253.3108],
[351.2,246.0062],
[351.4,268.8229],
[351.599,223.3183],
[351.801,269.3427],
[352.001,222.52710000000002],
[352.199,248.88469999999998],
[352.4,220.576],
[352.6,244.9755],
[353.001,239.12279999999998],
[353.2,244.0061],
[353.401,228.1192],
[353.6,235.3478],
[353.8,235.9722],
[354,230.8846],
[354.2,228.91510000000002],
[354.6,232.2876],
[354.8,220.5753],
[355,237.1672],
[355.2,222.05949999999999],
[355.401,230.9765],
[355.599,247.9636],
[355.8,268.0598],
[356,242.8329],
[356.401,247.9089],
[356.6,238.1434],
[356.8,240.0988],
[357.001,240.0822],
[357.201,243.02450000000002],
[357.401,256.6798],
[357.601,232.56859999999998],
[357.801,261.41999999999996],
[358.201,231.8952],
[358.4,232.9659],
[358.6,238.14360000000002],
[358.8,227.4062],
[359.001,235.2137],
[359.2,224.4592],
[359.4,227.39409999999998],
[359.6,253.80550000000002],
[360.001,281.449],
[360.2,278.1725],
[360.401,231.35],
[360.601,232.2885],
[360.8,218.6206],
[361,222.5076],
[361.201,233.2466],
[361.401,276.1947],
[361.6,226.0451],
[362,241.5805],
[362.201,252.93890000000002],
[362.4,464.0443],
[362.6,244.12210000000002],
[362.801,240.69289999999998],
[363,251.809],
[363.201,286.9433],
[363.4,252.80570000000003],
[363.801,238.1301],
[364,242.0602],
[364.201,235.1829],
[364.401,249.9309],
[364.601,232.8016],
[364.8,231.9581],
[365,221.12109999999998],
[365.201,266.44689999999997],
[365.601,263.49879999999996],
[365.8,242.0309],
[366,287.9199],
[366.201,291.823],
[366.401,245.96529999999998],
[366.601,228.34199999999998],
[366.801,249.8563],
[367,226.31009999999998],
[367.4,230.3352],
[367.601,232.2883],
[367.8,220.5942],
[368,219.5995],
[368.201,248.6288],
[368.401,248.4344],
[368.6,237.3615],
[369,245.9503],
[369.2,235.19580000000002],
[369.401,263.4979],
[369.6,225.4412],
[369.801,238.1428],
[369.999,231.3186],
[370.201,219.6026],
[370.4,236.1914],
[370.801,257.6657],
[371.001,242.0586],
[371.201,235.204],
[371.401,228.3836],
[371.601,261.1841],
[371.801,268.3992],
[372.001,237.185],
[372.2,223.5037],
[372.601,233.26450000000003],
[372.801,221.5519],
[373,268.60220000000004],
[373.201,246.1387],
[373.4,246.92839999999998],
[373.601,239.1197],
[373.801,227.40869999999998],
[374.001,243.0277],
[374.399,220.5633],
[374.601,225.3666],
[374.8,248.7693],
[375,245.54909999999998],
[375.2,220.4494],
[375.4,232.7699],
[375.6,232.28799999999998],
[375.8,253.75910000000002],
[376.201,229.35920000000002],
[376.401,242.05180000000001],
[376.6,238.14370000000002],
[376.801,226.2143],
[377,234.3956],
[377.2,242.2503],
[377.4,223.3648],
[377.6,221.29319999999998],
[378,234.9032],
[378.2,290.8491],
[378.4,240.0967],
[378.601,217.64749999999998],
[378.801,219.58849999999998],
[379.001,220.60469999999998],
[379.201,264.491],
[379.401,272.3311],
[379.601,229.3761],
[380,216.6753],
[380.2,223.4743],
[380.4,237.8089],
[380.601,233.033],
[380.8,253.0228],
[381,241.6758],
[381.2,239.1196],
[381.401,250.05490000000003],
[381.801,244.9753],
[382.001,239.1201],
[382.2,246.91080000000002],
[382.401,240.1153],
[382.6,239.1428],
[382.801,217.64430000000002],
[383.001,228.7157],
[383.2,245.6541],
[383.601,235.2145],
[383.801,219.5997],
[384,239.1184],
[384.201,244.9757],
[384.401,250.8319],
[384.601,227.37769999999998],
[384.801,238.1584],
[384.999,265.46950000000004],
[385.4,248.88080000000002],
[385.6,226.4298],
[385.801,243.01229999999998],
[386,263.06829999999997],
[386.2,240.0891],
[386.4,242.0464],
[386.601,240.2124],
[387,247.90789999999998],
[387.201,229.90089999999998],
[387.4,230.31570000000002],
[387.6,247.9022],
[387.8,262.561],
[388.001,243.8981],
[388.2,244.0133],
[388.401,254.78220000000002],
[388.601,237.155],
[389.001,242.0288],
[389.201,277.1852],
[389.401,278.1552],
[389.601,247.9127],
[389.799,243.9992],
[390,243.98510000000002],
[390.2,223.50390000000002],
[390.6,265.47110000000004],
[390.801,243.0407],
[391,241.71880000000002],
[391.2,273.9678],
[391.399,250.0364],
[391.601,233.2629],
[391.801,240.6718],
[392.001,237.1867],
[392.2,219.5992],
[392.6,244.9753],
[392.801,236.1859],
[393.001,230.2093],
[393.2,231.2909],
[393.4,274.8347],
[393.601,235.0986],
[393.801,231.31119999999999],
[394.2,242.0276],
[394.4,224.7804],
[394.601,244.3166],
[394.8,233.264],
[395.001,239.1192],
[395.2,244.0135],
[395.401,232.3117],
[395.601,235.984],
[396.001,235.2156],
[396.201,228.3845],
[396.4,277.18330000000003],
[396.6,220.58259999999999],
[396.801,244.5388],
[397,272.0919],
[397.2,223.8931],
[397.4,232.6444],
[397.8,227.40759999999997],
[398.001,231.3115],
[398.201,235.21439999999998],
[398.399,232.28779999999998],
[398.601,236.1931],
[398.8,232.2849],
[399.001,242.04999999999998],
[399.2,250.8077],
[399.401,229.3585],
[399.8,226.43019999999999],
[400.001,243.4857],
[400.199,236.1848],
[400.4,248.8801],
[400.6,238.14350000000002],
[400.8,237.291],
[401.001,242.0375],
[401.401,230.3],
[401.601,241.0717],
[401.8,216.66289999999998],
[402.001,223.08259999999999],
[402.201,279.1355],
[402.4,255.71149999999997],
[402.601,507.517],
[402.801,272.30339999999995],
[403.001,443.104],
[403.401,245.9685],
[403.601,239.7345],
[403.8,237.17260000000002],
[404.001,253.76539999999997],
[404.201,221.5676],
[404.401,240.09050000000002],
[404.599,235.1992],
[404.8,229.02239999999998],
[405.201,253.7645],
[405.399,250.82900000000004],
[405.6,258.6391],
[405.8,507.0981],
[406,245.5273],
[406.201,249.8787],
[406.401,238.6413],
[406.6,292.79949999999997],
[407.001,255.7109],
[407.201,447.9784],
[407.401,230.3432],
[407.601,239.8373],
[407.801,234.2385],
[408.001,249.85479999999998],
[408.2,244.0141],
[408.4,233.2475],
[408.8,245.94940000000003],
[409,238.14260000000002],
[409.201,234.2395],
[409.401,233.2653],
[409.6,224.4791],
[409.8,257.6979],
[410,239.1187],
[410.4,226.4059],
[410.6,239.16989999999998],
[410.799,230.3195],
[410.999,226.4325],
[411.2,230.22560000000001],
[411.4,244.62439999999998],
[411.6,225.429],
[411.801,223.5033],
[412.2,226.1463],
[412.401,242.0453],
[412.601,251.8076],
[412.799,243.9985],
[413,236.1918],
[413.201,220.5757],
[413.4,232.28779999999998],
[413.6,240.0952],
[413.8,232.8057],
[414.201,248.8801],
[414.399,461.6472],
[414.6,237.1663],
[414.801,404.8234],
[415,256.4857],
[415.2,244.0132],
[415.4,254.75560000000002],
[415.8,264.49679999999995],
[416,244.9763],
[416.2,253.75809999999998],
[416.401,262.5442],
[416.601,261.5657],
[416.801,249.8559],
[417.001,240.0955],
[417.199,249.8349],
[417.4,247.90300000000002],
[417.8,226.43630000000002],
[418,249.86069999999998],
[418.2,255.7107],
[418.401,228.36890000000002],
[418.601,248.6504],
[418.8,247.67620000000002],
[419.001,267.3456],
[419.201,280.75280000000004],
[419.601,244.9759],
[419.8,261.5673],
[420.001,262.5554],
[420.201,258.6152],
[420.401,525.0862],
[420.601,265.4701],
[420.801,263.5277],
[421.001,238.13049999999998],
[421.401,244.977],
[421.6,255.3063],
[421.8,242.0526],
[422.001,228.368],
[422.201,234.23930000000001],
[422.401,281.0649],
[422.599,268.0449],
[422.8,232.9528],
[423.2,258.63960000000003],
[423.401,260.5921],
[423.601,247.9152],
[423.801,248.90529999999998],
[424.001,255.694],
[424.199,229.91400000000002],
[424.401,226.8519],
[424.8,229.3812],
[425,250.41170000000002],
[425.199,257.65900000000005],
[425.4,223.48229999999998],
[425.6,235.2162],
[425.8,260.5907],
[426,254.7398],
[426.2,220.5531],
[426.401,250.5864],
[426.8,244.01500000000001],
[427.001,229.3602],
[427.201,254.73620000000003],
[427.4,232.2917],
[427.601,234.5645],
[427.8,239.50279999999998],
[428,226.432],
[428.201,254.7352],
[428.6,224.4796],
[428.8,240.76829999999998],
[429,230.82340000000002],
[429.2,256.687],
[429.4,228.8351],
[429.6,224.4786],
[429.801,229.36970000000002],
[430.199,227.4093],
[430.401,235.2169],
[430.6,232.2871],
[430.8,239.1211],
[431,235.2162],
[431.201,255.71149999999997],
[431.4,235.2161],
[431.601,242.0258],
[432.001,251.81189999999998],
[432.2,229.3591],
[432.401,225.4556],
[432.601,216.6709],
[432.8,274.2599],
[433,226.41410000000002],
[433.2,241.7014],
[433.401,237.16809999999998],
[433.801,253.76],
[434.001,236.1914],
[434.201,218.92839999999998],
[434.4,227.4715],
[434.6,224.4934],
[434.8,243.998],
[435,246.9306],
[435.201,215.6954],
[435.601,471.4063],
[435.801,247.90470000000002],
[436.001,253.7601],
[436.199,224.4804],
[436.4,229.3599],
[436.6,235.7677],
[436.801,226.29070000000002],
[437,244.09230000000002],
[437.401,248.8812],
[437.601,268.4011],
[437.801,219.1314],
[438,232.7979],
[438.2,231.30970000000002],
[438.4,231.31119999999999],
[438.6,234.24],
[438.8,236.1944],
[439.2,260.5809],
[439.401,257.6637],
[439.601,217.6477],
[439.801,223.50490000000002],
[440.001,216.6807],
[440.201,227.4075],
[440.399,244.00050000000002],
[440.6,270.8589],
[440.8,232.3868],
[441.2,230.64200000000002],
[441.401,233.2652],
[441.601,224.4602],
[441.801,249.8546],
[442,244.97740000000002],
[442.2,231.3121],
[442.401,213.7431],
[442.8,243.0234],
[443,232.631],
[443.201,237.1653],
[443.401,215.696],
[443.6,214.7209],
[443.8,243.9975],
[444,236.1892],
[444.201,226.3459],
[444.4,259.473],
[444.8,244.8117],
[445,243.0157],
[445.201,260.5923],
[445.401,248.8874],
[445.6,224.4814],
[445.801,238.14430000000002],
[446,246.92680000000001],
[446.201,219.6002],
[446.601,220.57070000000002],
[446.801,218.6151],
[446.999,243.0244],
[447.2,261.5671],
[447.401,256.6882],
[447.6,241.0711],
[447.8,258.6394],
[448.001,230.4353],
[448.4,236.854],
[448.6,257.4554],
[448.8,238.14460000000003],
[449,257.6617],
[449.201,227.40759999999997],
[449.4,233.77200000000002],
[449.6,483.6993],
[450.001,256.2924],
[450.201,239.1194],
[450.399,234.2377],
[450.601,222.5268],
[450.8,235.0135],
[451,247.9049],
[451.2,245.9509],
[451.4,249.8553],
[451.801,226.43089999999998],
[452,222.183],
[452.2,215.6955],
[452.4,225.12650000000002],
[452.599,218.6231],
[452.8,237.1551],
[453,224.4794],
[453.4,244.0012],
[453.6,241.07139999999998],
[453.801,249.8347],
[454.001,235.2389],
[454.201,245.9513],
[454.4,238.14360000000002],
[454.601,227.93789999999998],
[454.8,216.6729],
[455,230.3513],
[455.4,231.2914],
[455.601,224.4794],
[455.8,223.5038],
[456.001,234.4723],
[456.2,229.3594],
[456.4,239.6531],
[456.601,240.10690000000002],
[457,249.8778],
[457.201,244.826],
[457.4,229.7084],
[457.6,217.3012],
[457.801,227.1508],
[458.001,232.8095],
[458.2,209.84],
[458.4,225.4434],
[458.601,210.3894],
[459,256.90160000000003],
[459.2,219.6],
[459.401,251.8062],
[459.601,215.6964],
[459.799,235.2169],
[460,235.2154],
[460.2,241.0715],
[460.4,225.4558],
[460.8,219.5897],
[461,246.4655],
[461.2,224.948],
[461.4,218.6219],
[461.6,225.4536],
[461.8,238.1229],
[462,240.0953],
[462.401,261.5654],
[462.601,224.48000000000002],
[462.801,218.6232],
[463.001,234.2391],
[463.201,220.5767],
[463.4,220.6983],
[463.6,218.6276],
[463.8,220.5725],
[464,250.83119999999997],
[464.401,230.3145],
[464.6,233.2631],
[464.8,219.1819],
[465,226.7817],
[465.2,232.2875],
[465.4,245.9528],
[465.6,240.0953],
[465.801,212.76819999999998],
[466.2,227.0399],
[466.401,225.4561],
[466.601,217.6319],
[466.801,221.55069999999998],
[467,244.9735],
[467.2,1301.8886],
[467.401,1305.7893000000001],
[467.8,1062.9358],
[468,888.4583],
[468.201,766.1655000000001],
[468.401,533.8788],
[468.601,295.7357],
[468.8,244.4143],
[469.001,235.2155],
[469.201,223.50400000000002],
[469.599,239.1184],
[469.8,255.7369],
[470.001,231.0182],
[470.201,212.76999999999998],
[470.399,260.5963],
[470.6,248.8805],
[470.8,237.1519],
[471.001,244.9623],
[471.201,220.6659],
[471.601,240.0953],
[471.8,228.3821],
[472.001,234.2401],
[472.2,229.3593],
[472.4,236.9956],
[472.6,232.51839999999999],
[472.801,240.55679999999998],
[473,225.9192],
[473.4,226.43189999999998],
[473.6,252.3396],
[473.8,221.8782],
[474,232.4355],
[474.201,225.7012],
[474.401,492.5876],
[474.601,215.696],
[474.799,232.2876],
[475.201,226.3191],
[475.4,212.7676],
[475.6,228.38420000000002],
[475.801,216.6699],
[476.001,231.31119999999999],
[476.199,231.4493],
[476.4,226.045],
[476.601,245.6286],
[477.001,227.4081],
[477.201,212.7679],
[477.4,218.6232],
[477.601,230.47639999999998],
[477.801,234.7465],
[477.999,223.04319999999998],
[478.2,230.34869999999998],
[478.6,216.6726],
[478.801,248.88070000000002],
[479.001,234.2428],
[479.199,268.3994],
[479.4,225.4552],
[479.6,231.3142],
[479.8,214.7208],
[480,227.40630000000002],
[480.4,242.0479],
[480.601,224.4899],
[480.801,238.1511],
[481,255.68849999999998],
[481.201,227.4104],
[481.401,220.57860000000002],
[481.6,240.63109999999998],
[481.801,235.7255],
[482.199,215.6944],
[482.4,234.24],
[482.6,221.20149999999998],
[482.801,234.244],
[483.001,234.7492],
[483.2,250.8338],
[483.4,235.2151],
[483.601,251.82500000000002],
[484,239.44760000000002],
[484.2,277.6941],
[484.401,593.8281],
[484.601,276.6136],
[484.8,268.4068],
[485,227.4084],
[485.2,239.1193],
[485.4,222.09599999999998],
[485.801,259.61659999999995],
[486.001,236.1915],
[486.199,241.0525],
[486.4,276.20869999999996],
[486.601,227.4091],
[486.801,497.2905],
[487.001,247.90509999999998],
[487.201,242.04739999999998],
[487.401,220.5763],
[487.8,225.4563],
[488,216.6712],
[488.2,234.23420000000002],
[488.4,225.457],
[488.6,224.4787],
[488.8,246.9264],
[489.001,236.191],
[489.4,255.71179999999998],
[489.6,236.19129999999998],
[489.801,222.5269],
[490,231.31119999999999],
[490.2,234.2374],
[490.4,232.4273],
[490.601,234.2392],
[490.799,214.2557],
[491.2,228.89509999999999],
[491.4,252.782],
[491.601,231.21040000000002],
[491.799,227.2881],
[492.001,226.437],
[492.2,210.81459999999998],
[492.4,213.7416],
[492.6,239.11509999999998],
[493.001,242.04819999999998],
[493.2,217.6351],
[493.401,244.0009],
[493.601,222.52700000000002],
[493.801,230.84769999999997],
[494.001,510.44849999999997],
[494.2,233.2632],
[494.401,240.6065],
[494.801,231.3117],
[495.001,234.2406],
[495.2,226.4316],
[495.4,226.00310000000002],
[495.601,232.1233],
[495.8,254.73639999999997],
[496,226.4305],
[496.201,241.07129999999998],
[496.601,239.1201],
[496.801,218.6291],
[496.999,224.48190000000002],
[497.2,304.5078],
[497.4,247.9034],
[497.6,233.2646],
[497.801,243.99970000000002],
[498,234.2803],
[498.4,244.00369999999998],
[498.6,230.3296],
[498.801,235.21800000000002],
[499,232.2886],
[499.2,251.0817],
[499.4,226.1199],
[499.6,223.5027],
[499.8,270.3519],
[500,240.1019],
[500.401,215.6969],
[500.601,218.21869999999998],
[500.801,224.4798],
[501.001,237.16660000000002],
[501.2,241.07049999999998],
[501.4,242.048],
[501.601,247.9034],
[501.801,256.6868],
[502.201,249.0836],
[502.4,243.9862],
[502.6,245.95239999999998],
[502.801,253.7583],
[503.001,218.6359],
[503.201,235.5735],
[503.401,231.67180000000002],
[503.601,234.2398],
[504,232.28650000000002],
[504.2,249.8535],
[504.4,239.12220000000002],
[504.601,235.72899999999998],
[504.801,237.3317],
[505.001,268.0708],
[505.2,260.5906],
[505.601,237.0419],
[505.801,243.40619999999998],
[506.001,552.9225],
[506.201,280.1125],
[506.401,259.6153],
[506.6,216.6738],
[506.801,224.4805],
[507.001,272.77639999999997],
[507.201,218.6227],
[507.6,229.42950000000002],
[507.801,210.8147],
[508,224.4798],
[508.201,237.321],
[508.401,225.6218],
[508.601,222.52749999999997],
[508.8,228.38410000000002],
[509.201,231.31109999999998],
[509.401,223.505],
[509.599,244.68280000000001],
[509.801,236.1929],
[510.001,226.432],
[510.201,219.5997],
[510.399,223.50300000000001],
[510.6,218.6226],
[510.8,226.0731],
[511.201,231.0476],
[511.4,227.8667],
[511.6,226.42970000000003],
[511.8,237.1686],
[512,234.2398],
[512.201,246.9257],
[512.4,224.48100000000002],
[512.601,213.74190000000002],
[513.001,224.4804],
[513.2,224.4797],
[513.401,238.14460000000003],
[513.601,225.2132],
[513.8,247.90370000000001],
[514.001,218.1814],
[514.2,222.526],
[514.6,224.4646],
[514.8,234.3358],
[515.001,238.4123],
[515.2,269.3771],
[515.401,242.04899999999998],
[515.6,233.2637],
[515.801,224.4806],
[516,228.3836],
[516.2,233.7764],
[516.601,230.0808],
[516.8,230.3363],
[517,262.07570000000004],
[517.201,224.01090000000002],
[517.401,267.42060000000004],
[517.6,250.5094],
[517.8,233.263],
[518.2,225.4569],
[518.4,226.4312],
[518.6,250.61329999999998],
[518.801,234.2398],
[519.001,244.97459999999998],
[519.2,249.8559],
[519.401,244.0004],
[519.601,232.28869999999998],
[519.999,214.7203],
[520.2,234.7501],
[520.4,227.01399999999998],
[520.6,223.0359],
[520.799,234.24],
[521,241.2957],
[521.2,222.5268],
[521.401,218.6232],
[521.6,216.672],
[522,239.1192],
[522.2,262.34220000000005],
[522.401,233.5698],
[522.599,221.55169999999998],
[522.8,223.6054],
[523,227.4083],
[523.2,236.1906],
[523.601,223.50320000000002],
[523.8,224.4786],
[524.001,246.6542],
[524.201,228.9775],
[524.401,224.7113],
[524.6,234.2417],
[524.8,220.5761],
[525,241.57580000000002],
[525.401,241.0737],
[525.601,232.2874],
[525.801,226.4314],
[526,230.3362],
[526.2,252.7155],
[526.4,271.3286],
[526.601,222.0643],
[526.8,222.89090000000002],
[527.2,227.40759999999997],
[527.4,219.5994],
[527.6,235.2187],
[527.8,228.89339999999999],
[527.999,241.0717],
[528.2,227.4093],
[528.401,224.4803],
[528.6,230.3359],
[528.8,241.8517],
[529.201,241.0725],
[529.401,229.3595],
[529.599,235.2159],
[529.8,228.3831],
[530,220.6867],
[530.2,231.2344],
[530.4,246.7195],
[530.6,221.9418],
[530.999,231.3195],
[531.2,230.3375],
[531.4,227.12769999999998],
[531.601,240.0958],
[531.799,238.5654],
[532,229.7818],
[532.201,225.4574],
[532.4,230.336],
[532.801,225.4435],
[533.001,231.31119999999999],
[533.199,234.9292],
[533.401,230.24269999999999],
[533.6,225.314],
[533.801,219.128],
[534.001,227.1567],
[534.401,231.3128],
[534.599,220.5134],
[534.799,223.882],
[535,230.3362],
[535.2,221.95409999999998],
[535.4,221.1686],
[535.601,221.0829],
[535.801,251.80599999999998],
[536.201,233.2739],
[536.4,213.74370000000002],
[536.6,226.71839999999997],
[536.8,222.7057],
[537,235.88660000000002],
[537.2,223.50390000000002],
[537.4,226.4321],
[537.6,227.4206],
[538,223.292],
[538.2,227.4147],
[538.4,217.64690000000002],
[538.6,226.4314],
[538.801,231.287],
[539,255.56649999999996],
[539.2,219.80620000000002],
[539.401,214.43499999999997],
[539.8,212.7685],
[540,226.4196],
[540.201,237.1677],
[540.4,585.5992],
[540.601,256.664],
[540.801,340.6242],
[541.001,244.9566],
[541.201,252.7992],
[541.4,265.46959999999996],
[541.801,230.9895],
[542.001,236.5976],
[542.2,220.0429],
[542.401,217.64710000000002],
[542.6,227.4081],
[542.8,238.1318],
[543,235.7209],
[543.2,217.5285],
[543.6,254.74809999999997],
[543.8,256.70340000000004],
[544,246.508],
[544.201,258.4454],
[544.4,228.3845],
[544.601,228.5138],
[544.8,240.4015],
[545.001,265.4707],
[545.4,217.18779999999998],
[545.6,218.4173],
[545.801,209.85909999999998],
[545.999,226.9196],
[546.2,215.6952],
[546.4,222.5232],
[546.601,209.8398],
[546.801,237.1676],
[547.199,226.4337],
[547.4,226.4333],
[547.6,222.52700000000002],
[547.8,228.3658],
[548,222.4934],
[548.2,229.1012],
[548.4,234.9399],
[548.8,222.5266],
[549.001,239.0487],
[549.2,236.19009999999997],
[549.401,220.5758],
[549.6,252.78400000000002],
[549.801,240.0957],
[550.001,225.4565],
[550.201,230.0975],
[550.6,218.6244],
[550.8,215.6833],
[551.001,280.1018],
[551.201,221.5656],
[551.401,222.5076],
[551.601,230.8657],
[551.801,217.7328],
[552,218.51219999999998],
[552.2,259.1504],
[552.601,224.0091],
[552.8,228.8887],
[552.999,218.64049999999997],
[553.2,229.8652],
[553.401,229.3597],
[553.6,220.5758],
[553.801,250.83169999999998],
[554.001,231.3117],
[554.4,223.52169999999998],
[554.6,217.64759999999998],
[554.8,239.6646],
[555.001,236.284],
[555.2,252.79810000000003],
[555.401,269.3762],
[555.6,225.4562],
[555.8,222.52620000000002],
[556.2,236.1915],
[556.4,247.9154],
[556.601,232.7822],
[556.8,241.0761],
[557,224.7103],
[557.201,225.9659],
[557.401,244.9819],
[557.801,233.2652],
[558.001,249.8547],
[558.2,224.93099999999998],
[558.401,220.5747],
[558.601,236.6972],
[558.801,241.65529999999998],
[559.001,251.06289999999998],
[559.201,249.8723],
[559.399,227.8965],
[559.8,234.0606],
[560,218.634],
[560.2,231.292],
[560.401,223.50410000000002],
[560.6,232.2882],
[560.801,228.3707],
[561.001,244.9597],
[561.199,239.1196],
[561.601,247.46460000000002],
[561.801,238.1498],
[562.001,240.184],
[562.199,232.37650000000002],
[562.4,246.5411],
[562.601,219.21689999999998],
[562.8,259.6167],
[563,234.5094],
[563.399,233.5984],
[563.6,277.69],
[563.799,241.7039],
[564.001,226.4118],
[564.201,231.31289999999998],
[564.401,265.47860000000003],
[564.599,237.1671],
[565.001,236.1752],
[565.201,214.7226],
[565.401,246.9099],
[565.6,246.9159],
[565.801,231.2932],
[566.001,228.3836],
[566.2,227.3897],
[566.4,249.85750000000002],
[566.601,231.2982],
[567.001,223.50400000000002],
[567.2,259.60949999999997],
[567.4,235.22029999999998],
[567.6,238.6333],
[567.8,236.3691],
[568.001,243.5878],
[568.2,244.5087],
[568.601,228.38410000000002],
[568.801,244.9544],
[569,242.0275],
[569.199,261.5676],
[569.4,241.7818],
[569.601,247.0924],
[569.801,223.6798],
[570,226.4406],
[570.2,220.5552],
[570.6,229.3594],
[570.8,224.4538],
[571,223.5042],
[571.201,243.976],
[571.401,229.37189999999998],
[571.601,221.5518],
[571.801,233.2518],
[572.2,311.351],
[572.4,220.5916],
[572.6,223.4848],
[572.8,225.4635],
[573,225.4549],
[573.2,257.6684],
[573.4,233.269],
[573.601,222.5147],
[573.8,239.5756],
[574.201,232.2854],
[574.399,233.2641],
[574.6,586.5912],
[574.8,245.95139999999998],
[575.001,279.1142],
[575.2,230.3365],
[575.401,595.4792],
[575.6,237.72209999999998],
[576,237.6805],
[576.201,237.1461],
[576.401,224.4988],
[576.601,217.6709],
[576.8,223.50809999999998],
[577.001,226.412],
[577.201,223.5016],
[577.401,268.43440000000004],
[577.8,252.79180000000002],
[578,237.1554],
[578.201,220.576],
[578.401,225.943],
[578.601,222.5398],
[578.8,222.5079],
[579.001,250.8263],
[579.201,230.3353],
[579.601,239.1219],
[579.799,223.1951],
[580,234.766],
[580.201,246.63199999999998],
[580.4,234.87169999999998],
[580.6,221.5528],
[580.799,231.2907],
[581.2,233.2689],
[581.4,227.4089],
[581.6,230.3201],
[581.8,233.2624],
[582,243.9748],
[582.2,231.3122],
[582.401,258.0242],
[582.6,221.5532],
[582.8,267.4102],
[583.2,222.52700000000002],
[583.401,241.0708],
[583.6,259.6145],
[583.801,232.264],
[584.001,218.6509],
[584.2,210.81449999999998],
[584.401,233.6548],
[584.8,240.0947],
[585,258.6279],
[585.201,226.4322],
[585.4,232.2823],
[585.6,214.7109],
[585.8,237.1523],
[586.001,226.43019999999999],
[586.201,224.4787],
[586.4,235.1033],
[586.8,220.5752],
[587,265.4704],
[587.2,225.45319999999998],
[587.4,225.457],
[587.6,218.62460000000002],
[587.8,223.5034],
[588.001,241.12230000000002],
[588.401,591.9738],
[588.6,258.6393],
[588.801,299.6508],
[589,234.7392],
[589.201,245.952],
[589.4,225.4567],
[589.599,223.5045],
[589.8,230.3359],
[590,284.9913],
[590.401,228.4148],
[590.601,227.4112],
[590.8,238.9076],
[591,224.7636],
[591.201,231.6901],
[591.401,241.0707],
[591.6,237.1674],
[592.001,231.33509999999998],
[592.201,242.0455],
[592.4,235.24220000000003],
[592.601,238.988],
[592.801,249.7398],
[593.001,241.3165],
[593.201,246.68970000000002],
[593.401,256.7081],
[593.801,210.83360000000002],
[594,250.83339999999998],
[594.201,238.9491],
[594.401,253.7601],
[594.601,214.7233],
[594.801,227.38430000000002],
[595.001,222.5298],
[595.199,229.3597],
[595.6,246.9132],
[595.8,231.2961],
[596.001,262.5455],
[596.2,272.3037],
[596.4,280.0289],
[596.6,271.708],
[596.801,242.00840000000002],
[597,290.09590000000003],
[597.201,226.64180000000002],
[597.6,237.1672],
[597.8,242.04809999999998],
[598.001,229.3597],
[598.201,226.43089999999998],
[598.4,281.0952],
[598.6,288.10089999999997],
[598.8,239.3764],
[599,245.5379],
[599.401,237.8325],
[599.601,285.98859999999996],
[599.801,253.75940000000003],
[600.001,241.0526],
[600.199,227.409],
[600.4,232.2869],
[600.6,220.5592],
[600.8,238.1421],
[601.199,239.12050000000002],
[601.4,233.7527],
[601.601,223.2661],
[601.8,228.3834],
[602,228.3827],
[602.2,248.5343],
[602.4,236.19019999999998],
[602.601,250.82229999999998],
[603.001,230.3451],
[603.201,233.1525],
[603.4,240.6632],
[603.6,232.0702],
[603.8,236.1914],
[604,226.4289],
[604.2,221.5646],
[604.4,224.4798],
[604.8,208.8642],
[605.001,212.7552],
[605.201,225.2566],
[605.401,224.4805],
[605.6,223.02630000000002],
[605.801,219.59980000000002],
[606,226.4457],
[606.2,224.47529999999998],
[606.6,244.00220000000002],
[606.801,254.73069999999998],
[607.001,248.242],
[607.2,233.2793],
[607.401,239.7824],
[607.6,237.77290000000002],
[607.801,239.7003],
[608,248.6812],
[608.401,223.51579999999998],
[608.6,248.87529999999998],
[608.8,224.4714],
[609.001,237.16819999999998],
[609.201,227.40879999999999],
[609.401,223.16140000000001],
[609.599,216.49599999999998],
[609.999,244.28990000000002],
[610.2,326.93480000000005],
[610.401,246.9425],
[610.601,251.8011],
[610.801,239.11950000000002],
[611.001,239.11579999999998],
[611.201,247.92],
[611.401,258.1716],
[611.801,228.0317],
[612.001,245.8989],
[612.2,237.9648],
[612.401,263.5225],
[612.601,239.11950000000002],
[612.8,242.0253],
[613.001,226.4316],
[613.201,253.75930000000002],
[613.401,236.2124],
[613.801,244.00279999999998],
[614.001,258.7817],
[614.201,221.556],
[614.399,257.66450000000003],
[614.6,255.70700000000002],
[614.8,235.22209999999998],
[615,224.47990000000001],
[615.2,243.01839999999999],
[615.599,254.15929999999997],
[615.801,241.885],
[616,247.4525],
[616.2,239.92659999999998],
[616.401,229.3606],
[616.601,230.34279999999998],
[616.8,263.4995],
[617,281.0893],
[617.401,221.55159999999998],
[617.6,258.6583],
[617.801,253.7957],
[618,244.4808],
[618.201,232.7388],
[618.4,242.6978],
[618.599,238.1392],
[619.001,231.28719999999998],
[619.2,247.88389999999998],
[619.4,238.1559],
[619.601,228.3889],
[619.801,231.32739999999998],
[620,244.00140000000002],
[620.2,231.56089999999998],
[620.399,223.8709],
[620.601,241.64440000000002],
[621.001,233.2594],
[621.2,244.9755],
[621.4,224.4807],
[621.601,234.2605],
[621.8,223.52],
[622,626.7659],
[622.201,260.1482],
[622.4,314.0925],
[622.8,212.4047],
[623.001,237.6928],
[623.2,230.3345],
[623.401,231.3106],
[623.6,247.9027],
[623.8,225.4802],
[624.001,238.0692],
[624.201,225.4436],
[624.599,225.1082],
[624.801,235.8972],
[625.001,234.5711],
[625.201,220.1941],
[625.401,228.3821],
[625.6,265.4671],
[625.8,226.43099999999998],
[626.001,269.37480000000005],
[626.399,232.28779999999998],
[626.6,233.2587],
[626.8,239.7526],
[627.001,232.97709999999998],
[627.2,279.8275],
[627.4,229.3594],
[627.601,232.28879999999998],
[627.8,230.0659],
[628.2,229.34660000000002],
[628.4,229.36],
[628.6,238.143],
[628.8,222.512],
[629.001,228.3769],
[629.201,220.2808],
[629.401,235.2515],
[629.601,243.02370000000002],
[629.999,235.2142],
[630.2,220.188],
[630.401,235.2164],
[630.601,232.26160000000002],
[630.801,235.2378],
[630.999,223.1443],
[631.2,219.2681],
[631.601,245.0769],
[631.8,242.9212],
[632,239.4801],
[632.201,223.50539999999998],
[632.401,249.8611],
[632.601,249.8547],
[632.799,250.81310000000002],
[633,295.7082],
[633.2,229.8699],
[633.601,240.096],
[633.801,227.5247],
[633.999,228.96620000000001],
[634.2,217.179],
[634.401,231.3114],
[634.601,242.0472],
[634.801,228.2223],
[635.201,218.6361],
[635.399,243.999],
[635.6,225.39790000000002],
[635.801,220.44150000000002],
[636,281.88590000000005],
[636.2,226.42870000000002],
[636.401,235.2117],
[636.6,230.3441],
[636.8,237.1541],
[637.201,225.4434],
[637.401,232.9247],
[637.6,230.58970000000002],
[637.799,223.5086],
[638,209.62230000000002],
[638.201,225.25300000000001],
[638.401,227.4074],
[638.601,218.6237],
[639,270.32210000000003],
[639.2,246.9307],
[639.4,247.4],
[639.6,246.1885],
[639.801,220.9952],
[640,218.2458],
[640.2,256.2211],
[640.401,217.1866],
[640.8,215.6971],
[641,220.58159999999998],
[641.201,218.602],
[641.4,246.9323],
[641.601,251.6633],
[641.801,230.2097],
[642.001,225.4118],
[642.4,261.9278],
[642.601,235.2024],
[642.801,221.5558],
[643,243.0224],
[643.201,233.2409],
[643.401,251.7955],
[643.599,232.28670000000002],
[643.8,232.0025],
[644.001,255.6952],
[644.399,227.4092],
[644.6,236.19209999999998],
[644.8,216.67249999999999],
[645,226.4264],
[645.2,234.2582],
[645.4,233.5194],
[645.6,223.2336],
[645.8,251.8068],
[646.2,215.34519999999998],
[646.4,217.36620000000002],
[646.601,223.50410000000002],
[646.8,230.3375],
[647,231.2885],
[647.2,234.2235],
[647.4,228.3715],
[647.8,210.8307],
[648.001,223.2197],
[648.201,605.2256],
[648.4,245.04690000000002],
[648.6,446.702],
[648.801,256.70009999999996],
[648.999,240.0814],
[649.2,230.3521],
[649.6,221.5519],
[649.8,224.46269999999998],
[650,233.2631],
[650.2,227.0541],
[650.4,220.5915],
[650.6,239.03750000000002],
[650.8,222.5428],
[651.001,220.55169999999998],
[651.4,264.4783],
[651.6,223.5073],
[651.801,214.7472],
[652.001,215.4023],
[652.201,225.4471],
[652.401,243.94150000000002],
[652.601,238.7355],
[652.801,231.733],
[653.201,246.924],
[653.4,224.4652],
[653.6,236.1951],
[653.8,239.09810000000002],
[654,234.2481],
[654.201,644.336],
[654.4,269.5379],
[654.6,254.42559999999997],
[655.001,245.8173],
[655.201,225.45589999999999],
[655.401,259.6184],
[655.599,237.1674],
[655.8,221.54999999999998],
[656.001,230.3359],
[656.2,229.346],
[656.4,230.8337],
[656.601,286.4952],
[657.001,270.8547],
[657.2,261.0407],
[657.4,232.28799999999998],
[657.6,234.2377],
[657.8,241.06820000000002],
[658,225.4313],
[658.201,231.29240000000001],
[658.6,218.6288],
[658.801,588.3912],
[659.001,242.0434],
[659.201,261.94030000000004],
[659.4,226.7604],
[659.6,236.2055],
[659.8,238.1483],
[660,218.6005],
[660.4,249.8645],
[660.6,224.31609999999998],
[660.801,223.51940000000002],
[661,280.555],
[661.2,225.3355],
[661.401,226.4313],
[661.6,247.6445],
[661.8,232.2833],
[662.2,213.74460000000002],
[662.4,242.0288],
[662.601,243.02460000000002],
[662.801,235.22019999999998],
[663.001,231.07440000000003],
[663.2,262.546],
[663.4,220.2062],
[663.6,248.05659999999997],
[663.8,238.0908],
[664.201,246.90599999999998],
[664.401,248.8793],
[664.601,234.2399],
[664.801,222.38250000000002],
[665,236.7371],
[665.201,248.9289],
[665.401,240.6772],
[665.801,221.55169999999998],
[666,228.3717],
[666.201,224.4803],
[666.401,235.2154],
[666.599,235.22779999999997],
[666.801,220.5754],
[667,226.3261],
[667.2,230.8638],
[667.401,211.0548],
[667.8,239.427],
[668.001,561.1386],
[668.201,226.4317],
[668.401,214.70710000000003],
[668.6,216.6996],
[668.801,213.7439],
[669.001,222.53029999999998],
[669.4,220.67239999999998],
[669.6,236.7907],
[669.799,223.5239],
[670.001,219.4706],
[670.2,223.5061],
[670.4,224.29160000000002],
[670.6,593.4071],
[670.8,238.12359999999998],
[671.001,226.3935],
[671.4,230.3193],
[671.6,235.2159],
[671.8,223.0987],
[672,234.5594],
[672.201,213.7532],
[672.4,223.1314],
[672.601,228.6533],
[673.001,227.39319999999998],
[673.2,231.3115],
[673.4,616.8312999999999],
[673.6,245.95049999999998],
[673.801,256.6964],
[674.001,247.8837],
[674.201,238.8545],
[674.399,274.6505],
[674.8,282.2842],
[675,243.2335],
[675.201,232.8099],
[675.401,221.5513],
[675.6,227.40650000000002],
[675.801,226.4238],
[676.001,224.4775],
[676.201,281.0986],
[676.599,639.0529],
[676.8,246.4673],
[677.001,249.8551],
[677.199,241.2037],
[677.4,212.303],
[677.601,225.4437],
[677.801,215.7117],
[678,224.4552],
[678.201,234.2388],
[678.6,220.59799999999998],
[678.801,261.8179],
[679.001,227.7056],
[679.201,229.0343],
[679.399,259.572],
[679.6,249.8028],
[679.801,234.8829],
[680.001,229.36],
[680.4,242.0581],
[680.6,241.06810000000002],
[680.801,228.38430000000002],
[681.001,595.9168000000001],
[681.201,227.8938],
[681.4,238.8656],
[681.6,637.1904000000001],
[681.801,245.5941],
[682.201,226.15640000000002],
[682.4,229.358],
[682.601,225.4561],
[682.799,238.14360000000002],
[683,228.3899],
[683.201,225.4336],
[683.4,213.73239999999998],
[683.801,224.4865],
[684,269.573],
[684.2,229.65879999999999],
[684.4,227.93269999999998],
[684.6,236.1909],
[684.8,244.0076],
[685.001,220.55079999999998],
[685.201,224.4793],
[685.4,225.45589999999999],
[685.8,257.0015],
[686,246.77689999999998],
[686.2,245.953],
[686.401,217.4211],
[686.601,224.0074],
[686.801,227.0569],
[687.001,237.16819999999998],
[687.401,237.1677],
[687.6,221.5676],
[687.801,235.215],
[688.001,234.12939999999998],
[688.2,227.3828],
[688.4,227.0809],
[688.601,232.87040000000002],
[688.8,229.8834],
[689.001,245.9519],
[689.4,216.6633],
[689.6,231.31119999999999],
[689.8,612.9148],
[690,251.8075],
[690.201,279.1019],
[690.401,227.42419999999998],
[690.601,233.52120000000002],
[690.801,243.7503],
[691.201,219.5766],
[691.401,251.80780000000001],
[691.601,228.38410000000002],
[691.799,216.6678],
[692,238.1429],
[692.2,232.28670000000002],
[692.401,239.7714],
[692.599,247.9028],
[693,663.9239],
[693.201,260.6068],
[693.401,457.7437],
[693.601,241.0725],
[693.801,238.125],
[694.001,240.1075],
[694.199,232.2782],
[694.601,248.879],
[694.799,221.218],
[695,224.9713],
[695.201,220.55259999999998],
[695.4,249.8552],
[695.6,215.69650000000001],
[695.801,239.12030000000001],
[696.001,231.3848],
[696.401,261.12170000000003],
[696.599,238.9655],
[696.8,225.45680000000002],
[696.999,220.93779999999998],
[697.201,240.5903],
[697.4,213.1324],
[697.601,215.1842],
[697.801,231.78109999999998],
[698.2,211.7729],
[698.4,234.2395],
[698.601,247.9034],
[698.8,221.81609999999998],
[699.001,239.9277],
[699.2,211.619],
[699.4,238.78969999999998],
[699.6,218.2887],
[700.001,235.5371],
[700.2,230.59660000000002],
[700.401,218.6096],
[700.601,231.30120000000002],
[700.799,227.4032],
[701,234.2206],
[701.2,247.9926],
[701.4,253.8693],
[701.601,237.8311],
[702.001,254.5202],
[702.201,235.4616],
[702.401,220.0569],
[702.6,244.9752],
[702.8,231.2917],
[703.001,271.3409],
[703.2,220.5757],
[703.4,235.1883],
[703.8,232.6253],
[704.001,268.40049999999997],
[704.201,225.82250000000002],
[704.4,623.8184],
[704.6,249.0298],
[704.801,238.8455],
[705.001,233.2623],
[705.4,241.0716],
[705.601,232.2913],
[705.801,232.2871],
[705.999,230.3376],
[706.2,230.3357],
[706.4,250.68079999999998],
[706.6,255.12430000000003],
[706.799,240.4369],
[707,226.9544],
[707.4,223.5044],
[707.6,226.433],
[707.8,235.2341],
[708,238.12050000000002],
[708.2,217.6444],
[708.401,226.1208],
[708.601,211.4864],
[709.001,239.6641],
[709.2,230.3185],
[709.401,243.0217],
[709.6,237.1674],
[709.801,223.5038],
[710.001,226.4104],
[710.199,239.1274],
[710.4,228.3844],
[710.601,238.2773],
[711,229.1689],
[711.2,217.6657],
[711.4,263.5195],
[711.6,220.60399999999998],
[711.8,221.5582],
[712,265.472],
[712.2,259.5921],
[712.601,278.56510000000003],
[712.8,236.18720000000002],
[713.001,219.5261],
[713.2,216.6856],
[713.4,218.62789999999998],
[713.6,231.3115],
[713.8,221.55610000000001],
[714,227.3883],
[714.2,220.5514],
[714.601,222.3555],
[714.8,220.61819999999997],
[715,228.0118],
[715.2,228.7777],
[715.401,228.3838],
[715.6,258.2966],
[715.8,218.6222],
[716,250.8693],
[716.401,219.608],
[716.601,222.5279],
[716.801,213.7627],
[717.001,218.6436],
[717.199,213.8904],
[717.4,211.2795],
[717.6,217.6673],
[718.001,227.4074],
[718.199,238.1686],
[718.4,656.8444],
[718.601,236.1919],
[718.801,464.5777],
[719.001,239.0938],
[719.2,261.3227],
[719.4,235.3199],
[719.8,218.1512],
[720,239.1007],
[720.2,233.2384],
[720.401,275.23760000000004],
[720.6,223.5472],
[720.8,236.19039999999998],
[721.001,229.8803],
[721.2,226.45100000000002],
[721.4,219.83759999999998],
[721.801,239.22979999999998],
[722.001,246.9134],
[722.201,672.4390999999999],
[722.401,232.297],
[722.601,234.2395],
[722.8,220.54850000000002],
[723,239.49439999999998],
[723.401,251.82909999999998],
[723.601,220.42610000000002],
[723.801,658.5423000000001],
[724,242.022],
[724.201,257.6461],
[724.401,236.17430000000002],
[724.6,222.528],
[724.8,219.5949],
[725.201,245.5671],
[725.401,245.0494],
[725.601,224.4267],
[725.801,225.17219999999998],
[726.001,261.3843],
[726.201,236.7948],
[726.401,246.4432],
[726.601,259.6178],
[727,232.2753],
[727.201,224.4935],
[727.4,241.07139999999998],
[727.6,230.32559999999998],
[727.801,221.16320000000002],
[728.001,222.52839999999998],
[728.2,267.453],
[728.401,242.52509999999998],
[728.801,267.4187],
[729,700.8118],
[729.2,268.3757],
[729.401,285.9869],
[729.599,230.3356],
[729.8,231.33319999999998],
[730,229.6661],
[730.201,240.0876],
[730.6,265.4993],
[730.8,225.4307],
[731,232.2827],
[731.2,217.6681],
[731.4,247.9165],
[731.6,236.1954],
[731.801,216.21480000000003],
[732,225.0309],
[732.201,240.0943],
[732.6,217.644],
[732.8,241.0503],
[733,233.26440000000002],
[733.201,235.21439999999998],
[733.4,281.0874],
[733.6,223.5056],
[733.801,225.45680000000002],
[734.2,225.65109999999999],
[734.4,215.69559999999998],
[734.6,225.15019999999998],
[734.801,226.0797],
[735.001,249.85750000000002],
[735.2,230.3354],
[735.401,234.2371],
[735.601,244.9775],
[735.8,240.1015],
[736.201,260.58639999999997],
[736.4,222.6845],
[736.6,222.52759999999998],
[736.8,216.37539999999998],
[737,230.3196],
[737.2,232.2875],
[737.4,642.1932],
[737.6,251.823],
[738.001,231.3161],
[738.201,221.56490000000002],
[738.401,234.3925],
[738.6,220.0693],
[738.801,218.6198],
[739.001,214.7201],
[739.201,228.37470000000002],
[739.599,219.6012],
[739.8,239.1207],
[740,229.3429],
[740.201,260.6299],
[740.4,218.4934],
[740.6,222.9352],
[740.8,649.9665],
[740.999,252.78420000000003],
[741.4,224.4793],
[741.601,617.8036999999999],
[741.8,236.1843],
[742.001,248.8813],
[742.2,241.7048],
[742.4,211.7954],
[742.601,241.51739999999998],
[742.801,217.1765],
[743,628.5394],
[743.401,225.4775],
[743.6,216.6903],
[743.801,233.2564],
[744.001,244.9759],
[744.199,216.7343],
[744.4,218.61849999999998],
[744.6,225.62470000000002],
[744.8,226.153],
[745.2,267.44509999999997],
[745.401,233.2397],
[745.601,254.726],
[745.8,246.94160000000002],
[746.001,244.4853],
[746.2,252.3356],
[746.401,246.965],
[746.801,272.9975],
[747,228.47500000000002],
[747.2,246.92819999999998],
[747.4,230.3356],
[747.601,232.2746],
[747.8,228.3791],
[748,239.12120000000002],
[748.201,240.0823],
[748.599,259.351],
[748.8,227.1213],
[749.001,249.3886],
[749.201,249.8302],
[749.4,230.30790000000002],
[749.601,235.2116],
[749.8,250.8029],
[750,232.2883],
[750.201,232.28730000000002],
[750.601,219.5988],
[750.801,240.79719999999998],
[751.001,225.43949999999998],
[751.201,684.1507],
[751.401,249.85160000000002],
[751.601,248.8629],
[751.801,228.3837],
[752.2,251.34050000000002],
[752.401,215.712],
[752.601,218.28900000000002],
[752.801,237.9431],
[753.001,231.2988],
[753.201,234.2218],
[753.4,216.6555],
[753.6,218.63569999999999],
[754.001,273.2647],
[754.201,245.9548],
[754.399,207.8508],
[754.6,219.2697],
[754.8,247.6196],
[755.001,232.3061],
[755.201,229.34089999999998],
[755.4,213.7112],
[755.801,221.55620000000002],
[756,222.52769999999998],
[756.2,238.1645],
[756.4,241.0715],
[756.601,222.53],
[756.801,215.4691],
[757,234.86389999999997],
[757.201,221.56619999999998],
[757.6,235.2159],
[757.8,213.7395],
[758,226.4116],
[758.2,223.49179999999998],
[758.4,215.5981],
[758.6,217.6482],
[758.8,215.3532],
[759.001,235.5091],
[759.2,251.3709],
[759.601,238.1564],
[759.8,229.3484],
[760.001,231.3083],
[760.2,227.409],
[760.4,231.8228],
[760.601,212.7639],
[760.8,225.6913],
[761.201,233.7442],
[761.401,220.5541],
[761.6,243.9554],
[761.8,246.9324],
[762.001,252.79600000000002],
[762.201,235.215],
[762.401,227.3936],
[762.6,229.3593],
[762.799,253.3556],
[763.201,236.5562],
[763.4,217.3673],
[763.601,232.8485],
[763.799,217.6478],
[764,243.9751],
[764.2,214.71970000000002],
[764.401,233.2448],
[764.8,212.774],
[765,246.7358],
[765.199,229.3806],
[765.4,222.9515],
[765.6,247.9843],
[765.8,215.63989999999998],
[766.001,235.19580000000002],
[766.2,232.28789999999998],
[766.6,211.7929],
[766.801,216.6727],
[767.001,233.2491],
[767.201,226.4306],
[767.4,218.9387],
[767.601,244.52360000000002],
[767.801,238.14669999999998],
[767.999,234.9859],
[768.201,217.6432],
[768.599,240.1006],
[768.8,245.48839999999998],
[769.001,243.536],
[769.201,241.60580000000002],
[769.4,220.5757],
[769.601,231.9211],
[769.8,306.1346],
[770.001,234.7601],
[770.4,244.9906],
[770.6,244.9756],
[770.801,233.2792],
[771.001,236.1935],
[771.2,231.8153],
[771.399,248.90529999999998],
[771.6,234.4121],
[772,210.8237],
[772.2,244.26700000000002],
[772.401,213.6931],
[772.601,243.02460000000002],
[772.799,237.14489999999998],
[773,225.4169],
[773.201,248.8796],
[773.4,236.1729],
[773.8,222.51190000000003],
[774,245.9681],
[774.2,229.03109999999998],
[774.4,239.5322],
[774.601,233.7845],
[774.8,227.387],
[775,212.76839999999999],
[775.2,230.0845],
[775.401,212.76049999999998],
[775.801,240.0794],
[776,231.2912],
[776.201,236.5922],
[776.4,226.4583],
[776.601,227.8664],
[776.801,275.15610000000004],
[777.001,262.5653],
[777.201,236.21200000000002],
[777.601,232.2876],
[777.8,235.1994],
[778,274.2358],
[778.2,241.688],
[778.4,239.80190000000002],
[778.6,275.8281],
[778.8,239.9513],
[779.2,256.5087],
[779.4,212.6109],
[779.6,222.5282],
[779.8,231.2985],
[780,223.4991],
[780.2,227.407],
[780.4,218.6763],
[780.6,228.7837],
[781.001,221.5515],
[781.2,248.6359],
[781.401,213.1633],
[781.599,216.6747],
[781.8,215.6957],
[782,217.648],
[782.2,229.3373],
[782.4,231.31119999999999],
[782.6,216.6711],
[783.001,224.8417],
[783.2,231.0623],
[783.4,721.0098],
[783.601,263.94669999999996],
[783.8,270.0533],
[784,226.4299],
[784.201,228.3853],
[784.6,655.8664],
[784.801,239.1362],
[785.001,239.1196],
[785.2,245.554],
[785.401,224.40869999999998],
[785.601,233.9212],
[785.8,231.8744],
[786,268.4042],
[786.2,234.2394],
[786.6,239.1186],
[786.8,229.35920000000002],
[787.001,221.5393],
[787.2,237.89589999999998],
[787.401,219.5995],
[787.601,221.01680000000002],
[787.801,223.5002],
[788.2,254.7357],
[788.4,221.5758],
[788.601,221.5521],
[788.801,214.71970000000002],
[789.001,217.6486],
[789.201,267.4257],
[789.401,237.1706],
[789.599,224.1695],
[789.801,216.71450000000002],
[790.201,220.5986],
[790.399,230.3482],
[790.6,233.2652],
[790.8,275.2062],
[791,231.2913],
[791.2,233.77],
[791.399,220.633],
[791.601,236.7737],
[792,236.2123],
[792.2,264.4948],
[792.4,230.3191],
[792.6,235.1991],
[792.8,236.1918],
[793,223.4794],
[793.2,235.7724],
[793.601,255.41439999999997],
[793.8,228.0528],
[793.999,226.5044],
[794.2,250.82719999999998],
[794.4,239.1318],
[794.6,225.4391],
[794.801,232.2877],
[795,229.35920000000002],
[795.4,245.49370000000002],
[795.601,227.7732],
[795.801,235.1944],
[796.001,229.27130000000002],
[796.2,236.8605],
[796.401,234.2231],
[796.601,234.2406],
[796.8,219.6119],
[797,690.9053],
[797.399,229.3605],
[797.6,458.3564],
[797.8,242.2254],
[798.001,224.1344],
[798.2,216.41830000000002],
[798.4,211.26670000000001],
[798.6,211.459],
[798.801,243.9872],
[799.201,230.9139],
[799.401,226.43179999999998],
[799.6,260.9663],
[799.801,654.9028],
[800,235.2319],
[800.201,686.7958],
[800.4,260.6179],
[800.601,221.2543],
[801.001,225.4552],
[801.2,225.4602],
[801.4,227.4067],
[801.6,227.4075],
[801.8,245.9943],
[802,239.85660000000001],
[802.201,229.7143],
[802.4,244.989],
[802.8,242.5323],
[803.001,235.2692],
[803.201,234.23930000000001],
[803.4,227.40789999999998],
[803.599,219.71189999999999],
[803.8,234.2396],
[804,243.0243],
[804.401,228.3837],
[804.6,258.88129999999995],
[804.8,267.1154],
[805.001,253.2314],
[805.201,244.9753],
[805.401,264.4833],
[805.601,219.59480000000002],
[805.801,272.3039],
[806.2,226.4074],
[806.4,667.8509],
[806.6,238.4116],
[806.801,412.46310000000005],
[807.001,231.9042],
[807.2,239.7525],
[807.4,262.5533],
[807.601,243.02360000000002],
[808.001,215.6794],
[808.2,250.81910000000002],
[808.401,247.9034],
[808.601,248.3794],
[808.8,226.2661],
[809.001,226.80919999999998],
[809.2,241.1425],
[809.401,239.3904],
[809.799,214.73700000000002],
[810,225.43630000000002],
[810.2,744.6816],
[810.4,261.5551],
[810.601,227.40759999999997],
[810.8,252.788],
[811,247.5295],
[811.201,248.50320000000002],
[811.599,227.99530000000001],
[811.801,228.3947],
[812.001,231.3113],
[812.201,231.3135],
[812.401,231.3037],
[812.599,236.18710000000002],
[812.8,240.6329],
[813,241.5938],
[813.401,344.29159999999996],
[813.6,274.8895],
[813.801,249.8624],
[814,245.0129],
[814.199,240.0582],
[814.4,237.1547],
[814.601,226.4152],
[814.801,244.9756],
[815.2,237.7406],
[815.4,268.42060000000004],
[815.601,232.3075],
[815.8,237.1806],
[816,230.3375],
[816.201,239.12900000000002],
[816.4,237.1677],
[816.601,215.71370000000002],
[816.801,232.3055],
[817.2,221.243],
[817.401,232.6071],
[817.599,242.03130000000002],
[817.8,218.0179],
[818.001,221.5988],
[818.201,225.43540000000002],
[818.401,226.4436],
[818.601,220.5836],
[818.999,247.8835],
[819.2,231.86260000000001],
[819.4,245.985],
[819.6,225.2669],
[819.801,230.9641],
[820.001,241.6806],
[820.2,243.9967],
[820.601,239.10039999999998],
[820.801,222.5236],
[821.001,223.5042],
[821.2,233.2814],
[821.4,231.3316],
[821.6,234.8231],
[821.8,757.3776],
[822,234.2219],
[822.201,447.007],
[822.6,229.3595],
[822.801,226.4272],
[823.001,244.0087],
[823.201,249.8723],
[823.399,238.1387],
[823.6,245.97140000000002],
[823.801,264.4183],
[824.201,217.62699999999998],
[824.399,242.03140000000002],
[824.6,219.6047],
[824.801,217.64749999999998],
[825,246.92749999999998],
[825.2,234.23489999999998],
[825.401,249.916],
[825.6,254.0399],
[825.999,229.0156],
[826.2,252.1157],
[826.401,250.83769999999998],
[826.601,242.0429],
[826.801,240.0689],
[827.001,220.5956],
[827.201,720.2629000000001],
[827.401,249.8552],
[827.599,278.4794],
[828.001,227.9083],
[828.201,248.3877],
[828.401,241.9289],
[828.601,261.1035],
[828.801,236.6926],
[828.999,219.5995],
[829.201,242.0283],
[829.4,250.8477],
[829.801,227.4109],
[830,241.6154],
[830.2,249.1556],
[830.401,260.6073],
[830.601,252.40800000000002],
[830.801,224.3042],
[831.001,258.6672],
[831.201,237.1626],
[831.601,244.97150000000002],
[831.8,245.9441],
[832,219.5992],
[832.201,218.91250000000002],
[832.4,228.0069],
[832.601,236.7823],
[832.8,224.7789],
[833.201,230.3357],
[833.4,240.09259999999998],
[833.6,250.8276],
[833.801,243.02360000000002],
[834.001,243.02370000000002],
[834.201,233.2623],
[834.401,223.5333],
[834.6,235.8047],
[834.801,245.6046],
[835.201,237.66819999999998],
[835.401,235.75099999999998],
[835.6,235.2176],
[835.801,284.9925],
[836,245.9309],
[836.201,216.6718],
[836.401,216.6885],
[836.601,251.82900000000004],
[837.001,253.94689999999997],
[837.2,257.4668],
[837.401,268.46],
[837.601,260.8322],
[837.801,241.0496],
[838.001,244.0388],
[838.201,233.2595],
[838.401,227.4032],
[838.8,241.0659],
[839,225.9578],
[839.201,255.32240000000002],
[839.401,230.3753],
[839.601,220.6218],
[839.8,223.1966],
[840.001,227.4089],
[840.4,233.2476],
[840.6,229.36],
[840.8,225.4582],
[841,221.55079999999998],
[841.201,246.7252],
[841.401,236.48420000000002],
[841.6,222.5455],
[841.801,239.6117],
[842.2,254.26559999999998],
[842.4,236.1917],
[842.601,230.3135],
[842.799,228.38330000000002],
[843,222.52749999999997],
[843.2,226.4483],
[843.4,224.4616],
[843.6,221.0973],
[843.801,247.92610000000002],
[844.2,240.0041],
[844.4,221.5525],
[844.601,226.4317],
[844.8,232.3105],
[845,249.8509],
[845.2,247.91230000000002],
[845.401,230.3406],
[845.8,240.0562],
[846.001,258.3334],
[846.201,242.6605],
[846.401,241.5808],
[846.6,234.2396],
[846.801,230.3358],
[847,259.6361],
[847.2,255.72529999999998],
[847.601,239.0993],
[847.801,270.01370000000003],
[848.001,255.5228],
[848.2,243.6426],
[848.401,228.28560000000002],
[848.601,278.66970000000003],
[848.8,236.187],
[849.001,245.9356],
[849.401,258.66],
[849.6,239.1215],
[849.801,237.1819],
[850.001,233.2535],
[850.2,243.66289999999998],
[850.399,229.14499999999998],
[850.6,219.1292],
[850.801,223.48329999999999],
[851.001,243.9887],
[851.401,232.287],
[851.599,243.9777],
[851.8,232.2871],
[852,234.2149],
[852.2,229.0695],
[852.399,229.39399999999998],
[852.6,263.94649999999996],
[852.801,231.6354],
[853.201,231.3267],
[853.401,245.9553],
[853.599,223.4992],
[853.8,226.4125],
[854,234.2404],
[854.2,238.16209999999998],
[854.4,231.4628],
[854.8,269.9549],
[855.001,243.7141],
[855.2,244.95839999999998],
[855.401,241.0478],
[855.601,225.4582],
[855.801,230.31640000000002],
[856.001,230.3356],
[856.2,250.36199999999997],
[856.601,219.1146],
[856.8,225.7338],
[857,223.517],
[857.2,221.3159],
[857.4,246.98600000000002],
[857.599,254.2927],
[857.8,224.4574],
[858.001,230.3349],
[858.4,231.3118],
[858.601,244.9526],
[858.799,240.0957],
[859,238.00560000000002],
[859.199,249.4089],
[859.401,223.1889],
[859.6,229.9709],
[859.8,239.63979999999998],
[860.001,245.9354],
[860.401,219.6],
[860.599,271.3273],
[860.8,230.3109],
[861,224.48000000000002],
[861.2,216.8494],
[861.4,258.6257],
[861.601,232.4516],
[862,221.57150000000001],
[862.2,229.33960000000002],
[862.401,230.3358],
[862.6,233.2593],
[862.8,238.14450000000002],
[863,229.3615],
[863.199,229.2758],
[863.401,217.65390000000002],
[863.6,239.8986],
[864,243.06980000000001],
[864.201,255.68410000000003],
[864.401,232.3027],
[864.601,217.648],
[864.801,246.9279],
[864.999,247.8904],
[865.2,228.3676],
[865.4,265.0042],
[865.801,250.8309],
[866.001,255.46829999999997],
[866.201,230.3358],
[866.401,218.6232],
[866.6,240.0794],
[866.801,237.1691],
[867.001,243.0351],
[867.201,219.5997],
[867.6,258.69379999999995],
[867.8,236.1908],
[868,218.1595],
[868.199,227.9789],
[868.401,241.0486],
[868.6,250.85439999999997],
[868.801,240.09810000000002],
[869.199,756.7676],
[869.4,233.27790000000002],
[869.601,269.7678],
[869.8,257.6702],
[870,228.3852],
[870.201,220.6156],
[870.401,233.246],
[870.599,223.4984],
[871,245.9797],
[871.2,238.1264],
[871.401,242.04819999999998],
[871.601,240.6019],
[871.801,233.7626],
[872,221.538],
[872.2,216.5388],
[872.4,225.15370000000001],
[872.8,210.8157],
[873,227.0257],
[873.201,235.81750000000002],
[873.4,239.9694],
[873.601,225.8897],
[873.8,230.4624],
[874.001,235.2023],
[874.2,225.456],
[874.6,242.0652],
[874.8,231.3108],
[875.001,226.4311],
[875.2,228.3815],
[875.4,217.6482],
[875.6,234.2396],
[875.801,246.9273],
[876,232.2884],
[876.399,225.4794],
[876.601,242.7482],
[876.801,227.40789999999998],
[877.001,223.5038],
[877.199,240.0965],
[877.4,224.4805],
[877.601,223.91400000000002],
[877.801,211.7878],
[878.201,243.9994],
[878.4,227.1154],
[878.6,244.8051],
[878.801,222.52839999999998],
[879.001,220.5746],
[879.201,234.2437],
[879.401,259.63259999999997],
[879.6,254.7256],
[880,260.0719],
[880.2,222.8092],
[880.401,227.4196],
[880.6,233.48440000000002],
[880.801,237.3931],
[881.001,235.5115],
[881.201,229.3644],
[881.4,241.072],
[881.6,279.1316],
[882.001,228.39100000000002],
[882.199,248.8796],
[882.4,218.62460000000002],
[882.6,232.9987],
[882.799,237.1677],
[883,218.98080000000002],
[883.201,266.86670000000004],
[883.399,241.07139999999998],
[883.8,252.7835],
[884,274.26869999999997],
[884.2,250.82739999999998],
[884.4,229.3793],
[884.601,280.1929],
[884.8,237.1691],
[885.001,244.9751],
[885.401,264.586],
[885.599,226.4495],
[885.8,237.16809999999998],
[886,235.91889999999998],
[886.201,243.9847],
[886.399,284.01520000000005],
[886.6,236.18449999999999],
[886.801,234.2386],
[887.2,225.4561],
[887.4,265.04929999999996],
[887.6,241.08350000000002],
[887.8,223.50390000000002],
[888.001,234.2185],
[888.2,228.3839],
[888.4,218.62380000000002],
[888.6,237.1782],
[889,227.3836],
[889.201,246.92849999999999],
[889.4,220.5765],
[889.601,238.1338],
[889.8,227.383],
[890,242.0223],
[890.2,226.438],
[890.4,240.10690000000002],
[890.6,233.2484],
[891,257.2405],
[891.201,230.89509999999999],
[891.4,246.8982],
[891.6,227.4038],
[891.801,231.31189999999998],
[892,233.37279999999998],
[892.2,225.46949999999998],
[892.4,217.6334],
[892.801,237.89460000000003],
[893,237.1634],
[893.201,223.5298],
[893.401,261.30330000000004],
[893.6,223.99530000000001],
[893.8,226.43269999999998],
[894,231.3305],
[894.2,215.6958],
[894.6,232.29240000000001],
[894.8,228.02149999999997],
[895,233.8548],
[895.2,225.6285],
[895.401,222.7188],
[895.6,727.1272],
[895.8,409.922],
[896.201,243.8238],
[896.4,224.3218],
[896.601,219.6083],
[896.8,232.2667],
[897,225.4557],
[897.2,227.4083],
[897.4,236.1868],
[897.601,230.33180000000002],
[897.801,218.6062],
[898.2,252.7801],
[898.4,240.1084],
[898.6,240.0956],
[898.801,240.3383],
[899.001,228.4057],
[899.2,224.5961],
[899.4,247.8782],
[899.801,244.9756] ];
var plot = new Dygraph(container, data, opts);
</script>
</body>
</html>