RBXUHIO2WALXMYGFRWNDLVHFH4OOMCODI3K4HKZNWGWUX6INB6LAC
NR3WPDNCUJEZ3KUFDDKNZS7QEHTDN2WWRNU4SPA5QNKP5JQDMWOAC
2UBDFCJH2BG6U6SY2YDJ7QK4JOLUJAHOYZS3YRQ7E7U4UGP4YR5QC
AXRC3M3Z57RANMQBA5TDR3CGFDB6F36VXGBF75HQIVDTT5J45JRQC
OFTU77S5FEE5SWAV7G4OWAQ7GY6LOEY65ZTMJCDMPMJGB7TWDIOQC
EBJ7NYFTXNIJUBGT4SRJLSY5HFM7XAG6I4YFROGNFH346GU2OEKQC
NV7FXZ5QETWHE7EQHET5ZZUKH4UIAIRGQ42MR2IT5JCZDPRNEZRQC
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
{{if hasmath}} {{insert head_katex.html }} {{end}}
{{if hascode}} {{insert head_highlight.html }} {{end}}
<link rel="stylesheet" href="/css/franklin.css">
<link rel="stylesheet" href="/css/basic.css">
<link rel="icon" href="/assets/favicon.ico">
{{isdef title}} <title>{{fill title}}</title> {{end}}
<script defer data-domain="skraak.kiwi" src="https://plausible.io/js/plausible.js"></script>
</head>
<body>
{{insert header.html}}
<!-- Content appended here -->
<header>
<div class="blog-name"><a href="/">skraak.kiwi</a></div>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/faq">FAQ</a></li>
<li><a href="/statistics">Stats</a></li>
<li><a href="/trips">Trips</a></li>
<li><a href="/contact">Contact</a></li>
</ul>
<img src="/assets/hamburger.svg" id="menu-icon">
</nav>
</header>
<div class="page-foot">
<p><!---<a href="https://www.buymeacoffee.com/skraak">buymeacoffee.com</a></br>-->
Subscribe to the <a href="https://tinyletter.com/fiordlandpacks">Pomona Kiwi Newsletter</a></br>
Skraak on <a href="https://github.com/quietlight/Skraak">Github</a></br>
Thanks to the <a href="https://pomona-island.org.nz">Pomona Island Charitable Trust</a></br>
Supported by <a href="https://fiordlandpacks.nz">Fiordland Packs</a></p>
<a href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> <a href="https://davidcary.nz">{{ fill
author }}</a>. {{isnotpage /tag/*}}Last modified: {{ fill fd_mtime }}.{{end}}
</div>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/css/franklin.css">
<link rel="stylesheet" href="/css/basic.css">
<title>Tag: {{fill fd_tag}}</title>
</head>
<body>
{{insert header.html}}
<div class="{{div_content}}">
<h1>Tag: {{fill fd_tag}}</h1>
{{taglist}}
{{insert page_foot.html}}
</div>
</body>
</html>
/* ==================================================================
Header and Nav
================================================================== */
nav {
width: 64%;
display: inline-block;
}
nav ul {
padding-left: 0;
margin-top: 0;
margin-bottom: 0;
}
nav li {
display: inline-block;
}
nav li a {
color: #004de6;
text-decoration: none;
font-size: 18px;
font-weight: bold;
display: inline-block;
float: center;
padding-top: 10px;
padding-right: 2px;
padding-left: 2px;
padding-bottom: 5px;
margin-left: 7px;
margin-right: 7px;
border-bottom: 2px solid #4c9cf1;
transition: color 0.3s ease;
}
header {
text-align: right;
margin-top: 50px;
margin-bottom: 50px;
display: flex;
align-items: center;
}
header .blog-name {
width: 35%;
display: inline-block;
text-align: left;
font-size: 18px;
font-family: "Lucida Console", Monaco, monospace;
padding-top: 10px;
}
header .blog-name a {
color: #a6a2a0;
text-decoration: none;
}
header li a:hover {
color: black;
border-bottom: 2px solid black;
}
#menu-icon {
display: none;
}
@media (max-width: 480px) {
header {
padding-left: 6%;
padding-right: 6%;
}
}
@media (min-width: 481px) {
header {
padding-left: 12.5%;
padding-right: 12.5%;
}
}
/* wide display: enforce maximum width of header to match content */
@media (min-width: 940px) {
header {
width: 705px;
margin-left: auto;
margin-right: auto;
}
}
/*
medium display: nav goes under name
*/
@media (max-width: 760px) {
header { display: block; }
header .blog-name {
display: block;
width: 100%;
padding-bottom: 10px;
}
nav {
width: 100%;
}
}
/*
narrow display: collapse the header (don't show the menu items)
instead, display a burger menu.
*/
@media (max-width: 500px) {
header {
height: 35px;
display: flex;
align-items: center;
}
header .blog-name {
display: inline-block;
width: 70%;
}
nav {
display: inline-block;
width: 27%;
}
nav ul,
nav:active ul {
display: none;
position: absolute;
/* padding: 20px; */
background: #fff;
border: 1px solid #444;
right: 50px;
top: 60px;
width: 30%;
border-radius: 4px 0 4px 4px;
z-index: 1;
}
nav li {
text-align: left;
display: block;
padding: 0;
margin: 0;
}
header li a { border-bottom: none; }
header li a:hover { border-bottom: none; }
nav:hover ul {
display: block;
}
#menu-icon {
display: inline-block;
margin-right: 10px;
margin-top: 5px;
}
}
table {
line-height: 1em;
margin-left: auto;
margin-right: auto;
border-collapse: collapse;
text-align: center;
margin-bottom: 1.5em;
}
tr:first-of-type {
background: #eae9f4;
}
tr:first-of-type > th {
text-align: center;
}
tr,
th,
td {
padding: 10px;
border: 1px solid lightgray;
}
table tbody tr td {
border: 1px solid lightgray;
}
/* ==================================================================
VARIABLES
================================================================== */
:root {
--block-background: hsl(0, 0%, 94%);
--output-background: hsl(0, 0%, 98%);
--small: 14px;
--normal: 19px;
--text-color: hsv(0, 0%, 20%);
}
/* ==================================================================
DEFAULT FONT AND LAYOUT
================================================================== */
html {
font-family: Helvetica, Arial, sans-serif;
font-size: var(--normal);
color: var(--text-color);
}
/* ==================================================================
BASIC GRID FOR PROFILE PIC
================================================================== */
.franklin-content .row {
display: block;
}
.franklin-content .left {
float: left;
margin-right: 15px;
}
.franklin-content .right {
float: right;
}
.franklin-content .container img {
width: auto;
padding-left: 0;
border-radius: 10px;
}
.franklin-content .footnote {
position: relative;
top: -0.5em;
font-size: 70%;
}
/* ==================================================================
FOOT / COPYRIGHT
================================================================== */
.franklin-content .page-foot a {
text-decoration: none;
color: #a6a2a0;
text-decoration: underline;
}
.page-foot {
font-size: 80%;
font-family: Arial, serif;
color: #a6a2a0;
text-align: center;
margin-top: 6em;
border-top: 1px solid lightgrey;
padding-top: 2em;
margin-bottom: 4em;
}
/* ==================================================================
TEXT GEOMETRY
================================================================== */
.franklin-toc li {
/* Avoid clickable elements being too close together. */
margin: 0.6rem 0;
}
.franklin-content {
position: relative;
padding-left: 12.5%;
padding-right: 12.5%;
line-height: 1.35em;
}
/* On wide screens, fix content width to a max value. */
@media (min-width: 940px) {
.franklin-content {
width: 705px;
margin-left: auto;
margin-right: auto;
}
}
/* On narrow device, reduce margins. */
@media (max-width: 480px) {
.franklin-content {
padding-left: 6%;
padding-right: 6%;
}
}
/* ==================================================================
TITLES
================================================================== */
.franklin-content h1 { font-size: 24px; }
.franklin-content h2 { font-size: 22px; }
.franklin-content h3 { font-size: 20px; }
.franklin-content h1,
h2,
h3,
h4,
h5,
h6 {
text-align: left;
}
.franklin-content h1 {
padding-bottom: 0.5em;
border-bottom: 3px double lightgrey;
margin-top: 1.5em;
margin-bottom: 1em;
}
.franklin-content h2 {
padding-bottom: 0.3em;
border-bottom: 1px solid lightgrey;
margin-top: 2em;
margin-bottom: 1em;
}
.franklin-content h1 a { color: inherit; }
.franklin-content h1 a:hover { text-decoration: none; }
.franklin-content h2 a { color: inherit; }
.franklin-content h2 a:hover { text-decoration: none; }
.franklin-content h3 a { color: inherit; }
.franklin-content h3 a:hover { text-decoration: none; }
.franklin-content h4 a { color: inherit; }
.franklin-content h4 a:hover { text-decoration: none; }
.franklin-content h5 a { color: inherit; }
.franklin-content h5 a:hover { text-decoration: none; }
.franklin-content h6 a { color: inherit; }
.franklin-content h6 a:hover { text-decoration: none; }
.franklin-content table {
margin-left: auto;
margin-right: auto;
border-collapse: collapse;
text-align: center;
}
.franklin-toc ol ol {
list-style-type: lower-alpha;
}
.franklin-content th,
td {
font-size: var(--small);
padding: 10px;
border: 1px solid black;
}
.franklin-content blockquote {
background: var(--block-background);
border-left: 7px solid #a8a8a8;
margin: 1.5em 10px;
padding: 0.5em 10px;
font-style: italic;
}
.franklin-content blockquote p {
display: inline;
}
/* ==================================================================
GENERAL FORMATTING
================================================================== */
/* Spacing between bullet points. */
.franklin-content li p {
margin: 10px 0;
}
.franklin-content a {
color: #004de6;
text-decoration: none;
}
.franklin-content a:hover {
text-decoration: underline;
}
/* ==================================================================
HYPERREFS AND FOOTNOTES
================================================================== */
.franklin-content .eqref a { color: green; }
.franklin-content .bibref a { color: green; }
.franklin-content sup {
font-size: 70%;
vertical-align: super;
line-height: 0;
}
.franklin-content table.fndef {
margin: 0;
margin-bottom: 10px;
}
.franklin-content .fndef tr,
td {
padding: 0;
border: 0;
text-align: left;
}
.franklin-content .fndef tr {
border-left: 2px solid lightgray;
}
.franklin-content .fndef td.fndef-backref {
vertical-align: top;
font-size: 70%;
padding-left: 5px;
}
.franklin-content .fndef td.fndef-content {
font-size: 80%;
padding-left: 10px;
width: 100%;
}
/* ==================================================================
IMAGES in CONTENT
================================================================== */
.franklin-content img {
width: 70%;
text-align: center;
padding-left: 10%;
}
.franklin-content .img-small img {
width: 50%;
text-align: center;
padding-left: 20%;
}
/* ==================================================================
KATEX
================================================================== */
body { counter-reset: eqnum; }
.katex { font-size: 1em !important; }
.katex-display .katex {
/* Overwrite KaTeX settings. */
display: inline-block;
/* Allow display equations to wrap on small screens. */
white-space: normal;
}
.katex-display::after {
counter-increment: eqnum;
content: "(" counter(eqnum) ")";
position: relative;
float: right;
padding-right: 5px;
}
.nonumber .katex-display::after {
counter-increment: nothing;
content: "";
}
/* ==================================================================
CODE & HIGHLIGHT.JS
================================================================== */
code {
background-color: var(--block-background);
padding: 0.1em 0.2em;
border-radius: 2px;
font-size: var(--small);
}
/* .franklin-content code { */
/* background-color: rgba(27,31,35,0.05); */
/* padding: 0.1em 0.2em; */
/* border-radius: 2px; */
/* font-size: 90%; } */
.hljs {
font-size: var(--small);
line-height: 1.35em;
border-radius: 10px;
}
.hljs-meta { font-weight: bold;}
.hljs-meta.shell_ {color: crimson;}
.hljs-meta.prompt_ {color: rgb(25, 179, 51);}
.code-output {
background: var(--output-background);
border: 1px dashed #dbdbdb;
}
/* ==================================================================
BOXES
================================================================== */
.franklin-content .colbox-blue {
background-color: #eef3f5;
padding-top: 5px;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 5px;
margin-left: 5px;
margin-top: 5px;
margin-bottom: 5px;
border-radius: 0 10px 10px 0;
border-left: 5px solid #4c9cf1;
}
.newsletter {
background-color: lemonchiffon;
padding: 2em;
margin-bottom: 1em;
}
<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'><svg height="32px" id="Layer_1" style="enable-background:new 0 0 32 32;" version="1.1" viewBox="0 0 32 32" width="32px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M4,10h24c1.104,0,2-0.896,2-2s-0.896-2-2-2H4C2.896,6,2,6.896,2,8S2.896,10,4,10z M28,14H4c-1.104,0-2,0.896-2,2 s0.896,2,2,2h24c1.104,0,2-0.896,2-2S29.104,14,28,14z M28,22H4c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2 S29.104,22,28,22z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="467" height="513" viewBox="0 0 467 513"><rect width="467" height="513" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(6,6)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h455v500h-455Z"/><g><g class="mark-shape role-mark layer_0_marks" role="graphics-symbol" aria-roledescription="shape mark container"><path transform="translate(0,0)" d="M188.194,493.712L179.556,485.994L178.726,484.687L175.651,479.534L174.701,476.723L171.228,466.391L167.116,460.474L165.959,459.019L161.795,456.553L158.443,454.605L156.128,452.361L154.4,448.071L153.674,446.32L152.275,438.578L149.891,434.855L149.269,433.844L147.196,427.335L145.451,423.858L140.699,414.538L134.756,405.242L130.333,399.793L127.914,398.141L126.584,397.919L125.91,397.895L123.491,397.574L121.47,392.248L120.951,388.797L120.52,385.912L116.649,378.515L111.38,368.357L109.583,362.045L109.825,355.24L110.741,350.136L111.259,349.2L112.14,347.375L114.438,342.937L115.164,335.54L114.766,331.152L112.883,324.594L113.764,312.71L113.315,307.533L111.414,301.763L111.207,295.575L110.343,292.469L109.894,292.05L106.162,288.203L102.569,284.505L100.271,282.212L92.859,272.08L83.27,258.988L83.132,258.767L80.644,255.389L78.484,253.072L72.748,246.883L71.521,245.7L65.699,246.316L61.38,242.347L56.248,237.589L50.512,226.84L48.785,223.586L46.107,222.329L41.874,220.356L38.505,217.793L38.142,217.571L32.302,213.182L28.639,210.446L24.683,207.488L20.277,205.688L17.34,204.455L7.751,195.999L3.276,194.545L2.309,193.51L0.996,184.289L1.808,174.009L2.793,169.72L4.348,166.86L4.624,166.417L5.419,164.888L6.093,162.201L7.146,158.109L8.235,153.696L10.135,150.837L14.109,144.821L20.122,135.7L23.111,131.189L27.482,124.583L31.438,110.285L32.198,107.647L33.373,97.737L34.548,94.04L37.053,90.293L39.351,86.792L43.29,80.876L44.949,79.2L45.243,78.954L48.076,76.045L49.769,72.816L50.478,64.311L46.107,66.406L43.964,62.586L44.31,61.748L45.675,58.247L48.802,50.384L52.084,47.13L58.114,41.066L55.626,37.221L55.108,35.027L56.11,27.065L63.056,19.793L69.154,13.385L75.685,8.282L79.642,7.05L94.12,7.592L100.495,6.36L107.216,3.278L108.477,1.75L108.546,1.627L109.859,0L112.935,0L117.461,0.518L123.18,3.278L126.446,4.831L130.212,4.757L131.335,4.141L132.959,3.204L135.361,6.631L139.697,10.032L146.28,10.476L148.215,9.712L153.104,7.74L159.203,7.173L161.242,7.493L163.091,10.451L165.63,11.758L183.115,13.36L187.019,15.085L190.596,14.888L192.531,14.814L194.501,19.424L195.693,26.966L196.487,28.667L199.304,31.009L201.705,36.605L207.441,41.288L210.119,42.348L212.935,43.408L215.942,44.542L221.557,46.686L224.045,53.687L225.582,56.251L227.604,56.965L229.366,57.064L230.333,57.187L239.629,58.025L253.105,57.853L261.139,57.779L274.511,54.698L282.632,54.476L286.64,52.701L290.389,52.06L295.486,51.74L301.464,51.37L308.858,51.542L314.266,51.666L319.397,51.789L321.574,52.38L325.496,53.465L328.762,53.588L332.615,48.905L337.055,43.506L339.975,43.58L340.856,43.654L343.154,43.679L343.81,42.299L344.899,39.957L349.857,37.615L353.071,37.245L354.038,37.319L354.315,38.133L357.2,37.196L358.634,38.601L359.101,41.14L359.722,44.468L361.156,44.566L380.645,46.021L382.891,45.824L387.971,43.433L391.858,43.408L398.043,43.359L400.22,43.359L430.818,45.503L434.187,46.243L438.42,47.229L439.198,48.19L439.284,50.384L439.353,51.173L442.999,59.529L444.882,60.638L451.534,61.723L452.847,62.61L454.004,64.927L452.242,74.369L449.132,78.584L446.679,81.912L445.556,84.081L444.795,88.444L445.055,98.033L446.091,99.956L450.998,100.794L453.037,110.408L452.76,113.465L451.534,119.011L449.201,121.526L447.404,123.424L446.765,125.1L444.467,157.345L440.407,166.737L438.144,171.988L438.109,176.82L441.081,178.126L445.867,180.271L446.195,182.416L445.21,186.705L442.014,189.072L437.263,192.573L434.982,194.274L433.064,196.32L431.838,199.697L431.302,201.25L428.365,203.223L427.95,203.519L422.301,210.692L421.281,210.914L420.953,222.205L416.772,225.78L415.079,227.21L411.364,230.366L410.5,231.475L406.976,236.036L396.506,243.826L394.933,244.96L391.91,246.563L389.733,247.722L385.984,252.258L384.913,255.241L382.304,257.632L379.108,258.89L378.658,259.038L376.827,259.777L369.311,265.497L366.893,267.371L358.444,270.674L354.194,270.896L353.572,271.513L347.473,277.282L342.255,289.116L338.541,297.547L330.835,301.468L323.354,303.933L323.509,305.19L323.838,307.779L322.214,312.365L319.397,314.978L318.326,316.556L318.292,316.679L314.042,323.139L311.381,325.259L309.204,326.172L307.614,326.837L306.561,329.525L306.595,331.596L306.647,335.91L305.662,341.852L304.556,343.159L301.066,347.4L298.371,352.602L297.231,354.796L292.704,358.667L290.216,360.812L290.234,363.672L291.287,364.806L292.428,366.064L293.171,370.995L292.791,371.537L289.681,375.606L287.089,379.033L281.871,385.986L282.079,406.179L281.319,414.119L277.068,420.998L266.356,432.365L264.162,435.94L262.728,439.959L262.331,441.093L258.737,446.69L257.476,446.863L255.264,447.159L252.725,449.378L247.611,453.915L245.572,464L245.192,465.898L239.214,472.186L237.02,477.981L235.672,481.482L228.64,491.493L223.855,495.34L223.319,495.783L223.094,495.981L221.781,497.066L211.294,500L202.172,499.704Z" fill="gray" stroke="white"/></g><g class="mark-symbol role-mark layer_1_marks" role="graphics-object" aria-roledescription="symbol mark container"><path aria-label="longitude: 167.47822; latitude: −45.50608" role="graphics-symbol" aria-roledescription="circle" transform="translate(318.89643584843725,179.8766925695818)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="brown" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.47839; latitude: −45.50368" role="graphics-symbol" aria-roledescription="circle" transform="translate(321.83356137480587,120.71226376853883)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="brown" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.46985; latitude: −45.50471" role="graphics-symbol" aria-roledescription="circle" transform="translate(174.28619554871693,146.10335599142127)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="brown" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.47371; latitude: −45.50603" role="graphics-symbol" aria-roledescription="circle" transform="translate(240.97622385900468,178.64407530147582)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="brown" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.468933702; latitude: −45.5086551015" role="graphics-symbol" aria-roledescription="circle" transform="translate(158.45512320613489,243.36050284700468)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="brown" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.46526; latitude: −45.50827" role="graphics-symbol" aria-roledescription="circle" transform="translate(94.98380494862795,233.8664355278015)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="brown" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.46574; latitude: −45.50211" role="graphics-symbol" aria-roledescription="circle" transform="translate(103.27686455892399,82.01023133192211)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="brown" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.47632; latitude: −45.50121" role="graphics-symbol" aria-roledescription="circle" transform="translate(286.0697383508086,59.82483954145573)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="brown" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.47079; latitude: −45.49971" role="graphics-symbol" aria-roledescription="circle" transform="translate(190.52677290793508,22.849974274635315)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="brown" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.46855; latitude: −45.50359" role="graphics-symbol" aria-roledescription="circle" transform="translate(151.82582451729104,118.4936467052903)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="brown" stroke-width="2" opacity="0.7"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
167.470655,
-45.518809
],
[
167.470155,
-45.518496
],
[
167.470107,
-45.518443
],
[
167.469929,
-45.518234
],
[
167.469874,
-45.51812
],
[
167.469673,
-45.517701
],
[
167.469435,
-45.517461
],
[
167.469368,
-45.517402
],
[
167.469127,
-45.517302
],
[
167.468933,
-45.517223
],
[
167.468799,
-45.517132
],
[
167.468699,
-45.516958
],
[
167.468657,
-45.516887
],
[
167.468576,
-45.516573
],
[
167.468438,
-45.516422
],
[
167.468402,
-45.516381
],
[
167.468282,
-45.516117
],
[
167.468181,
-45.515976
],
[
167.467906,
-45.515598
],
[
167.467562,
-45.515221
],
[
167.467306,
-45.515
],
[
167.467166,
-45.514933
],
[
167.467089,
-45.514924
],
[
167.46705,
-45.514923
],
[
167.46691,
-45.51491
],
[
167.466793,
-45.514694
],
[
167.466763,
-45.514554
],
[
167.466738,
-45.514437
],
[
167.466514,
-45.514137
],
[
167.466209,
-45.513725
],
[
167.466105,
-45.513469
],
[
167.466119,
-45.513193
],
[
167.466172,
-45.512986
],
[
167.466202,
-45.512948
],
[
167.466253,
-45.512874
],
[
167.466386,
-45.512694
],
[
167.466428,
-45.512394
],
[
167.466405,
-45.512216
],
[
167.466296,
-45.51195
],
[
167.466347,
-45.511468
],
[
167.466321,
-45.511258
],
[
167.466211,
-45.511024
],
[
167.466199,
-45.510773
],
[
167.466149,
-45.510647
],
[
167.466123,
-45.51063
],
[
167.465907,
-45.510474
],
[
167.465699,
-45.510324
],
[
167.465566,
-45.510231
],
[
167.465137,
-45.50982
],
[
167.464582,
-45.509289
],
[
167.464574,
-45.50928
],
[
167.46443,
-45.509143
],
[
167.464305,
-45.509049
],
[
167.463973,
-45.508798
],
[
167.463902,
-45.50875
],
[
167.463565,
-45.508775
],
[
167.463315,
-45.508614
],
[
167.463018,
-45.508421
],
[
167.462686,
-45.507985
],
[
167.462586,
-45.507853
],
[
167.462431,
-45.507802
],
[
167.462186,
-45.507722
],
[
167.461991,
-45.507618
],
[
167.46197,
-45.507609
],
[
167.461632,
-45.507431
],
[
167.46142,
-45.50732
],
[
167.461191,
-45.5072
],
[
167.460936,
-45.507127
],
[
167.460766,
-45.507077
],
[
167.460211,
-45.506734
],
[
167.459952,
-45.506675
],
[
167.459896,
-45.506633
],
[
167.45982,
-45.506259
],
[
167.459867,
-45.505842
],
[
167.459924,
-45.505668
],
[
167.460014,
-45.505552
],
[
167.46003,
-45.505534
],
[
167.460076,
-45.505472
],
[
167.460115,
-45.505363
],
[
167.460176,
-45.505197
],
[
167.460239,
-45.505018
],
[
167.460349,
-45.504902
],
[
167.460579,
-45.504658
],
[
167.460927,
-45.504288
],
[
167.4611,
-45.504105
],
[
167.461353,
-45.503837
],
[
167.461582,
-45.503257
],
[
167.461626,
-45.50315
],
[
167.461694,
-45.502748
],
[
167.461762,
-45.502598
],
[
167.461907,
-45.502446
],
[
167.46204,
-45.502304
],
[
167.462268,
-45.502064
],
[
167.462364,
-45.501996
],
[
167.462381,
-45.501986
],
[
167.462545,
-45.501868
],
[
167.462643,
-45.501737
],
[
167.462684,
-45.501392
],
[
167.462431,
-45.501477
],
[
167.462307,
-45.501322
],
[
167.462327,
-45.501288
],
[
167.462406,
-45.501146
],
[
167.462587,
-45.500827
],
[
167.462777,
-45.500695
],
[
167.463126,
-45.500449
],
[
167.462982,
-45.500293
],
[
167.462952,
-45.500204
],
[
167.46301,
-45.499881
],
[
167.463412,
-45.499586
],
[
167.463765,
-45.499326
],
[
167.464143,
-45.499119
],
[
167.464372,
-45.499069
],
[
167.46521,
-45.499091
],
[
167.465579,
-45.499041
],
[
167.465968,
-45.498916
],
[
167.466041,
-45.498854
],
[
167.466045,
-45.498849
],
[
167.466121,
-45.498783
],
[
167.466299,
-45.498783
],
[
167.466561,
-45.498804
],
[
167.466892,
-45.498916
],
[
167.467081,
-45.498979
],
[
167.467299,
-45.498976
],
[
167.467364,
-45.498951
],
[
167.467458,
-45.498913
],
[
167.467597,
-45.499052
],
[
167.467848,
-45.49919
],
[
167.468229,
-45.499208
],
[
167.468341,
-45.499177
],
[
167.468624,
-45.499097
],
[
167.468977,
-45.499074
],
[
167.469095,
-45.499087
],
[
167.469202,
-45.499207
],
[
167.469349,
-45.49926
],
[
167.470361,
-45.499325
],
[
167.470587,
-45.499395
],
[
167.470794,
-45.499387
],
[
167.470906,
-45.499384
],
[
167.47102,
-45.499571
],
[
167.471089,
-45.499877
],
[
167.471135,
-45.499946
],
[
167.471298,
-45.500041
],
[
167.471437,
-45.500268
],
[
167.471769,
-45.500458
],
[
167.471924,
-45.500501
],
[
167.472087,
-45.500544
],
[
167.472261,
-45.50059
],
[
167.472586,
-45.500677
],
[
167.47273,
-45.500961
],
[
167.472819,
-45.501065
],
[
167.472936,
-45.501094
],
[
167.473038,
-45.501098
],
[
167.473094,
-45.501103
],
[
167.473632,
-45.501137
],
[
167.474412,
-45.50113
],
[
167.474877,
-45.501127
],
[
167.475651,
-45.501002
],
[
167.476121,
-45.500993
],
[
167.476353,
-45.500921
],
[
167.47657,
-45.500895
],
[
167.476865,
-45.500882
],
[
167.477211,
-45.500867
],
[
167.477639,
-45.500874
],
[
167.477952,
-45.500879
],
[
167.478249,
-45.500884
],
[
167.478375,
-45.500908
],
[
167.478602,
-45.500952
],
[
167.478791,
-45.500957
],
[
167.479014,
-45.500767
],
[
167.479271,
-45.500548
],
[
167.47944,
-45.500551
],
[
167.479491,
-45.500554
],
[
167.479624,
-45.500555
],
[
167.479662,
-45.500499
],
[
167.479725,
-45.500404
],
[
167.480012,
-45.500309
],
[
167.480198,
-45.500294
],
[
167.480254,
-45.500297
],
[
167.48027,
-45.50033
],
[
167.480437,
-45.500292
],
[
167.48052,
-45.500349
],
[
167.480547,
-45.500452
],
[
167.480583,
-45.500587
],
[
167.480666,
-45.500591
],
[
167.481794,
-45.50065
],
[
167.481924,
-45.500642
],
[
167.482218,
-45.500545
],
[
167.482443,
-45.500544
],
[
167.482801,
-45.500542
],
[
167.482927,
-45.500542
],
[
167.484698,
-45.500629
],
[
167.484893,
-45.500659
],
[
167.485138,
-45.500699
],
[
167.485183,
-45.500738
],
[
167.485188,
-45.500827
],
[
167.485192,
-45.500859
],
[
167.485403,
-45.501198
],
[
167.485512,
-45.501243
],
[
167.485897,
-45.501287
],
[
167.485973,
-45.501323
],
[
167.48604,
-45.501417
],
[
167.485938,
-45.5018
],
[
167.485758,
-45.501971
],
[
167.485616,
-45.502106
],
[
167.485551,
-45.502194
],
[
167.485507,
-45.502371
],
[
167.485522,
-45.50276
],
[
167.485582,
-45.502838
],
[
167.485866,
-45.502872
],
[
167.485984,
-45.503262
],
[
167.485968,
-45.503386
],
[
167.485897,
-45.503611
],
[
167.485762,
-45.503713
],
[
167.485658,
-45.50379
],
[
167.485621,
-45.503858
],
[
167.485488,
-45.505166
],
[
167.485253,
-45.505547
],
[
167.485122,
-45.50576
],
[
167.48512,
-45.505956
],
[
167.485292,
-45.506009
],
[
167.485569,
-45.506096
],
[
167.485588,
-45.506183
],
[
167.485531,
-45.506357
],
[
167.485346,
-45.506453
],
[
167.485071,
-45.506595
],
[
167.484939,
-45.506664
],
[
167.484828,
-45.506747
],
[
167.484757,
-45.506884
],
[
167.484726,
-45.506947
],
[
167.484556,
-45.507027
],
[
167.484532,
-45.507039
],
[
167.484205,
-45.50733
],
[
167.484146,
-45.507339
],
[
167.484127,
-45.507797
],
[
167.483885,
-45.507942
],
[
167.483787,
-45.508
],
[
167.483572,
-45.508128
],
[
167.483522,
-45.508173
],
[
167.483318,
-45.508358
],
[
167.482712,
-45.508674
],
[
167.482621,
-45.50872
],
[
167.482446,
-45.508785
],
[
167.48232,
-45.508832
],
[
167.482103,
-45.509016
],
[
167.482041,
-45.509137
],
[
167.48189,
-45.509234
],
[
167.481705,
-45.509285
],
[
167.481679,
-45.509291
],
[
167.481573,
-45.509321
],
[
167.481138,
-45.509553
],
[
167.480998,
-45.509629
],
[
167.480509,
-45.509763
],
[
167.480263,
-45.509772
],
[
167.480227,
-45.509797
],
[
167.479874,
-45.510031
],
[
167.479572,
-45.510511
],
[
167.479357,
-45.510853
],
[
167.478911,
-45.511012
],
[
167.478478,
-45.511112
],
[
167.478487,
-45.511163
],
[
167.478506,
-45.511268
],
[
167.478412,
-45.511454
],
[
167.478249,
-45.51156
],
[
167.478187,
-45.511624
],
[
167.478185,
-45.511629
],
[
167.477939,
-45.511891
],
[
167.477785,
-45.511977
],
[
167.477659,
-45.512014
],
[
167.477567,
-45.512041
],
[
167.477506,
-45.51215
],
[
167.477508,
-45.512234
],
[
167.477511,
-45.512409
],
[
167.477454,
-45.51265
],
[
167.47739,
-45.512703
],
[
167.477188,
-45.512875
],
[
167.477032,
-45.513086
],
[
167.476966,
-45.513175
],
[
167.476704,
-45.513332
],
[
167.47656,
-45.513419
],
[
167.476561,
-45.513535
],
[
167.476622,
-45.513581
],
[
167.476688,
-45.513632
],
[
167.476731,
-45.513832
],
[
167.476709,
-45.513854
],
[
167.476529,
-45.514019
],
[
167.476379,
-45.514158
],
[
167.476077,
-45.51444
],
[
167.476089,
-45.515259
],
[
167.476045,
-45.515581
],
[
167.475799,
-45.51586
],
[
167.475179,
-45.516321
],
[
167.475052,
-45.516466
],
[
167.474969,
-45.516629
],
[
167.474946,
-45.516675
],
[
167.474738,
-45.516902
],
[
167.474665,
-45.516909
],
[
167.474537,
-45.516921
],
[
167.47439,
-45.517011
],
[
167.474094,
-45.517195
],
[
167.473976,
-45.517604
],
[
167.473954,
-45.517681
],
[
167.473608,
-45.517936
],
[
167.473481,
-45.518171
],
[
167.473403,
-45.518313
],
[
167.472996,
-45.518719
],
[
167.472719,
-45.518875
],
[
167.472688,
-45.518893
],
[
167.472675,
-45.518901
],
[
167.472599,
-45.518945
],
[
167.471992,
-45.519064
],
[
167.471464,
-45.519052
],
[
167.470655,
-45.518809
]
]
]
},
"properties": {
"styleUrl": "#nz-island-polygons-topo-150kId",
"styleHash": "65ae1342",
"stroke": "#003399",
"stroke-opacity": 1,
"stroke-width": 2,
"fill": "#003399",
"fill-opacity": 0.4980392156862745,
"t50_fid": "4986354",
"grp_ascii": "",
"grp_name": "",
"name_ascii": "Pomona Island",
"macronated": "N",
"name": "Pomona Island",
"grp_macron": "N"
}
}
<?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" d2Version="0.6.0" preserveAspectRatio="xMidYMid meet" viewBox="0 0 775 945"><svg id="d2-svg" class="d2-2368731236" width="775" height="945" viewBox="-101 -141 775 945"><rect x="-101.000000" y="-141.000000" width="775.000000" height="945.000000" rx="0.000000" class=" fill-N7" stroke-width="0" /><style type="text/css"><![CDATA[
.d2-2368731236 .text {
font-family: "d2-2368731236-font-regular";
}
@font-face {
font-family: d2-2368731236-font-regular;
src: url("data:application/font-woff;base64,d09GRgABAAAAACDAAA4AAAAANbQAAQKPAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABRAAAAFwAAABgYos/7GNtYXAAAAGgAAAAkQAAAL4DJQQMY3Z0IAAAAjQAAAA0AAAASgT7EWpmcGdtAAACaAAABxAAAA4MYi79fGdhc3AAAAl4AAAACAAAAAgAAAAQZ2x5ZgAACYAAABOuAAAfZPQcCQxoZWFkAAAdMAAAADYAAAA2HbmNu2hoZWEAAB1oAAAAJAAAACQIAAHuaG10eAAAHYwAAABkAAAAZDj0BPVsb2NhAAAd8AAAADQAAAA0YNppIm1heHAAAB4kAAAAIAAAACACNxPfbmFtZQAAHkQAAAG5AAAD/GI4hOhwb3N0AAAgAAAAABwAAAAg/34AFHByZXAAACAcAAAApAAAALJqvdaoeJxiYGEKZZzAwMrAwNTFFMHAwOANoRnjGEQY7RiQwAIGhvoABgZvGN/d39+d4QAD728m5pZ/ixgYWNYwZjEwME4GyTFxMM1jYGBQYGAGAAAA//8BAAD//0WuDQ54nHTNO2oCARRA0TOZyX+STP4pUsxyEkJAxA0ICgqCYCOuRhERa1FRd+NKnmhn4W1PcZFIJchl5vhWSOVKv/78q6iqqWtq6+obRKD0c6INLR29g8YutrGJdaxiGYuYxTQmMY5RDI+f8yUupDKXrly7cevOvdyDR08Kz168evPuw6cv9gAAAP//AQAA//9yESUcAAAAeJxiwA1cIZCpg4GL6Rvjy//f/j1j2gBiMwmB2AwSEMh0gdEIhAEAAAD//wEAAP//fMIPb3icrFZpd9vGFZ0BQWqJLMnWYjdI04eMobrEgFZax2FsxlEwohhHTUvLcgs4TQuIlLsvSTd33zfmz9yh2lP3W35azxuQrOxY7uk55Qe+O/Pum7diAAhNEPeybk60/0gs39lH4+79DNcCXMmLBzS6l8GLyn/Ni3kxGKijIAwhcgijdsdCClOkCaQGFQ8SeFqFKkxQ0zQ8qa1viNRgzVBRpNZbN6mNagaeOXxIWFLwjCmH8PsPx57nmSJFePxCyLvj5Q2ZvkDwjErHa3LNFKmC6GfH+XhTes6hr1GLsWEy9odNYyaEgIaEj/rwt+6Pr8hzpjvootHNQtSi/ODdLFRhMMoI/X4WYicPCG1G7TwnW7HLIa70s3CyImyzfpuZH/UzekCjUUlY7GdFQCDWLTK6zuh6ERR5ngfwIiyZAcRBBrHP5BBLJtjHi4xe3C8frYoBMx7VxVGeD8scMs7zSQY5DbFpVJonqGvqEvyoHBLmTD/DnEoxr9IgDHPIIkHDlRu1mIZ27iglVnK6QRU+/8MrugPUmyFh3tCIRpCx3a5H8LfuZEU/KA/yTOVhTti5m0HGAddlEkqCOY0FE4+FV7V5XmNBpYogVFrCO3oAOYAsMNdMsKCJo102g0e+OCI+ATtFzpRi10W7qMcLy8J002Y4G5zn9OODtFSdImMFYeBHBXVHquSmumKLgBsCCrAzKxhqkSp3KxfnzjDH5X7GxjtPM1rWLqGTc0ui1u1nYaDCvBkmWNHW87oYlrsJVjVkQYQV8zYfQFhRaY5VXh1khFXXr/OasOqKQo98MRipEudNQaOCcF6lKsEFvX+YWX+4m1/GuWP1MMGa3r+T7d+tNoMwv4w1t7+urbhg7mX2wgUDWaY4H/MjBy9K7Qr/rXpRCrmpCLWon1kuH/woHY2I3a42QwVZTnFQ6dnEi9xOjhXTw6rpFfAeb9YZLbRCrKldSANxayyldN3a0MIKr3uY4YJKqYtlleKcglekVPzz0iUpzos1kaYpV2BdpZClXZ+P8WEcvJQn2NRWbMQJLmorWV7S1mP5CW1rLJ/X1mcZaFtn+YK2DZaf1HaO5YvazrP8lLYLLGOtpvVHo9g/zBS1IN/jpyWBPqXcnCnfr5TJKeXWTPlBpSQtsBKfmSdk+Y8qVc7zdH6htoLiBC9pK1kqbT2Wl7WtsYy09VluaVtn+WltGyyvaDvH8jPazrNsarvAsqWp4wb2qqYClwoyCrIwrqWyQItndlvjaoyrzQQva6IendFNVbYVX+zPZASc/WenLbbLjS5PHF5u2rrc6Gbbucvyc6fKcxbnmqZXXOSvaDHhdD/uEzJ+aiy8Lzb/Lvi3e0u17TW5wble19Sh3hnxQ5iyneBV3brYSdD+b1RIM2gneE1bT2xG1KIeXwnwotujUU/1VEnZUcC3rkrHbSk31psJbmiITVxUKfwIfuRodkmkeM7Ex6OWIuqM2gluPk6jVnUeGiqdsgkF3yk7d7ITn+oUnPhb9efzlG/aRUMj5SzUXoGGefJxLfi2q95KvimGCnVTDvsZfFMGqJuCb7onbUpFBH9L7ZXtQGHR7PEba9E4LwU9zYmq7tSGKbgZ9ahE/WOnwt/iICIOohYVw8lN+h9feYLOtBZEhPrWpBaq007w+kyFRaffUz12yl28NSshJ1NVGuIwa1FHhe59O9kkjmvSCjQi1KPbp79dqiY+bdon3VI88m+cisRM21XwB86TKU9bvKMVtbiKe7hosn5wkGfUyVt2W67HCd58THsQ9B/Tpk+1fZaF0bgRP8vhrsbNeETU4Rkbtc+momFa2I4TdF3KPJ9bVeVLLKm0Sp0HVFGHWqo9OX9P20U/Sqcm/+NI9/5fU8w58T3WUe0gPDUvYT6Js6etuBFPq/KWtuJmHKpJXSbZzEpwW0NsVI/9WPATvtbC9WaCt8/Y39dWyPU1vNpM8HmN15oJ3uEqdhW1aG+kymm1vqB5oPFOnOCLeizEXpygr8dCMrijx9LtHOixdDt3mdOLExwyh8E95jD4EnMYfFmfCCFMnCDTJ/zpFCfI9Yms9u7rE1ntvcs8yegrzHPoPeY59FXmOfQ19tmNExTsk0HJPhkcsU8GA+a8FScYMofBMXMYPGAOg6+7uHbjBN9wcTH6pouL0bdcXIy+7eJi9B0XF6PvurgYfc/Fxej72orOrIE/cCvsxAner+CbcYIPuOhulcYJfqitnHB+VEHm/Nhx5ITzE23F67NTf+pWzuJhBdniZxVk+s+1lRPCLyrIhF9WkAm/0lbcmp33a7dy9N9UkOm/rSDTf6etnBB+X0Em/KGCTPijtuKN2Xl/citH/3MFmf6XCjL9r9rKCeFvFWTCqIJM+FCPn3NftmgEY9+rdTMVBmGepzHmj1G73H84fVkn/wYAAP//AQAA//9jTAFHAAEAAf//AA94nIR5WWxc533v/9vPMmffZs7sO8lZSM5CSuKioSRrp8QrLyIl2zLl2A4dJ3YS31wkufHVxb3OfcoNiqJpgQBt0jgGujw4BeyHFnkoUqDtQ1+Kon0oUvStfWjRBkjSNoGt4jtnZkgpbgtQAvn9/2eA+S+/5TtAYQEA/Q3+AgjQwYI8PDe5wzDGkI9z2SgMfM91dEY5woiQ60Axw5Q9AEYwI28BAKaAXxGIIERuC0QIuscRIuimogBYppFRdEXXVBAgPIVHnWHbWa9Gjmg7VcerOtX19Wi9vd4WbRGJFUVB31VV5aPX6ujmR9+7dOeud+eOd/eOd+eOil/U1A+/qdj46Q9/B69++M/nv/Od2jvfrb/zTv077wIAIBg8/Bf8B/j34SX45sTYWsGE3r93gTCEr197z9/bn5SBcIQYQUeAcbQLjNFDoDTaFQgggBv5a+9V9/YnxeM0Cgwok+lwOEuaNABxxhF7AAQ4IvyVj0s7OJgECJ596urltVGnEWczGryEXlJE2IlqrdZ4PFprj1r1Wms8WltfW5N/rw0HYeBzHvhhVMLDwWBtMBytyei6DAkTB0GYZAj5X73Warfk42P5OX1cr9c4F5wLE3/DMomNjIzXLpeDDLICO8aYUG18Lj51oelyyhFTkdrKxIxn1GI2KijEcl2Hccy4bk2ubGdy5YpBESaYh6rjk3HnYKRGahgGVLSM71u1bGQWrlwpFZuYYIT40sCuXzR39MriZKu5TGIzcin9bbNTsQ170alMyr6DERZBWDpXa02aslfA0HX8bbgNX7v2Xn9v/4MwwIDQ9XzyC0bXD9KemQRjhJxdigDcpEXh/BQOj0/7e/sTFwgib2N0MjLJJYeAESAMD+BE7ODgYGIh6CzUq5US3EbPMBF21mctWZeFHU8bMG612km1h4NwOBzIs2HaLsHnP4EfhlEYyf9mEcFrabR+09UtVbWFixAlhBHN5J4QoVM0dLYQ+g3K7YyuKa6iBZowWAZhwkvCUS3T8lRfaxFNcEsxcpSpjmtQqgg7b/bixYMbYTzKV3WdZqiq+YwRwnTL1jCmmGTM1rXWK5/yCpVcwBHBRDc0g2GMiNxljFm6NxtQwiP8m/A6fHWimQiBKhOmSxMDAgKIPABC4BAjgGiXIUpdKsse7+1PsrMMGSQUyNEsPqnMQgxRQr8qm0DgIMk7BALkvx0cTBwAeB0+c3N3sFIquDaXTWjNmiB7MJarUcKBL/8NB+vbeH2brE83Y7Y1wiSyA1FUIpHMm+6H7Nr0p91q1WtyPaYduaLRjKI4lOGM4/oqwgibWoaEsSIKlZgrrqK4mlVxrbC1luPt5UVV00qi0qzw7EYn46sFi+XMgshgrR/n21oWK4wIwjSFUF1RfLOkxWFxq1zdqe6t3FteNNV4YdFU+qfX3bxFgojxUqPE1axhFIywHlrFna0cr7RrimCMOzTMB8xZOVVRddsggZETKuILnpdVfKyoGe/sKd1p2aaV9G8MDP8E/yocwnsfPL+EKUfT3vWAcuAUHgAGTjE/AsbQIUFyoUCI2a/KI1vUmj/EBGIHBCEQGImj2WfMsifteSIBJgg7go/PPDiYRAhu7l68cOZUv1uv5iLbhEN0qKbrtiZbnTR0OAjT9ZFNPnEQBBLuZA/7pN2q12SvTVKvyab28Qz35j8mfsY30EIeaxkd66VCrh4Jp2ErpmsrUdajdruRr4UiX6Smm9M5xZqlK5SYlsqjQkiZmys7duywJxE3MrrBEVYoZRgJohgcKR6Lm/ZLf3TIq60Kr5Xrq+HoU6O4E57dGemLw+Y49/Kff7JtiKrb8l7+8oWm7bruhevbGaPXLecbmZ8wz/FjRSs7Vl6Ihj968YzTiuUeYhg8/Cl+Fn8PlmACn3m/hgidNbIGiFGG6AOBKBCgRHYSHyY0xme8VJklAQaGMDuaJ09TDiZRt4Pg1Lgz6U6qpcDVVFhCSykp9bEkoXEKf9tElj7wk2Wp19p+GAS+4NwbbOPxKNmnei2ttfi9bE5F9qjaqKjDyYbz4ltbw2deO6WFRqnICNX/X3Tx4vLSVtlu+6slYWKmcKw1RgPj9WvfuuOWnJgSzkj1xhOrBxe7DCGyfrNedhwng+6Uh9ulxbYphQbSM807t+swnXfAn8Tvwj34lQ/ONTEmszKFQAg6BISiXcDYPUEavb39iS/BCCNy9FhssLc/iQATIAlBpDlz/ijOIvLk/4LUNweAkMQvJPEr4ZDbT6304wjuoXuSQ4YSesatUUrOy3iGZhLFohSthJzzhCfqtfZKq946ximZHc7hbVbtei0gPBRc8K85GYGRjxjWwmJvobUXjj/zwnmVjJ8e5PN6Tu/5rY4pF5sShUSnlo1uEGZtz1vJ5YZBsNwcZ4s3K2czeYQQpqrlUGyWzGc/uBsPcxoRrqsXVIW4i0+MDHu00/G0rBZkVsNxrkMQpkRhi2cXMgXbKekCK4ohFMcwlwvlfpkr3PioLDzNc2tpnxbAx/8Lvwsb8NfvEwTJNGt7+5M8UASIwgNJRUklSTrGaT8ye/uTCkbJMH9OaisKbwFjv5Dn/9cfJVtbevyjCDBE2NEsa9J4LIEnjSaMkQMghB0CI0w2+mDiIVjptZqV2DUNDTbQhhBhpzldGTyuJbwy02USwgYnqUjuTOBLnhKco8jwEXJdPjpX1kJdZJhndUv+/tEnKsHmxoKXoYIqtlq7uW1jpmYUborAd1wq6P47v/WcFF0IUduODUoYY5iYlZIRUUwVrBKv9crnXn++HAeaMseVNl6CBdiAb00sAzFUpZiyFiKUTHtSTagBEIrl6iSFdHcFohQO+Vwdu0kixvHuiexfTJyUAQGjKFHEH/dRkhGWFhGMBosbSxulgmPpKiyghZk8bo9H23g4CKMZvQd+GPghTyDfJOuctxMgkuBvYqm7/r63O1KWrr2y2bpU4G7omExHupONFKotL+cy4U6rd2OjqmYXq50bWzVvWVu4sDQ+/eb9jdhZqgTx5uc3V15etkpeb1LIj5qWavtnR7futLzVfmn96TuN/LllwFB6+CN8k3jQgS34+kTXEYONNqZMSiU3MQ4I0NvAGBwCQJx8Z3zICcY4wDO1lE+TQI5aAtEnU5LKHUcB4yD5FHLIESEBkZXze12AtVF3q7cFHVjqLrUVketEcubSom3jqWdIRaj0E+GUP01cb08hPKlcEIa/e/Hy6Re+fK7dLSBFI0QIuxQhZFuc4sj0hZbBzWeeW+Ur9/ZWok7p1Es3e9rIct+4MPkf99apbq1tZcNe0K0zQ/niP35hcDjMl3OVJ6LFy73t1Zt3l1qTdvf6/XGvtZLM4Y/Qj7ELdRjAr0+0FcR4gPC8fBUFMcCE4SPgfDpdFEnVeezPpEApAQLOkNQX0/xHsyYNoJgQ+rlH8qj8XELg/rFByzUbCLpLjUFzUCrkc56jKVBHNalLWG1ez4QG5Qr70pUlZRWck8Fa6rxMHIQh2rn+5cuL11/d6V3pts892WtfKDZObcXBUq5Z9xau1q+Ph0utK5uN6KLVO9zdevP59dp2p//kpGmYrXHVYpWcoAhBYbO/OKxvXG1nRKrLGb6MfwJbcDjRpUBtx5hQWa7y3v4kBxgowfQIEPLSNWQzSCtIHU5JIvyOc6bhg4mDYDzsLjVqtglbaCuR3LWUrVrtxPWk3zu1NCeUdhSlcDYetU7K6ReaNuMEmWEQCIwZLS55etEq7iwMtkWFRhUjYqLsFvqZ+uULJe6z/uT/bF/6pa8scJ35ceeUVz8cnH71Iqus5ayGVW5eG/1tyWtVwjtfyTfabbt7dNRTi4BhDyz4Mf4p6NCB2x+0vCnzy9mJJDsnM5OUwt9lCGNXbtRjEXw4jRxMPCODoJjPdIyOYKAjXdbBq02/fuBzUpsabOk48NTvmTi1d+9W291ardW5bVoMcUUlRAn8yEOIWTpGJMT/v5yLcuV8mP3wfzdOlcyiQXubG47RqTsu03jl3it9vWjGS4Dg2Yc/h78gJpTgYgrGmQQF8Hzq/fQMebuzs0dTDg4mOgLHghIqkZmaGyUDPHNIvuA4QVH+Nc9XEOK6pSp5I+OhnEk8Vup2DcXXBl//jV/bKMahTzn94kf/+qXB7mJYm3pEjejYhUP4s/eXEFZmhR8BVoSCxQMQTBHsrZQTOE9uVvxdUJSEAHzJGO6uOmfm7N7+ZOXxZylwhfIjIKBgohwljySOffbcZPD4IwwUBr/45ImH5KIjePrJq5fP75w5NVipVUI/NSDa3O+P04FO/H0UhqnDP5761JbM/5bKLdmClIH4Me2nfiSxJ4LzN22fYULcuFQ2MSdcJ0qgKJ7m9/PZWOMqZXam5NbDoJ+r9bOIIzsyXG6ETr7b9Ly8ZdhcKMSjqucZxWLWxtiPA6LZmmfWL9QvFTcaha2w898/begWsxZMM5/JFeMgE+n6qt2Jh2GYP3Wr/Xd2J9D/2B8PqsOnhzvdjJapGvvuqF3ur7QYH5wdK5Gb9NfHb+IIzsMPUpS1bIRRhCjuFCSGXM8/ciKFw8F09dKWSx4DjP1dwvBJOxlICIIUguDwRFBqs4/DKTicw1h1HkYY0MHjSQgS/e0gOHNqudeo+S6cR+dTNJMKPEU02dfxtG8lEkxXQirxMEq1WR+nbZveDLxhmYRRhKjJdS3rC4QYZ3a358aX6ovbvZJqGMw1PJsIIwyUbC1XPb85cJilCMc3DcdrV5YLWmSsvtZtm7y56or+6ZFZvbTtFav9q08vjPeGYex4rRdeXPQWCmeePVq2245pSn4EwG/gAvjQgc/Oijt1NHGCaCdvvAZJcad25dFgIjJm5wD4YB7GsmQTLwwQVEpBJ+xkNPCRL2tWTdFuZlQk6x2rrKm3lnyAdi7/z2udC02nm3viS/fWhrdfu9m/e7XXuXirbbfdsOd52dVbZz97bbi/13Ks4uTlK5ufuNK+Go/31geXeiFzgk6c226cuVqXuHL64U/R9zGBNfj8BwHFMEd0T5I6OpRCN06YK5jf/vkUEUDkIL3pm8X+k2FKIdJBsNCqVgqxa8MaWuPHYnM2JinvRSfuldK1nn//1PLe1nWKdcnYtheFOiteiMJeobAaO0xlwlHKZ/x625BxjLHia36s3tx8a7N4xmcKNZSFcVCvZHSj7AY+QYRGurfsty77QT/KdmXnGg9/hP4UEzgPR2ktmkAZYhTJPWAIz91QotVP6O7643kEGCXTi+n5JYCHYLja67YajqVwuTFiThnDQZSC3TCVN1NLKkOzqUiVZKq7ZW5yxv8tf/mJXssQKmHUHI1Kl4eNUMuZRmw2Nupbz624K/2yqnLa3QiNxYX8mWBUaGzWzzxvcb/bXFEzVGVBw1uqF2sa0yhVaKa80uxvl7ldzGYc7LvCygetnGLrRmPYOn2pImen/vAf0J/gb8M2Uq69197bn5gxoqSDGD2NAEnIOnmA54hVloYPGIIHiV0Exui9hK34I4xbPE6jwBBlr87dZZrUTl8W0OTO+dHM4yS5pvUkCRCTXUmuZ3DCWY+kThY/Lis1o5QxehsoZfeBUXZrZkYHvcV2tWxmdA220baYvVyQ87w2rvHp64UplY3Wxse3pbPpTjBPOoREGvwwlxWIN1eydkYV90OPyg3DTi5SCUbfUl1NaOtnV6QzRtjwKyuR7ovLv3ybZ0zbwj4rmYqlKpaolBq23utqWY97cgU2Xx/VzpaZn4l6My2Bb6N/gvNw6/0NhNFcxAGl6Z2knwz2/TkRBAQhoIDo0cnzZKXXRu1mqWAZJ6B/fm0/+77CTG6P57SenIrUGaUT3cft2YL/4fBMDgtBFaF4wpNGXGPMLETZjnrh1ZFQReQSy/Utz2yFwjGxEdh6yak/pZ2+O6x3+gv+ohd5gR22nN64U7aWFvJ1/Zl3DnVuexnn2tXBMwXPdPzNYOdcGCxG9mLY2QEEq1DCFLswhjff76JjYRvOTHZakhP4H6dRgt4Ggsnb8DgBHAckA8AjBGAhWFoo5h0LxmjM0kuM2aJPYTAq0SkOrG/T40omLzU4cipDX3MUvx0jxYoDnVq+bxO9oluFkDI/jn1mBK7hIsRD69PWcqlVsWveyquHdeFqdnZh09s4f7YvctVSU9MHZydDww90k3CS3S39VbE9fS/x8OeEoh/DLfjGBzeWT6j9GqQvMB7IFcEMHtD5zJy4rZDqo0zRcSGmyY9jJqLobaCE/sdZ6bZdvrhxerGdzzkW3EK3pqBJ2n1y/PZOqorhYH1l7fhGOyrhaJuuTw1EMox0KjqEiX9Y7NZCkyDOKHEC08j4OUPRVF03MbZcG+v9Qnm1xsOczpzAt4nFgoKjW4jopcbSaj4cF1mhKG6o5TZrbjwxCTOd5TqteM2czlbe+PTdvGnmqwrvn+nz8vDpp8zlNmXdje0VddHs1Gxd5Sqr3P/U8xtbI+3UuexfZoe15D3qRz/DBWzADfhCWm9pNYFiODoeRoYoDeevgHKPjptMnSVMKscxhijQr54YSJjOowEAN+BGp7dU5iKemrD1pIrjca1PZveniSdNTGmyzWuPvQUS6XsgkwoT/4BkBBem4I6tb99aCQWmzBKRx4WCmd8streGgWIKxVTsvGEYge20TCVfDDAyHdfAPKx+9DPbNgumVbKs/nINx/3rzx0u+S0vsurVaDGrqcOREa7WTt8dODXbLhhxaDrlzVJ5s+Ru7Qw4q6+s1pk7WgT4dwAAAP//AQAA//92ktJnAAAAAQAAAAECj2WEfbxfDzz1AA8D6AAAAADcdfC+AAAAAN2nVnr/e/6WBP4EewAAAAYAAgAAAAAAAAABAAADhP6iAAAFKf97/gkE/gABAAAAAAAAAAAAAAAAAAAAGQIGACgBhwAAAvAAMgGCADICawA7AywANQKEADIClwA1AqYAKAJhADICiQAeAioAMgJrADsBBgBQAQUAXANAADsCogA7AqYAMgGVADkB9wAkAeUAIwKNADsCFAAxAzYAOwJDADIAAABkAGQBOgIAAuADxARYBSwF8AaUBzQHzAhUCMAJEgoCCsQLPgvIDFwNOA3CDkwPCA+yAAEAAAAZBKwACQDKAAUAAgAsAFoAjQAAAVMODAADAAF4nJyS32oTQRTGf7utYrHtA3g1FC9asZtUsUgLQhVThEC0FfF2dzv7R2Nm2ZltSC59DvHCB/HS55I9TmQ3WJASAr9kzpzvO98ZYIcfbBBsbgE/w2+eAx6EXz2H7IbO8wYvwmPPmzwKtz3fYRT88nyX/eC753s8DJaetzp8n73go+ftDu8Ee6z673IMFDgcFZYTBgywpNSUVDgsEZaSKRGGmpwBE0aMeU9BiUUxwjDDobjEkOGYE1OjUb5iSkmKZoZFc4WiYcYVmhqFo5DaS94wRjGhktpu53Gvw2MUH+R2681I7RGRfFXHWV935SbmmlhmikmYysmcUny0p63uGe+EHSeoWyY0l0+EYyETtR6c6ESkGL5wgSGROdoZX4v7MZpGFAo+oxnRsGTJgpc0JN6x5ZALNDmNzFH/M48hRww5lYwdGTENDiP5/Ml1n2upfE7EUw46ampNT63pdfufM2HCOaf/7bb/62bVVxgqFpJ2LntQPGHIkGd+01r2dbPrt9QYPqFJ5faZZFDIrqwksL7d3L+Fts9qU+2/BkMufTP/Li0Dsr/ahyQ97YPfAAAA//8BAAD//6WFomYAAAB4nGJgZgCD/9UMIgxYAAAAAP//AQAA//8lFgGSeJw0iTGqwkAURe+8Pz8+DShWghYiCkpWMYTXWSkWSZ0swCXYCGl0LXmEQGI24K6USfBW55yLY4P3OVFjnmlpWgYjuypGcYUlIfJUr+2MaTLwlhZBz+O4Y1iAEEaKMO7g4Hpr8QeI7kxxSkpXJN5z0YP3hjEESLrSvU8vvsFYV2SX3+FXb2ge0DRqzOde2ocSpPrPA4h8AQAA//8BAAD//5vyK4c=");
}
.d2-2368731236 .text-bold {
font-family: "d2-2368731236-font-bold";
}
@font-face {
font-family: d2-2368731236-font-bold;
src: url("data:application/font-woff;base64,d09GRgABAAAAAB+UAA4AAAAANGgAAQKPAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABRAAAAFwAAABgY8E/zmNtYXAAAAGgAAAAkQAAAL4DJQQMY3Z0IAAAAjQAAAAyAAAASgVEEfRmcGdtAAACaAAABxAAAA4MYi79fGdhc3AAAAl4AAAACAAAAAgAAAAQZ2x5ZgAACYAAABKMAAAeMPxLDQNoZWFkAAAcDAAAADYAAAA2HceN7GhoZWEAABxEAAAAJAAAACQIDQG2aG10eAAAHGgAAABkAAAAZDj0BPpsb2NhAAAczAAAADQAAAA0XeJlrm1heHAAAB0AAAAAIAAAACACPxPRbmFtZQAAHSAAAAG0AAAD5F+agdBwb3N0AAAe1AAAABwAAAAg/34AFHByZXAAAB7wAAAApAAAALJqvdaoeJxiYGEKZ9rDwMrAwNTFFMHAwOANoRnjGEQY7RiQwAIGhvoABgZvGN/d39+dYQED728m5pZ/ixgYWNYwZjEwME4GyTFxMK1gYGBQYGAGAAAA//8BAAD//1KODSd4nHTNO2oCARRA0TOZyX+STP4pUsxyEkJAxA0ICgqCYCOuRhERa1FRd+NKnmhn4W1PcZFIJchl5vhWSOVKv/78q6iqqWtq6+obRKD0c6INLR29g8YutrGJdaxiGYuYxTQmMY5RDI+f8yUupDKXrly7cevOvdyDR08Kz168evPuw6cv9gAAAP//AQAA//9yESUcAAAAeJxiwA2yIJBpAwMX0zfGZ/9//3sGYTMJgdgMEhDIdJ3RGIQBAAAA//8BAAD//50tEEIAAHicrFZpd9vGFZ0BQWqJLMnWYjdI04eMobrEgFZax2FsxlEwohhHTUvLcgs4TQuIlLsvSTd33zfmz9yh2lP3W35azxuQrOxY7uk55Qe+O/Pum7diAAhNEPeybk60/0gs39lH4+79DNcCXMmLBzS6l8GLyn/Ni3kxGKijIAwhcgijdsdCClOkCaQGFQ8SeFqFKkxQ0zQ8qa1viNRgzVBRpNZbN6mNagaeOXxIWFLwjCmH8PsPx57nmSJFePxCyLvj5Q2ZvkDwjErHa3LNFKmC6GfH+XhTes6hr1GLsWEy9odNYyaEgIaEj/rwt+6Pr8hzpjvootHNQtSi/ODdLFRhMMoI/X4WYicPCG1G7TwnW7HLIa70s3CyImyzfpuZH/UzekCjUUlY7GdFQCDWLTK6zuh6ERR5ngfwIiyZAcRBBrHP5BBLJtjHi4xe3C8frYoBMx7VxVGeD8scMs7zSQY5DbFpVJonqGvqEvyoHBLmTD/DnEoxr9IgDHPIIkHDlRu1mIZ27iglVnK6QRU+/8MrugPUmyFh3tCIRpCx3a5H8LfuZEU/KA/yTOVhTti5m0HGAddlEkqCOY0FE4+FV7V5XmNBpYogVFrCO3oAOYAsMNdMsKCJo102g0e+OCI+ATtFzpRi10W7qMcLy8J002Y4G5zn9OODtFSdImMFYeBHBXVHquSmumKLgBsCCrAzKxhqkSp3KxfnzjDH5X7GxjtPM1rWLqGTc0ui1u1nYaDCvBkmWNHW87oYlrsJVjVkQYQV8zYfQFhRaY5VXh1khFXXr/OasOqKQo98MRipEudNQaOCcF6lKsEFvX+YWX+4m1/GuWP1MMGa3r+T7d+tNoMwv4w1t7+urbhg7mX2wgUDWaY4H/MjBy9K7Qr/rXpRCrmpCLWon1kuH/woHY2I3a42QwVZTnFQ6dnEi9xOjhXTw6rpFfAeb9YZLbRCrKldSANxayyldN3a0MIKr3uY4YJKqYtlleKcglekVPzz0iUpzos1kaYpV2BdpZClXZ+P8WEcvJQn2NRWbMQJLmorWV7S1mP5CW1rLJ/X1mcZaFtn+YK2DZaf1HaO5YvazrP8lLYLLGOtpvVHo9g/zBS1IN/jpyWBPqXcnCnfr5TJKeXWTPlBpSQtsBKfmSdk+Y8qVc7zdH6htoLiBC9pK1kqbT2Wl7WtsYy09VluaVtn+WltGyyvaDvH8jPazrNsarvAsqWp4wb2qqYClwoyCrIwrqWyQItndlvjaoyrzQQva6IendFNVbYVX+zPZASc/WenLbbLjS5PHF5u2rrc6Gbbucvyc6fKcxbnmqZXXOSvaDHhdD/uEzJ+aiy8Lzb/Lvi3e0u17TW5wble19Sh3hnxQ5iyneBV3brYSdD+b1RIM2gneE1bT2xG1KIeXwnwotujUU/1VEnZUcC3rkrHbSk31psJbmiITVxUKfwIfuRodkmkeM7Ex6OWIuqM2gluPk6jVnUeGiqdsgkF3yk7d7ITn+oUnPhb9efzlG/aRUMj5SzUXoGGefJxLfi2q95KvimGCnVTDvsZfFMGqJuCb7onbUpFBH9L7ZXtQGHR7PEba9E4LwU9zYmq7tSGKbgZ9ahE/WOnwt/iICIOohYVw8lN+h9feYLOtBZEhPrWpBaq007w+kyFRaffUz12yl28NSshJ1NVGuIwa1FHhe59O9kkjmvSCjQi1KPbp79dqiY+bdon3VI88m+cisRM21XwB86TKU9bvKMVtbiKe7hosn5wkGfUyVt2W67HCd58THsQ9B/Tpk+1fZaF0bgRP8vhrsbNeETU4Rkbtc+momFa2I4TdF3KPJ9bVeVLLKm0Sp0HVFGHWqo9OX9P20U/Sqcm/+NI9/5fU8w58T3WUe0gPDUvYT6Js6etuBFPq/KWtuJmHKpJXSbZzEpwW0NsVI/9WPATvtbC9WaCt8/Y39dWyPU1vNpM8HmN15oJ3uEqdhW1aG+kymm1vqB5oPFOnOCLeizEXpygr8dCMrijx9LtHOixdDt3mdOLExwyh8E95jD4EnMYfFmfCCFMnCDTJ/zpFCfI9Yms9u7rE1ntvcs8yegrzHPoPeY59FXmOfQ19tmNExTsk0HJPhkcsU8GA+a8FScYMofBMXMYPGAOg6+7uHbjBN9wcTH6pouL0bdcXIy+7eJi9B0XF6PvurgYfc/Fxej72orOrIE/cCvsxAner+CbcYIPuOhulcYJfqitnHB+VEHm/Nhx5ITzE23F67NTf+pWzuJhBdniZxVk+s+1lRPCLyrIhF9WkAm/0lbcmp33a7dy9N9UkOm/rSDTf6etnBB+X0Em/KGCTPijtuKN2Xl/citH/3MFmf6XCjL9r9rKCeFvFWTCqIJM+FCPn3NftmgEY9+rdTMVBmGepzHmj1G73H84fVkn/wYAAP//AQAA//9jTAFHAAEAAf//AA94nIx5W2wj53n2+53mRHKGnPOBMySHhyFFkZJIkdRKK4q7612vdyWvfF6t/XsjexN7c4aT/Pj9I3GcH9lcBT8QtECAFmiR2klvCtRF4wRt0PQqaIumd0F711z0pgWKNCmSoElgb/HNkJS0sY3ujWa+7/kWmud73+d93ldAoQ2A/hn/bxAhBxoE8NzsiGFMIPA917Et09BLOUYFhBEm+0AJI5S9LiKGCcOvAQChQF4CjBB+BjBGtwWEMLqRzwPktbymFnKKLIEIoiEJTneYlCY1pyQ2a6WaUaqVmhNnkkwSMREdcV2S0Ddl+d076Hff/Xgd3Xj3v249a9y6ZTx7y7h1S8YvKvI7vy8V8VPv/BAX3/nppTfeiN/8Zv3NN+tvfAsAEAzu/xJ/D/8lHMGfXn+reHhzpvdijNEAMfz4lW2JUkb2g2yRnFk8yuA+YGAUs7tAKTomCKHSgYAALHg0uP7W4PDmLFoi+B5QSo6BkBPUKcByDxCC4zng6GhmIDi8Npt2O9Uo8OAI3RRFu+vErdZotDme1EebrY24xR/HfGE8HNiWNRyMJ5tTPElfHcsULMu2LVPFomUKQp0f3hyPNltJ3Mf1eiyIKhYFof41VaUaQsTfWI006oRO81c5gzJRRDSIVU80Xb9g6Ex27WpZoIjoO9NhzrUDirFSRIqqWKEyaD/WpRIzK7Uylfw/MzthzfmplFM3z63nwqFU8jdfGEaya9umJEj/Xx80W2OnshsRkWKE86XkicebOZPfDTC0j78Be/DO9bfUw5vfsUoYENoPrr/Vz94of0sfMNo/OkpRM41gzPmjDAPo6T24/KbSZXoMlOoHcwhDC0Tt8OYsTLnHaInij6dBnQyEyL0PAPUPb87cFAQUED06uz/zsi0MFDC9C6f2jvi/WQnBznYzrkVhAHtoKoh2d8Ivd4pHm/y+p3g0Ho9GfTza5Dc7HA7GQ37hpiAKgihYpu1EJL1nQajfth3DNxihRMKKZzhFzc0pwSRgpmsWNC8XIUr8qhN2u6oWa0wv+5ZStPSGaha2L0+LfhQ4Oc0yTJNptuPrlArqG2/6cU1kgunYtoQJUSDNox2I8Cb+IziAL8+Uy2tuXmQY0H6WJColGGM4RgighDlJPs80WK4dUESITvhOne9QRDD5Cpw+M3OzRYT48hFfxseAAT/GWVMB4AD2z2834j4Tne4kDe/xJOWMp0CELdO2reF4PBmPJ1OcUSaIKhEtJ8IOzw2eFUkfJ61WUs/4e7Io6zZjzLHdII8xpnKkVKdurr5i27VkZLMgruSof+mCbYSBq1bVQhTmVh5dIUxWNblsRqWa13n00fa11aPVtlsKu/2SNJz6kidWdpv6aKXmVC/v2syPqwplxbWhY6yHtm7m5LAseDMvvPJQULRTfsfA8C/w1+FJ+NCssH9pXaMUNRCheD+LOIfHNroHlNB7QIDcWwZcABjhe/Ceu2m4nd9ut8IgJ8OT6Ml5uGViwuPLrmDOF8koszlPFpePjKakrhJRJfW4T5LNRBAsIY1CU8WWiu+WLXy+lWs1y+1Q2qOEImZ5JlW8dhSt+KJfln3T8QoUi2qJEdF2dMqsqG647Th0ZIkR2RAIw4wxrAas2tO/8J+fjTuNkffXlAhUPXdhonj9MDlX/tDfvNh2816rU3zkd67L1u5soGj9tcra9acPAyaJCmvf6Og1RW51G6LZiwAAp7r/HH4bEpjA577tIoSuZ1FZByQKIhJeB4EhCgL9KIgiPiYI49KBtNDs5LdRfB9Eca7gc+TRzEEw3Fhp16qV0NRLRUWGBCVyqt99nOr3gu0Jj1KHpy6PwzQgBWM4SBO/Va+LKv5+WC0QFTU7gyg5atPO80cX81vPfmxTixxEmWE8Z5w7lzTXS/dkpjClPtoyX7r41RvYS6IKlZmQq+xsxFt3DlYJ2rhS01er6NNBd8N2q0W5tTfL8nh8/zf4GH8LbsAXr7+VP7w5k683HV6s0X4wf8YE8eqXT1OYEHScFjZM8aLq9Q5vzuyTHcBYP6AL5riwE4zI3dPLR0czDcEjV9Z6ZgluoBssq2/JvERxhqYkjT/LXEpdWtEWicujsY+TPhltTulok9c0kajkD71AMhBz4/b08vnSxS/cNhEmxuW2WHa7ltOM/HyhYOVy9aamdLpRa+fSTmvt8hV3g3oIyzbzvfHTf/K02S8LrhfUSiIK9x/pSLokFsXVoYFlkemrln3O90OmOlqp08wpQRTrhlvS3Wa52S4R+u4FNWl6KbdtMPEX8bdgAv+Q0vc2QWk54z/ZklMfCELkSGCYzGtM6UBEpytZDRgCxOD1OXJZ104DufWIT4AYIUbQXRCEB5Cz1gLEV74MREDkCCgIiAp300vECBGUqqyFoN2Mq75raookCjBBE0m0u824NRqPJ4JQr6exPBwMnCmZZKKbimoav1wVzLnPQI3Qt/Mo2fRnbpAEQl4wHr21r7ftvWmnbOf9vL/lJxRjlCM4r0qiaY6CT/3Tq4gy34sdhEVRwILRqhrNEpEwKWw/ctXvPmMXe+18XlvkdwuvQAu24AeznIoYiimmjOulcnhz1kiLCxF40B4AY2ms+gcionSxnNKYT0s+xv4HgfT0Us6CgBB9jlw6vQogYBQxHvupTjyA4Bw77QTBxlqy1d6qhHoxJ0MLtaS530t4/U/zIHN5Jq/3VkZyK0lUnCzkIlbTgveT/uFYal/7yK7XrGhS2Q0tppTCwBEJjUez3freoKzWotreINJiZeXh3nDrleMd3cCdoFmefHRr9flVy27W1gwab9U+3L28X/OGjf7DBxVvUINUR6P7P8MHxIBV2IOfZEyoHgJcQALsIiZw9zxfQPOFuXNupiSIFBNiHYAgZKXeP5AQY4t1smA3PgVYkGelUHrMKbToIuYTQCAAV2YAgYFw9/3gs8aDSAkxEVFGP7w8QtIrsfo9gK1xb6+/B6vQ7bZLbVn0uw73YOl1OLxAzn23IGQSld5Iq14XhHp2KX2cXopl298eXKpt3X71gtO1KaKiLEiR52mqpuQ8v5ynGNPNTzwsJFfP1aR8ga0/fSmRWlph7+m1C6/e3iqggj7eGRedWtX1PvPjTw2PR0YzXDW1cxc/svLQjYbcaAfJxSf77bCW5cHP0M+xDm3Ygr9/e4SYwE0Zp7QqIQa8HeOiMA9absPgWFz2L/20f0G8yKX0ZPgHUYM0n/iF0VfOgCn/zwmBFxbYWef9YQDkaAEm8Dgn3lvp8FzobK1sxdVKqJcUCdpZ9WSpScmSYVEyU52JMHfEg3SRDMa8fix4R7tXX72WXHv5wurBWuviEz1xXVUErGCxtxMYiW1Xg05nFu0k9dDfHlb9Ta334o3zr/yvSf3Sev/Ji02RYgGxMNGZG9iuhJDt9OMwLq8OXUpzqQdm+Cr+BUzgLzLhyCkIo4qBgeL9YPnGTdtc6x1AyOA9Ibey2DwgJy0Lv6Lgge1UMc72LB7vJEjWSRhnAbMy77IpgdfPYE66DW7+1vvNeuCpea7ly15jfNo2l3h0p5rjZJ0jL7OUd4xpEX6lHGia6KlOWBQFFGyMLnRbkyqLqOH4YZ5iRARFy5Xi3ObtNclliX/+89t3vn/HLxaq/b727rcFFDy0t9Ke1X8UFetu5/x2SWwN1ipl7aGvXy3YqcY8Bhr8HP8ScrAGN78bFTXCLUhGkcMdRBq96debBwxhrPN+4YEdfDzfOZoZhTwC382vFdZEBjmU4x9uxFnp4rlL4kxp56bXyspWmte2ZYqC8M1odTOodIcPGSZjooiJ7NquRTEWRYIwoWX8cqvZjFqtRvTOH7fNL7HuzqRorjecWK/jglSvOWa+ERY8VSt5ndQbPHf/N/AvZBUCqM5CI/UFaW+Is8xBUNIgQAFZNP78jhaiIy4052uOIyJMhZwoNo2SSwxd8Vml7+Ydxb3zpa/+v43eeDz9zD++sv6h9Up90bcphGId7qCVVJa/u524RGBoP8iexKUvqXGRZAK8Pq+BjGWu2Dyg0jJqubCvgcAoE+gJMBVTc34mi2TeOUvodLD3QBCpuDgGy1Op/X6vQ9ytd5aHCDCR8MoKooDFuyk2ZXBxYNZdYimIFF77rSOn0Gkr7iB45qn9a5cuTEa9bq1S0uAOuiOfJMnCmqZ5khpR25mnis1rAk7zZz5u4ehW5uRVImYTmKRPktZ89pIufsWuMZajzPQtXxUJligu1DrDSrVmKhTTnDmctau9UJVt0yljQvN5OYqKakGsBH5QoFjJKVgQZJMJtkGw4ZpEsZTQrk2rFzuPtfOBanYqvZ5WiFSkMGeyUa30bMXKFcuXNprbU/9HWt2r6t8hps2kOPLX+sPI74Urhrwy6OVkPy/3VkShv7MuGdUsdkz8WezAFL6XlYpcDlEcWwu9m7/N9U6f653/3nrHz1tnxiKnNnmFeS81OzVXqS23EQZ09CAIwWNzxRsNk2YYaAWYLqcrZyQvu71hKnoRcRZjAcI7DG6sshZXxV/yXIGZslmqlGWMuKswVobTZHBlPdJF1w88igVJwMSS5XLgJmHOaztysWyGXbP/3Erv8U5iacnIzs3KtDzbqp979qN3Gp7dLdtyZ6OrmBPT6sd9vX24Zmw0Mq81AMCfxmUwoQUHC0LnbZafCh8cL/ssa9FnnVk/mhm2hSAqWy27lVfARCbnoBbP5yWLUQl3kmntXHywZdro4tXP73cvxfrAv/B/bm9tPvOx/ckLezu31tzILZZXn5y+sr959Gisl8p7L13bvXM1+VRyY3v4UE11i+Hl1SvTTG/u/xL9FSbQh69mzUzOzGOCKP9lecyYeUxx9jaPGYPbjbQLST9yYTr4WZMiAoicGrFZ71f3lttZENRr1chziir0UV84MdenC5+zMBf8/lMWVCKq+GVdF4iiSIFm27Ikh6Odht6JOnreztd3+yql/JfJlRW3Vri29ZmJv+4FmurFATYaTjG0fFepr1vyymig13aTTIMb93+G/g4TmMDvZZ/cBMoQo4jHMkP4tYUYpt73pJ/I8qL+IJgAo6msnYLO2u+LAsBHCyzmWTIzEKy0W41KqBVkkRsDcTGuSKWODNPQ6NPMf/Fw4Y0fp8gyI8r17lflqw/1/FA3NatZdSbt1vmL51ut3YdrxmC92i9EK0G+G6eLu7c12V1P/ET3Az0X+U5gWtXRSrLVLMlm3e+XdKabJdt0m1sru9dqKV/1+/+O/hZ/AybwB1nFUQJESQOhVHbmLyxTnWI6i6AMYwQU3T0zeZ9PfXlrzHtgXhcYouyls+P5+GSfUEh74wUq5YwsOOskcdW184osnXA2H9Fzuec/J1M6jynBsuYjyHT4vrAXgvDjSiQz5NX1ft64Wcoh5kWWJWHyf21XKKqvI4Fi3kIKttmaOK29168h2itVqEnra/3IqWrYsUm1Y1HbIIwEtcCYfHLXXAnntR4/g/4D9uDpmbzdaws8Vhc+avn3CzMNsheWwmoRhNJJ9t3T66ektKjCHtrLpDQbaY0zx5gNangbOhxMaaot2R8iTs0FklRdftg9Vy0I3Edpnh6EOSoWqG6X1kbjtViUdHVNZsQslZ2ooQiaqDXN6tNK8/zD9Q3SWc+r3W5YdYyG0dpP1NV49coTN3bzOXW1sfpMZ6foeyWn2inr58r+0G1f5DxsQJT2RAP43He6Hj4xk/aic884SEXzxGvYgAi6BwSTe2d2uU0/2VimE12kk8bTKa5qBRigAUvnJen0lGvNZlZwouz2UxfBs2uyJEsUBQGVmuOknDPqSC07gcawLMv5YgFLmqiUCuT5XOi5OVV7QduMOrMr5bWPb4pFyW5GKyWt3cwrpkIqSZUVPacs/qsZOtXaxegHYW/u/+7/hlD0c7gOX3jbRhQvqCgDRhTh1CwhCq9lkcHOdIYOQQije4ApvgcU6L2lAp9h5IHdTIB3d9b7lbCownV0XZjLS9Iny79fmbwGzyf1EXGG6chjObcXVbYYQddFlf5bcytxeFIQwYtKoeCWJbNaEoOO53eqri4izIiRWEJQN0wfUdEqx501P9xIyjLCGFOmB411Nnn8iXKu041JZK1Guj79xMvb6y9umJ1yPD6/WaQ5NvnkqNhrBIZclI3LTzz1cHft8mULM8KK00cudTM+B+/+GpdxAbbhs29H6INDy/7A0LL/Z6HV67Yarg3baJstu5jJlIxGC31Op0Qpn1keDgfLAaqo4h/qejnHNE2ZXFu1RSxbRtNhgohZFFQ3kkajG/SsohYX2pcqktt899f1UvVcWOisRJjQwf6zz3cK3dVoXLVbjiL21/O1jcHh0eFgEE/DcCt86s9vOVttgP8GAAD//wEAAP//sm/LpAABAAAAAQKPXQ6NSl8PPPUADwPoAAAAANx18L4AAAAA3adWef+I/pcE/gSsAAEABgACAAAAAAAAAAEAAAOE/qIAAAUp/4j90QT+AAEAAAAAAAAAAAAAAAAAAAAZAgYAKAGHAAAC8AAyAYIAMgJrADsDLAA2AoQAMgKXADYCpgAoAmEAMgKJAB4CKgAyAmsAOwEGAFEBBQBcA0AAOwKiADsCpgAyAZUAOwH3ACQB5QAjAo0AOwIUADEDNgA7AkMAMgAAAGQAZAEyAggCuANgA+wEmgVQBgQG1AeKCDYIqAjkCgIKugscC6YMPgzaDV4N5A6MDxgAAQAAABkEqwAJALoABQACAC4AXQCNAAABWQ4MAAMAAXicnJLfahNBFMZ/u62lResDeDWEXlixm1SxlPaqFVOEQNSKeLubzP6pa2bZmW1Irn0OL3wQ8dFkj5OyKQZEQtgfO2fO953vLLDPD7YItveAn+E3zwFPwhvPIbth4nmL0/CZ520Owh3PDxgGvzzv0Au+e97lIFh63uvwQ3rBZ8+POrwf9Djx/JgTIMfhqLCc0aePZUJNQYXDEmEpKIkw1GT0GTNkxEdyCiyKIYYZDsU1hhTHnJgajfIVJQUTNDMsmimKhhlTNDUKRy6117xlhGJMJbXdzqO1Ds9RfJLbrTcjtcdE8lcdZ+u6Kzcxt8QyU0xCKSdzCvHRnra6F7wXdpyh/jOhufwiHAuZqPXgRCdiguErHzAkMkc74xtxP0LTiELOFzRDGpYsWXBJQ+IdW464xFAy/WsSA44ZcC7pOlJiGhxGkvmT6FNupfKUiJccdnTUPSV1p9TtfMWYMVec/4PD1XOzxmsMFQtJNZO8FS8YMOCV36iWvWz2+I4aww2aidy+kIlz2YmVee9vMfM7b/usNtK+NRgy6Zv678/SJ73TPiJZ0z78DQAA//8BAAD///eBnLB4nGJgZgCD/9UMIgxYAAAAAP//AQAA//8lFgGSeJw0iTGqwkAURe+8Pz8+DShWghYiCkpWMYTXWSkWSZ0swCXYCGl0LXmEQGI24K6USfBW55yLY4P3OVFjnmlpWgYjuypGcYUlIfJUr+2MaTLwlhZBz+O4Y1iAEEaKMO7g4Hpr8QeI7kxxSkpXJN5z0YP3hjEESLrSvU8vvsFYV2SX3+FXb2ge0DRqzOde2ocSpPrPA4h8AQAA//8BAAD//5vyK4c=");
}]]></style><style type="text/css"><![CDATA[.shape {
shape-rendering: geometricPrecision;
stroke-linejoin: round;
}
.connection {
stroke-linecap: round;
stroke-linejoin: round;
}
.blend {
mix-blend-mode: multiply;
opacity: 0.5;
}
.d2-2368731236 .fill-N1{fill:#170206;}
.d2-2368731236 .fill-N2{fill:#535152;}
.d2-2368731236 .fill-N3{fill:#787777;}
.d2-2368731236 .fill-N4{fill:#CCCACA;}
.d2-2368731236 .fill-N5{fill:#DFDCDC;}
.d2-2368731236 .fill-N6{fill:#ECEBEB;}
.d2-2368731236 .fill-N7{fill:#FFFFFF;}
.d2-2368731236 .fill-B1{fill:#023324;}
.d2-2368731236 .fill-B2{fill:#048E63;}
.d2-2368731236 .fill-B3{fill:#49BC99;}
.d2-2368731236 .fill-B4{fill:#A6E2D0;}
.d2-2368731236 .fill-B5{fill:#CAF2E6;}
.d2-2368731236 .fill-B6{fill:#EBFDF7;}
.d2-2368731236 .fill-AA2{fill:#D35F0A;}
.d2-2368731236 .fill-AA4{fill:#FABA8A;}
.d2-2368731236 .fill-AA5{fill:#FFE0C7;}
.d2-2368731236 .fill-AB4{fill:#C9B9A1;}
.d2-2368731236 .fill-AB5{fill:#E9DBCA;}
.d2-2368731236 .stroke-N1{stroke:#170206;}
.d2-2368731236 .stroke-N2{stroke:#535152;}
.d2-2368731236 .stroke-N3{stroke:#787777;}
.d2-2368731236 .stroke-N4{stroke:#CCCACA;}
.d2-2368731236 .stroke-N5{stroke:#DFDCDC;}
.d2-2368731236 .stroke-N6{stroke:#ECEBEB;}
.d2-2368731236 .stroke-N7{stroke:#FFFFFF;}
.d2-2368731236 .stroke-B1{stroke:#023324;}
.d2-2368731236 .stroke-B2{stroke:#048E63;}
.d2-2368731236 .stroke-B3{stroke:#49BC99;}
.d2-2368731236 .stroke-B4{stroke:#A6E2D0;}
.d2-2368731236 .stroke-B5{stroke:#CAF2E6;}
.d2-2368731236 .stroke-B6{stroke:#EBFDF7;}
.d2-2368731236 .stroke-AA2{stroke:#D35F0A;}
.d2-2368731236 .stroke-AA4{stroke:#FABA8A;}
.d2-2368731236 .stroke-AA5{stroke:#FFE0C7;}
.d2-2368731236 .stroke-AB4{stroke:#C9B9A1;}
.d2-2368731236 .stroke-AB5{stroke:#E9DBCA;}
.d2-2368731236 .background-color-N1{background-color:#170206;}
.d2-2368731236 .background-color-N2{background-color:#535152;}
.d2-2368731236 .background-color-N3{background-color:#787777;}
.d2-2368731236 .background-color-N4{background-color:#CCCACA;}
.d2-2368731236 .background-color-N5{background-color:#DFDCDC;}
.d2-2368731236 .background-color-N6{background-color:#ECEBEB;}
.d2-2368731236 .background-color-N7{background-color:#FFFFFF;}
.d2-2368731236 .background-color-B1{background-color:#023324;}
.d2-2368731236 .background-color-B2{background-color:#048E63;}
.d2-2368731236 .background-color-B3{background-color:#49BC99;}
.d2-2368731236 .background-color-B4{background-color:#A6E2D0;}
.d2-2368731236 .background-color-B5{background-color:#CAF2E6;}
.d2-2368731236 .background-color-B6{background-color:#EBFDF7;}
.d2-2368731236 .background-color-AA2{background-color:#D35F0A;}
.d2-2368731236 .background-color-AA4{background-color:#FABA8A;}
.d2-2368731236 .background-color-AA5{background-color:#FFE0C7;}
.d2-2368731236 .background-color-AB4{background-color:#C9B9A1;}
.d2-2368731236 .background-color-AB5{background-color:#E9DBCA;}
.d2-2368731236 .color-N1{color:#170206;}
.d2-2368731236 .color-N2{color:#535152;}
.d2-2368731236 .color-N3{color:#787777;}
.d2-2368731236 .color-N4{color:#CCCACA;}
.d2-2368731236 .color-N5{color:#DFDCDC;}
.d2-2368731236 .color-N6{color:#ECEBEB;}
.d2-2368731236 .color-N7{color:#FFFFFF;}
.d2-2368731236 .color-B1{color:#023324;}
.d2-2368731236 .color-B2{color:#048E63;}
.d2-2368731236 .color-B3{color:#49BC99;}
.d2-2368731236 .color-B4{color:#A6E2D0;}
.d2-2368731236 .color-B5{color:#CAF2E6;}
.d2-2368731236 .color-B6{color:#EBFDF7;}
.d2-2368731236 .color-AA2{color:#D35F0A;}
.d2-2368731236 .color-AA4{color:#FABA8A;}
.d2-2368731236 .color-AA5{color:#FFE0C7;}
.d2-2368731236 .color-AB4{color:#C9B9A1;}
.d2-2368731236 .color-AB5{color:#E9DBCA;}.appendix text.text{fill:#170206}.md{--color-fg-default:#170206;--color-fg-muted:#535152;--color-fg-subtle:#787777;--color-canvas-default:#FFFFFF;--color-canvas-subtle:#ECEBEB;--color-border-default:#023324;--color-border-muted:#048E63;--color-neutral-muted:#ECEBEB;--color-accent-fg:#048E63;--color-accent-emphasis:#048E63;--color-attention-subtle:#535152;--color-danger-fg:red;}.sketch-overlay-B1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-B3{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-B4{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-B5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AA2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-AA4{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-AA5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AB4{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-AB5{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-N2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-N3{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-N4{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N5{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N7{fill:url(#streaks-bright);mix-blend-mode:darken}.light-code{display: block}.dark-code{display: none}]]></style><defs><pattern id="streaks-bright" x="0" y="0" width="100" height="100" patternUnits="userSpaceOnUse">
<path fill="rgba(0, 0, 0, 0.1)" fill-rule="evenodd" clip-rule="evenodd" d="M58.1193 0H58.1703L55.4939 2.67644L58.1193 0ZM45.7725 0H45.811L41.2851 4.61498L42.7191 3.29325L37.0824 8.92997L35.0554 10.9569L32.0719 13.9404L29.6229 16.5017L27.1738 19.0631L25.8089 20.2034L23.2195 22.6244L18.181 27.6068L23.8178 21.97L27.0615 18.9508L33.8666 11.9773L33.1562 12.5194L37.0262 8.87383L40.784 5.11602L38.0299 7.64561L45.7725 0ZM23.1079 0H23.108L21.5814 1.66688L20.3126 2.79534L23.1079 0ZM7.53869 0H7.54254L7.50005 0.035944L7.53869 0ZM2.49995 0H2.52362L0.900245 1.59971L2.49995 0ZM0 3.64398V3.60744L0.278386 3.36559L0 3.64398ZM0 18.6564V18.5398L0.67985 17.8416L3.4459 15.0755L1.15701 17.1333L2.78713 15.6022L6.01437 12.507L8.5168 9.87253L5.15803 13.2313L11.0357 7.25453L10.4926 7.89678L13.6868 4.7686L8.54982 9.90555L7.05177 11.5687L4.68087 13.9396L0.729379 17.8911L3.01827 15.8333L0 18.6564ZM0 69.2431V69.178L1.64651 67.4763L1.46347 67.7796L5.84063 63.4025L4.42167 64.9016L0 69.4007V69.3408L0.247596 68.9955L0 69.2431ZM2.51594 100H2.49238L5.19989 97.2925L7.70071 95.0162L12.8713 89.6772L12.3094 90.0707L15.288 87.3167L18.1542 84.4504L16.0269 86.3532L22.8752 79.6172L18.5364 84.0683L19.6435 83.0734L15.3441 87.3728L13.798 88.9189L11.5224 91.1945L9.66768 93.1615L7.81297 95.1285L6.74529 95.9716L4.75024 97.7983L2.51594 100ZM7.54255 100H7.5387L9.81396 97.884L8.46606 99.2189L7.54255 100ZM45.8189 100H45.7807L46.9912 98.8047L45.8189 100ZM58.1784 100H58.1272L62.2952 95.7511L66.1408 91.9055L63.0037 94.8115L65.2507 92.6635L69.7117 88.3346L73.2165 84.6977L68.5469 89.3673L76.7379 81.0773L75.9634 81.9509L80.3913 77.5889L73.2496 84.7307L71.1346 87.0107L67.8384 90.3069L62.3447 95.8006L65.4818 92.8947L61.2625 96.9159L58.1784 100ZM75.4277 100H75.229L82.1834 92.9039L81.3403 93.5787L86.0063 89.1371L90.5601 84.5833L87.2464 87.6725L98.0937 76.9375L91.1673 83.9761L92.8932 82.3625L86.0625 89.1933L83.6062 91.6496L79.9907 95.265L77.011 98.357L75.4277 100ZM100 18.5398V18.6563L99.9556 18.6979L95.8065 22.847L100 18.5398ZM100 3.60743V3.64398L99.6791 3.9649L99.2094 4.29428L100 3.60743ZM75.4201 0L74.0312 1.4412L72.401 2.84687L69.281 5.79854L63.1812 11.8422L70.0119 5.01151L73.919 1.32893L75.2214 0H75.4201ZM100 69.1858V69.2509L98.059 71.1919L100 69.1858ZM100 69.3486V69.4085L99.8414 69.5698L100 69.3486ZM41.9398 28.8254L53.6223 16.993L52.5215 18.2437L54.7428 16.0575L54.6875 16.0759L54.8008 16.0004L58.842 12.0231L54.9925 15.8726L55.1085 15.7953L54.898 16.0058L54.84 16.0251L48.6523 22.2128L45.6419 25.473L40.9389 30.1759L33.1007 38.0142L37.5866 33.878L31.558 39.6068L23.3278 47.837L33.0257 37.9393L38.5125 32.4525L34.0266 36.5887L37.2369 33.5283L43.6074 27.3576L48.6023 22.1628L41.9398 28.8254ZM41.0977 17.0531L39.718 18.2925L40.312 17.8388L41.0977 17.0531ZM36.875 20.3106L48.1601 7.88137L42.3438 13.7478L36.875 20.3106ZM35.7125 25.8109L34.3328 27.0503L34.9268 26.5966L35.7125 25.8109ZM17.7022 39.7534L19.0819 38.514L18.8092 38.7867L36.7575 21.8045L23.1569 35.3051L13.5771 43.7372L18.1448 39.4154L17.7022 39.7534ZM3.48102 28.9281L1.53562 30.8735L1.22228 31.0465L0.0765686 32.3326L1.60579 30.9437L2.57849 29.971L3.48102 28.9281ZM0.953463 26.2027L19.5702 7.58594L9.31575 18.6078L0.953463 26.2027ZM23.7175 12.11L17.9339 18.0875L21.4622 14.5592L20.8074 15.4725L28.1915 7.95918L30.4791 5.54232L23.4224 12.599L23.7175 12.11ZM43.4641 43.1538L40.7872 46.1552L42.4907 44.4517L42.3285 45.0465L45.8166 41.3421L46.8441 40.0983L43.4371 43.5053L43.4641 43.1538ZM1.32715 48.3271L8.0918 41.5625L4.3657 45.5674L1.32715 48.3271ZM11.1479 31.2556L11.5689 30.975L11.3584 31.1855L11.1479 31.2556ZM11.9898 27.4667L12.2003 27.2562L11.7793 27.5369L11.9898 27.4667ZM11.3585 34.5531L11.148 34.7636L10.9375 34.8338L11.3585 34.5531ZM72.929 28.5457L82.2965 19.0792L81.4043 20.0705L86.4597 15.0811L78.2983 23.2425L75.8697 25.8362L72.1029 29.603L65.8249 35.881L69.3934 32.5437L64.5858 37.1531L57.994 43.745L65.7754 35.8314L70.17 31.4369L66.6015 34.7742L69.1623 32.3125L74.2507 27.3562L78.2653 23.2095L72.929 28.5457ZM82.6674 1.83549L84.3245 0.31872L83.3724 1.27088L82.6674 1.83549ZM64.5872 16.1312L62.9301 17.648L63.6351 17.0834L64.5872 16.1312ZM70.868 9.85044L80.0048 1.1214L74.6221 6.47142L70.868 9.85044ZM90.2409 41.9448L70.7578 61.4279L79.5093 53.4795L90.2409 41.9448ZM91.8088 42.5434L95.3963 38.8357L95.2132 39.139L99.5904 34.7618L98.1714 36.261L93.5912 40.9214L93.9973 40.3549L91.8088 42.5434ZM94.331 12.8233L89.9853 17.1691L89.2853 17.5555L86.7259 20.4284L90.142 17.3258L92.3149 15.1529L94.331 12.8233ZM44.7972 62.3259L76.9824 30.1406L59.2542 49.1955L44.7972 62.3259ZM77.1482 40.321L70.1709 47.5323L70 47.6463L70.0895 47.6164L68.1916 49.5779L70.185 47.5846L70.2105 47.5761L70.421 47.3656L70.37 47.3996L73.6557 44.1139L72.6416 45.5283L84.0768 33.893L87.6194 30.1502L76.6913 41.0783L77.1482 40.321ZM50.5355 34.3137L72.6617 12.1875L60.4955 25.3084L50.5355 34.3137ZM70.2104 44.0681L70.6314 43.7875L70.4209 43.998L70.2104 44.0681ZM71.263 40.0687L70.842 40.3494L71.0525 40.2792L71.263 40.0687ZM55.1084 12.4355L55.3189 12.225L54.8979 12.5056L55.1084 12.4355ZM48.8718 15.5785L60.2075 4.70496L49.4056 15.4006L48.8718 15.5785ZM23.7636 57.4491L29.9099 51.5854L26.1656 55.6123L27.2361 54.8244L23.435 58.6255L22.0681 59.9924L20.0562 62.0042L18.5082 63.8349L16.9601 65.6656L15.8328 66.2277L13.9315 67.7051L10.4821 71.0132L14.2832 67.2121L16.6775 65.383L21.1113 60.5253L20.477 60.7357L23.2937 58.4842L25.8277 55.9502L23.7636 57.4491ZM48.3825 74.1824L44.8832 77.8523L46.9145 75.8211L45.4748 77.4881L43.4493 79.2862L42.4082 80.1568L43.9215 79.0414L42.2487 80.7143L39.3752 83.8151L41.8844 81.3059L43.8473 79.6842L42.334 80.7995L44.7237 78.4098L46.1576 76.976L46.9713 75.8779L50.078 72.7713L48.1093 74.6262L48.3825 74.1824ZM29.2877 62.9906L29.0772 63.2011L28.8667 63.2713L29.2877 62.9906ZM29.7088 59.4823L29.9193 59.2719L29.4983 59.5525L29.7088 59.4823ZM29.0772 66.5687L28.8667 66.7792L28.6562 66.8494L29.0772 66.5687ZM22.9729 68.748L23.1834 68.5375L22.7624 68.8181L22.9729 68.748ZM3.8147e-05 91.7593L13.2499 79.1355L6.5001 86.2595L3.8147e-05 91.7593ZM16.0685 87.9974L17.1375 87.0687L16.5382 87.668L16.0685 87.9974ZM21.7869 79.3344L20.7179 80.263L21.1876 79.9337L21.7869 79.3344ZM12.3607 95.0755L13.4298 94.1469L12.8304 94.7462L12.3607 95.0755ZM42.7176 59.3801L43.2789 58.8187L43.0684 59.1696L42.7877 59.4502L42.2966 59.801L42.5772 59.3801H42.7176ZM26.3124 49.3152L24.3599 51.2676L23.996 51.3918L22.8956 52.732L24.4798 51.3875L25.456 50.4113L26.3124 49.3152ZM39.0689 63.3097L38.5777 63.6606L39.56 62.6782L39.0689 63.3097ZM20.3574 55.8032L19.3751 56.7856L19.8662 56.4347L20.3574 55.8032ZM39.9297 64.195L41.5504 62.3779L41.534 62.5907L43.5967 60.528L42.9746 61.2811L40.8628 63.5238L40.961 63.1637L39.9297 64.195ZM22.3921 55.457L21.3998 56.5696L22.0313 55.9381L21.9711 56.1587L23.2642 54.7854L23.6451 54.3243L22.3821 55.5873L22.3921 55.457ZM40.6473 92.4498L45.0485 88.0485L43.0066 90.4079L40.806 92.6085L37.3463 95.7507L39.9384 92.8412L40.6473 92.4498ZM18.5042 48.7973L11.5457 55.7558L10.4249 56.3746L6.32684 60.9746L11.7967 56.0067L15.2759 52.5275L18.5042 48.7973ZM32.7113 78.139L31.1131 79.7372L30.8432 79.8668L29.9145 80.9358L31.1833 79.8074L31.9823 79.0083L32.7113 78.139ZM21.7577 93.9525L31.2855 84.0344L30.8324 84.8777L42.4999 73.2102L38.7408 77.2295L26.5552 89.6753L27.5914 88.1187L21.7577 93.9525ZM98.5132 90.0591L89.9224 97.9224L93.5769 94.9953L98.5132 90.0591ZM97.8456 80.2105L99.5027 78.6937L98.5506 79.6459L97.8456 80.2105ZM88.5656 56.4599L78.9205 65.7009L82.1262 63.3036L78.1413 67.2885L73.7522 70.8692L74.7195 70.5082L67.717 78.117L63.992 81.0336L58.0146 87.011L63.4289 81.7988L66.3887 79.4454L68.1212 78.5213L70.5757 75.6625L73.0302 72.8038L76.194 69.64L78.3434 67.4906L84.3208 61.5132L82.6575 62.7723L88.5656 56.4599ZM85.1893 67.0375L83.7304 68.356L84.3561 67.8707L85.1893 67.0375ZM90.7969 58.2022L99.2725 50.5418L94.4317 55.3826L90.7969 58.2022ZM79.377 76.2172L77.9182 77.5357L78.5438 77.0504L79.377 76.2172ZM59.4922 91.7253L56.4011 94.1231L60.0049 90.8659L63.6087 87.6087L59.4922 91.7253ZM63.8833 75.4153L46 92.3896L49.6884 89.1193L53.3767 85.8491L63.8833 75.4153ZM71.6063 55.0765L69.6609 57.0219L69.3475 57.1949L68.2018 58.481L69.731 57.0921L70.7037 56.1194L71.6063 55.0765ZM55.1405 71.6857L61.4131 65.4131L57.958 69.1267L55.1405 71.6857ZM65.8396 69.4497L61.7138 73.7138L64.2308 71.1968L63.7637 71.8484L69.0313 66.4886L70.6632 64.7645L65.6292 69.7985L65.8396 69.4497ZM53.0034 65.4955L58.2258 59.8914L58.0558 60.4431L64.5517 53.9472L62.5136 56.2398L55.7841 63.2238L56.2513 62.2475L53.0034 65.4955ZM97.0997 71.2032L79.6514 88.6515L86.7697 80.814L97.0997 71.2032ZM35.1848 56.2513L31.93 59.9006L34.0012 57.8294L33.804 58.5527L38.0451 54.0485L39.2945 52.5361L35.1519 56.6787L35.1848 56.2513ZM66.8712 26.2471L78.1907 14.3099L77.7244 15.394L91.6784 1.4399L87.233 6.29715L72.7096 21.2323L73.8482 19.2701L66.8712 26.2471ZM28.0473 68.2068L20.4355 76.375L25.1695 71.641L24.4884 73.0639L34.297 62.8844L37.2675 59.5429L27.7995 69.0109L28.0473 68.2068ZM8.94067 39.5658L14.1631 33.9617L13.993 34.5134L20.4889 28.0175L18.4509 30.3101L11.7213 37.2941L12.1886 36.3178L8.94067 39.5658ZM99.7403 26L88 37.7404L93.2735 32.9508L99.7403 26ZM1.93388 8.08743L4.77765 5.04974L4.67856 5.34275L8.20743 1.81388L7.09578 3.05481L3.4355 6.84437L3.69832 6.32299L1.93388 8.08743ZM54.4485 44.211L48.5985 50.061L47.6563 50.5813L44.211 54.4485L48.8095 50.272L51.7345 47.347L54.4485 44.211Z" />
</pattern><pattern id="streaks-normal" x="0" y="0" width="100" height="100" patternUnits="userSpaceOnUse">
<path fill="rgba(0, 0, 0, 0.16)" fill-rule="evenodd" clip-rule="evenodd" d="M58.1193 0H58.1703L55.4939 2.67644L58.1193 0ZM45.7725 0H45.811L41.2851 4.61498L42.7191 3.29325L37.0824 8.92997L35.0554 10.9569L32.0719 13.9404L29.6229 16.5017L27.1738 19.0631L25.8089 20.2034L23.2195 22.6244L18.181 27.6068L23.8178 21.97L27.0615 18.9508L33.8666 11.9773L33.1562 12.5194L37.0262 8.87383L40.784 5.11602L38.0299 7.64561L45.7725 0ZM23.1079 0H23.108L21.5814 1.66688L20.3126 2.79534L23.1079 0ZM7.53869 0H7.54254L7.50005 0.035944L7.53869 0ZM2.49995 0H2.52362L0.900245 1.59971L2.49995 0ZM0 3.64398V3.60744L0.278386 3.36559L0 3.64398ZM0 18.6564V18.5398L0.67985 17.8416L3.4459 15.0755L1.15701 17.1333L2.78713 15.6022L6.01437 12.507L8.5168 9.87253L5.15803 13.2313L11.0357 7.25453L10.4926 7.89678L13.6868 4.7686L8.54982 9.90555L7.05177 11.5687L4.68087 13.9396L0.729379 17.8911L3.01827 15.8333L0 18.6564ZM0 69.2431V69.178L1.64651 67.4763L1.46347 67.7796L5.84063 63.4025L4.42167 64.9016L0 69.4007V69.3408L0.247596 68.9955L0 69.2431ZM2.51594 100H2.49238L5.19989 97.2925L7.70071 95.0162L12.8713 89.6772L12.3094 90.0707L15.288 87.3167L18.1542 84.4504L16.0269 86.3532L22.8752 79.6172L18.5364 84.0683L19.6435 83.0734L15.3441 87.3728L13.798 88.9189L11.5224 91.1945L9.66768 93.1615L7.81297 95.1285L6.74529 95.9716L4.75024 97.7983L2.51594 100ZM7.54255 100H7.5387L9.81396 97.884L8.46606 99.2189L7.54255 100ZM45.8189 100H45.7807L46.9912 98.8047L45.8189 100ZM58.1784 100H58.1272L62.2952 95.7511L66.1408 91.9055L63.0037 94.8115L65.2507 92.6635L69.7117 88.3346L73.2165 84.6977L68.5469 89.3673L76.7379 81.0773L75.9634 81.9509L80.3913 77.5889L73.2496 84.7307L71.1346 87.0107L67.8384 90.3069L62.3447 95.8006L65.4818 92.8947L61.2625 96.9159L58.1784 100ZM75.4277 100H75.229L82.1834 92.9039L81.3403 93.5787L86.0063 89.1371L90.5601 84.5833L87.2464 87.6725L98.0937 76.9375L91.1673 83.9761L92.8932 82.3625L86.0625 89.1933L83.6062 91.6496L79.9907 95.265L77.011 98.357L75.4277 100ZM100 18.5398V18.6563L99.9556 18.6979L95.8065 22.847L100 18.5398ZM100 3.60743V3.64398L99.6791 3.9649L99.2094 4.29428L100 3.60743ZM75.4201 0L74.0312 1.4412L72.401 2.84687L69.281 5.79854L63.1812 11.8422L70.0119 5.01151L73.919 1.32893L75.2214 0H75.4201ZM100 69.1858V69.2509L98.059 71.1919L100 69.1858ZM100 69.3486V69.4085L99.8414 69.5698L100 69.3486ZM41.9398 28.8254L53.6223 16.993L52.5215 18.2437L54.7428 16.0575L54.6875 16.0759L54.8008 16.0004L58.842 12.0231L54.9925 15.8726L55.1085 15.7953L54.898 16.0058L54.84 16.0251L48.6523 22.2128L45.6419 25.473L40.9389 30.1759L33.1007 38.0142L37.5866 33.878L31.558 39.6068L23.3278 47.837L33.0257 37.9393L38.5125 32.4525L34.0266 36.5887L37.2369 33.5283L43.6074 27.3576L48.6023 22.1628L41.9398 28.8254ZM41.0977 17.0531L39.718 18.2925L40.312 17.8388L41.0977 17.0531ZM36.875 20.3106L48.1601 7.88137L42.3438 13.7478L36.875 20.3106ZM35.7125 25.8109L34.3328 27.0503L34.9268 26.5966L35.7125 25.8109ZM17.7022 39.7534L19.0819 38.514L18.8092 38.7867L36.7575 21.8045L23.1569 35.3051L13.5771 43.7372L18.1448 39.4154L17.7022 39.7534ZM3.48102 28.9281L1.53562 30.8735L1.22228 31.0465L0.0765686 32.3326L1.60579 30.9437L2.57849 29.971L3.48102 28.9281ZM0.953463 26.2027L19.5702 7.58594L9.31575 18.6078L0.953463 26.2027ZM23.7175 12.11L17.9339 18.0875L21.4622 14.5592L20.8074 15.4725L28.1915 7.95918L30.4791 5.54232L23.4224 12.599L23.7175 12.11ZM43.4641 43.1538L40.7872 46.1552L42.4907 44.4517L42.3285 45.0465L45.8166 41.3421L46.8441 40.0983L43.4371 43.5053L43.4641 43.1538ZM1.32715 48.3271L8.0918 41.5625L4.3657 45.5674L1.32715 48.3271ZM11.1479 31.2556L11.5689 30.975L11.3584 31.1855L11.1479 31.2556ZM11.9898 27.4667L12.2003 27.2562L11.7793 27.5369L11.9898 27.4667ZM11.3585 34.5531L11.148 34.7636L10.9375 34.8338L11.3585 34.5531ZM72.929 28.5457L82.2965 19.0792L81.4043 20.0705L86.4597 15.0811L78.2983 23.2425L75.8697 25.8362L72.1029 29.603L65.8249 35.881L69.3934 32.5437L64.5858 37.1531L57.994 43.745L65.7754 35.8314L70.17 31.4369L66.6015 34.7742L69.1623 32.3125L74.2507 27.3562L78.2653 23.2095L72.929 28.5457ZM82.6674 1.83549L84.3245 0.31872L83.3724 1.27088L82.6674 1.83549ZM64.5872 16.1312L62.9301 17.648L63.6351 17.0834L64.5872 16.1312ZM70.868 9.85044L80.0048 1.1214L74.6221 6.47142L70.868 9.85044ZM90.2409 41.9448L70.7578 61.4279L79.5093 53.4795L90.2409 41.9448ZM91.8088 42.5434L95.3963 38.8357L95.2132 39.139L99.5904 34.7618L98.1714 36.261L93.5912 40.9214L93.9973 40.3549L91.8088 42.5434ZM94.331 12.8233L89.9853 17.1691L89.2853 17.5555L86.7259 20.4284L90.142 17.3258L92.3149 15.1529L94.331 12.8233ZM44.7972 62.3259L76.9824 30.1406L59.2542 49.1955L44.7972 62.3259ZM77.1482 40.321L70.1709 47.5323L70 47.6463L70.0895 47.6164L68.1916 49.5779L70.185 47.5846L70.2105 47.5761L70.421 47.3656L70.37 47.3996L73.6557 44.1139L72.6416 45.5283L84.0768 33.893L87.6194 30.1502L76.6913 41.0783L77.1482 40.321ZM50.5355 34.3137L72.6617 12.1875L60.4955 25.3084L50.5355 34.3137ZM70.2104 44.0681L70.6314 43.7875L70.4209 43.998L70.2104 44.0681ZM71.263 40.0687L70.842 40.3494L71.0525 40.2792L71.263 40.0687ZM55.1084 12.4355L55.3189 12.225L54.8979 12.5056L55.1084 12.4355ZM48.8718 15.5785L60.2075 4.70496L49.4056 15.4006L48.8718 15.5785ZM23.7636 57.4491L29.9099 51.5854L26.1656 55.6123L27.2361 54.8244L23.435 58.6255L22.0681 59.9924L20.0562 62.0042L18.5082 63.8349L16.9601 65.6656L15.8328 66.2277L13.9315 67.7051L10.4821 71.0132L14.2832 67.2121L16.6775 65.383L21.1113 60.5253L20.477 60.7357L23.2937 58.4842L25.8277 55.9502L23.7636 57.4491ZM48.3825 74.1824L44.8832 77.8523L46.9145 75.8211L45.4748 77.4881L43.4493 79.2862L42.4082 80.1568L43.9215 79.0414L42.2487 80.7143L39.3752 83.8151L41.8844 81.3059L43.8473 79.6842L42.334 80.7995L44.7237 78.4098L46.1576 76.976L46.9713 75.8779L50.078 72.7713L48.1093 74.6262L48.3825 74.1824ZM29.2877 62.9906L29.0772 63.2011L28.8667 63.2713L29.2877 62.9906ZM29.7088 59.4823L29.9193 59.2719L29.4983 59.5525L29.7088 59.4823ZM29.0772 66.5687L28.8667 66.7792L28.6562 66.8494L29.0772 66.5687ZM22.9729 68.748L23.1834 68.5375L22.7624 68.8181L22.9729 68.748ZM3.8147e-05 91.7593L13.2499 79.1355L6.5001 86.2595L3.8147e-05 91.7593ZM16.0685 87.9974L17.1375 87.0687L16.5382 87.668L16.0685 87.9974ZM21.7869 79.3344L20.7179 80.263L21.1876 79.9337L21.7869 79.3344ZM12.3607 95.0755L13.4298 94.1469L12.8304 94.7462L12.3607 95.0755ZM42.7176 59.3801L43.2789 58.8187L43.0684 59.1696L42.7877 59.4502L42.2966 59.801L42.5772 59.3801H42.7176ZM26.3124 49.3152L24.3599 51.2676L23.996 51.3918L22.8956 52.732L24.4798 51.3875L25.456 50.4113L26.3124 49.3152ZM39.0689 63.3097L38.5777 63.6606L39.56 62.6782L39.0689 63.3097ZM20.3574 55.8032L19.3751 56.7856L19.8662 56.4347L20.3574 55.8032ZM39.9297 64.195L41.5504 62.3779L41.534 62.5907L43.5967 60.528L42.9746 61.2811L40.8628 63.5238L40.961 63.1637L39.9297 64.195ZM22.3921 55.457L21.3998 56.5696L22.0313 55.9381L21.9711 56.1587L23.2642 54.7854L23.6451 54.3243L22.3821 55.5873L22.3921 55.457ZM40.6473 92.4498L45.0485 88.0485L43.0066 90.4079L40.806 92.6085L37.3463 95.7507L39.9384 92.8412L40.6473 92.4498ZM18.5042 48.7973L11.5457 55.7558L10.4249 56.3746L6.32684 60.9746L11.7967 56.0067L15.2759 52.5275L18.5042 48.7973ZM32.7113 78.139L31.1131 79.7372L30.8432 79.8668L29.9145 80.9358L31.1833 79.8074L31.9823 79.0083L32.7113 78.139ZM21.7577 93.9525L31.2855 84.0344L30.8324 84.8777L42.4999 73.2102L38.7408 77.2295L26.5552 89.6753L27.5914 88.1187L21.7577 93.9525ZM98.5132 90.0591L89.9224 97.9224L93.5769 94.9953L98.5132 90.0591ZM97.8456 80.2105L99.5027 78.6937L98.5506 79.6459L97.8456 80.2105ZM88.5656 56.4599L78.9205 65.7009L82.1262 63.3036L78.1413 67.2885L73.7522 70.8692L74.7195 70.5082L67.717 78.117L63.992 81.0336L58.0146 87.011L63.4289 81.7988L66.3887 79.4454L68.1212 78.5213L70.5757 75.6625L73.0302 72.8038L76.194 69.64L78.3434 67.4906L84.3208 61.5132L82.6575 62.7723L88.5656 56.4599ZM85.1893 67.0375L83.7304 68.356L84.3561 67.8707L85.1893 67.0375ZM90.7969 58.2022L99.2725 50.5418L94.4317 55.3826L90.7969 58.2022ZM79.377 76.2172L77.9182 77.5357L78.5438 77.0504L79.377 76.2172ZM59.4922 91.7253L56.4011 94.1231L60.0049 90.8659L63.6087 87.6087L59.4922 91.7253ZM63.8833 75.4153L46 92.3896L49.6884 89.1193L53.3767 85.8491L63.8833 75.4153ZM71.6063 55.0765L69.6609 57.0219L69.3475 57.1949L68.2018 58.481L69.731 57.0921L70.7037 56.1194L71.6063 55.0765ZM55.1405 71.6857L61.4131 65.4131L57.958 69.1267L55.1405 71.6857ZM65.8396 69.4497L61.7138 73.7138L64.2308 71.1968L63.7637 71.8484L69.0313 66.4886L70.6632 64.7645L65.6292 69.7985L65.8396 69.4497ZM53.0034 65.4955L58.2258 59.8914L58.0558 60.4431L64.5517 53.9472L62.5136 56.2398L55.7841 63.2238L56.2513 62.2475L53.0034 65.4955ZM97.0997 71.2032L79.6514 88.6515L86.7697 80.814L97.0997 71.2032ZM35.1848 56.2513L31.93 59.9006L34.0012 57.8294L33.804 58.5527L38.0451 54.0485L39.2945 52.5361L35.1519 56.6787L35.1848 56.2513ZM66.8712 26.2471L78.1907 14.3099L77.7244 15.394L91.6784 1.4399L87.233 6.29715L72.7096 21.2323L73.8482 19.2701L66.8712 26.2471ZM28.0473 68.2068L20.4355 76.375L25.1695 71.641L24.4884 73.0639L34.297 62.8844L37.2675 59.5429L27.7995 69.0109L28.0473 68.2068ZM8.94067 39.5658L14.1631 33.9617L13.993 34.5134L20.4889 28.0175L18.4509 30.3101L11.7213 37.2941L12.1886 36.3178L8.94067 39.5658ZM99.7403 26L88 37.7404L93.2735 32.9508L99.7403 26ZM1.93388 8.08743L4.77765 5.04974L4.67856 5.34275L8.20743 1.81388L7.09578 3.05481L3.4355 6.84437L3.69832 6.32299L1.93388 8.08743ZM54.4485 44.211L48.5985 50.061L47.6563 50.5813L44.211 54.4485L48.8095 50.272L51.7345 47.347L54.4485 44.211Z" />
</pattern><pattern id="streaks-dark" x="0" y="0" width="100" height="100" patternUnits="userSpaceOnUse">
<path fill="rgba(0, 0, 0, 0.32)" fill-rule="evenodd" clip-rule="evenodd" d="M58.1193 0H58.1703L55.4939 2.67644L58.1193 0ZM45.7725 0H45.811L41.2851 4.61498L42.7191 3.29325L37.0824 8.92997L35.0554 10.9569L32.0719 13.9404L29.6229 16.5017L27.1738 19.0631L25.8089 20.2034L23.2195 22.6244L18.181 27.6068L23.8178 21.97L27.0615 18.9508L33.8666 11.9773L33.1562 12.5194L37.0262 8.87383L40.784 5.11602L38.0299 7.64561L45.7725 0ZM23.1079 0H23.108L21.5814 1.66688L20.3126 2.79534L23.1079 0ZM7.53869 0H7.54254L7.50005 0.035944L7.53869 0ZM2.49995 0H2.52362L0.900245 1.59971L2.49995 0ZM0 3.64398V3.60744L0.278386 3.36559L0 3.64398ZM0 18.6564V18.5398L0.67985 17.8416L3.4459 15.0755L1.15701 17.1333L2.78713 15.6022L6.01437 12.507L8.5168 9.87253L5.15803 13.2313L11.0357 7.25453L10.4926 7.89678L13.6868 4.7686L8.54982 9.90555L7.05177 11.5687L4.68087 13.9396L0.729379 17.8911L3.01827 15.8333L0 18.6564ZM0 69.2431V69.178L1.64651 67.4763L1.46347 67.7796L5.84063 63.4025L4.42167 64.9016L0 69.4007V69.3408L0.247596 68.9955L0 69.2431ZM2.51594 100H2.49238L5.19989 97.2925L7.70071 95.0162L12.8713 89.6772L12.3094 90.0707L15.288 87.3167L18.1542 84.4504L16.0269 86.3532L22.8752 79.6172L18.5364 84.0683L19.6435 83.0734L15.3441 87.3728L13.798 88.9189L11.5224 91.1945L9.66768 93.1615L7.81297 95.1285L6.74529 95.9716L4.75024 97.7983L2.51594 100ZM7.54255 100H7.5387L9.81396 97.884L8.46606 99.2189L7.54255 100ZM45.8189 100H45.7807L46.9912 98.8047L45.8189 100ZM58.1784 100H58.1272L62.2952 95.7511L66.1408 91.9055L63.0037 94.8115L65.2507 92.6635L69.7117 88.3346L73.2165 84.6977L68.5469 89.3673L76.7379 81.0773L75.9634 81.9509L80.3913 77.5889L73.2496 84.7307L71.1346 87.0107L67.8384 90.3069L62.3447 95.8006L65.4818 92.8947L61.2625 96.9159L58.1784 100ZM75.4277 100H75.229L82.1834 92.9039L81.3403 93.5787L86.0063 89.1371L90.5601 84.5833L87.2464 87.6725L98.0937 76.9375L91.1673 83.9761L92.8932 82.3625L86.0625 89.1933L83.6062 91.6496L79.9907 95.265L77.011 98.357L75.4277 100ZM100 18.5398V18.6563L99.9556 18.6979L95.8065 22.847L100 18.5398ZM100 3.60743V3.64398L99.6791 3.9649L99.2094 4.29428L100 3.60743ZM75.4201 0L74.0312 1.4412L72.401 2.84687L69.281 5.79854L63.1812 11.8422L70.0119 5.01151L73.919 1.32893L75.2214 0H75.4201ZM100 69.1858V69.2509L98.059 71.1919L100 69.1858ZM100 69.3486V69.4085L99.8414 69.5698L100 69.3486ZM41.9398 28.8254L53.6223 16.993L52.5215 18.2437L54.7428 16.0575L54.6875 16.0759L54.8008 16.0004L58.842 12.0231L54.9925 15.8726L55.1085 15.7953L54.898 16.0058L54.84 16.0251L48.6523 22.2128L45.6419 25.473L40.9389 30.1759L33.1007 38.0142L37.5866 33.878L31.558 39.6068L23.3278 47.837L33.0257 37.9393L38.5125 32.4525L34.0266 36.5887L37.2369 33.5283L43.6074 27.3576L48.6023 22.1628L41.9398 28.8254ZM41.0977 17.0531L39.718 18.2925L40.312 17.8388L41.0977 17.0531ZM36.875 20.3106L48.1601 7.88137L42.3438 13.7478L36.875 20.3106ZM35.7125 25.8109L34.3328 27.0503L34.9268 26.5966L35.7125 25.8109ZM17.7022 39.7534L19.0819 38.514L18.8092 38.7867L36.7575 21.8045L23.1569 35.3051L13.5771 43.7372L18.1448 39.4154L17.7022 39.7534ZM3.48102 28.9281L1.53562 30.8735L1.22228 31.0465L0.0765686 32.3326L1.60579 30.9437L2.57849 29.971L3.48102 28.9281ZM0.953463 26.2027L19.5702 7.58594L9.31575 18.6078L0.953463 26.2027ZM23.7175 12.11L17.9339 18.0875L21.4622 14.5592L20.8074 15.4725L28.1915 7.95918L30.4791 5.54232L23.4224 12.599L23.7175 12.11ZM43.4641 43.1538L40.7872 46.1552L42.4907 44.4517L42.3285 45.0465L45.8166 41.3421L46.8441 40.0983L43.4371 43.5053L43.4641 43.1538ZM1.32715 48.3271L8.0918 41.5625L4.3657 45.5674L1.32715 48.3271ZM11.1479 31.2556L11.5689 30.975L11.3584 31.1855L11.1479 31.2556ZM11.9898 27.4667L12.2003 27.2562L11.7793 27.5369L11.9898 27.4667ZM11.3585 34.5531L11.148 34.7636L10.9375 34.8338L11.3585 34.5531ZM72.929 28.5457L82.2965 19.0792L81.4043 20.0705L86.4597 15.0811L78.2983 23.2425L75.8697 25.8362L72.1029 29.603L65.8249 35.881L69.3934 32.5437L64.5858 37.1531L57.994 43.745L65.7754 35.8314L70.17 31.4369L66.6015 34.7742L69.1623 32.3125L74.2507 27.3562L78.2653 23.2095L72.929 28.5457ZM82.6674 1.83549L84.3245 0.31872L83.3724 1.27088L82.6674 1.83549ZM64.5872 16.1312L62.9301 17.648L63.6351 17.0834L64.5872 16.1312ZM70.868 9.85044L80.0048 1.1214L74.6221 6.47142L70.868 9.85044ZM90.2409 41.9448L70.7578 61.4279L79.5093 53.4795L90.2409 41.9448ZM91.8088 42.5434L95.3963 38.8357L95.2132 39.139L99.5904 34.7618L98.1714 36.261L93.5912 40.9214L93.9973 40.3549L91.8088 42.5434ZM94.331 12.8233L89.9853 17.1691L89.2853 17.5555L86.7259 20.4284L90.142 17.3258L92.3149 15.1529L94.331 12.8233ZM44.7972 62.3259L76.9824 30.1406L59.2542 49.1955L44.7972 62.3259ZM77.1482 40.321L70.1709 47.5323L70 47.6463L70.0895 47.6164L68.1916 49.5779L70.185 47.5846L70.2105 47.5761L70.421 47.3656L70.37 47.3996L73.6557 44.1139L72.6416 45.5283L84.0768 33.893L87.6194 30.1502L76.6913 41.0783L77.1482 40.321ZM50.5355 34.3137L72.6617 12.1875L60.4955 25.3084L50.5355 34.3137ZM70.2104 44.0681L70.6314 43.7875L70.4209 43.998L70.2104 44.0681ZM71.263 40.0687L70.842 40.3494L71.0525 40.2792L71.263 40.0687ZM55.1084 12.4355L55.3189 12.225L54.8979 12.5056L55.1084 12.4355ZM48.8718 15.5785L60.2075 4.70496L49.4056 15.4006L48.8718 15.5785ZM23.7636 57.4491L29.9099 51.5854L26.1656 55.6123L27.2361 54.8244L23.435 58.6255L22.0681 59.9924L20.0562 62.0042L18.5082 63.8349L16.9601 65.6656L15.8328 66.2277L13.9315 67.7051L10.4821 71.0132L14.2832 67.2121L16.6775 65.383L21.1113 60.5253L20.477 60.7357L23.2937 58.4842L25.8277 55.9502L23.7636 57.4491ZM48.3825 74.1824L44.8832 77.8523L46.9145 75.8211L45.4748 77.4881L43.4493 79.2862L42.4082 80.1568L43.9215 79.0414L42.2487 80.7143L39.3752 83.8151L41.8844 81.3059L43.8473 79.6842L42.334 80.7995L44.7237 78.4098L46.1576 76.976L46.9713 75.8779L50.078 72.7713L48.1093 74.6262L48.3825 74.1824ZM29.2877 62.9906L29.0772 63.2011L28.8667 63.2713L29.2877 62.9906ZM29.7088 59.4823L29.9193 59.2719L29.4983 59.5525L29.7088 59.4823ZM29.0772 66.5687L28.8667 66.7792L28.6562 66.8494L29.0772 66.5687ZM22.9729 68.748L23.1834 68.5375L22.7624 68.8181L22.9729 68.748ZM3.8147e-05 91.7593L13.2499 79.1355L6.5001 86.2595L3.8147e-05 91.7593ZM16.0685 87.9974L17.1375 87.0687L16.5382 87.668L16.0685 87.9974ZM21.7869 79.3344L20.7179 80.263L21.1876 79.9337L21.7869 79.3344ZM12.3607 95.0755L13.4298 94.1469L12.8304 94.7462L12.3607 95.0755ZM42.7176 59.3801L43.2789 58.8187L43.0684 59.1696L42.7877 59.4502L42.2966 59.801L42.5772 59.3801H42.7176ZM26.3124 49.3152L24.3599 51.2676L23.996 51.3918L22.8956 52.732L24.4798 51.3875L25.456 50.4113L26.3124 49.3152ZM39.0689 63.3097L38.5777 63.6606L39.56 62.6782L39.0689 63.3097ZM20.3574 55.8032L19.3751 56.7856L19.8662 56.4347L20.3574 55.8032ZM39.9297 64.195L41.5504 62.3779L41.534 62.5907L43.5967 60.528L42.9746 61.2811L40.8628 63.5238L40.961 63.1637L39.9297 64.195ZM22.3921 55.457L21.3998 56.5696L22.0313 55.9381L21.9711 56.1587L23.2642 54.7854L23.6451 54.3243L22.3821 55.5873L22.3921 55.457ZM40.6473 92.4498L45.0485 88.0485L43.0066 90.4079L40.806 92.6085L37.3463 95.7507L39.9384 92.8412L40.6473 92.4498ZM18.5042 48.7973L11.5457 55.7558L10.4249 56.3746L6.32684 60.9746L11.7967 56.0067L15.2759 52.5275L18.5042 48.7973ZM32.7113 78.139L31.1131 79.7372L30.8432 79.8668L29.9145 80.9358L31.1833 79.8074L31.9823 79.0083L32.7113 78.139ZM21.7577 93.9525L31.2855 84.0344L30.8324 84.8777L42.4999 73.2102L38.7408 77.2295L26.5552 89.6753L27.5914 88.1187L21.7577 93.9525ZM98.5132 90.0591L89.9224 97.9224L93.5769 94.9953L98.5132 90.0591ZM97.8456 80.2105L99.5027 78.6937L98.5506 79.6459L97.8456 80.2105ZM88.5656 56.4599L78.9205 65.7009L82.1262 63.3036L78.1413 67.2885L73.7522 70.8692L74.7195 70.5082L67.717 78.117L63.992 81.0336L58.0146 87.011L63.4289 81.7988L66.3887 79.4454L68.1212 78.5213L70.5757 75.6625L73.0302 72.8038L76.194 69.64L78.3434 67.4906L84.3208 61.5132L82.6575 62.7723L88.5656 56.4599ZM85.1893 67.0375L83.7304 68.356L84.3561 67.8707L85.1893 67.0375ZM90.7969 58.2022L99.2725 50.5418L94.4317 55.3826L90.7969 58.2022ZM79.377 76.2172L77.9182 77.5357L78.5438 77.0504L79.377 76.2172ZM59.4922 91.7253L56.4011 94.1231L60.0049 90.8659L63.6087 87.6087L59.4922 91.7253ZM63.8833 75.4153L46 92.3896L49.6884 89.1193L53.3767 85.8491L63.8833 75.4153ZM71.6063 55.0765L69.6609 57.0219L69.3475 57.1949L68.2018 58.481L69.731 57.0921L70.7037 56.1194L71.6063 55.0765ZM55.1405 71.6857L61.4131 65.4131L57.958 69.1267L55.1405 71.6857ZM65.8396 69.4497L61.7138 73.7138L64.2308 71.1968L63.7637 71.8484L69.0313 66.4886L70.6632 64.7645L65.6292 69.7985L65.8396 69.4497ZM53.0034 65.4955L58.2258 59.8914L58.0558 60.4431L64.5517 53.9472L62.5136 56.2398L55.7841 63.2238L56.2513 62.2475L53.0034 65.4955ZM97.0997 71.2032L79.6514 88.6515L86.7697 80.814L97.0997 71.2032ZM35.1848 56.2513L31.93 59.9006L34.0012 57.8294L33.804 58.5527L38.0451 54.0485L39.2945 52.5361L35.1519 56.6787L35.1848 56.2513ZM66.8712 26.2471L78.1907 14.3099L77.7244 15.394L91.6784 1.4399L87.233 6.29715L72.7096 21.2323L73.8482 19.2701L66.8712 26.2471ZM28.0473 68.2068L20.4355 76.375L25.1695 71.641L24.4884 73.0639L34.297 62.8844L37.2675 59.5429L27.7995 69.0109L28.0473 68.2068ZM8.94067 39.5658L14.1631 33.9617L13.993 34.5134L20.4889 28.0175L18.4509 30.3101L11.7213 37.2941L12.1886 36.3178L8.94067 39.5658ZM99.7403 26L88 37.7404L93.2735 32.9508L99.7403 26ZM1.93388 8.08743L4.77765 5.04974L4.67856 5.34275L8.20743 1.81388L7.09578 3.05481L3.4355 6.84437L3.69832 6.32299L1.93388 8.08743ZM54.4485 44.211L48.5985 50.061L47.6563 50.5813L44.211 54.4485L48.8095 50.272L51.7345 47.347L54.4485 44.211Z" />
</pattern><pattern id="streaks-darker" x="0" y="0" width="100" height="100" patternUnits="userSpaceOnUse">
<path fill="rgba(255, 255, 255, 0.24)" fill-rule="evenodd" clip-rule="evenodd" d="M58.1193 0H58.1703L55.4939 2.67644L58.1193 0ZM45.7725 0H45.811L41.2851 4.61498L42.7191 3.29325L37.0824 8.92997L35.0554 10.9569L32.0719 13.9404L29.6229 16.5017L27.1738 19.0631L25.8089 20.2034L23.2195 22.6244L18.181 27.6068L23.8178 21.97L27.0615 18.9508L33.8666 11.9773L33.1562 12.5194L37.0262 8.87383L40.784 5.11602L38.0299 7.64561L45.7725 0ZM23.1079 0H23.108L21.5814 1.66688L20.3126 2.79534L23.1079 0ZM7.53869 0H7.54254L7.50005 0.035944L7.53869 0ZM2.49995 0H2.52362L0.900245 1.59971L2.49995 0ZM0 3.64398V3.60744L0.278386 3.36559L0 3.64398ZM0 18.6564V18.5398L0.67985 17.8416L3.4459 15.0755L1.15701 17.1333L2.78713 15.6022L6.01437 12.507L8.5168 9.87253L5.15803 13.2313L11.0357 7.25453L10.4926 7.89678L13.6868 4.7686L8.54982 9.90555L7.05177 11.5687L4.68087 13.9396L0.729379 17.8911L3.01827 15.8333L0 18.6564ZM0 69.2431V69.178L1.64651 67.4763L1.46347 67.7796L5.84063 63.4025L4.42167 64.9016L0 69.4007V69.3408L0.247596 68.9955L0 69.2431ZM2.51594 100H2.49238L5.19989 97.2925L7.70071 95.0162L12.8713 89.6772L12.3094 90.0707L15.288 87.3167L18.1542 84.4504L16.0269 86.3532L22.8752 79.6172L18.5364 84.0683L19.6435 83.0734L15.3441 87.3728L13.798 88.9189L11.5224 91.1945L9.66768 93.1615L7.81297 95.1285L6.74529 95.9716L4.75024 97.7983L2.51594 100ZM7.54255 100H7.5387L9.81396 97.884L8.46606 99.2189L7.54255 100ZM45.8189 100H45.7807L46.9912 98.8047L45.8189 100ZM58.1784 100H58.1272L62.2952 95.7511L66.1408 91.9055L63.0037 94.8115L65.2507 92.6635L69.7117 88.3346L73.2165 84.6977L68.5469 89.3673L76.7379 81.0773L75.9634 81.9509L80.3913 77.5889L73.2496 84.7307L71.1346 87.0107L67.8384 90.3069L62.3447 95.8006L65.4818 92.8947L61.2625 96.9159L58.1784 100ZM75.4277 100H75.229L82.1834 92.9039L81.3403 93.5787L86.0063 89.1371L90.5601 84.5833L87.2464 87.6725L98.0937 76.9375L91.1673 83.9761L92.8932 82.3625L86.0625 89.1933L83.6062 91.6496L79.9907 95.265L77.011 98.357L75.4277 100ZM100 18.5398V18.6563L99.9556 18.6979L95.8065 22.847L100 18.5398ZM100 3.60743V3.64398L99.6791 3.9649L99.2094 4.29428L100 3.60743ZM75.4201 0L74.0312 1.4412L72.401 2.84687L69.281 5.79854L63.1812 11.8422L70.0119 5.01151L73.919 1.32893L75.2214 0H75.4201ZM100 69.1858V69.2509L98.059 71.1919L100 69.1858ZM100 69.3486V69.4085L99.8414 69.5698L100 69.3486ZM41.9398 28.8254L53.6223 16.993L52.5215 18.2437L54.7428 16.0575L54.6875 16.0759L54.8008 16.0004L58.842 12.0231L54.9925 15.8726L55.1085 15.7953L54.898 16.0058L54.84 16.0251L48.6523 22.2128L45.6419 25.473L40.9389 30.1759L33.1007 38.0142L37.5866 33.878L31.558 39.6068L23.3278 47.837L33.0257 37.9393L38.5125 32.4525L34.0266 36.5887L37.2369 33.5283L43.6074 27.3576L48.6023 22.1628L41.9398 28.8254ZM41.0977 17.0531L39.718 18.2925L40.312 17.8388L41.0977 17.0531ZM36.875 20.3106L48.1601 7.88137L42.3438 13.7478L36.875 20.3106ZM35.7125 25.8109L34.3328 27.0503L34.9268 26.5966L35.7125 25.8109ZM17.7022 39.7534L19.0819 38.514L18.8092 38.7867L36.7575 21.8045L23.1569 35.3051L13.5771 43.7372L18.1448 39.4154L17.7022 39.7534ZM3.48102 28.9281L1.53562 30.8735L1.22228 31.0465L0.0765686 32.3326L1.60579 30.9437L2.57849 29.971L3.48102 28.9281ZM0.953463 26.2027L19.5702 7.58594L9.31575 18.6078L0.953463 26.2027ZM23.7175 12.11L17.9339 18.0875L21.4622 14.5592L20.8074 15.4725L28.1915 7.95918L30.4791 5.54232L23.4224 12.599L23.7175 12.11ZM43.4641 43.1538L40.7872 46.1552L42.4907 44.4517L42.3285 45.0465L45.8166 41.3421L46.8441 40.0983L43.4371 43.5053L43.4641 43.1538ZM1.32715 48.3271L8.0918 41.5625L4.3657 45.5674L1.32715 48.3271ZM11.1479 31.2556L11.5689 30.975L11.3584 31.1855L11.1479 31.2556ZM11.9898 27.4667L12.2003 27.2562L11.7793 27.5369L11.9898 27.4667ZM11.3585 34.5531L11.148 34.7636L10.9375 34.8338L11.3585 34.5531ZM72.929 28.5457L82.2965 19.0792L81.4043 20.0705L86.4597 15.0811L78.2983 23.2425L75.8697 25.8362L72.1029 29.603L65.8249 35.881L69.3934 32.5437L64.5858 37.1531L57.994 43.745L65.7754 35.8314L70.17 31.4369L66.6015 34.7742L69.1623 32.3125L74.2507 27.3562L78.2653 23.2095L72.929 28.5457ZM82.6674 1.83549L84.3245 0.31872L83.3724 1.27088L82.6674 1.83549ZM64.5872 16.1312L62.9301 17.648L63.6351 17.0834L64.5872 16.1312ZM70.868 9.85044L80.0048 1.1214L74.6221 6.47142L70.868 9.85044ZM90.2409 41.9448L70.7578 61.4279L79.5093 53.4795L90.2409 41.9448ZM91.8088 42.5434L95.3963 38.8357L95.2132 39.139L99.5904 34.7618L98.1714 36.261L93.5912 40.9214L93.9973 40.3549L91.8088 42.5434ZM94.331 12.8233L89.9853 17.1691L89.2853 17.5555L86.7259 20.4284L90.142 17.3258L92.3149 15.1529L94.331 12.8233ZM44.7972 62.3259L76.9824 30.1406L59.2542 49.1955L44.7972 62.3259ZM77.1482 40.321L70.1709 47.5323L70 47.6463L70.0895 47.6164L68.1916 49.5779L70.185 47.5846L70.2105 47.5761L70.421 47.3656L70.37 47.3996L73.6557 44.1139L72.6416 45.5283L84.0768 33.893L87.6194 30.1502L76.6913 41.0783L77.1482 40.321ZM50.5355 34.3137L72.6617 12.1875L60.4955 25.3084L50.5355 34.3137ZM70.2104 44.0681L70.6314 43.7875L70.4209 43.998L70.2104 44.0681ZM71.263 40.0687L70.842 40.3494L71.0525 40.2792L71.263 40.0687ZM55.1084 12.4355L55.3189 12.225L54.8979 12.5056L55.1084 12.4355ZM48.8718 15.5785L60.2075 4.70496L49.4056 15.4006L48.8718 15.5785ZM23.7636 57.4491L29.9099 51.5854L26.1656 55.6123L27.2361 54.8244L23.435 58.6255L22.0681 59.9924L20.0562 62.0042L18.5082 63.8349L16.9601 65.6656L15.8328 66.2277L13.9315 67.7051L10.4821 71.0132L14.2832 67.2121L16.6775 65.383L21.1113 60.5253L20.477 60.7357L23.2937 58.4842L25.8277 55.9502L23.7636 57.4491ZM48.3825 74.1824L44.8832 77.8523L46.9145 75.8211L45.4748 77.4881L43.4493 79.2862L42.4082 80.1568L43.9215 79.0414L42.2487 80.7143L39.3752 83.8151L41.8844 81.3059L43.8473 79.6842L42.334 80.7995L44.7237 78.4098L46.1576 76.976L46.9713 75.8779L50.078 72.7713L48.1093 74.6262L48.3825 74.1824ZM29.2877 62.9906L29.0772 63.2011L28.8667 63.2713L29.2877 62.9906ZM29.7088 59.4823L29.9193 59.2719L29.4983 59.5525L29.7088 59.4823ZM29.0772 66.5687L28.8667 66.7792L28.6562 66.8494L29.0772 66.5687ZM22.9729 68.748L23.1834 68.5375L22.7624 68.8181L22.9729 68.748ZM3.8147e-05 91.7593L13.2499 79.1355L6.5001 86.2595L3.8147e-05 91.7593ZM16.0685 87.9974L17.1375 87.0687L16.5382 87.668L16.0685 87.9974ZM21.7869 79.3344L20.7179 80.263L21.1876 79.9337L21.7869 79.3344ZM12.3607 95.0755L13.4298 94.1469L12.8304 94.7462L12.3607 95.0755ZM42.7176 59.3801L43.2789 58.8187L43.0684 59.1696L42.7877 59.4502L42.2966 59.801L42.5772 59.3801H42.7176ZM26.3124 49.3152L24.3599 51.2676L23.996 51.3918L22.8956 52.732L24.4798 51.3875L25.456 50.4113L26.3124 49.3152ZM39.0689 63.3097L38.5777 63.6606L39.56 62.6782L39.0689 63.3097ZM20.3574 55.8032L19.3751 56.7856L19.8662 56.4347L20.3574 55.8032ZM39.9297 64.195L41.5504 62.3779L41.534 62.5907L43.5967 60.528L42.9746 61.2811L40.8628 63.5238L40.961 63.1637L39.9297 64.195ZM22.3921 55.457L21.3998 56.5696L22.0313 55.9381L21.9711 56.1587L23.2642 54.7854L23.6451 54.3243L22.3821 55.5873L22.3921 55.457ZM40.6473 92.4498L45.0485 88.0485L43.0066 90.4079L40.806 92.6085L37.3463 95.7507L39.9384 92.8412L40.6473 92.4498ZM18.5042 48.7973L11.5457 55.7558L10.4249 56.3746L6.32684 60.9746L11.7967 56.0067L15.2759 52.5275L18.5042 48.7973ZM32.7113 78.139L31.1131 79.7372L30.8432 79.8668L29.9145 80.9358L31.1833 79.8074L31.9823 79.0083L32.7113 78.139ZM21.7577 93.9525L31.2855 84.0344L30.8324 84.8777L42.4999 73.2102L38.7408 77.2295L26.5552 89.6753L27.5914 88.1187L21.7577 93.9525ZM98.5132 90.0591L89.9224 97.9224L93.5769 94.9953L98.5132 90.0591ZM97.8456 80.2105L99.5027 78.6937L98.5506 79.6459L97.8456 80.2105ZM88.5656 56.4599L78.9205 65.7009L82.1262 63.3036L78.1413 67.2885L73.7522 70.8692L74.7195 70.5082L67.717 78.117L63.992 81.0336L58.0146 87.011L63.4289 81.7988L66.3887 79.4454L68.1212 78.5213L70.5757 75.6625L73.0302 72.8038L76.194 69.64L78.3434 67.4906L84.3208 61.5132L82.6575 62.7723L88.5656 56.4599ZM85.1893 67.0375L83.7304 68.356L84.3561 67.8707L85.1893 67.0375ZM90.7969 58.2022L99.2725 50.5418L94.4317 55.3826L90.7969 58.2022ZM79.377 76.2172L77.9182 77.5357L78.5438 77.0504L79.377 76.2172ZM59.4922 91.7253L56.4011 94.1231L60.0049 90.8659L63.6087 87.6087L59.4922 91.7253ZM63.8833 75.4153L46 92.3896L49.6884 89.1193L53.3767 85.8491L63.8833 75.4153ZM71.6063 55.0765L69.6609 57.0219L69.3475 57.1949L68.2018 58.481L69.731 57.0921L70.7037 56.1194L71.6063 55.0765ZM55.1405 71.6857L61.4131 65.4131L57.958 69.1267L55.1405 71.6857ZM65.8396 69.4497L61.7138 73.7138L64.2308 71.1968L63.7637 71.8484L69.0313 66.4886L70.6632 64.7645L65.6292 69.7985L65.8396 69.4497ZM53.0034 65.4955L58.2258 59.8914L58.0558 60.4431L64.5517 53.9472L62.5136 56.2398L55.7841 63.2238L56.2513 62.2475L53.0034 65.4955ZM97.0997 71.2032L79.6514 88.6515L86.7697 80.814L97.0997 71.2032ZM35.1848 56.2513L31.93 59.9006L34.0012 57.8294L33.804 58.5527L38.0451 54.0485L39.2945 52.5361L35.1519 56.6787L35.1848 56.2513ZM66.8712 26.2471L78.1907 14.3099L77.7244 15.394L91.6784 1.4399L87.233 6.29715L72.7096 21.2323L73.8482 19.2701L66.8712 26.2471ZM28.0473 68.2068L20.4355 76.375L25.1695 71.641L24.4884 73.0639L34.297 62.8844L37.2675 59.5429L27.7995 69.0109L28.0473 68.2068ZM8.94067 39.5658L14.1631 33.9617L13.993 34.5134L20.4889 28.0175L18.4509 30.3101L11.7213 37.2941L12.1886 36.3178L8.94067 39.5658ZM99.7403 26L88 37.7404L93.2735 32.9508L99.7403 26ZM1.93388 8.08743L4.77765 5.04974L4.67856 5.34275L8.20743 1.81388L7.09578 3.05481L3.4355 6.84437L3.69832 6.32299L1.93388 8.08743ZM54.4485 44.211L48.5985 50.061L47.6563 50.5813L44.211 54.4485L48.8095 50.272L51.7345 47.347L54.4485 44.211Z" />
</pattern></defs><g id="Thrive"><g class="shape" ><path d="M409.688625 50.835225 C428.332439 56.619068, 444.295337 76.713879, 459.375979 92.357950 C474.456620 108.002020, 488.179298 125.430410, 500.172474 144.699648 C512.165649 163.968886, 522.760260 185.764553, 531.335031 207.973377 C539.909802 230.182202, 547.288630 253.990012, 551.621099 277.952596 C555.953568 301.915179, 557.380732 327.323364, 557.329846 351.748877 C557.278959 376.174390, 555.375312 400.613773, 551.315781 424.505671 C547.256250 448.397570, 541.327469 473.043590, 532.972660 495.100266 C524.617851 517.156942, 513.305464 537.498339, 501.186928 556.845727 C489.068392 576.193114, 475.657323 595.597797, 460.261446 611.184590 C444.865569 626.771384, 426.582280 639.380147, 408.811666 650.366488 C391.041053 661.352829, 372.676815 670.965174, 353.637765 677.102636 C334.598715 683.240099, 314.459582 686.523464, 294.577367 687.191262 C274.695152 687.859060, 253.880561 685.546582, 234.344474 681.109425 C214.808388 676.672267, 195.487184 670.081408, 177.360846 660.568316 C159.234507 651.055225, 141.587314 638.593531, 125.586441 624.030874 C109.585569 609.468217, 94.415784 591.793114, 81.355610 573.192374 C68.295436 554.591633, 56.644369 533.758404, 47.225397 512.426432 C37.806425 491.094461, 30.241216 468.693832, 24.841776 445.200543 C19.442335 421.707254, 16.018353 395.994473, 14.828754 371.466701 C13.639155 346.938928, 14.538172 322.289991, 17.704182 298.033911 C20.870192 273.777831, 26.715215 248.808800, 33.824814 225.930221 C40.934413 203.051641, 49.448228 181.070509, 60.361776 160.762431 C71.275323 140.454354, 84.615967 120.914928, 99.306098 104.081757 C113.996228 87.248585, 131.435460 71.875798, 148.502559 59.763405 C165.569657 47.651012, 182.846683 38.906815, 201.708687 31.407400 C220.570691 23.907985, 241.919664 17.133300, 261.674583 14.766917 C281.429503 12.400533, 300.612299 13.968294, 320.238204 17.209099 C339.864109 20.449904, 362.488919 27.146825, 379.430014 34.211746 C396.371109 41.276666, 413.174548 52.942874, 421.884775 59.598621 C430.595002 66.254368, 434.004477 69.379955, 431.691375 74.146227 M208.890351 28.415404 C225.360004 16.369217, 247.201780 15.945190, 266.867078 14.079095 C286.532375 12.213000, 307.071373 13.344362, 326.882137 17.218832 C346.692900 21.093302, 367.159667 28.274707, 385.731658 37.325914 C404.303649 46.377122, 421.842520 57.650868, 438.314082 71.526079 C454.785643 85.401290, 470.970529 102.764530, 484.561027 120.577178 C498.151526 138.389827, 509.793487 157.806136, 519.857073 178.401972 C529.920658 198.997807, 538.869692 220.919429, 544.942540 244.152191 C551.015389 267.384953, 554.454650 293.283901, 556.294163 317.798543 C558.133677 342.313185, 558.364791 366.718940, 555.979619 391.240041 C553.594447 415.761142, 548.812940 441.802383, 541.983130 464.925148 C535.153320 488.047912, 525.213701 509.495513, 515.000760 529.976628 C504.787818 550.457743, 494.458351 570.266210, 480.705480 587.811838 C466.952610 605.357465, 449.160278 622.202070, 432.483535 635.250393 C415.806792 648.298716, 399.373470 657.605776, 380.645023 666.101775 C361.916577 674.597773, 339.787811 683.065871, 320.112856 686.226383 C300.437901 689.386896, 281.906095 687.497259, 262.595291 685.064848 C243.284488 682.632437, 223.208517 678.647231, 204.248035 671.631917 C185.287553 664.616602, 166.311036 655.564458, 148.832401 642.972961 C131.353766 630.381465, 114.124280 613.030190, 99.376223 596.082938 C84.628165 579.135685, 71.519628 561.452725, 60.344058 541.289447 C49.168487 521.126170, 39.508801 497.727958, 32.322799 475.103272 C25.136797 452.478586, 20.442579 429.570488, 17.228046 405.541331 C14.013512 381.512175, 11.733401 355.321153, 13.035600 330.928332 C14.337799 306.535511, 19.605414 282.738008, 25.041241 259.184406 C30.477068 235.630805, 36.374235 211.278570, 45.650562 189.606723 C54.926890 167.934876, 67.257236 147.381552, 80.699206 129.153322 C94.141176 110.925092, 110.213729 94.756347, 126.302381 80.237345 C142.391033 65.718342, 163.527905 50.913282, 177.231117 42.039305 C190.934329 33.165328, 203.218891 28.155857, 208.521653 26.993483 C213.824416 25.831109, 207.847489 29.699973, 209.047691 35.065063" transform="translate(0.000000 0.000000)" class="shape stroke-B1 fill-B4" style="stroke-width:2;" /><path d="M350.673529 22.955593 C369.952872 23.125127, 389.017194 38.438138, 406.662386 49.443213 C424.307578 60.448287, 441.025289 73.701925, 456.544678 88.986041 C472.064068 104.270156, 487.311726 121.829014, 499.778723 141.147905 C512.245719 160.466797, 522.672985 182.712177, 531.346658 204.899391 C540.020332 227.086605, 547.310891 250.582611, 551.820765 274.271190 C556.330639 297.959769, 558.216942 322.680063, 558.405902 347.030865 C558.594863 371.381666, 557.196835 396.275151, 552.954528 420.376001 C548.712222 444.476851, 541.199184 469.369626, 532.952063 491.635966 C524.704942 513.902305, 515.280473 534.399751, 503.471801 553.974038 C491.663129 573.548324, 477.206419 593.267836, 462.100031 609.081684 C446.993643 624.895532, 430.358066 637.693891, 412.833473 648.857127 C395.308880 660.020363, 376.278961 669.546656, 356.952472 676.061100 C337.625982 682.575545, 316.867649 686.814247, 296.874537 687.943792 C276.881425 689.073338, 256.554122 687.209323, 236.993800 682.838374 C217.433478 678.467425, 197.799597 671.405204, 179.512605 661.718098 C161.225613 652.030992, 143.259492 638.901101, 127.271846 624.715737 C111.284199 610.530374, 96.616310 594.849754, 83.586726 576.605916 C70.557143 558.362078, 58.755642 536.515941, 49.094342 515.252708 C39.433042 493.989475, 31.291358 472.369342, 25.618928 449.026519 C19.946498 425.683697, 16.445315 399.816839, 15.059761 375.195772 C13.674207 350.574705, 14.619177 325.580615, 17.305607 301.300118 C19.992036 277.019621, 23.994785 252.396104, 31.178337 229.512790 C38.361889 206.629476, 49.164720 184.371150, 60.406919 164.000234 C71.649118 143.629319, 84.460001 124.348010, 98.631531 107.287297 C112.803060 90.226585, 128.640324 74.276346, 145.436096 61.635959 C162.231868 48.995572, 180.610873 38.938176, 199.406165 31.444977 C218.201456 23.951777, 238.495126 19.031501, 258.207845 16.676763 C277.920563 14.322025, 299.469776 15.197525, 317.682474 17.316547 C335.895173 19.435569, 356.700760 25.156271, 367.484037 29.390896 C378.267313 33.625521, 383.806528 37.367813, 382.382134 42.724295 M370.509098 31.127357 C389.801025 33.352131, 406.738330 49.892059, 423.897530 62.146294 C441.056730 74.400530, 458.844104 87.768328, 473.464297 104.652771 C488.084491 121.537214, 500.859072 143.165328, 511.618692 163.452952 C522.378312 183.740576, 530.879392 204.058924, 538.022019 226.378516 C545.164647 248.698108, 551.098677 272.752871, 554.474458 297.370504 C557.850238 321.988138, 559.678565 349.477976, 558.276704 374.084316 C556.874842 398.690656, 551.591772 421.507654, 546.063290 445.008544 C540.534808 468.509435, 534.435400 493.782038, 525.105814 515.089660 C515.776229 536.397282, 503.213716 554.532412, 490.085776 572.854278 C476.957837 591.176144, 462.591065 610.397705, 446.338179 625.020856 C430.085294 639.644007, 410.617055 651.025177, 392.568463 660.593184 C374.519871 670.161191, 357.427457 678.148185, 338.046625 682.428900 C318.665794 686.709615, 296.425439 687.135029, 276.283474 686.277474 C256.141509 685.419918, 236.448731 683.004255, 217.194834 677.283567 C197.940936 671.562880, 178.428938 662.903422, 160.760088 651.953350 C143.091238 641.003279, 126.049655 627.550108, 111.181735 611.583137 C96.313815 595.616167, 83.410069 575.635720, 71.552566 556.151527 C59.695063 536.667334, 48.700448 516.694502, 40.036717 494.677978 C31.372985 472.661454, 23.895396 447.941781, 19.570177 424.052385 C15.244958 400.162989, 13.969848 376.087003, 14.085402 351.341601 C14.200955 326.596198, 16.141706 299.628284, 20.263499 275.579972 C24.385291 251.531659, 30.143735 229.136148, 38.816157 207.051725 C47.488578 184.967302, 60.025918 162.534591, 72.298029 143.073431 C84.570139 123.612271, 97.488007 105.887771, 112.448820 90.284765 C127.409634 74.681758, 144.240548 60.200348, 162.062911 49.455392 C179.885274 38.710435, 199.891300 31.738827, 219.382999 25.815027 C238.874698 19.891228, 259.352714 14.880264, 279.013105 13.912595 C298.673496 12.944927, 322.321329 17.400677, 337.345344 20.009016 C352.369360 22.617356, 364.067628 26.885064, 369.157198 29.562631 C374.246767 32.240198, 369.287404 30.379972, 367.882761 36.074419" transform="translate(0.000000 0.000000)" class="shape stroke-B1 fill-B4" style="stroke-width:2;" /><ellipse rx="286.000000" ry="351.000000" transform="translate(286.000000 351.000000)" class=" sketch-overlay-B4" /></g><text x="286.500000" y="-13.000000" class="text fill-N1" style="text-anchor:middle;font-size:28px">Thrive</text></g><g id="Thrive.p_kiwi"><g class="shape" ><path d="M 202 142 C 202 142 201 142 201 142 L 155 97 C 155 97 155 96 155 95 L 201 50 C 201 50 202 50 203 50 L 249 95 C 249 95 249 96 249 97 L 203 142 C 203 142 202 142 202 142 Z" class="shape stroke-B1 fill-N4" style="stroke-width:2;" /><path d="M200.000089 140.340129 M200.000089 140.340129 C202.963884 141.680246, 202.163171 141.439876, 201.405312 142.857263 M198.269924 139.546535 C201.429286 143.079289, 199.378336 142.661496, 201.490419 140.033797 M201.978473 138.873048 C186.305560 123.662901, 167.886326 110.967791, 156.536704 95.250566 M200.670024 140.729071 C184.024762 125.275496, 168.272680 109.725990, 155.297677 96.200725 M155 97 C153.531127 97.054625, 155.813753 96.704487, 155.484064 93.279764 M153.313449 97.522259 C154.733199 98.288035, 154.758714 93.895508, 157.473147 96.316002 M158.991399 95.841850 C168.306556 82.415699, 179.245237 71.937715, 201.527637 51.591845 M157.341240 97.041736 C169.565544 82.059883, 182.512199 69.191179, 200.235809 49.764166 M201 50 C199.793919 51.275325, 203.230441 48.655019, 203.179996 50.591800 M201.435913 51.996446 C200.325739 47.748774, 203.101851 52.470075, 201.060602 48.365153 M202.871633 48.618851 C209.570872 59.048421, 223.415206 66.873660, 249.237450 96.975109 M200.618889 48.431594 C215.386590 65.154908, 231.183830 80.558551, 249.617419 94.436314 M249 95 C248.076967 95.275452, 249.347317 97.365202, 249.708439 98.085850 M248.680684 93.343321 C250.659662 93.581013, 248.122225 94.930485, 247.068824 97.249977 M248.852695 98.472483 C235.540951 107.785032, 225.189568 117.235866, 201.505498 140.928189 M247.442301 97.347985 C237.054111 108.773645, 226.204832 118.684883, 202.979859 141.808723 M203 142 C203.173727 140.019360, 202.567213 141.940016, 203.753476 140.085645 M203.559969 140.308489 C202.523667 143.943322, 203.120250 142.611089, 203.399791 141.328261 M203.202503 140.992053 C202.709715 141.038113, 202.010240 140.729962, 199.858896 140.065336 M203.518629 141.278107 C202.410881 141.027085, 201.453839 140.833204, 200.105391 140.426616" class="shape stroke-B1 fill-N4" style="stroke-width:2;" /><path d="M 202 142 C 202 142 201 142 201 142 L 155 97 C 155 97 155 96 155 95 L 201 50 C 201 50 202 50 203 50 L 249 95 C 249 95 249 96 249 97 L 203 142 C 203 142 202 142 202 142 Z" class=" sketch-overlay-N4" /><path d="M200.000089 140.340129 M200.000089 140.340129 C202.963884 141.680246, 202.163171 141.439876, 201.405312 142.857263 M198.269924 139.546535 C201.429286 143.079289, 199.378336 142.661496, 201.490419 140.033797 M201.978473 138.873048 C186.305560 123.662901, 167.886326 110.967791, 156.536704 95.250566 M200.670024 140.729071 C184.024762 125.275496, 168.272680 109.725990, 155.297677 96.200725 M155 97 C153.531127 97.054625, 155.813753 96.704487, 155.484064 93.279764 M153.313449 97.522259 C154.733199 98.288035, 154.758714 93.895508, 157.473147 96.316002 M158.991399 95.841850 C168.306556 82.415699, 179.245237 71.937715, 201.527637 51.591845 M157.341240 97.041736 C169.565544 82.059883, 182.512199 69.191179, 200.235809 49.764166 M201 50 C199.793919 51.275325, 203.230441 48.655019, 203.179996 50.591800 M201.435913 51.996446 C200.325739 47.748774, 203.101851 52.470075, 201.060602 48.365153 M202.871633 48.618851 C209.570872 59.048421, 223.415206 66.873660, 249.237450 96.975109 M200.618889 48.431594 C215.386590 65.154908, 231.183830 80.558551, 249.617419 94.436314 M249 95 C248.076967 95.275452, 249.347317 97.365202, 249.708439 98.085850 M248.680684 93.343321 C250.659662 93.581013, 248.122225 94.930485, 247.068824 97.249977 M248.852695 98.472483 C235.540951 107.785032, 225.189568 117.235866, 201.505498 140.928189 M247.442301 97.347985 C237.054111 108.773645, 226.204832 118.684883, 202.979859 141.808723 M203 142 C203.173727 140.019360, 202.567213 141.940016, 203.753476 140.085645 M203.559969 140.308489 C202.523667 143.943322, 203.120250 142.611089, 203.399791 141.328261 M203.202503 140.992053 C202.709715 141.038113, 202.010240 140.729962, 199.858896 140.065336 M203.518629 141.278107 C202.410881 141.027085, 201.453839 140.833204, 200.105391 140.426616" class=" sketch-overlay-N4 sketch-overlay-N4" /></g><text x="202.000000" y="101.500000" class="text-bold fill-N1" style="text-anchor:middle;font-size:16px">Kiwi</text></g><g id="Thrive.p_pomona"><g class="shape" ><path d="M103.044560 1.157598 C117.197811 -0.043525, 133.633322 2.071229, 148.167278 3.669407 C162.701234 5.267584, 178.831836 7.436531, 190.248296 10.746662 C201.664755 14.056794, 210.224512 19.062376, 216.666036 23.530195 C223.107560 27.998014, 228.449566 32.365811, 228.897438 37.553577 C229.345311 42.741343, 225.390846 49.918104, 219.353272 54.656792 C213.315698 59.395480, 203.995011 62.762628, 192.671995 65.985703 C181.348979 69.208778, 165.825110 72.430590, 151.415177 73.995243 C137.005243 75.559896, 121.031590 75.903053, 106.212396 75.373620 C91.393202 74.844187, 75.523845 73.110375, 62.500012 70.818646 C49.476179 68.526917, 37.207129 65.582916, 28.069398 61.623245 C18.931668 57.663574, 10.863303 52.232045, 7.673626 47.060621 C4.483950 41.889196, 5.591200 35.609458, 8.931338 30.594697 C12.271476 25.579937, 18.682749 21.025776, 27.714455 16.972056 C36.746161 12.918335, 50.234781 8.928716, 63.121573 6.272374 C76.008366 3.616032, 97.233784 1.561182, 105.035211 1.034006 C112.836637 0.506829, 109.701067 2.419198, 109.930132 3.109317 M93.863280 3.808208 C107.892266 2.338957, 126.142082 1.310853, 140.856593 2.107565 C155.571104 2.904278, 170.246934 5.718763, 182.150345 8.588483 C194.053756 11.458202, 204.832494 15.033472, 212.277057 19.325881 C219.721620 23.618289, 225.338511 28.910179, 226.817723 34.342934 C228.296935 39.775688, 225.756822 46.893246, 221.152329 51.922407 C216.547835 56.951568, 209.048145 60.807517, 199.190764 64.517900 C189.333382 68.228282, 175.971142 72.196599, 162.008039 74.184702 C148.044936 76.172806, 130.818096 76.723040, 115.412145 76.446521 C100.006195 76.170002, 83.155583 74.952076, 69.572337 72.525590 C55.989091 70.099105, 43.755265 65.960971, 33.912668 61.887609 C24.070071 57.814246, 14.954239 52.746585, 10.516756 48.085413 C6.079273 43.424242, 5.196740 38.939142, 7.287770 33.920579 C9.378800 28.902015, 14.977208 22.364171, 23.062937 17.974032 C31.148665 13.583893, 44.126009 9.969368, 55.802141 7.579746 C67.478272 5.190123, 86.661821 4.304998, 93.119725 3.636299 C99.577628 2.967600, 94.318707 2.920689, 94.549564 3.567553" transform="translate(298.000000 242.000000)" class="shape stroke-B1 fill-B5" style="stroke-width:2;" /><path d="M143.245488 1.833370 C157.602430 2.373638, 173.120356 6.483343, 184.992758 9.728176 C196.865160 12.973009, 207.253527 16.933293, 214.479899 21.302367 C221.706272 25.671442, 227.198464 30.740755, 228.350993 35.942623 C229.503521 41.144490, 226.636303 47.612051, 221.395069 52.513570 C216.153835 57.415089, 207.564331 61.891920, 196.903590 65.351735 C186.242849 68.811549, 171.582506 71.580012, 157.430624 73.272458 C143.278741 74.964904, 127.257344 75.636042, 111.992295 75.506412 C96.727246 75.376783, 79.335846 74.829724, 65.840332 72.494680 C52.344818 70.159637, 40.333546 65.412950, 31.019212 61.496151 C21.704878 57.579353, 13.738670 53.922854, 9.954329 48.993890 C6.169988 44.064927, 5.749952 37.126543, 8.313165 31.922369 C10.876377 26.718195, 17.097191 21.818534, 25.333603 17.768845 C33.570015 13.719157, 45.087375 10.207763, 57.731635 7.624238 C70.375894 5.040714, 84.900606 2.825429, 101.199159 2.267700 C117.497712 1.709970, 144.613429 3.687587, 155.522953 4.277860 C166.432476 4.868132, 167.173906 5.199123, 166.656300 5.809333 M137.958832 2.986246 C152.625619 3.339236, 167.142595 6.346789, 179.407611 8.876248 C191.672628 11.405708, 203.671937 13.716335, 211.548932 18.163002 C219.425927 22.609670, 224.739711 30.097446, 226.669583 35.556253 C228.599456 41.015060, 227.468258 46.232204, 223.128166 50.915844 C218.788074 55.599483, 210.749945 60.029377, 200.629032 63.658090 C190.508119 67.286803, 176.122015 70.502106, 162.402687 72.688124 C148.683359 74.874141, 133.044755 76.673862, 118.313066 76.774196 C103.581377 76.874529, 87.673915 75.373295, 74.012554 73.290124 C60.351194 71.206953, 46.806936 67.858085, 36.344901 64.275171 C25.882867 60.692257, 16.239719 56.737876, 11.240348 51.792641 C6.240977 46.847406, 4.786374 39.701567, 6.348675 34.603760 C7.910975 29.505952, 13.185775 25.588565, 20.614152 21.205796 C28.042529 16.823028, 38.550992 11.370915, 50.918938 8.307149 C63.286883 5.243384, 80.713251 3.682205, 94.821825 2.823203 C108.930399 1.964201, 128.539308 3.303010, 135.570383 3.153139 C142.601458 3.003267, 137.127609 1.220447, 137.008276 1.923976" transform="translate(298.000000 242.000000)" class="shape stroke-B1 fill-B5" style="stroke-width:2;" /><ellipse rx="117.000000" ry="39.000000" transform="translate(415.000000 281.000000)" class=" sketch-overlay-B5" /></g><text x="415.000000" y="286.500000" class="text-bold fill-N1" style="text-anchor:middle;font-size:16px">Pomona Island</text></g><g id="Thrive.p_rona"><g class="shape" ><path d="M109.730221 0.810921 C122.779465 1.021924, 138.048175 3.878335, 150.143335 6.305120 C162.238495 8.731905, 174.868169 11.351239, 182.301180 15.371631 C189.734191 19.392023, 193.406702 25.590324, 194.741402 30.427473 C196.076102 35.264623, 195.317054 39.999138, 190.309382 44.394529 C185.301710 48.789921, 174.885252 53.715260, 164.695372 56.799823 C154.505491 59.884387, 142.358279 61.414843, 129.170099 62.901911 C115.981919 64.388979, 99.476795 66.392613, 85.566293 65.722230 C71.655792 65.051848, 57.368995 61.805613, 45.707090 58.879615 C34.045185 55.953617, 22.425579 52.336859, 15.594864 48.166242 C8.764149 43.995624, 5.180854 38.585277, 4.722802 33.855910 C4.264750 29.126542, 7.223749 23.877353, 12.846552 19.790039 C18.469355 15.702726, 28.088555 12.245804, 38.459622 9.332031 C48.830689 6.418258, 62.175387 3.722122, 75.072954 2.307403 C87.970520 0.892684, 108.371707 0.825478, 115.845021 0.843717 C123.318334 0.861956, 120.144590 1.838281, 119.912834 2.416837 M62.573704 2.753613 C74.269346 0.383018, 89.722242 0.108486, 103.379141 0.275312 C117.036039 0.442138, 132.048303 1.185637, 144.515093 3.754570 C156.981883 6.323503, 169.748802 11.744205, 178.179883 15.688909 C186.610964 19.633612, 192.936133 23.037915, 195.101580 27.422789 C197.267026 31.807664, 195.534738 37.624909, 191.172562 41.998158 C186.810386 46.371406, 178.501770 50.341979, 168.928525 53.662280 C159.355280 56.982581, 146.772700 59.862310, 133.733092 61.919964 C120.693484 63.977617, 104.401575 66.213681, 90.690875 66.008202 C76.980175 65.802724, 63.029590 63.142083, 51.468890 60.687095 C39.908190 58.232106, 28.952367 55.237208, 21.326675 51.278269 C13.700984 47.319330, 7.638007 41.784706, 5.714740 36.933458 C3.791473 32.082211, 5.058003 26.865759, 9.787075 22.170784 C14.516146 17.475809, 25.435647 12.105484, 34.089168 8.763607 C42.742689 5.421731, 56.927770 2.888807, 61.708202 2.119525 C66.488633 1.350244, 62.083109 3.621860, 62.771758 4.147917" transform="translate(191.000000 420.000000)" class="shape stroke-B1 fill-B5" style="stroke-width:2;" /><path d="M122.504705 0.952819 C135.711425 1.488363, 150.171944 5.433214, 160.821946 8.555911 C171.471949 11.678608, 180.567215 15.533446, 186.404719 19.689002 C192.242223 23.844558, 196.167517 28.676355, 195.846970 33.489248 C195.526424 38.302141, 191.007739 44.294052, 184.481440 48.566361 C177.955141 52.838670, 168.035370 56.539801, 156.689177 59.123103 C145.342984 61.706406, 130.201093 63.421773, 116.404282 64.066178 C102.607471 64.710582, 87.450124 64.177552, 73.908311 62.989531 C60.366499 61.801509, 45.479939 60.118915, 35.153407 56.938049 C24.826876 53.757184, 16.912080 48.216415, 11.949123 43.904336 C6.986166 39.592258, 4.243819 35.746228, 5.375664 31.065577 C6.507508 26.384925, 11.589090 20.043598, 18.740188 15.820427 C25.891286 11.597256, 36.791950 8.120012, 48.282251 5.726549 C59.772553 3.333086, 73.389861 1.851754, 87.681996 1.459651 C101.974131 1.067548, 124.621315 2.676195, 134.035062 3.373930 C143.448809 4.071664, 144.786448 5.319348, 144.164480 5.646058 M100.038885 1.284829 C113.491835 0.908750, 131.952803 2.954372, 144.616577 5.143263 C157.280350 7.332155, 167.861217 11.006368, 176.021526 14.418181 C184.181836 17.829994, 190.976297 20.895158, 193.578434 25.614139 C196.180572 30.333120, 195.300357 37.789317, 191.634351 42.732066 C187.968344 47.674816, 180.755626 51.929432, 171.582397 55.270637 C162.409168 58.611843, 149.678804 61.184268, 136.594978 62.779300 C123.511153 64.374333, 107.007368 65.074773, 93.079443 64.840832 C79.151519 64.606892, 64.781912 63.649723, 53.027431 61.375658 C41.272951 59.101593, 30.228041 55.127001, 22.552560 51.196442 C14.877080 47.265884, 9.266906 42.262207, 6.974548 37.792306 C4.682190 33.322405, 4.818008 28.961799, 8.798412 24.377038 C12.778816 19.792277, 21.198398 13.709984, 30.856972 10.283739 C40.515545 6.857494, 55.199765 5.443628, 66.749855 3.819569 C78.299945 2.195510, 94.380368 0.846126, 100.157512 0.539385 C105.934656 0.232644, 101.394161 1.225634, 101.412719 1.979122" transform="translate(191.000000 420.000000)" class="shape stroke-B1 fill-B5" style="stroke-width:2;" /><ellipse rx="100.000000" ry="33.000000" transform="translate(291.000000 453.000000)" class=" sketch-overlay-B5" /></g><text x="291.500000" y="459.000000" class="text-bold fill-N1" style="text-anchor:middle;font-size:16px">Rona Island</text></g><g id="Thrive.p_mainland"><g class="shape" ><path d="M-1.600310 -0.578379 L119.045551 1.811030 L118.253697 64.234072 L0.925556 67.532483" transform="translate(40.000000 587.000000)" class="shape stroke-B1 fill-B5" style="stroke-width:2;" /><path d="M0.857263 0.963884 C23.280776 0.684902, 46.640937 -2.208434, 117.206405 0.392335 M-0.648665 0.264598 C26.558975 -0.205149, 52.325438 -0.774822, 117.419625 0.752815 M119.536704 -1.749433 C118.489431 15.585410, 119.180967 27.069513, 119.390547 65.130645 M118.297677 -0.799274 C118.657560 16.854002, 117.681091 35.455552, 118.406876 66.352243 M119.052801 65.786559 C93.581076 68.141622, 65.417702 67.598098, 1.836456 65.596476 M117.056573 65.856267 C73.554441 66.533942, 30.080553 66.262477, 0.938949 66.041844 M-0.720604 65.718532 C0.302797 45.542204, -1.429636 28.321166, 0.591800 -1.206080 M0.217956 66.998223 C-1.587850 41.337487, -1.081795 17.082362, 0.440740 0.988030" transform="translate(40.000000 587.000000)" class="shape stroke-B1 fill-B5" style="stroke-width:2;" /><rect width="118.000000" height="66.000000" transform="translate(40.000000 587.000000)" class=" sketch-overlay-B5" /></g><text x="99.000000" y="625.500000" class="text-bold fill-N1" style="text-anchor:middle;font-size:16px">Mainland</text></g><g id="Thrive.p_people"><g class="shape" ><path d="M 468 653 H 375 V 652 C 375 641 385 631 401 626 C 392 622 387 615 387 608 C 387 597 403 587 421 587 C 440 587 455 597 455 608 C 455 615 450 621 441 625 C 457 630 467 640 467 651 V 652 H 468 Z" class="shape stroke-B1 fill-B3" style="stroke-width:2;" /><path d="M466.000089 651.340129 M465.680336 652.503301 C436.295763 650.487100, 406.918090 652.609601, 373.427037 650.883558 M466.439542 652.153829 C434.857837 652.065726, 402.962427 652.574515, 374.175023 650.878408 M375.036256 651.380720 C375.069213 651.499007, 375.056019 651.737472, 374.979145 652.020772 M375.007985 651.311751 C374.979696 651.499999, 375.017352 651.669689, 374.972177 652.008615 M375 652 C374.786559 642.030428, 384.806971 629.316406, 402.978518 627.052801 M374.263446 653.836456 C374.407310 641.286147, 382.641433 630.640669, 400.495595 627.897814 M400.495595 627.897814 C393.591845 621.984708, 388.877899 615.083688, 386.824253 608.527637 M400.231782 629.349283 C391.648165 623.575958, 385.089523 614.410416, 386.843469 607.099244 M386.843469 607.099244 C385.793919 598.275325, 404.230441 585.655019, 421.179996 587.591800 M387.279382 609.095690 C386.325739 594.748774, 404.101851 589.470075, 419.060602 585.365153 M419.060602 585.365153 C441.045551 588.811030, 455.253697 595.234072, 453.399689 607.421620 M419.986159 586.897636 C442.468886 587.633896, 453.815180 594.580097, 453.114816 608.296813 M453.114816 608.296813 C453.341310 616.377529, 448.741062 622.838976, 440.116573 625.132881 M454.349654 607.169442 C453.846208 615.344315, 450.434146 622.706502, 441.885549 626.357312 M441.885549 626.357312 C455.455059 630.199981, 468.327730 638.864811, 466.680684 649.343321 M441.183329 625.501701 C457.762926 632.229838, 468.528132 639.474000, 465.460738 649.324682 M465.260825 649.181311 C465.272548 649.857948, 465.634532 650.921802, 465.486959 652.252310 M465.458044 649.299096 C465.595740 650.141590, 465.490082 651.082102, 465.498675 651.995988 M465.392510 651.951618 C466.490996 652.085348, 467.188555 651.758248, 468.236016 652.107909 M465.422864 652.034943 C466.009174 651.940386, 466.602751 651.953750, 468.063356 651.974604 M467.976037 651.885958 C467.333048 651.869699, 466.638164 651.446139, 466.099719 651.376605 M467.950232 651.929914 C467.154385 651.796352, 466.404194 651.413462, 466.104641 651.430066" class="shape stroke-B1 fill-B3" style="stroke-width:2;" /><path d="M 468 653 H 375 V 652 C 375 641 385 631 401 626 C 392 622 387 615 387 608 C 387 597 403 587 421 587 C 440 587 455 597 455 608 C 455 615 450 621 441 625 C 457 630 467 640 467 651 V 652 H 468 Z" class=" sketch-overlay-B3" /><path d="M466.000089 651.340129 M465.680336 652.503301 C436.295763 650.487100, 406.918090 652.609601, 373.427037 650.883558 M466.439542 652.153829 C434.857837 652.065726, 402.962427 652.574515, 374.175023 650.878408 M375.036256 651.380720 C375.069213 651.499007, 375.056019 651.737472, 374.979145 652.020772 M375.007985 651.311751 C374.979696 651.499999, 375.017352 651.669689, 374.972177 652.008615 M375 652 C374.786559 642.030428, 384.806971 629.316406, 402.978518 627.052801 M374.263446 653.836456 C374.407310 641.286147, 382.641433 630.640669, 400.495595 627.897814 M400.495595 627.897814 C393.591845 621.984708, 388.877899 615.083688, 386.824253 608.527637 M400.231782 629.349283 C391.648165 623.575958, 385.089523 614.410416, 386.843469 607.099244 M386.843469 607.099244 C385.793919 598.275325, 404.230441 585.655019, 421.179996 587.591800 M387.279382 609.095690 C386.325739 594.748774, 404.101851 589.470075, 419.060602 585.365153 M419.060602 585.365153 C441.045551 588.811030, 455.253697 595.234072, 453.399689 607.421620 M419.986159 586.897636 C442.468886 587.633896, 453.815180 594.580097, 453.114816 608.296813 M453.114816 608.296813 C453.341310 616.377529, 448.741062 622.838976, 440.116573 625.132881 M454.349654 607.169442 C453.846208 615.344315, 450.434146 622.706502, 441.885549 626.357312 M441.885549 626.357312 C455.455059 630.199981, 468.327730 638.864811, 466.680684 649.343321 M441.183329 625.501701 C457.762926 632.229838, 468.528132 639.474000, 465.460738 649.324682 M465.260825 649.181311 C465.272548 649.857948, 465.634532 650.921802, 465.486959 652.252310 M465.458044 649.299096 C465.595740 650.141590, 465.490082 651.082102, 465.498675 651.995988 M465.392510 651.951618 C466.490996 652.085348, 467.188555 651.758248, 468.236016 652.107909 M465.422864 652.034943 C466.009174 651.940386, 466.602751 651.953750, 468.063356 651.974604 M467.976037 651.885958 C467.333048 651.869699, 466.638164 651.446139, 466.099719 651.376605 M467.950232 651.929914 C467.154385 651.796352, 466.404194 651.413462, 466.104641 651.430066" class=" sketch-overlay-B3 sketch-overlay-B3" /></g><text x="421.500000" y="674.000000" class="text-bold fill-N1" style="text-anchor:middle;font-size:16px">Humanity</text></g><g id="Thrive.(p_kiwi <-> p_pomona)[0]"><marker id="mk-2451250203" markerWidth="10.000000" markerHeight="12.000000" refX="3.000000" refY="6.000000" viewBox="0.000000 0.000000 10.000000 12.000000" orient="auto" markerUnits="userSpaceOnUse"> <polygon points="10.000000,0.000000 0.000000,6.000000 10.000000,12.000000" class="connection fill-B1" stroke-width="2" /> </marker><marker id="mk-3488378134" markerWidth="10.000000" markerHeight="12.000000" refX="7.000000" refY="6.000000" viewBox="0.000000 0.000000 10.000000 12.000000" orient="auto" markerUnits="userSpaceOnUse"> <polygon points="0.000000,0.000000 10.000000,6.000000 0.000000,12.000000" class="connection fill-B1" stroke-width="2" /> </marker><path d="M237.648582 111.809629 M237.648582 111.809629 C379.681954 175.640126, 415.781597 201.719938, 415.222657 238.428681 M236.783500 111.412832 C378.914655 176.339647, 414.389180 202.330748, 415.265210 237.016948" fill="none" class="connection stroke-B1" style="stroke-width:2;" mask="url(#d2-2368731236)" /><path d="M-8.527627 -3.097061 L1.749550 0.558791 L-8.562935 4.521533" stroke="none" class="connection fill-B1" style="stroke-width:0;" transform="translate(238.648538 112.639565) rotate(-155.80199715705683)" /> <path d="M-10.153731 -4.038897 C-7.293657 -2.964754, -5.552453 -3.126871, 0.222305 -0.654474 M-10.160117 -4.253535 C-7.616436 -2.677663, -5.569656 -2.320404, -0.086565 0.272291 M0.578048 -0.807164 C-2.240460 1.133634, -3.845699 1.135504, -9.579367 4.140709 M-0.217907 -0.322328 C-3.660571 0.941126, -7.003142 2.167050, -10.100296 3.840861 M-9.957758 4.629247 C-9.937438 2.794817, -10.508655 0.509238, -9.330834 -3.522818 M-10.354741 4.285014 C-9.712366 0.996453, -9.805329 -1.235319, -9.648840 -4.366524" fill="none" class="connection stroke-B1" style="stroke-width:2;" transform="translate(238.648538 112.639565) rotate(-155.80199715705683)" /> <path d="M-8.527627 -3.097061 L1.749550 0.558791 L-8.562935 4.521533" stroke="none" class="connection fill-B1" style="stroke-width:0;" transform="translate(415.020001 238.000050) rotate(90.28649478921436)" /> <path d="M-10.153731 -4.038897 C-7.293657 -2.964754, -5.552453 -3.126871, 0.222305 -0.654474 M-10.160117 -4.253535 C-7.616436 -2.677663, -5.569656 -2.320404, -0.086565 0.272291 M0.578048 -0.807164 C-2.240460 1.133634, -3.845699 1.135504, -9.579367 4.140709 M-0.217907 -0.322328 C-3.660571 0.941126, -7.003142 2.167050, -10.100296 3.840861 M-9.957758 4.629247 C-9.937438 2.794817, -10.508655 0.509238, -9.330834 -3.522818 M-10.354741 4.285014 C-9.712366 0.996453, -9.805329 -1.235319, -9.648840 -4.366524" fill="none" class="connection stroke-B1" style="stroke-width:2;" transform="translate(415.020001 238.000050) rotate(90.28649478921436)" /></g><g id="Thrive.(p_kiwi <-> p_rona)[0]"><path d="M206.459937 141.143538 M206.459937 141.143538 C212.481942 181.040120, 213.831585 209.519941, 213.452656 236.928631 M205.594855 140.746741 C211.714643 181.739641, 212.439168 210.130751, 213.495209 235.516898 M213.495209 235.516898 C213.336392 263.444038, 222.419625 381.152809, 259.703688 419.895550 M212.670232 235.055176 C212.156604 263.886827, 223.768911 381.519019, 259.549364 420.042291" fill="none" class="connection stroke-B1" style="stroke-width:2;" mask="url(#d2-2368731236)" /><path d="M-8.527627 -3.097061 L1.749550 0.558791 L-8.562935 4.521533" stroke="none" class="connection fill-B1" style="stroke-width:0;" transform="translate(207.459893 141.973474) rotate(-96.60208384678)" /> <path d="M-10.153731 -4.038897 C-7.293657 -2.964754, -5.552453 -3.126871, 0.222305 -0.654474 M-10.160117 -4.253535 C-7.616436 -2.677663, -5.569656 -2.320404, -0.086565 0.272291 M0.578048 -0.807164 C-2.240460 1.133634, -3.845699 1.135504, -9.579367 4.140709 M-0.217907 -0.322328 C-3.660571 0.941126, -7.003142 2.167050, -10.100296 3.840861 M-9.957758 4.629247 C-9.937438 2.794817, -10.508655 0.509238, -9.330834 -3.522818 M-10.354741 4.285014 C-9.712366 0.996453, -9.805329 -1.235319, -9.648840 -4.366524" fill="none" class="connection stroke-B1" style="stroke-width:2;" transform="translate(207.459893 141.973474) rotate(-96.60208384678)" /> <path d="M-8.527627 -3.097061 L1.749550 0.558791 L-8.562935 4.521533" stroke="none" class="connection fill-B1" style="stroke-width:0;" transform="translate(259.264236 419.081851) rotate(46.84761523405172)" /> <path d="M-10.153731 -4.038897 C-7.293657 -2.964754, -5.552453 -3.126871, 0.222305 -0.654474 M-10.160117 -4.253535 C-7.616436 -2.677663, -5.569656 -2.320404, -0.086565 0.272291 M0.578048 -0.807164 C-2.240460 1.133634, -3.845699 1.135504, -9.579367 4.140709 M-0.217907 -0.322328 C-3.660571 0.941126, -7.003142 2.167050, -10.100296 3.840861 M-9.957758 4.629247 C-9.937438 2.794817, -10.508655 0.509238, -9.330834 -3.522818 M-10.354741 4.285014 C-9.712366 0.996453, -9.805329 -1.235319, -9.648840 -4.366524" fill="none" class="connection stroke-B1" style="stroke-width:2;" transform="translate(259.264236 419.081851) rotate(46.84761523405172)" /></g><g id="Thrive.(p_kiwi <-> p_people)[0]"><path d="M178.661568 126.415296 M178.661568 126.415296 C143.281945 178.240117, 133.581585 209.519941, 133.202656 236.928631 M177.796486 126.018499 C142.514646 178.939638, 132.189168 210.130751, 133.245209 235.516898 M133.245209 235.516898 C133.086392 263.444038, 132.419625 299.552803, 133.439452 326.313699 M132.420232 235.055176 C131.906604 263.886827, 133.768911 299.919013, 133.285128 326.460440 M133.285128 326.460440 C132.565322 351.883969, 133.314793 386.109104, 132.179604 412.445273 M133.582806 325.661166 C132.081954 352.234152, 133.508596 387.140316, 133.302540 410.674853 M133.302540 410.674853 C133.989259 437.326388, 183.693282 552.115190, 382.312346 609.156248 M133.206026 409.833056 C132.747797 437.748895, 183.503658 551.743049, 382.695276 610.042904" fill="none" class="connection stroke-B1" style="stroke-width:2;" mask="url(#d2-2368731236)" /><path d="M-8.527627 -3.097061 L1.749550 0.558791 L-8.562935 4.521533" stroke="none" class="connection fill-B1" style="stroke-width:0;" transform="translate(179.661524 127.245232) rotate(-54.2239224244366)" /> <path d="M-10.153731 -4.038897 C-7.293657 -2.964754, -5.552453 -3.126871, 0.222305 -0.654474 M-10.160117 -4.253535 C-7.616436 -2.677663, -5.569656 -2.320404, -0.086565 0.272291 M0.578048 -0.807164 C-2.240460 1.133634, -3.845699 1.135504, -9.579367 4.140709 M-0.217907 -0.322328 C-3.660571 0.941126, -7.003142 2.167050, -10.100296 3.840861 M-9.957758 4.629247 C-9.937438 2.794817, -10.508655 0.509238, -9.330834 -3.522818 M-10.354741 4.285014 C-9.712366 0.996453, -9.805329 -1.235319, -9.648840 -4.366524" fill="none" class="connection stroke-B1" style="stroke-width:2;" transform="translate(179.661524 127.245232) rotate(-54.2239224244366)" /> <path d="M-8.527627 -3.097061 L1.749550 0.558791 L-8.562935 4.521533" stroke="none" class="connection fill-B1" style="stroke-width:0;" transform="translate(383.155622 608.895119) rotate(16.034741633271402)" /> <path d="M-10.153731 -4.038897 C-7.293657 -2.964754, -5.552453 -3.126871, 0.222305 -0.654474 M-10.160117 -4.253535 C-7.616436 -2.677663, -5.569656 -2.320404, -0.086565 0.272291 M0.578048 -0.807164 C-2.240460 1.133634, -3.845699 1.135504, -9.579367 4.140709 M-0.217907 -0.322328 C-3.660571 0.941126, -7.003142 2.167050, -10.100296 3.840861 M-9.957758 4.629247 C-9.937438 2.794817, -10.508655 0.509238, -9.330834 -3.522818 M-10.354741 4.285014 C-9.712366 0.996453, -9.805329 -1.235319, -9.648840 -4.366524" fill="none" class="connection stroke-B1" style="stroke-width:2;" transform="translate(383.155622 608.895119) rotate(16.034741633271402)" /></g><g id="Thrive.(p_kiwi <-> p_mainland)[0]"><path d="M168.637607 116.336633 M168.637607 116.336633 C77.880944 176.440129, 54.081585 209.519941, 53.702656 236.928631 M167.772525 115.939836 C77.113645 177.139650, 52.689168 210.130751, 53.745209 235.516898 M53.745209 235.516898 C53.586392 263.444038, 52.919625 299.552803, 53.939452 326.313699 M52.920232 235.055176 C52.406604 263.886827, 54.268911 299.919013, 53.785128 326.460440 M53.785128 326.460440 C53.065322 351.883969, 53.814793 386.109104, 52.679604 412.445273 M54.082806 325.661166 C52.581954 352.234152, 54.008596 387.140316, 53.802540 410.674853 M53.802540 410.674853 C54.489259 437.326388, 58.793281 547.515214, 77.756128 583.741507 M53.706026 409.833056 C53.247797 437.748895, 58.603657 547.143073, 78.139058 584.628163" fill="none" class="connection stroke-B1" style="stroke-width:2;" mask="url(#d2-2368731236)" /><path d="M-8.527627 -3.097061 L1.749550 0.558791 L-8.562935 4.521533" stroke="none" class="connection fill-B1" style="stroke-width:0;" transform="translate(169.637563 117.166569) rotate(-32.79549822436931)" /> <path d="M-10.153731 -4.038897 C-7.293657 -2.964754, -5.552453 -3.126871, 0.222305 -0.654474 M-10.160117 -4.253535 C-7.616436 -2.677663, -5.569656 -2.320404, -0.086565 0.272291 M0.578048 -0.807164 C-2.240460 1.133634, -3.845699 1.135504, -9.579367 4.140709 M-0.217907 -0.322328 C-3.660571 0.941126, -7.003142 2.167050, -10.100296 3.840861 M-9.957758 4.629247 C-9.937438 2.794817, -10.508655 0.509238, -9.330834 -3.522818 M-10.354741 4.285014 C-9.712366 0.996453, -9.805329 -1.235319, -9.648840 -4.366524" fill="none" class="connection stroke-B1" style="stroke-width:2;" transform="translate(169.637563 117.166569) rotate(-32.79549822436931)" /> <path d="M-8.527627 -3.097061 L1.749550 0.558791 L-8.562935 4.521533" stroke="none" class="connection fill-B1" style="stroke-width:0;" transform="translate(78.599404 583.480378) rotate(61.630955220802775)" /> <path d="M-10.153731 -4.038897 C-7.293657 -2.964754, -5.552453 -3.126871, 0.222305 -0.654474 M-10.160117 -4.253535 C-7.616436 -2.677663, -5.569656 -2.320404, -0.086565 0.272291 M0.578048 -0.807164 C-2.240460 1.133634, -3.845699 1.135504, -9.579367 4.140709 M-0.217907 -0.322328 C-3.660571 0.941126, -7.003142 2.167050, -10.100296 3.840861 M-9.957758 4.629247 C-9.937438 2.794817, -10.508655 0.509238, -9.330834 -3.522818 M-10.354741 4.285014 C-9.712366 0.996453, -9.805329 -1.235319, -9.648840 -4.366524" fill="none" class="connection stroke-B1" style="stroke-width:2;" transform="translate(78.599404 583.480378) rotate(61.630955220802775)" /></g><g id="Thrive.(p_pomona <-> p_rona)[0]"><path d="M393.197200 321.740744 M393.197200 321.740744 C375.881936 359.640111, 361.181591 380.119932, 324.923379 419.496453 M392.332118 321.343947 C375.114637 360.339632, 359.789174 380.730742, 324.965932 418.084720" fill="none" class="connection stroke-B1" style="stroke-width:2;" mask="url(#d2-2368731236)" /><path d="M-8.527627 -3.097061 L1.749550 0.558791 L-8.562935 4.521533" stroke="none" class="connection fill-B1" style="stroke-width:0;" transform="translate(394.197156 322.570680) rotate(-63.21068918336751)" /> <path d="M-10.153731 -4.038897 C-7.293657 -2.964754, -5.552453 -3.126871, 0.222305 -0.654474 M-10.160117 -4.253535 C-7.616436 -2.677663, -5.569656 -2.320404, -0.086565 0.272291 M0.578048 -0.807164 C-2.240460 1.133634, -3.845699 1.135504, -9.579367 4.140709 M-0.217907 -0.322328 C-3.660571 0.941126, -7.003142 2.167050, -10.100296 3.840861 M-9.957758 4.629247 C-9.937438 2.794817, -10.508655 0.509238, -9.330834 -3.522818 M-10.354741 4.285014 C-9.712366 0.996453, -9.805329 -1.235319, -9.648840 -4.366524" fill="none" class="connection stroke-B1" style="stroke-width:2;" transform="translate(394.197156 322.570680) rotate(-63.21068918336751)" /> <path d="M-8.527627 -3.097061 L1.749550 0.558791 L-8.562935 4.521533" stroke="none" class="connection fill-B1" style="stroke-width:0;" transform="translate(324.720723 419.067822) rotate(132.85776614996152)" /> <path d="M-10.153731 -4.038897 C-7.293657 -2.964754, -5.552453 -3.126871, 0.222305 -0.654474 M-10.160117 -4.253535 C-7.616436 -2.677663, -5.569656 -2.320404, -0.086565 0.272291 M0.578048 -0.807164 C-2.240460 1.133634, -3.845699 1.135504, -9.579367 4.140709 M-0.217907 -0.322328 C-3.660571 0.941126, -7.003142 2.167050, -10.100296 3.840861 M-9.957758 4.629247 C-9.937438 2.794817, -10.508655 0.509238, -9.330834 -3.522818 M-10.354741 4.285014 C-9.712366 0.996453, -9.805329 -1.235319, -9.648840 -4.366524" fill="none" class="connection stroke-B1" style="stroke-width:2;" transform="translate(324.720723 419.067822) rotate(132.85776614996152)" /></g><g id="Thrive.(p_pomona <-> p_people)[0]"><path d="M442.252385 321.475659 M442.252385 321.475659 C469.281930 359.640111, 476.331585 386.419950, 475.952656 412.178631 M441.387303 321.078862 C468.514631 360.339632, 474.939168 387.030760, 475.995209 410.766898 M475.995209 410.766898 C475.836392 437.044014, 468.019631 548.552803, 442.647551 588.478388 M475.170232 410.305176 C474.656604 437.486803, 469.368917 548.919013, 442.493227 588.625129" fill="none" class="connection stroke-B1" style="stroke-width:2;" mask="url(#d2-2368731236)" /><path d="M-8.527627 -3.097061 L1.749550 0.558791 L-8.562935 4.521533" stroke="none" class="connection fill-B1" style="stroke-width:0;" transform="translate(443.252341 322.305595) rotate(-124.26944530645247)" /> <path d="M-10.153731 -4.038897 C-7.293657 -2.964754, -5.552453 -3.126871, 0.222305 -0.654474 M-10.160117 -4.253535 C-7.616436 -2.677663, -5.569656 -2.320404, -0.086565 0.272291 M0.578048 -0.807164 C-2.240460 1.133634, -3.845699 1.135504, -9.579367 4.140709 M-0.217907 -0.322328 C-3.660571 0.941126, -7.003142 2.167050, -10.100296 3.840861 M-9.957758 4.629247 C-9.937438 2.794817, -10.508655 0.509238, -9.330834 -3.522818 M-10.354741 4.285014 C-9.712366 0.996453, -9.805329 -1.235319, -9.648840 -4.366524" fill="none" class="connection stroke-B1" style="stroke-width:2;" transform="translate(443.252341 322.305595) rotate(-124.26944530645247)" /> <path d="M-8.527627 -3.097061 L1.749550 0.558791 L-8.562935 4.521533" stroke="none" class="connection fill-B1" style="stroke-width:0;" transform="translate(442.208099 587.664689) rotate(123.50603506292015)" /> <path d="M-10.153731 -4.038897 C-7.293657 -2.964754, -5.552453 -3.126871, 0.222305 -0.654474 M-10.160117 -4.253535 C-7.616436 -2.677663, -5.569656 -2.320404, -0.086565 0.272291 M0.578048 -0.807164 C-2.240460 1.133634, -3.845699 1.135504, -9.579367 4.140709 M-0.217907 -0.322328 C-3.660571 0.941126, -7.003142 2.167050, -10.100296 3.840861 M-9.957758 4.629247 C-9.937438 2.794817, -10.508655 0.509238, -9.330834 -3.522818 M-10.354741 4.285014 C-9.712366 0.996453, -9.805329 -1.235319, -9.648840 -4.366524" fill="none" class="connection stroke-B1" style="stroke-width:2;" transform="translate(442.208099 587.664689) rotate(123.50603506292015)" /></g><g id="Thrive.(p_pomona <-> p_mainland)[0]"><path d="M320.136178 306.204734 M320.136178 306.204734 C134.280938 357.040135, 86.581585 386.419950, 86.202656 412.178631 M319.271096 305.807937 C133.513639 357.739656, 85.189168 387.030760, 86.245209 410.766898 M86.245209 410.766898 C86.086392 437.044014, 87.019623 547.752815, 93.807490 583.863936 M85.420232 410.305176 C84.906604 437.486803, 88.368909 548.119025, 93.653166 584.010677" fill="none" class="connection stroke-B1" style="stroke-width:2;" mask="url(#d2-2368731236)" /><path d="M-8.527627 -3.097061 L1.749550 0.558791 L-8.562935 4.521533" stroke="none" class="connection fill-B1" style="stroke-width:0;" transform="translate(321.136134 307.034670) rotate(-14.991013596012584)" /> <path d="M-10.153731 -4.038897 C-7.293657 -2.964754, -5.552453 -3.126871, 0.222305 -0.654474 M-10.160117 -4.253535 C-7.616436 -2.677663, -5.569656 -2.320404, -0.086565 0.272291 M0.578048 -0.807164 C-2.240460 1.133634, -3.845699 1.135504, -9.579367 4.140709 M-0.217907 -0.322328 C-3.660571 0.941126, -7.003142 2.167050, -10.100296 3.840861 M-9.957758 4.629247 C-9.937438 2.794817, -10.508655 0.509238, -9.330834 -3.522818 M-10.354741 4.285014 C-9.712366 0.996453, -9.805329 -1.235319, -9.648840 -4.366524" fill="none" class="connection stroke-B1" style="stroke-width:2;" transform="translate(321.136134 307.034670) rotate(-14.991013596012584)" /> <path d="M-8.527627 -3.097061 L1.749550 0.558791 L-8.562935 4.521533" stroke="none" class="connection fill-B1" style="stroke-width:0;" transform="translate(93.368038 583.050237) rotate(80.90972422867571)" /> <path d="M-10.153731 -4.038897 C-7.293657 -2.964754, -5.552453 -3.126871, 0.222305 -0.654474 M-10.160117 -4.253535 C-7.616436 -2.677663, -5.569656 -2.320404, -0.086565 0.272291 M0.578048 -0.807164 C-2.240460 1.133634, -3.845699 1.135504, -9.579367 4.140709 M-0.217907 -0.322328 C-3.660571 0.941126, -7.003142 2.167050, -10.100296 3.840861 M-9.957758 4.629247 C-9.937438 2.794817, -10.508655 0.509238, -9.330834 -3.522818 M-10.354741 4.285014 C-9.712366 0.996453, -9.805329 -1.235319, -9.648840 -4.366524" fill="none" class="connection stroke-B1" style="stroke-width:2;" transform="translate(93.368038 583.050237) rotate(80.90972422867571)" /></g><g id="Thrive.(p_rona <-> p_people)[0]"><path d="M361.753016 478.553973 M361.753016 478.553973 C487.481942 525.040135, 505.581585 548.519926, 452.261167 593.850742 M360.887934 478.157176 C486.714643 525.739656, 504.189168 549.130736, 452.303720 592.439009" fill="none" class="connection stroke-B1" style="stroke-width:2;" mask="url(#d2-2368731236)" /><path d="M-8.527627 -3.097061 L1.749550 0.558791 L-8.562935 4.521533" stroke="none" class="connection fill-B1" style="stroke-width:0;" transform="translate(362.752972 479.383909) rotate(-159.7585481583268)" /> <path d="M-10.153731 -4.038897 C-7.293657 -2.964754, -5.552453 -3.126871, 0.222305 -0.654474 M-10.160117 -4.253535 C-7.616436 -2.677663, -5.569656 -2.320404, -0.086565 0.272291 M0.578048 -0.807164 C-2.240460 1.133634, -3.845699 1.135504, -9.579367 4.140709 M-0.217907 -0.322328 C-3.660571 0.941126, -7.003142 2.167050, -10.100296 3.840861 M-9.957758 4.629247 C-9.937438 2.794817, -10.508655 0.509238, -9.330834 -3.522818 M-10.354741 4.285014 C-9.712366 0.996453, -9.805329 -1.235319, -9.648840 -4.366524" fill="none" class="connection stroke-B1" style="stroke-width:2;" transform="translate(362.752972 479.383909) rotate(-159.7585481583268)" /> <path d="M-8.527627 -3.097061 L1.749550 0.558791 L-8.562935 4.521533" stroke="none" class="connection fill-B1" style="stroke-width:0;" transform="translate(452.058511 593.422111) rotate(139.87388672956035)" /> <path d="M-10.153731 -4.038897 C-7.293657 -2.964754, -5.552453 -3.126871, 0.222305 -0.654474 M-10.160117 -4.253535 C-7.616436 -2.677663, -5.569656 -2.320404, -0.086565 0.272291 M0.578048 -0.807164 C-2.240460 1.133634, -3.845699 1.135504, -9.579367 4.140709 M-0.217907 -0.322328 C-3.660571 0.941126, -7.003142 2.167050, -10.100296 3.840861 M-9.957758 4.629247 C-9.937438 2.794817, -10.508655 0.509238, -9.330834 -3.522818 M-10.354741 4.285014 C-9.712366 0.996453, -9.805329 -1.235319, -9.648840 -4.366524" fill="none" class="connection stroke-B1" style="stroke-width:2;" transform="translate(452.058511 593.422111) rotate(139.87388672956035)" /></g><g id="Thrive.(p_rona <-> p_mainland)[0]"><path d="M228.375311 481.861605 M228.375311 481.861605 C137.481942 525.640111, 111.981587 546.719938, 105.834618 583.478868 M227.510229 481.464808 C136.714643 526.339632, 110.589170 547.330748, 105.877171 582.067135" fill="none" class="connection stroke-B1" style="stroke-width:2;" mask="url(#d2-2368731236)" /><path d="M-8.527627 -3.097061 L1.749550 0.558791 L-8.562935 4.521533" stroke="none" class="connection fill-B1" style="stroke-width:0;" transform="translate(229.375267 482.691541) rotate(-25.016887769228806)" /> <path d="M-10.153731 -4.038897 C-7.293657 -2.964754, -5.552453 -3.126871, 0.222305 -0.654474 M-10.160117 -4.253535 C-7.616436 -2.677663, -5.569656 -2.320404, -0.086565 0.272291 M0.578048 -0.807164 C-2.240460 1.133634, -3.845699 1.135504, -9.579367 4.140709 M-0.217907 -0.322328 C-3.660571 0.941126, -7.003142 2.167050, -10.100296 3.840861 M-9.957758 4.629247 C-9.937438 2.794817, -10.508655 0.509238, -9.330834 -3.522818 M-10.354741 4.285014 C-9.712366 0.996453, -9.805329 -1.235319, -9.648840 -4.366524" fill="none" class="connection stroke-B1" style="stroke-width:2;" transform="translate(229.375267 482.691541) rotate(-25.016887769228806)" /> <path d="M-8.527627 -3.097061 L1.749550 0.558791 L-8.562935 4.521533" stroke="none" class="connection fill-B1" style="stroke-width:0;" transform="translate(105.631962 583.050237) rotate(99.09028078028062)" /> <path d="M-10.153731 -4.038897 C-7.293657 -2.964754, -5.552453 -3.126871, 0.222305 -0.654474 M-10.160117 -4.253535 C-7.616436 -2.677663, -5.569656 -2.320404, -0.086565 0.272291 M0.578048 -0.807164 C-2.240460 1.133634, -3.845699 1.135504, -9.579367 4.140709 M-0.217907 -0.322328 C-3.660571 0.941126, -7.003142 2.167050, -10.100296 3.840861 M-9.957758 4.629247 C-9.937438 2.794817, -10.508655 0.509238, -9.330834 -3.522818 M-10.354741 4.285014 C-9.712366 0.996453, -9.805329 -1.235319, -9.648840 -4.366524" fill="none" class="connection stroke-B1" style="stroke-width:2;" transform="translate(105.631962 583.050237) rotate(99.09028078028062)" /></g><mask id="d2-2368731236" maskUnits="userSpaceOnUse" x="-101" y="-141" width="775" height="945">
<rect x="-101" y="-141" width="775" height="945" fill="white"></rect>
<rect x="245.000000" y="-41.000000" width="83" height="36" fill="rgba(0,0,0,0.75)"></rect>
<rect x="186.000000" y="85.500000" width="32" height="21" fill="rgba(0,0,0,0.75)"></rect>
<rect x="354.500000" y="270.500000" width="121" height="21" fill="rgba(0,0,0,0.75)"></rect>
<rect x="242.500000" y="443.000000" width="98" height="21" fill="rgba(0,0,0,0.75)"></rect>
<rect x="62.500000" y="609.500000" width="73" height="21" fill="rgba(0,0,0,0.75)"></rect>
<rect x="382.500000" y="658.000000" width="78" height="21" fill="rgba(0,0,0,0.75)"></rect>
</mask></svg></svg>
<?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" d2Version="0.6.0" preserveAspectRatio="xMidYMid meet" viewBox="0 0 609 3182"><svg id="d2-svg" class="d2-2037929382" width="609" height="3182" viewBox="-91 -121 609 3182"><rect x="-91.000000" y="-121.000000" width="609.000000" height="3182.000000" rx="0.000000" class=" fill-N7" stroke-width="0" /><style type="text/css"><![CDATA[
.d2-2037929382 .text {
font-family: "d2-2037929382-font-regular";
}
@font-face {
font-family: d2-2037929382-font-regular;
src: url("data:application/font-woff;base64,d09GRgABAAAAADI4AA4AAAAAUgQAAQKPAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABRAAAAFwAAABgYos/7GNtYXAAAAGgAAAA3gAAAUYHnwidY3Z0IAAAAoAAAAA0AAAASgT7EWpmcGdtAAACtAAABxAAAA4MYi79fGdhc3AAAAnEAAAACAAAAAgAAAAQZ2x5ZgAACcwAACRYAAA6nAUkpPxoZWFkAAAuJAAAADYAAAA2HbmNu2hoZWEAAC5cAAAAJAAAACQIAAIGaG10eAAALoAAAAC2AAAAxHInCadsb2NhAAAvOAAAAGQAAABkaEt41m1heHAAAC+cAAAAIAAAACACTxPfbmFtZQAAL7wAAAG5AAAD/GI4hOhwb3N0AAAxeAAAABwAAAAg/34AFHByZXAAADGUAAAApAAAALJqvdaoeJxiYGEKZZzAwMrAwNTFFMHAwOANoRnjGEQY7RiQwAIGhvoABgZvGN/d39+d4QAD728m5pZ/ixgYWNYwZjEwME4GyTFxMM1jYGBQYGAGAAAA//8BAAD//0WuDQ54nJTPySv0ARwG8M/vnXn3ebd57evYt8GEiJvSHOTgojmLSMqSkfxXlhpRij9FKY5SSi5fmbOLp57jp54HiZQEGelkBmNy0rJy8kaMKhg3YdKUaXOKFiwpWbFmw5Yde8oOHEbwrplVNG9RybJV6zZt21W2/2biJu7jKV6I57iNx3iIu7iOq7iMiziPoziOk2pPoxJnUaku/WgSNboMKBjSoF+fnE9S0j774qtvvvvhp4xffvvjr3+y/qtVp16jJs1atGrTrkOnbj16Dcobrr71CgAA//8BAAD//zqFQRcAAHicYsANXCGQqYOBi+kb48v/3/49Y9oAYjMJgdgMEhDIdIHRCIQBAAAA//8BAAD//3zCD294nKxWaXfbxhWdAUFqiSzJ1mI3SNOHjKG6xIBWWsdhbMZRMKIYR01Ly3ILOE0LiJS7L0k3d9835s/codpT91t+Ws8bkKzsWO7pOeUHvjvz7pu3YgAITRD3sm5OtP9ILN/ZR+Pu/QzXAlzJiwc0upfBi8p/zYt5MRiooyAMIXIIo3bHQgpTpAmkBhUPEnhahSpMUNM0PKmtb4jUYM1QUaTWWzepjWoGnjl8SFhS8Iwph/D7D8ee55kiRXj8Qsi74+UNmb5A8IxKx2tyzRSpguhnx/l4U3rOoa9Ri7FhMvaHTWMmhICGhI/68Lfuj6/Ic6Y76KLRzULUovzg3SxUYTDKCP1+FmInDwhtRu08J1uxyyGu9LNwsiJss36bmR/1M3pAo1FJWOxnRUAg1i0yus7oehEUeZ4H8CIsmQHEQQaxz+QQSybYx4uMXtwvH62KATMe1cVRng/LHDLO80kGOQ2xaVSaJ6hr6hL8qBwS5kw/w5xKMa/SIAxzyCJBw5UbtZiGdu4oJVZyukEVPv/DK7oD1JshYd7QiEaQsd2uR/C37mRFPygP8kzlYU7YuZtBxgHXZRJKgjmNBROPhVe1eV5jQaWKIFRawjt6ADmALDDXTLCgiaNdNoNHvjgiPgE7Rc6UYtdFu6jHC8vCdNNmOBuc5/Tjg7RUnSJjBWHgRwV1R6rkprpii4AbAgqwMysYapEqdysX584wx+V+xsY7TzNa1i6hk3NLotbtZ2GgwrwZJljR1vO6GJa7CVY1ZEGEFfM2H0BYUWmOVV4dZIRV16/zmrDqikKPfDEYqRLnTUGjgnBepSrBBb1/mFl/uJtfxrlj9TDBmt6/k+3frTaDML+MNbe/rq24YO5l9sIFA1mmOB/zIwcvSu0K/616UQq5qQi1qJ9ZLh/8KB2NiN2uNkMFWU5xUOnZxIvcTo4V08Oq6RXwHm/WGS20QqypXUgDcWsspXTd2tDCCq97mOGCSqmLZZXinIJXpFT889IlKc6LNZGmKVdgXaWQpV2fj/FhHLyUJ9jUVmzECS5qK1le0tZj+Qltayyf19ZnGWhbZ/mCtg2Wn9R2juWL2s6z/JS2Cyxjrab1R6PYP8wUtSDf46clgT6l3Jwp36+UySnl1kz5QaUkLbASn5knZPmPKlXO83R+obaC4gQvaStZKm09lpe1rbGMtPVZbmlbZ/lpbRssr2g7x/Iz2s6zbGq7wLKlqeMG9qqmApcKMgqyMK6lskCLZ3Zb42qMq80EL2uiHp3RTVW2FV/sz2QEnP1npy22y40uTxxebtq63Ohm27nL8nOnynMW55qmV1zkr2gx4XQ/7hMyfmosvC82/y74t3tLte01ucG5XtfUod4Z8UOYsp3gVd262EnQ/m9USDNoJ3hNW09sRtSiHl8J8KLbo1FP9VRJ2VHAt65Kx20pN9abCW5oiE1cVCn8CH7kaHZJpHjOxMejliLqjNoJbj5Oo1Z1HhoqnbIJBd8pO3eyE5/qFJz4W/Xn85Rv2kVDI+Us1F6BhnnycS34tqveSr4phgp1Uw77GXxTBqibgm+6J21KRQR/S+2V7UBh0ezxG2vROC8FPc2Jqu7Uhim4GfWoRP1jp8Lf4iAiDqIWFcPJTfofX3mCzrQWRIT61qQWqtNO8PpMhUWn31M9dspdvDUrISdTVRriMGtRR4XufTvZJI5r0go0ItSj26e/XaomPm3aJ91SPPJvnIrETNtV8AfOkylPW7yjFbW4inu4aLJ+cJBn1MlbdluuxwnefEx7EPQf06ZPtX2WhdG4ET/L4a7GzXhE1OEZG7XPpqJhWtiOE3RdyjyfW1XlSyyptEqdB1RRh1qqPTl/T9tFP0qnJv/jSPf+X1PMOfE91lHtIDw1L2E+ibOnrbgRT6vylrbiZhyqSV0m2cxKcFtDbFSP/VjwE77WwvVmgrfP2N/XVsj1NbzaTPB5jdeaCd7hKnYVtWhvpMpptb6geaDxTpzgi3osxF6coK/HQjK4o8fS7RzosXQ7d5nTixMcMofBPeYw+BJzGHxZnwghTJwg0yf86RQnyPWJrPbu6xNZ7b3LPMnoK8xz6D3mOfRV5jn0NfbZjRMU7JNByT4ZHLFPBgPmvBUnGDKHwTFzGDxgDoOvu7h24wTfcHEx+qaLi9G3XFyMvu3iYvQdFxej77q4GH3PxcXo+9qKzqyBP3Ar7MQJ3q/gm3GCD7jobpXGCX6orZxwflRB5vzYceSE8xNtxeuzU3/qVs7iYQXZ4mcVZPrPtZUTwi8qyIRfVpAJv9JW3Jqd92u3cvTfVJDpv60g03+nrZwQfl9BJvyhgkz4o7bijdl5f3IrR/9zBZn+lwoy/a/aygnhbxVkwqiCTPhQj59zX7ZoBGPfq3UzFQZhnqcx5o9Ru9x/OH1ZJ/8GAAD//wEAAP//Y0wBRwABAAH//wAPeJyse2mMZNd13t3v2/el9n3r2rq61l5rqqd7etaeac7eMyMNmxRJNylxkUjKFKXxKPIwBgJbdgwLjgM7UiTTcRLHtAMSiBLbCOzAdoI4PxIkBgInAQzI+ZE4ESALlg3NBO+9quqeIQn/CVDAdL17Xk29c8/5zne+cwsQUAMA/jf0JuBABjpIgk9MblGEEEgm4jHfcx3bMmVKGEQQ4wuAIIoIvQ8oRhTfAwAgAtALHGII8Q0OMYZ3GYQYXhIEAHRNVQRZkCURcMBtgfmNXtUc5X2TV828aefN/Gjkj6qjKq9yn3cEAf6yKAoPP12Elx7+xulbt+1bt+zbt+xbt0T0rCT+8O8LBrr2w3+Cln74f7e++c3Ct365+K1vFb/5Lgi+BigCCf08ehdcAa+CX59IKxBDDAFGF86/5+zdnFQBJJhAfF+AFBBIyQuAMXQAEPJ3AcbWLocAWOBi8vx7sb2bk/LMHCDAKGKHR7cdNz76WIABweDeh8ynlvv7k/j1qxB86tmrr15/5fzOeH1pUZbAFXhF5F5jVKhUB/3haDgcFCuVaqUSvYleS7M/RmMc/tHrer4XvlyHFQuBffAqFirFAuMa4ozZ3eFoOOhXqm1crVSKBa5hzlzH6/1dycYqQWiZa5TLtivHZSUhUxURjAjEFPNUPskkV025dkpRTLH/VMzhMZ8TiokpvGLUPK/tJJIqpfp3lpsci4wYjkWRKgqCmC1lOHNlSeEpt+4KbiyIGtV0NIIwRIJINCRyIlNBJ+rK1lAyC3rBNq2q89r33tLMeKFg5nUtL0EqSPVeLNmCKSQKklbUpIVuW+W6pKzubFqqoPJoz7uP/hr9OPo9UAfPgd+KNs68WtQwps8KCGEMAcIXksevkejafhQUueCREcXoPqAUHgAI/V0OEQIHDALgzqMhc2QHAcWQHj5uNSkBTAMP3Q8ShKB7H2m2vz/xmw0Inrq0sba63Hiu+Vw6CeqwLnCvQQuVQRsNBsNw14bVaRSMca/rea7DeAa5DmPVbhgJg364XiywYqEaBUsYHyhYKBYY467jucENwa2MuZ4H/fFZ18BchQQniMIltXPuyhmne7VfqK1ebh28+1r1+pVivFAapCRfzqzYCmeCqqiCISQX09W+G1sbmhRhijFVu7SQw8mK5YzujpqThiMhjImqxypJSyjvdFunTKF6afvS892LPJ33G5VsPcExkijjpi8JnHKiZOrZZF4T4rFO//luR6jWBG7JatJQKYCg++jP0BvoPdAFvxBtVBkE/zMKgIdgSu4BjKfbBQg5vlv5vZuT4pPGAQxAfPiY6aT2sVYAkP2ZLQFP7e9PbAgWqsV83LcMWQRd2OXRlh3foSAR26hY0JDrZFCvO81U1+Es2AJ4/eqPX8hvXPuR1da1kSEZjijEarnJczul+NLZpZW9jYTj667BbaH3Zvz8g2vD11++2S+ebHta3DWy3vjZ13rV6+cXU82YbVmKLepCoz3Nge+iP0S/A8pgDE5PtgcqgmQdYkggCAB7DmMUEojIYYDRcy9UKwj0e93Fyrg6TsdMHZRReRqNlWo/CqcqCx5t0B+jUXc47GWw62io2g0Wg8ctcMbD53eDIOuby10BQaS4uuLLhlcfj22tU0OnH7x0Yvv1n76y9tZz4+Wn3xhzU6iKpkRlX0e6bVx9451JbrPLGdX1ZMESEEaofeX1sxe/+urm1eGdN8aD6xs5iNIXf/pi4+ZiRuIAghbwEEa/DsbgKxO5DgleX0GAzOA+HuAxwOQFgNA0Uugc4Bf2bk58EAABRC/MDGfLkwwNtv2do3VC8D7AmNwFBJNL+/sTE4LRYKmRzyZ8MIZjFiJ4tY2CRAyyMUTqMerNIiMICq4hd4x7UUQEIeF4PmMPbMYVDmFV92Qkygojlatnm4UTdVX4Gs43qpJqi2JruKTVfLPymykbK5wnvAxbvtzU05ru2abElZVTG4ZdSTLbkw3MJEHaurEAEYKOWcAyVMXSp7biaQAABDWgoxPoPbAO3jr/Xnvv5vujoFZfSAb/UhigYjtAOwBx8Oj3AWEUYUjwIQhgbF70igxSDDH9LICB3b3AgfQJq/2JC8FSp92sZhMxQxMYWIfrQuipwFFBDcvg3hzOimGMDXu9bgb35vlUCGKNa+RPy1uDTE62CTHT9XR6Ic4SlqLvcE2mVB3tnF7VZKGYUOKKDRGESEm0z+nF1dOlvmKZ3aV8fdW78we3NcvSbAUGJUkU4haGjj45u6EsPHOw1wEQrIEM6qN/CF4B70wkDUIgQgxn4ZQI0AGEZR6DAwQBCOKJEIsE8ZTYuzmJzSyCRUwAPpytT3KzJRok4zsIAojBfmh3ADDAAcKYAIBXwMuXdrudTMoywpCa04BBvxJUhl43E2KL6/S6ozGa0YHgFYYVY9My7/sZ7IcFY8oOpgwh+mtOEjhjxbMSUQTBJBQppuWIEEGkSQr2EgJP5RJMsATBkvScpXuVYZxVFxdEScrwXDnHYmsNxRFTOo1rKa4gqZ1IVqUYEijmmEoCJrIgOFpGSnjpjWx+M7/Xubu4oImJ2oImtFdGVlLHrk9ZppRhYkxVU6pX9PT05kac5aoFgVPKTOIlXWp2lnOibKjYVeNchKxm2zHBQYKo2CeWZbNiaHoY22sgDr+HfgqUwRsTyQoj+Ij9OQABDBA+BBCau2SOBPlwDSL4YGYwW5skw8sBioJ3AMIY7QOEgg1D4YbpEBQzcU+RQBmW6RGHGwZR3PWCwuuO0ajXnVeHwO9P2zrW1JjtqtBLX7+WyMqFop91BENYf3cvruqtK7/yq1f9TKxgvPKnP0YkCVHDiGvQ9mZ85/voDvoNUAcT8PL7BYgJnD5gAUBKKCT3OSQhFT0ElE7p7bzk5WZGAAEKUUBPpsYzhhIRlOVBY9Kc5DOuJYkzguIHaTvoDwdhno5mZS8MpGKhGtKNkHhOq0bIOlkYab8Zi4vQ6OdLObE3WTOfvbfRu/7pZclTM2mKify3/Z2dxfpG1qg6SxmuISowJJX6XfWV81+/ZWXMBMGM4vzFU0v7O00KIR5dKmZN01TgrWxvnFmoakEZh7JSvnWjGPgJgwEAOIa+DZKgA7bAj75vBv3J1FP+EXegITs7iobu3s2JO+MBjy8G4TC/DgDany+jiCGkUxDUKqlOuqNIIAmTQQbnC1FNGE4puxuy9mP1E8/owqhSGQ2DrPU8zli1UoE3Nl/aXfjyvfxePtc3FEFwxGqqc+vtE+Pbayk1URsWtl7arcUHV75hYsm3Bhc2xjUJaiTOOj/Rv/Xa+lf+0ZLiG5YSV3hS6b24uf3FZ1bOjm4813Ynp9Yr3esvLTeu7zTelh0tJ2Wa1Vqcl22msNJemEsDANCPoHfBXfBzH5wsI4RnzvOOES+ErGOZ1IoyacqhHl/rhm5HGGAE7s9s5p5Nz1aCKz8Ogh5yH0AYpBoMUi3MtRtXO+2ED+7Cu0Gu9QJYG1T6QTz2K4tohpQBQvoREvKgPwq9XSxUO5Vi5QgDA2tvDp2zaC0WXMw8zjj7SVPhCDqQIslLt2qVPW/w8tNbIh5c6yaTclxuOZWGhiGEBAvYX15Um64XM2y7E4/3XHexPIilL+VOKEkIISKibhKkZbQ7H9xO9OIS5pYlp0QBWwun+qrR32zYUkxylSVvEG9giAgW6MKJmpIyzIzMkSCoXDBVbTGVbWeZwNSHWW5LtlUA4T61AEAqehecOOLJhEJK4H0AEQ0qM6WBH3G4XRHtO9qS4pPGOKTCh4+ZTmofaxWkwcwWzXhys14pZVK6yhk4AU/wMAvC7QkrfsiLo740vHSsSAVti+vMOtuo3YHJcy+taDaJMbl4ord0sVX2J89sFd868E9s1DzdS5v2UiU9LJbiSkrXsnr9VH3n5d7NZdfhYn677ffquZZa7LROdC9clr1SQvNMWfXcSjzXNrkucE1wOieX1q81Q27koB9D74I18F/fxxCEyCrt3ZwkAYEAEnCfIhRFJY4gNXKkErSRCIbA+llAACXgmNeP7Jy/+aOCPck8+VEYUIjp4Xw7Sk8YsDBpMKUhR6UHgGIaJE24GZ1WpZxLWJoqgTW4FmxGeQrfaFAI639hpjaM8ej4boQb4joBnwiaF191ILQs1j+ZlTyZK9TWmxnn5uGncu76Ws1WCCeCIRYujQ1ERUVgGncd0yKc3PzWr34CIxgki2EkVIIppQhruYzqE0QEJGK78sJnX/lkNuFKQhjTfdBFr6Nvgh1w5/2T8Ah6YkELAxB4btb2hf4zA4IVENaggpMgICM6HwUxjQIzIOzrq816PmtoYAfusDkNjThUrxsCRUSJXMfzQl4aLPW6XnTpiE610SAw+7e1lZJpIlHVuGBwSWQMU50xZpVTUqUsjs73G75gKg4ijHFKoKt7HkWcNd/KXequPP366p1tsdIoEEoZkWRRj4/z+bPF9cNN0+Pt24dfvmJa5uiF7tLBUj6nMsMt5OXRudLVtwoLIdep4T30K+Am+Mb596wo7wEDhB0CJBxzEqXmLuA89FSCz8KwCDDgBPPDj72JXkxOGgBS+CAIpwdze8QCD8/vQuBAmKW+D8FTl87srK/2lpr1XMbQwE14M9K22rjaRgFWT2lq4GE/AOpedzgak2l5tEO3z+lssBlYw8eiMWIT/zxTi6sUIQSZFxNNhDhFgoBEgYmY5er1PLdiqYTPb0salQy8MEgyz7VshCX0LHMy1VimoHhdG4mM82w/J+datfLa1tiJNVdvn3GXirJvXVwaff5pj8U9YshUOXnjxkRKJZLew+87gss/9e2X/KylGQv84T+2B/1CMbP24LxoauPPnUqsLkw5WhXVQQ2sga9PdBVSmCeI0ArEBE8xJT+TmxK7U1IZaoqPSxlWaIhQYveY9YcNJ1kAASUwxO2P+qhgc+oLEPS7C2v1tUzK1GUR1GAtYnWVgLWOUbADx/bHdbwg2CtVDY8YO+r2A7bief+ztdsX6udfWK+cTjHLMzUqQ9mM+QKRFhfjirdZaV1cy4uxhXzj4kbBXpRq2/XByuvPrCXMes5NrH9uvfP8op6xW5NUsl/WRcM50b98q2IvtTOja7dKyZOLAIE1IKF99FegCSbgt6PGVPIgCWg9RReSszeQoqBvjZIAM8owvQ8QsncBY+QAEJLYFSCl4AByNAPadpQEU2MCGI7C2X7SdFL9SCsAoTU1PSbvtlsQjAatSXtSKmRSjsUpaMKmGIFuqKJMJd5+NaqGkaujoI9K4YwYBuGu4YAYQrk08fSsmsTctLHGfR9RTIkmN1/eS6x0s/07b51a/OSlTnIplzt3Zq0Yr5QlV7bEupdNvPGDL5zYkIjsjrYeXJQsxeidUstn13c+f6Oz1Tx3u5PqF2uT3QtZP+eIEZ8YAh2ZKA+a4HDm0o/W3RJHulukCPxNkluoCNgQlIu5jO+aushBEzamFakSYcNjZCCKtNA5YVRqGGo7T3e3f/SCu9wvWI6RVKyq3zzZ9HrXup1LC5qoCPXJ2bG+/bntC/d2mVVIyYYhKHbr9KX85m6+YHNbSxRdGQMInEdfBf8dvAWSIDNJBv04vAAggA+CnvxNCBwrYPA4zI9BP1JWZ3xx+mWqNsEiYck4ElRKFR73ZS3V7LVfswinEuPpJBZcSXKkqm5Y/VEnE/ZvmUffRZewDRpgA3x1IsuQgrUqIjRoUwN3p8NvAYLAAgAkwjxGBwwjhFw0UxqSkREIyn/Ywh03CdHgaBUg5Iafgg8YxNjFQaQ6rSYAw35zo7UBGqDerFcFHm/4oZoZAsH0aXvdqXocsLJQaa5UNVQ8FqLIdT3vn+6cWXn67ZPVZgoKEsacGxkfQkNnBPmawyUFla9/Yol17u51/EZm+blLLamvW69uTz5/d0RkfbgR81pus0hV4a3//Wb3oJfMxnOn/IUzrfHSpdv1yqTavPDMoFXpRFon/B6yQBF0wS9NpA6kzIVo7r6cAGkQiOgQMDaNUxLqnXyOqlOBCzAKoylNaP+41aQECMKYfPYxOxJ8LsbgGT7H1Xi5FDDeUrfczaSScduUBFCEBfFIHUazNjmI60gXDtzKGcMREw696Hlw88LbZxYuvLjZOtusnrzSqm6nS8sbCbceLxft2rnihUGvXjm7XvJ39NbB7sbrnxwVxo32lUlZ1SqDvE5zcU4gBKn19kKvuHauqvAgn4uP/hj+AP0FWAa/9r4GIYNTR1UAoYwSdh9ByACD4D4PaeSUt4bg6bCZu6oza8AgZfAeghBQCO49fk/AGVpPWM5aBgQo+rD9fqgRVsr5bOA6kTMCluHytCwNzHC6Eamp6MPgEJUqXtBQMUBK9m01llJiark2zsL2nVNKvZn1JNlVtZRRXkorf4fbVZPna3mOCMFSLW7An6RFzZTppfvnseRahssIZZXx2aIr2yKilCRvvPTqwK5FfvwuyqPfA1fBqxNrBSKynUIYXX5KYgRAPCWoaRAOQWnAdYPCE/Zcx9SXDEAEE4TvA4Ig2QeYQggwfHGuvdgQ7F0aDRq1RMyQwVV4dTplqIY1ejioBh4pRnR9CkQs4qxBkoactThGI3t4bE3DfNZUBf7j3GHw65ZNMYLMztb2aqdzCVE6UJKyByFiVC1ohvs0bi4pmJfzcIg13bEIIQJCXODIYszgyVpDVWTdtiVPaRbPLlhUKxb9rvFHMVdnFBFFSq+ms6cHmGKo6Awumqouc0OSY6oy2lxWuG5gTLFk+3biEZKCPvbhd5CFLHAD/ML7e5ALszgdAcoERoX7QOBM4PfmwvS8ts/YrRU1uCIEwAucPfi4OwkIAvTwo+/bn8Qh2D2/eWI0WOo068W8qQsM3IA3JO41YMCHKkfT1143xMlBvxqq+8WjhA8jdTZ3jUr8cNZphFNbjcBK8WSLIdsQNY4ZVkvJheWyjQnDXq8hWUuDeHlSXX72K+dzXUOhTMmYprV0bbPkl2O9lua262kiKrJlMETUTH/v4Xecek7WBIopkmKLZy9mSrcKGTUzrIl6ziuNK6d+4rWtVEyKYS4yde3yJzu1pUzdjK2O6lymfk67sHD42uH1bthbUHQG/QXYAAcTWYQIVhMIh3OVbDhXQYBgRA4BhHZER+eDkxTABBAM7j9mQ2fV34Rg0GvWSwVDAxtwI2rCIgWnUu1PJYJ5f3BM2fanc+5Bv3Jcvn66bFCGoea5LkeIknTdltN6erPWHfMc8XOqT3nWSrWV4pntDHNoe/KV8emf+VKNydRJNJbt4kF35cUdmhvG9ZKeLZ/v/4+MXcl5t76ULFWrRvPwsCWmAQJ7QAffQ98HMmiAGx9U7KkaFoSnTyAAYZ0JXeGEgqIVVOEnVtDBdGV/YqsKBOmk0lAbnAIZyoEf7ML08V2H4YgPhQO3WTRxDYUdKns3X20WCpXGDU2nkAkixoLr+DaEVJcRxB76qWzcj2eTXuyHXy4tZ7S0Slrra6baKJoWlVju7gttOa0l6sE+P/o+GqNHYBvcnEibVYuSABSmT+ZF3xwhJ9pjMgOxOEAQwwDE5vtPZvilB/w3nZRFsA236RTGB3ZE7qLv786I1Oy5MM/QOTqFDKNNqpyx25pVQabvixRK1YsbqlK07byiWSVdmFy7msaNk+d2uoLsSZYlpsp2QRNb45PrbhrbkqPY8G9912yXknrRPPlzV5SER5klCLJjGgYjiXxOwpnWUitLBV3UNdNOqSmJZWqNmvbnmhHy4DuP/hr8J6yBDNiJGjZlTg/duZqjhC6YXXvcZH9/IkNg6iADM3imnvejKer04R3OUNhpsZ+0HQFCJuuikFQVG8Y1bNNMs6kKjtT96j/4+bV0wnMII289/MsvdHcXvMJ03iFhGVngAPz79+sQzTGzD5DABcTvA04FTu9FbH0KmM4uEIQQ+Jygq7R2xcdOvXSevJcAJgRoiYGAsHAY3gIgjAAzTPruk7dQIFDw4TuP3bQfwuy1K+fObG2uLnc7hZznGBo4gAdSNEcJwj9K9mhQeEwZmGvpwWv+3vNDgloZRF0qO5K2qtFMHoeTMfa64VCEsZXIZDXEMJOx4AqCLTntZCwhMZFQQ8lYRc9txwvtGGTQ8FWLqZ6ZbJZtO6mrBuMCtolo22o6HTMQchIulgzJ1orbxdPptVJqw2u88RlV1qle07SkEk8nXMWX5SWjkeh5XnL5cvXPjIYr/74z6OZ713qbTUVS8upNq1/NtjsVyronBoJvhfvroNeRD7bA70Y0TDcggj4kqJEK8PVC8rErmOBZH+zPGrRw/uPsYvpY5+sG8AwieAYHxxa7ezc/EsNDHS3a7fx8GSIA9580giDU600IVpcXW6WCY4EtuMWm07HKIEL7YF8H033LYHeaEpkA4vyZxjY9ShFxm1d1DVMCIdGYLMUcDiFl1Gi2rMTp4sK4lRFVlVqqbWCueq4QK8TzW+tdk+oCNx1NNe1qbjEl+erSp5tVjZWXLN5e6Wv502M7nW+fu1Yb7PW8hGlXnn52wa6lVu8cLhpVU9MAAi0goQr6Q9AEZ8HqZAQgDfhseNaLYnLIg7YAUDRTZ1stCFpnW2dOTor5VMK2gv5fOBJdh0evSH3l06MVw1nlY9HRranRCRSwiyigw2YYEs9NxpW4LHtcTiuak/SDZjPZTxy8efoL58+9uLJ6d2TVVJwtipovCBrjRMCV1c1kfXepsVWSNEvL2aIpCKao5W2nWyMYMSRJz9+5sF87/fkzZ376ftfIwldECVNbEm3OMdOkYr9slU8268upcAYJAHoVpYADGuC1WcDNZYH/nyM1z4Ugl3EbXkORgAMddjRM+LBkErrpSMGFm2e+eL6xXTab8VNfuDvs3fj0pfbtc63GzuWqUbW8lm3Hli6feO187+ZexdTTk+fPrn/qbPVcYrA36p5uedR0G4n4uLR6rhg889rD76BdNAar4Cr4y4kWhxjlIMfLEISSXuCDOkAYPQCQMw7Z/bnouivCAHrDswC7wpSdnn/P27sZHkA6dgcGHGJ++NH2Qd/f/Ej7KYpP8f3onsni4+aUEUbJE//N8TuCxE2ur0Gws7V2df1qv9tulovppKaCVbgqzUlKND2oTiO6H6ZzlMqP97qVSrHoOOzYSPj4/rjBHj1nStAiEEFoe7aNOIIJ1dIIbi13i5svTZauvbxhZAym0DzGKP8L3Rtb5c7ZmtN0mosCQajUffidoiuY/Pl/edPfHmspVcpzKnNvpDItVrIsi9WvjNfePFjlCEL/8p1atglfXbx4u9lZiWPRbmW1jGGUnCt+VgMQ/MyjR+CH4A0gg0SIoNExDxdchCAianjKaGZE7Xd8P5/2/TzM2PFm2ok3oxl95uHXUB5h0AcXwMEHeRlFQ/ogRlIhRL4zQ+bELoPTxLHgxeQkMV2egurxxf2JOxwgcGprcGF4Ie4bGuijPg+bkunBo+HosRYkolt8iiqhmBZdgt2jwecxoQ3+B8xJvqDoSSt/9+nSwonSxo88ONPeURERZUOzPS76piiZtvPw3+Un6wm37FlZIreM4WfuLCu5h1+DvL6c6r7z1Y3OyULrdO3Ulw6W6yVmCrInqEm/cPF8pvLC89VYnklF04jBf1EYZvxG3Gv5ipjOLF761NBp50Nes/Lo+/C3EAZD8LkPXILAnG3bJHQIghHOzKhYkEoOgRhAvB+sRdXK/biGZL4c1alaJZ9LJSwDDOGQHQniszIV9ST+Mco6H1bOO2+uoRuyTJDMCYSG7XsyTW/7XiuVWkqYVKTcFLKrTrGqBusIIcGRnIR4af3eenrVoQJRhdrALeYUWc1aroMhJr5sLzqVM47b9mPNACVLj74L/xBhsHWky370nDdxNOd1I132bxjxzoSH3lKrWSmF7e4W3OJzytrr+rNudzh1SkjS0WOS7TyQjka3P0ieOdWqqFzElGj9fuZMr+RJcU1NaKW14sYnOlannRVFRpprnrpQS666/VRpvbj6SZ05zXJHVIhI3ZJdL6YLEpUIEYiS7ZTb4ywz0jHFRI7F9aRbiQuGrJZ6lZXTuXAe/uiPkYa+Abrgn0WYKeUhwRIEMJwYTN8gNDv/m2JRxlEaHgI3d9FMvDHhDHbz0xEYwQ+m1gET2QeEhLFI4FPJSe3IBkCCCET3w5l4YItC2yDhCZrOyHOZdNJ3DVWRZ2dJ/dlYdjQosGJ0bGTKfHujXjdAzCjWBtOo+7ZrOkZyMFlYvdzQFxdzjqqlNTNn1v5cy8GNZ1puQ0ECIRyJtUxy4VRt+/U3t8oSkjxbNQnGrJGjAr7wizdqn2lCXrDNHK2GtV1HZ9EfgQ44C7Ynm0p4bCYarmJAEaYvAgQYQewFIZwwTacf3SUItjdXRktnu2cXqrmsLIIO7IhH4n6YPcfVKh4Jy253OBrNOHxUy6eiaGjUYZwViuEYpHbx5dXn972Ck9coZiTe872qiREi8YxsENI8t9S/tdy79vzi8BOr66uDK0XZlQilulMcbujnvnjujd++7Hg5phHMsN9JxNdqlFOu45wiqgT5ycWneoPbpyrbi5eHy5udouTLEMJkaVS2g7gqP/qP6Pfxr4EMiIVsZj4psIyjDi/Ei9GYjcJu13W4Rjg7byuIcnvn9guHz15JxXWJK2L37QdffnXBaFlE4bKUfO6dv/eLP/vFRkWxbUN/6l/9m9/61jgWao7/C/4B+gYYQ+H8e9W9mxMtAQluQEpWIIAB/T9+Ac3ZfxZBSAGF4H507oNScjfs/Nhj3Wv6yIwACgl9cX4aITKqRpImwQ8+ZHlkFB0jieJ+yo0jrfdJ08nCR1lFhxcIpeQGIIQ+Ayihl2eHF7qthWo+qymyBMZwPM2SKQUJs2QqhIblrD8cHJ2CnCF12D8ElS9ss/8kHuOQlTsxQxH5M55NgmRHZtwXMYJfFy2JS6MTHUwphkh1ch1fdviZn73BFM3QkUMzmqCLgs5zmZIht5pSzGZ2AOfrr/QLJ7LUUfzW9EyOhFLoz8B58OUPtrcQpkH9yof8jRJMKL4PMCQ4FMdJeHiWsAPAmL37+CHb+seYM0AoIx8+a7ux1u826zFfVwUOzsPzR2dthxGI96Y8uXqsGXmcmUXnvOc/OXCjnPyBu32qbWuCnrc6qcKlM+2lC5dzguHKniS7ot8rVVeT5WVXsiRDN4zi8njZ7F7p1opLg/61FyQlVk6IJjMl2ygu1+oreRNxW9IYJggRIhbb8XLbTWhcpaLGY9W0LS2cbrV3Kunqbr9/ZS070zrQDfh/wBa4/P5aQBhnAlyIwhhC6ITee2beqLoYQkAAjBz1zHERctivljMpXT3Wms5aimPC1OwU/7GrPJqERRWvjaozMPvXvdU44pwIXLC5bSuES5RqKT/WELdf7HOR+xbWLUe3tYrHTQ2priFnzOJVaeV2r9ho15wF27ddw6uYrUEjq9dryaJ8/VsHMjNsxTx/rns9ZWums+5unvTcBd9Y8BqbAIIlkEEEWWAAXn+/CY9ESW92UCByybFeLBGthmiO8APwZDN2tDA/2TVvxnQI6rV00tTBAA7odKY9JQLz013Enx2dIaPjQwjOGDRzPUcyBaeagIKecGWiO46B5ZyspzxCnUTCoaprqRaEzNM/oy9mKjmjYHdePChySzJitXV7betEm8fzmbIkd09MeqrjyhpmOLab+S/pajS/Xnv015jA74HL4GsfXFw8ptQWAIYIhr/zQQBRcJ/MY+bYiYt2AJ8EHjliavwkp4IEPgAEk4+3ihDszM7aykI1GTd1cBlenpIqXG3jwfwwTHQMZtQ5NiDwM8gfk9FU/A2DkUxFEa6hP0k3C56GIaMEm66mKk5cFSRRljWEdMtAcjuVXSowLy5T03UMrFM3Zco6xHKmVF9KeoM0TaX5RTFbpeW1UxNPaSwWSc4ux2XaefUzt5OalswLrL3aZtnetavaYpXQ5tq4Iy5ojYIhi0ykuWde+uTaRl9aPhn7z7FeIfB79+FfoRRSwUXwZuTveBBDBIHDo2AMWlpvflw+/ni4BaYzg0nuaI1CAsg7xwISTONRBQBcBBcbrXqW8cS0N41+IzcYFMLThfMQdKcHjnrd4fCJE/PTEZlGuIZ+FyuccY0z05DHlzseR4Tq3LcZFxB1yunqRs8VNC5ogpFUVdU1zIomJNMugpppqYh5+Yd/ZRhaStMzut5eLKBE+8InDupOxfb1Yt5fiElir696S4WV212zYBgpNeFpZnY9k13PWBubXUaLnaUitfoLYR85BBT9AXoPOGAVXH0/eewk3MeeYP4YpWUqpXQ77qq3eiSllAuznxoO5w1jdNRn0Jn/WKB69POB2Vll+MLJt287BD7965/vPh9vLt74pdsL+5eWmEAgwyaNazbByCMyVZL2+uGlVmXrNh0cnLRGxo/+6n6qtPGl0y998852ZfNq623Hw0jjBVmnDGFoEU4471w9XFm6fWYB/D8AAAD//wEAAP//tpRemAABAAAAAQKPuQYUrl8PPPUADwPoAAAAANx18L4AAAAA3adWev97/pYE/gR7AAAABgACAAAAAAAAAAEAAAOE/qIAAAUp/3v+CQT+AAEAAAAAAAAAAAAAAAAAAAAxeJwczaFKBGEUxfH/PYPTbJOnzCiD8CFenAG5RbAYxWKZYrFMtmgVxGAwiN0w2WLcV9iHWNhHWBa27MKXz+H3V0ln76Aljf5xzbh2uE5JeqLTROiY0BuuDb1+6HVL0kynPy6LV0KPuF4I3TBYS6UPap3htqDRPU3+T4SV3Gkk7IixuCb0S+ghW573li+N1PbNlW1pdU7SM64VJ7bOVtInoYqLYsg9157hAAAA//8BAAD//0/8ICsAAAAAAGQAZAFeAkoC4ANcA/YEhAVkBdYGagcKB94IhAlICdoKqAtMDAYMegy2DVYN7g6SD0IQCBCQEPwRihHcEswTjhQYFJIVhBWoFkgW0hdmGAYYkhjMGagaUhrcG2YcIhzMHU4AAQAAADEErAAJAMoABQACACwAWgCNAAABUw4MAAMAAXicnJLfahNBFMZ/u61ise0DeDUUL1qxm1SxSAtCFVOEQLQV8XZ3O/tHY2bZmW1ILn0O8cIH8dLnkj1OZDdYkBICv2TOnO873xlghx9sEGxuAT/Db54DHoRfPYfshs7zBi/CY8+bPAq3Pd9hFPzyfJf94LvnezwMlp63OnyfveCj5+0O7wR7rPrvcgwUOBwVlhMGDLCk1JRUOCwRlpIpEYaanAETRox5T0GJRTHCMMOhuMSQ4ZgTU6NRvmJKSYpmhkVzhaJhxhWaGoWjkNpL3jBGMaGS2m7nca/DYxQf5HbrzUjtEZF8VcdZX3flJuaaWGaKSZjKyZxSfLSnre4Z74QdJ6hbJjSXT4RjIRO1HpzoRKQYvnCBIZE52hlfi/sxmkYUCj6jGdGwZMmClzQk3rHlkAs0OY3MUf8zjyFHDDmVjB0ZMQ0OI/n8yXWfa6l8TsRTDjpqak1Prel1+58zYcI5p//ttv/rZtVXGCoWknYue1A8YciQZ37TWvZ1s+u31Bg+oUnl9plkUMiurCSwvt3cv4W2z2pT7b8GQy59M/8uLQOyv9qHJD3tg98AAAD//wEAAP//pYWiZgAAAHicYmBmAIP/1QwiDFgAAAAA//8BAAD//yUWAZJ4nDSJMarCQBRF77w/Pz4NKFaCFiIKSlYxhNdZKRZJnSzAJdgIaXQteYRAYjbgrpRJ8FbnnItjg/c5UWOeaWlaBiO7KkZxhSUh8lSv7YxpMvCWFkHP47hjWIAQRoow7uDgemvxB4juTHFKSlck3nPRg/eGMQRIutK9Ty++wVhXZJff4VdvaB7QNGrM517ahxKk+s8DiHwBAAD//wEAAP//m/Irhw==");
}
.d2-2037929382 .text-bold {
font-family: "d2-2037929382-font-bold";
}
@font-face {
font-family: d2-2037929382-font-bold;
src: url("data:application/font-woff;base64,d09GRgABAAAAADCAAA4AAAAAT1QAAQKPAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABRAAAAFwAAABgY8E/zmNtYXAAAAGgAAAA3gAAAUYHnwidY3Z0IAAAAoAAAAAyAAAASgVEEfRmcGdtAAACtAAABxAAAA4MYi79fGdhc3AAAAnEAAAACAAAAAgAAAAQZ2x5ZgAACcwAACKnAAA4BASPtQtoZWFkAAAsdAAAADYAAAA2HceN7GhoZWEAACysAAAAJAAAACQIDQHOaG10eAAALNAAAAC1AAAAxHIkCaxsb2NhAAAtiAAAAGQAAABkV29nIG1heHAAAC3sAAAAIAAAACACVxPRbmFtZQAALgwAAAG0AAAD5F+agdBwb3N0AAAvwAAAABwAAAAg/34AFHByZXAAAC/cAAAApAAAALJqvdaoeJxiYGEKZ9rDwMrAwNTFFMHAwOANoRnjGEQY7RiQwAIGhvoABgZvGN/d39+dYQED728m5pZ/ixgYWNYwZjEwME4GyTFxMK1gYGBQYGAGAAAA//8BAAD//1KODSd4nJTPySv0ARwG8M/vnXn3ebd57evYt8GEiJvSHOTgojmLSMqSkfxXlhpRij9FKY5SSi5fmbOLp57jp54HiZQEGelkBmNy0rJy8kaMKhg3YdKUaXOKFiwpWbFmw5Yde8oOHEbwrplVNG9RybJV6zZt21W2/2biJu7jKV6I57iNx3iIu7iOq7iMiziPoziOk2pPoxJnUaku/WgSNboMKBjSoF+fnE9S0j774qtvvvvhp4xffvvjr3+y/qtVp16jJs1atGrTrkOnbj16Dcobrr71CgAA//8BAAD//zqFQRcAAHicYsANsiCQaQMDF9M3xmf/f/97BmEzCYHYDBIQyHSd0RiEAQAAAP//AQAA//+dLRBCAAB4nKxWaXfbxhWdAUFqiSzJ1mI3SNOHjKG6xIBWWsdhbMZRMKIYR01Ly3ILOE0LiJS7L0k3d9835s/codpT91t+Ws8bkKzsWO7pOeUHvjvz7pu3YgAITRD3sm5OtP9ILN/ZR+Pu/QzXAlzJiwc0upfBi8p/zYt5MRiooyAMIXIIo3bHQgpTpAmkBhUPEnhahSpMUNM0PKmtb4jUYM1QUaTWWzepjWoGnjl8SFhS8Iwph/D7D8ee55kiRXj8Qsi74+UNmb5A8IxKx2tyzRSpguhnx/l4U3rOoa9Ri7FhMvaHTWMmhICGhI/68Lfuj6/Ic6Y76KLRzULUovzg3SxUYTDKCP1+FmInDwhtRu08J1uxyyGu9LNwsiJss36bmR/1M3pAo1FJWOxnRUAg1i0yus7oehEUeZ4H8CIsmQHEQQaxz+QQSybYx4uMXtwvH62KATMe1cVRng/LHDLO80kGOQ2xaVSaJ6hr6hL8qBwS5kw/w5xKMa/SIAxzyCJBw5UbtZiGdu4oJVZyukEVPv/DK7oD1JshYd7QiEaQsd2uR/C37mRFPygP8kzlYU7YuZtBxgHXZRJKgjmNBROPhVe1eV5jQaWKIFRawjt6ADmALDDXTLCgiaNdNoNHvjgiPgE7Rc6UYtdFu6jHC8vCdNNmOBuc5/Tjg7RUnSJjBWHgRwV1R6rkprpii4AbAgqwMysYapEqdysX584wx+V+xsY7TzNa1i6hk3NLotbtZ2GgwrwZJljR1vO6GJa7CVY1ZEGEFfM2H0BYUWmOVV4dZIRV16/zmrDqikKPfDEYqRLnTUGjgnBepSrBBb1/mFl/uJtfxrlj9TDBmt6/k+3frTaDML+MNbe/rq24YO5l9sIFA1mmOB/zIwcvSu0K/616UQq5qQi1qJ9ZLh/8KB2NiN2uNkMFWU5xUOnZxIvcTo4V08Oq6RXwHm/WGS20QqypXUgDcWsspXTd2tDCCq97mOGCSqmLZZXinIJXpFT889IlKc6LNZGmKVdgXaWQpV2fj/FhHLyUJ9jUVmzECS5qK1le0tZj+Qltayyf19ZnGWhbZ/mCtg2Wn9R2juWL2s6z/JS2Cyxjrab1R6PYP8wUtSDf46clgT6l3Jwp36+UySnl1kz5QaUkLbASn5knZPmPKlXO83R+obaC4gQvaStZKm09lpe1rbGMtPVZbmlbZ/lpbRssr2g7x/Iz2s6zbGq7wLKlqeMG9qqmApcKMgqyMK6lskCLZ3Zb42qMq80EL2uiHp3RTVW2FV/sz2QEnP1npy22y40uTxxebtq63Ohm27nL8nOnynMW55qmV1zkr2gx4XQ/7hMyfmosvC82/y74t3tLte01ucG5XtfUod4Z8UOYsp3gVd262EnQ/m9USDNoJ3hNW09sRtSiHl8J8KLbo1FP9VRJ2VHAt65Kx20pN9abCW5oiE1cVCn8CH7kaHZJpHjOxMejliLqjNoJbj5Oo1Z1HhoqnbIJBd8pO3eyE5/qFJz4W/Xn85Rv2kVDI+Us1F6BhnnycS34tqveSr4phgp1Uw77GXxTBqibgm+6J21KRQR/S+2V7UBh0ezxG2vROC8FPc2Jqu7Uhim4GfWoRP1jp8Lf4iAiDqIWFcPJTfofX3mCzrQWRIT61qQWqtNO8PpMhUWn31M9dspdvDUrISdTVRriMGtRR4XufTvZJI5r0go0ItSj26e/XaomPm3aJ91SPPJvnIrETNtV8AfOkylPW7yjFbW4inu4aLJ+cJBn1MlbdluuxwnefEx7EPQf06ZPtX2WhdG4ET/L4a7GzXhE1OEZG7XPpqJhWtiOE3RdyjyfW1XlSyyptEqdB1RRh1qqPTl/T9tFP0qnJv/jSPf+X1PMOfE91lHtIDw1L2E+ibOnrbgRT6vylrbiZhyqSV0m2cxKcFtDbFSP/VjwE77WwvVmgrfP2N/XVsj1NbzaTPB5jdeaCd7hKnYVtWhvpMpptb6geaDxTpzgi3osxF6coK/HQjK4o8fS7RzosXQ7d5nTixMcMofBPeYw+BJzGHxZnwghTJwg0yf86RQnyPWJrPbu6xNZ7b3LPMnoK8xz6D3mOfRV5jn0NfbZjRMU7JNByT4ZHLFPBgPmvBUnGDKHwTFzGDxgDoOvu7h24wTfcHEx+qaLi9G3XFyMvu3iYvQdFxej77q4GH3PxcXo+9qKzqyBP3Ar7MQJ3q/gm3GCD7jobpXGCX6orZxwflRB5vzYceSE8xNtxeuzU3/qVs7iYQXZ4mcVZPrPtZUTwi8qyIRfVpAJv9JW3Jqd92u3cvTfVJDpv60g03+nrZwQfl9BJvyhgkz4o7bijdl5f3IrR/9zBZn+lwoy/a/aygnhbxVkwqiCTPhQj59zX7ZoBGPfq3UzFQZhnqcx5o9Ru9x/OH1ZJ/8GAAD//wEAAP//Y0wBRwABAAH//wAPeJyMu3mMJPd1H/6+V53dXd11dlV1V99VfXdPn3PtTO/M7MHZmd0lueTuLCmSQ65ILimJEg/pR1larQxSPxjwATtOHCRRYke27ABGwMCijcSOHRs2YMOO/4mTOP/EgBPINpI4ESA7tgXtBlXV3TO7JAUBC3Cm6vNdsN73vc/7vGOBQh0A/Vf8WeBBBgVceHp2xDAm4Dp21jINXVMzMqMcwgiTA6CEEcru8ohhwvAdACAUyEuAEcLXAWP0LIcQRlcSCYCEklBSSVkSBeCB1wTOag2DzLRkZfhaKVPSMqVMbWpNg2nAB7zF9wUB/Zwo3ruFfvLeJyroyr2/ufmUdvOm9tRN7eZNEb8gid/9x0IaP/HdP8Dp7/6f3a99rfyzP1f52Z+tfO3rAIChAhL+h/jrsA7X4E8vvZe4emOWeGwfM1wlGBA+cE9+JQgfHMUQDxAFiiD8IqCI0ZcB48wh4TCACpfdS+85V2/MyoAooYg8hAJC1EMOLZCDqzdm1QUSCFACdx48sMDOqoAZfvejsHPY0dHRzNreQLBxbfvasNsIvJzIwzpaF3izNS37wXg0mZZ9fzzawtPpZDLdItMtPByYpmWalqFzlXKXBJWyXylzfIpqw8FkOh75QRcHfqXCcXyK8Ib+04rHqcho5QvddlIROJFzPYdJhYZZajhy/9BytZyX4hOpG0o5YzRUS5cSzhfs8sYKY3zWZIgRXhSoZmpM0tIFd+QSy/OyHJWVZDGZnGwNxMyKH0yzr/75m4rW8LqDhoQoL7TGgxIaIyLKhmyeGUtIsiQp6DQSTIjuc3D/O/gd/NvQg5vw2ix1eatSoIS2BIwJPoivpQCEYkrwXaAUHQNCoYUxhmOGAIzQzvklAgEliN5+4P3RzBj0ERzsn1nv3xzcdG3ooR7Pmy1W9v3A98fjySQ02CT6ZbRFQtsaRgobemRjw0iRYDiYTKYRrlIpj0eTEDce+ZHRDd00DJ3jDJ3jUS4YFsS8zScQRQ5Nmr1Lj100BjdWSUax86weJB79xOtvbPSvnK+kUpPyV11UHqyU875SPK8zTJKYSUGDr3n66GhYP9NkAmKWaTeKhhxcmtqJoieypMxq++P65KBnvCWWqqmcXuoUqEDckmVX8roupC2//1y/LdSqgh7oAAAIBvf/DL+F34MhvPa+gjBBc+PWABNGMLsLjBJG7wAhcxsDpXDMLUxcfhhHOQQUPr7Ek8tHMw1BI6iUbEvLyCIM0XBh5ROrcpG7VsqhdT0c+upkMhyYoem48A968to7B8WNx1/e6Bxt8FnFsNJqITd5YrNoNjb97tPldNUySwmBV8XBm/bB///k6I1PHI2qF8ZeRjCLRXP85AvdyiPbQbmg5PKubEqiIrS6MPe1b+Hfw78BTdiFN2bqhooR3VFEIXQZBIQcXHqvEfnbImApxc/OI5qQB/xtgcBAEQ797dT7o5nRbmFYG7V227vlvKlDEzeX/hZGc2bkj6M/QWiOOLIHk8nQI4aewsFgC49HXTwPaTM0jmGYaNXaGCQQZSLhk2pSrTW3z2aT7QCfe+fV7d03fuzR0e0bk9Xrz7dYUhDTTBGZqBDTqZtlExmkxKdySZLkGCtppcCQMMG48/hn9y//6Kdnn+8/+uJ4uN+zEOUe+coj9cfbKgt9xgcFE/w+rMHGbDVABOuIkkEYYgchlwGhL4W5IHYXFrMZgpV+s14pullYQ2tcRGFdPAriSBuF/DUNKWwYuYPO8XwKG4YVuwCnhDEX/vDTdj5JEUobPGNUlgTKqLv12o2K1S+a6u/UioLwG5qp5xK/kBCwrlSmm2NFLWpimpcTQgJzmF1/ay8v2DmtgETUm+U1yc8k7QySmFDbr6krfvh9dVDwNn4P1mE2O9NDhI6zGBF8AChKHncZIoQ+C5RmDiHkE27xiZ1WUMw5ajrmaX7+keNR6MlWxBnDwRYdjyrR5U6Gw4GHh2ZE1X7A6ylspOhfBOfHBcNTs0LaSom65NRsRcD0nGKoKktduLavVptm0k7QMCMn3f6+Utu8VLN6hmavOYK89tSrLx2mhSBp5DHCYqGUpYiqZ/YmUvP4uSu9KOY3wMMj/M/hEN6ZSed62QTPMISBn756Y5aiBIcfhRBABi9SoArLZ4cUEaKS8E0lfENDq3wFTp+ZZeOHCIWPj8LH+Bgw4EfDpJYCgEM42FyvlruMt1rT0AEmUXIKKTc0SsiwxjBi1jinhXcfJSzLw5a5MFmYyvygksI8x1WupUXVZIxZZtZNYIyp6EnFraxcaZpmKRibzC0XZOrsnjW1vJtNFVNJLy83LzcJE1OKmNO9TMluXL5c328ftevZTL7VzQjDLUew+cKZmjpulqziuTMmc8pFibJ0b2hp/byp6rKYz3H2zM6f33PT5ty+Nvo2/lHw4YX3MaI4NG3p6o1ZDjChBNO7yyhBKGaHSBWUlq8RAXT0MAjBo0ezDIJSwTYzaUkAH/lxHAVR3pksIme4RaaxETmuUkkR/jMd0S7kswZTcV5u9pqylwpq2VJP/4TcGbVlu9t+4398NtcyS5mX/sNbmBc4jETLcnMSFiQBLzjyr/HT+H0IYApvfSOLELoUe0YFEM/xiLsLHEMUOPoK8Dw+JijkR2HBjMEHUZGE4nlyDIQskUczC8FwpVkvFQt5Xc2kJRECFIi82bLCUApZMnKX0DPCj7RCZgx9Ifp2ThtGJOn7lQqfwr+eLyZJCtUaAy84qtPGM0c7idWnXh0pnoUo07SntbW1oNbPvCsyiUmV8ar+0s4PX8F24BWoyDi5sLFSXr112CZo5XxJbRfRp93WipktpkV/exbahcD4/n2yiv8N5KEPu3AYy0DrJFuySHHQhR0MQEAwIrcfeH400wpemCO9fqGfkCCP8uHNlmLyiDNhyB/DufOfzgWxHJn6/nQyiYOD57jA99GNnVcPG19+27taKWzoPM8QTqVI3e0ffX42uDSwleKguvrU2Upw5Z/YOJFqKOePDsc2J8vrqf47k5uf2fzBf9FLWBlLtmSiaXT46vbuF59f+3Tn0vWmefHiSmv/6cHwmc2b2lS1JKG1Pi6r40zGlWpPxLpicv87+Bh/Ha7Al2KpLV6qWWGxgA7c+c+h2JjrcPXEYJji2FaX3utcvTEzTwkPjNXDpSX1hSVPPz46mikIHjnf6+gZuIKusMhv/DhATss4K84nsbYwjFjPhaQSEkoXB10yHoVM3cWVCk9S5J/ZrqAhli3Xt85tZna++KyOMNHO1flctmVYNc9JJJOGLFdqitRoef7G7obfO3c+u0JthEWTOfbkyV98Uu/muKztljI8yh880hBUgU/z7aGGRZ6pbcNcc5w8S1lKplGTJdcrq1o2o2ZruVo9Q+i9s6mgZke27QDgJP46zOB27G81oAwxiu4CwgzhO8DYPKyW+SmyWeVhHIlU2+3TqEitDfqdVrUcqbUZmvGRL84z9WQ4iNwsFL5hoEWmilibxDUHDosLQ/do6KfI7Z7fKCmKmTdU5ozbCcWZ+oWWWrm4WVs9WsmMNyflkpktF+r5vF1unTs812qef9LqVtyWl63aar+dJLqfy5ZtMVNd2etPLwVcyvZds6SaqlRIe81KdeXCaGV/4MR+Vwcdfwl/Habw7yPXep8gQOjADf/Llv7mAEGIHHEME4TocZTK+WUll716Y1aCkHIZ3J0jMf4Q4CAqDpdAjBAj6DZw3EPImb8AhU/eAcIhcgQUOES525GDY4QIirKjgaBeKxedrK5IAs/BFE3Dgq9W9seTyTRk9PktDKwTng8JMOK8UEPoHB9lRFTNO2YCBSNnlnUDl0tw2uWbB2rd3N5q5MyEk3BWnYBijGSCEymB1/Wx+9p/fhtR5thlC2Ge5zCn+UWtliECJsn1Ry46retmulNPJJQ4zw3wm/irsAfHs0QGEbTdM8hJfWbOM9htwAwBhhfDKEaX3bDqJuhdwBTw0QkGw/MR7LEoy62vhgWvkoA9tDdXi2QcRe+8KjAiJ4sqhS2yLBYMQ49Ls4VNAj5F/mN3o5giXFK304OUiFDKwXLWkEvSeLffLQhyomxQRhkrWmWXYQFL9nj76mDw6MeuF2bJwea0oshUoMrsS3vKmbMdQwheevOtMUfbhc6N9hFtOE6DSVZxpSDv1KXq5d1GbJs62cM/D4/BH8e6SllDGF3UMMEuYoQcuNETeurJUQx0OAQMvhLGJhB2m6I59zmRGFOv3ph5DyIWVdkplB55MKYhyd79CDSNCQGFCuUuhMKW3PkgFEV9CA3B7tnxsNX0q+kUPIYem2tbEpXJo1iiZULRppuWNYwuZDocmAU8nEzGk3kKi64lZNP51VRCRZfCv1XuuAqPKcKJvJsqESxTSqRC2WVWLUi7K+ITVETIH9piPqfqAkXPcNly26k1E3o3QyjvFGyWqAzq1bXdWbb/aP+K2m3lzNS997CZ5eRqQjDO7k4TzW2v7PxfEfHo6V+8ZbXsUlLkbHrvN/TpuNLxRm/t0NT62YnsbjaXesfHTfBhFX5nJqcQQ2WKKQudW4o6PSFnRo0i4xAYi3KUc8ijsDqOH0cUEbJNPryX7wVS4+t6ABR1l2Lkkr8LgIBRFBF2RPAPIaKWUT1AsNILVuurhbyalsVQJwpxHgwT4bxFtAwYfREsfhAsdIXvL3TFX3avToT6/otn7FpBEXLZvMGkTN61eELL49mZyvYglyp5pe2Bp5Sl5oXOcPX14w1Vww23lpu+stp+pm2YtVJPo+XV0sdb5w5K9rDavXBYsAelWFdugISv47+DDpyFr83kvIkpKSHGhXZWI3qds6lzCAhFH60dCogxOMb8skvXvXpjVgwJlYWE+lG4WfWDkEg9xDh+0Xeb2b0uhum4e7Z31q+6WVkUOOjgjhjzcBDKrrg+j1s/o8APa7mo6cYP566+FGmRLUOVoZsmSmuGwmdNxudVR6ecksHISYumRykijVtnekfrg5ufPRdc3Wl0ytWNlXqGN3KBhCiVJbuWNSvmp/7ijfxqTk+bucn6mzu9ndbhYPeLtzZe9WeX68Vpebzlpuuq6iQjDQYKzuAS1EOdoH6Ppo5z0tRRY53wEG4htU6hIlIoF72coWUUkYc6qvOxffy5HpgnpqUvhVQ9HBh6iqD0xeOV3c8dWGuTStHK+n62NPGNxoV240JV7zRmF7eUC2/sXLpzKFq+Z2Ztu751zhtOjWKm4/p2igME+v0fgz+Bt0GHbCSq0bsYAXwWQSoBOtJJ7PDzQmFeQqbwJKWnOK2WFIycmjFr07XPaGlZE/V6Vqk4tm7OthqAwbv/LXxINGjDNvxlbLmUjQAnEQdnEONC8p4/QPMHc+6uRYHJU0yIcQgcF5fETuRgi+dkEfHlU4BFQBsRlB6HYW3QhcYIAAEHYfUEwDHgbn8UfFZ9GCkgxiPK6MeXR0hEE0a3A7A66Wx3t6ENrVY9Uxd5p2WFFUdkLuskrUap1lywRNQ8rjxQgBim+Y3Bbmn12bfPWi2TIsqLnODZtpJSJNl2cgmKMR198gIXXFwrCYkk6z+5Gwi+ktx+snf27WdXkyipTjYmaatUzNpv/Mlrw+OxVsu3dWVt58Xm3pWqWK27wc61bj1fmvfr0LexCnVYhd9/f4wYh+ZsURQQC30XhyJs7to06sHxaEG23bjvHxaikXli/MOouJsfXhh9/QEwDf9yQuD5BXbW+GgYADlagAk8FhrebjZCfm6sNlfLxUJezUgC1OMKd94RxQv+iNJkqOsimTN3YRLr7oXd0ZmLb+8H+y+fbR/2/J3HO3w/JXFYwnxnw9UC0yy6jcbM2wgqeWd9WHRGSueFK5uvf2xa2e13r+3UeIo5xPKByrKumRUQMq1uOV/OtYdZSmVAULn/x+hv8V/BHvyvyHTv83M9zSPASz3tCQgQfIUhSue8yoeCmXsWOE5HC4dvAWUh/d7FCPHAI7grRHJ4Xq1oh8Dz8RF+cVGNjzjCAY84/vbyKLvsznoLLCAe8ygUNcBjuPNRJ6JsiWA07LTqfq2Sd5VkQgr1pjgnj3nVuCD7LTINi8cFr1XKHMcvWlPhz6m4SRk9+E2jxAjiJEu2PatSc4hsNy+uJzu9UkGz23allkLPZ1yzqIjVmszxBDFm1H3r2sZnNoiZZHknq3NMNftP7vh82jWskt67UK1kdJ0njCLamxWdtuCtO2qQi+ueyv1v4RL+bdiHn5zJ64jgPT6ae8VSPB9XMQwti5jlQOrE3V2gGNEjIAwhIOiVByAhtS3lJIKvLLDhXxumkedZWME8NteKO/1urZw1kwLso/2TZv9kGhkzrmCmC9EeZUc+GqRUtvBUW/T9o/lUZG2e5yKror/v5XiGmFbbr53zi6J8xOc1tajaWSZn8A6ptmTEnCzqi02rmKYorGDMvOl3GWJCVglW7eojTcbS7bo11v6dohetRLvfkLPjGmYYUZ4ht2tZel2XB5ujJBNEyTByBSzmLtVK69W49r73TaxiFS7D788S58cG4fg0wku5sgI85Sgf8i9GGNDdZUg4YT7Ax4CxESoZ4VhEgmAKi3qz9/DB8BooH1ZGH35sNgbKeEb5u8BzjOfunBycF/Ufeu7oaJYBgMtw2PBLtaBX9iXea2mLLrU5HGzh6RYej0eVSsRApxgp8vpKxDsRbKnrLUNP0crf5MelkmbmS9l828ugMOtQb/vyMNhrTp770r7eLpSsdCGtT49Ggm11235a8dOynrItCTOlOL66du+bUqllW6br+pt7Ht8bJSShsr9S32ue+6FP76UKjpWT0o++Oi3ny8Nhxuk5Kcmtq5caL7/28rUBzHuvDF/EfwVT+NcxNckSwqigYaD4wF3+RuhyBmwBQloogCJr6YeELWWlGkXFg68j1c2WLYDS1RszGzBQguntGHoaMMsBoUAJ3H0Aw05GvBkE/W6t4tqpRFjrx7WuH1PPsh2esabzvpUVdXXLXRx0aaU8b2C9nnMVhbdTVj7Nc8hdGZ9t+dMi86hmOfkExYhwkiJnyvLo2Z6QZYGz+YX1W79+y0kni92ucu8bHHL3tpv1WeWPvHQl29hcz/D+oFfIKXs/dTFpRjr9UVDg2/ivQYYe3PgVL62QeFYYmsiiCCDKttHX61HTU8WX3Yff4OP5m6OZlkwgcLKJXrLHM5CRHH64Fo9FovAn5bhamc+0jbitsWBYnuN+zmuP3EJruKfpjPE8JmLWzBoUY54Pa1mawy/7tZrn+1Xvuz9f17/MWhvTtN6vWmW1gpNCpWTpiWo+aaeUjN2Ifef+X+MtfB/OwddiOZdgCJOZTwngaINg8SvFeFmtAyZAMNw9+XrKHijsvJO2/gIBlMYuEjFrEQjCiIT5iiIcqu3Y4ZaQ2EtWJzlHzcginEPnuEWG0mKtPW/8DxbmWtCnZZqWR6ylFA+6JKjwPMd9ysxXqF3IWUxECVxst5Jqu6tbbl2XhrNNg/EKr2ye20gmPcvVsr2WJk13N9KU6jQvFXUNffJPjUndH+nrb1+QlQwnWmrJcg2BmbYlEMZLvFjvBoJkuGq2mPOTfLVdl8V/pTuRnZ++/x34b6QNLhRneS3SE9GQA8efiyCjgIvcuYb351P1mGv4hRb9ccviEaaczPM1LZMlmio5rNDNJiwpe+vLP/yDK53JZOuN//R6/7l+obLgBolQrMIt1Iwu71fWgyzhGDpw45/4pZ4pheKZcdGthvU6Y/FEQz+kwpId0hFtc4wyjp4AI7LX52dixgivUkCnSaUDHE/5xTFYnopGJx92yIm00OIQAcZHbVvgOczfjrCRBRcHZq0llgJP4c4HjpxCH82F0PUnDvZ3z07HnVapkFHgFrolnpDRon0e8ZEVN3rmlGSGtQKOeComp1A5hVjfj8ZP3NL14lUUzEcPv2KWGJMp0x3DSfEECxQnS41hoVjSJYqprA9n9WInnxJN3cphQhMJ0fPSqSRfcB03SbEkS5jjRJ1xpkawltWJZEh5s7RV3Gk8Wk+4Kb1R6HSUpJdCErOmK8VCx5QMOZ3bXamtbzl/pFTsovrLRDeZUPacXnfoOZ18UxObg44sOgmx0+S57kZf0Iqx7+j4TWzBFvxqrExlGVFcNhZ5Zf7bPK+o87zifHheCc8bYUKAOCHA8amXg2hS+MGs8cCkcPE6zPhHD4MQPDrPLONhUAt1LWyhrXlmeSC1xLc3jHUtsRZjVRKP5SOFGwnbL9tZjumininkRIzCalNrDreCwfm+p/JZx7Up5gQOE0MUc242yMt23RLTOT3f0rtPNzuPNQJDCcamPMvR3Gy1svbUK7eqttnKmWJjpSXpU93olrtq/WpPW6nGfaEOSNjHvwdlWIH12RQQDclxKW54RMOvxrfn3YhqBUG7WVmprtiWmk7IUEblRdt8FEuV6Fvirs2CMcMn83oq+lhDNxFv+YVuO5lt07ScckbO8dv7n79w6ZW11ZsjrcnGZ73++VJls/aIZBSsWtFLF1ebSOAk8ZXjq8/U9z9/8eKPfKGfKaF3yn2tPMgVRuVxK6pZAfCncQ508OFw4SDL9sv3OyU0DQRezvBNPyGBjnRuPpmJ5ueLpksKB6e+KSZMtHPxCwet3bI6cM7+f8+ujq6/ejB9fnvjZi/rZdO59rWt1w9GR5fLaia3/dL+mVsXg9eCK+vDvVIqm86fa5/fint1976JD/EWrMNV+NVZQhEwx6+QKALiLwriHuZ8qOsciojj6HEogU/xk7mcsbSAAM8R/jZgvIB95JFZ4xSaHQNjCzA8jD06mrmbGwj2djaubl7ttJr1kmdbugrraF2KZUY0ERzH49U5qUWTBDw8VXxHWlfn4xDQFs28uUUNQzfNz6V10ea1lJytJTOqJPCSJQlOFre3PrHXv/bJM1qgi4hRhDBDJGn/WOPiavHSSCsrUw87tXvfVNVzx79261U5kU5rpv1iWtccLUEIz1o39jY/98KGZG+PZEq4VD6lVGz0Q43dK/6kT/jsRpCu6VcyGh9y00/cvw/34C2QwYlY51QmjbXVSTcszqC/qeZrpuYhXEOOXSrncoVCeL/evZ/CJUxgALtwe5ZaczlCaKfFSFxIhjecY/PqL2Y1J9qAipzYQJfdmTN/PSek0y+PZsZoiODMxnB3tGtoCQkGaBCWhij037H2wWqDN00r1jE6xxmGPpyET9Fgi0yXTUX0S7Wq3BLyO4/4nV1/48UfPO+e7XGyouCyjAVRwIzRanbt3n/PrW+sjbOsZnQ/drmn3/spf7NYRi1nUFy53LrwpeNVtVlNphN8rzR9aSz2pj1ZaDQTEk+8wO+jP6xvnT+jubXm+eudfGuhFdG/xQS68MOxM8t6Asf7YlE+0BM4ZKzwt3k+0CiaT/qigF9IxPCsThEBRI7Cd6fWyT46CyxFYaVU9GwrnYIu6nInTf7TxYP1QPlWjvdoUvhlVeWIJAmuYpqiIObHG1W14TXUhJmonOmmKA3/Z+SclC0l91ffmDp921VSdtnFWtVK5w0nK1X6htgcD9TSmSDWV9X730K/hwlM4R8t+s0fPpd2HpxLxznv+xlOu7P6R6IA8NECi8MMONMQNOt+tZBXkiIfFlf8Yo0kingSj7C7NPa5kDorlUUi8GiYH/42d3Gv4+RVXTFqRWta9zd3Nn3/zIWSNugXu0mv6SZa5ejhmWcVMdsPnEB1XFX2HMvVjeK4GazWMqJecboZlal6xtSztdXmmf1S3Eu4/8c4hX8GuvATsR4tF6SwFDhw45/i/YhQZhpxXJEw3QNGt+fzu+VaUdyZmQcfCbPHEjMrAsX0XcAEv7sALJo2xxBPnUNPyrtO1jLSyVOeFJLjFp6O44IzZo/hcBrVF6bBzcfMPMf9VsnUU3Z/vdbaKamjQbmo5ae5yn9RnCxaP2pkC6aEKGLZ+orbOO9vf/KTWwISSTI0klIPSxDx0t97tPfYtQEvU70w3zcCBT+C/xBqMIGvvm/Nt6ikeBsbo3fDW6cs3rRkmN7mESHwPPeAyq4+iFwqsQex389fGArkwEcwHHTb/iSYeDlZhBqqCScTj+UIerFUcjL1PMnIlXKKVHTTRM0rr63felytO1auFEjFrQzh0mqi+Fxz9LH1wbUXe62Dfqvtj+ulstU6qxze2X/z1w4zuZyV8Cti4WpL1CWqiE5u8MR08sz54FV/t9Nesas1uzrx4lis3f8j/LvkPSg8PB/JKFBAhWVGmG5xi/0iQ+dTlOe4Y6smq2efeO6Fpw/dTE6W0nw60XvzC2/f9mW3Xc1qin1898f/wY98tuFYKdmyDf3wG7/2/lc3Mkrch/yf6Hfxz8AU/mnsupKLKKkiFMnk+S+MLutnM7Q2RkDR7Whh5YQTQtfOY4QYMARhHcMQZS89AJqVT94TCtFOxQIV8QBZ8EAjKBezZkIShRMeiEbX0UpFOWpHbtGFLDSM+VVWwnS/aDtw3J8UPJEhu6J2E9qNjIyY7RmGgMnnzSyXTt1FHMWMIsaZuj+1/O27+4h2MgWq00qv61lFBVsmKTYMamqEEbfkatNPndGb+XinR8I5/GdwFu6+v4YIW+wMtpd+SRAl6A6gUAffAUq5Y+A4LWbS5aJJ8yPgHIRV6u3T4GjVZLjSrNcqhp6URR7OorPCAzur8yWfaM1y3ouZjx7mDfFFpjZiL/+uee58r6jpjV6+dWOzefaCl+ByjUbSqLvr5XynVtW1YmV1e1VdeXJcK7aG4yc+Lin5Vk53srYz8qtdR8ZJM2GYEs9Er6wEvpEzLM1ulqxE63DQvVgRqlfGq9c3C4t6Hl9H/xu24cmZuN6pc2HOWvSkon8UQBBC+uFityQ2kUEQAgroZOcktsayXEqnYBttL1aUx5G2jj41XhiLR5lbNAobK9o5ObWDE0TB/wettWKS4zERFVt18zLlk1Q1M73xpFfmBTXVExnRMznLq0qcwis1vfikVNu8UFkhjX4i1Wrli5ZW1fyDINUut88/fuVMQk61q+3rjY20Y2esYiOnruWcYba+E9phBbxoHjaAt365ZeOTxpy52CSIbRAVEif9BDNewyGYvPvA25l7+sUyrdJFWlXCtFouKslQwbGIAeceMleYZtRwMg096hREjf2lsUI1jTK1SZCTtQpK5SxXYVgUxUQ6iQWFlzJJ8oyct7NySnleGXmN2flc7xMjPi2YNa+ZUeq1hKRLpBAUWdq2cvyf63mrWNrxfiffmfd47n+HUPRtuARffN+cZw01TpKIIhw1RBCFO7FnsAemghZBUSbAFL8LFOi7SyX2gEUeehunzzMb/W4hn07BJXSJm8uMIFpZmueFsM6ej6I9Yg2jFYxTzTpWKc+3mfkU/YvaamCFREI428vkuWxO0IsZ3m3YTqOYVXmEGdECg3Mrmu4gyhu5cqPn5FeCnIgwxpSpbrXPpo89npMbrTLxjLanqluffHm9/8KK3siVJ5ujNJXZ9FPjdKfqamJa1M49/sSFVu/cOQMzwtJbj+y25v8+5N7f4RxOwjq8+b6Hvrdrmd/Ttczvz7U6Lb+aNcNSjS07wtMtMh4vdNpizWuxTj8cLBc5+RT+A1XNyUxRpOl+2+SxaGg1i3E8Zp5bXAmq1ZbbMdJKOVnfLQjZ2r2/q2SKa/lko+lhQgcHTz3TSLba3qRo+pbEd/uJ0srg6tHVwaC8lc+v5p/4pZvWaj3SJxNg+Hfxe2DAAIazfi4yzYet/apw2TIRtBrmwBokJDCQwc1VQ+AvmxHx+ikXTdXH8xVUHJzsTqDbOz/wtEHRc//yzeL5La3Zu/7VpyuHO03EYZJMYGo7gpHPD5/aC1afZePnd7VJ+nO/cJTw3I0fuPDK155+tbR6vvoZzkTEcYkoikLabF54arD6wib8PwAAAP//AQAA//8lZyNWAAABAAAAAQKP3eY1FF8PPPUADwPoAAAAANx18L4AAAAA3adWef+I/pcE/gSsAAEABgACAAAAAAAAAAEAAAOE/qIAAAUp/4j90QT+AAEAAAAAAAAAAAAAAAAAAAAxeJwczaFKBGEUxfH/PYPTbJOnzDgMwiBe8Cu3CBarFssUi2WyRasgBosgdsPkLRv3FfYhFvYFtixs2YUvn8Pvr5LePkFrGi1xzbgOuDo6vdBrInRO6APXjhv9kXTPoJleC6J4J/SM643QHclaKn1R6xK3FY0eafJ/IqzkQSNhZ4zFLaF/Qk/Z8ry3/Giktl/C9rS6YtArrg0Xts3WoG9CFddFyj3XkXQCAAD//wEAAP//TrAgLQAAAAAAAGQAZAFMAgACggMaA4oD+gSqBRQFoAYsBtoHaAgeCKwJjApACu4LXAuKDFoNEA3kDpgPaBAUEIYROhF2EpQTTBO0FBYU4hUGFZwWJha+F0wX7BgoGMQZXhniGmgbEBucHAIAAQAAADEEqwAJALoABQACAC4AXQCNAAABWQ4MAAMAAXicnJLfahNBFMZ/u62lResDeDWEXlixm1SxlPaqFVOEQNSKeLubzP6pa2bZmW1Irn0OL3wQ8dFkj5OyKQZEQtgfO2fO953vLLDPD7YItveAn+E3zwFPwhvPIbth4nmL0/CZ520Owh3PDxgGvzzv0Au+e97lIFh63uvwQ3rBZ8+POrwf9Djx/JgTIMfhqLCc0aePZUJNQYXDEmEpKIkw1GT0GTNkxEdyCiyKIYYZDsU1hhTHnJgajfIVJQUTNDMsmimKhhlTNDUKRy6117xlhGJMJbXdzqO1Ds9RfJLbrTcjtcdE8lcdZ+u6Kzcxt8QyU0xCKSdzCvHRnra6F7wXdpyh/jOhufwiHAuZqPXgRCdiguErHzAkMkc74xtxP0LTiELOFzRDGpYsWXBJQ+IdW464xFAy/WsSA44ZcC7pOlJiGhxGkvmT6FNupfKUiJccdnTUPSV1p9TtfMWYMVec/4PD1XOzxmsMFQtJNZO8FS8YMOCV36iWvWz2+I4aww2aidy+kIlz2YmVee9vMfM7b/usNtK+NRgy6Zv678/SJ73TPiJZ0z78DQAA//8BAAD///eBnLB4nGJgZgCD/9UMIgxYAAAAAP//AQAA//8lFgGSeJw0iTGqwkAURe+8Pz8+DShWghYiCkpWMYTXWSkWSZ0swCXYCGl0LXmEQGI24K6USfBW55yLY4P3OVFjnmlpWgYjuypGcYUlIfJUr+2MaTLwlhZBz+O4Y1iAEEaKMO7g4Hpr8QeI7kxxSkpXJN5z0YP3hjEESLrSvU8vvsFYV2SX3+FXb2ge0DRqzOde2ocSpPrPA4h8AQAA//8BAAD//5vyK4c=");
}]]></style><style type="text/css"><![CDATA[.shape {
shape-rendering: geometricPrecision;
stroke-linejoin: round;
}
.connection {
stroke-linecap: round;
stroke-linejoin: round;
}
.blend {
mix-blend-mode: multiply;
opacity: 0.5;
}
.d2-2037929382 .fill-N1{fill:#170206;}
.d2-2037929382 .fill-N2{fill:#535152;}
.d2-2037929382 .fill-N3{fill:#787777;}
.d2-2037929382 .fill-N4{fill:#CCCACA;}
.d2-2037929382 .fill-N5{fill:#DFDCDC;}
.d2-2037929382 .fill-N6{fill:#ECEBEB;}
.d2-2037929382 .fill-N7{fill:#FFFFFF;}
.d2-2037929382 .fill-B1{fill:#1E1303;}
.d2-2037929382 .fill-B2{fill:#55452F;}
.d2-2037929382 .fill-B3{fill:#9A876C;}
.d2-2037929382 .fill-B4{fill:#C9B9A1;}
.d2-2037929382 .fill-B5{fill:#E9DBCA;}
.d2-2037929382 .fill-B6{fill:#FAF1E6;}
.d2-2037929382 .fill-AA2{fill:#D35F0A;}
.d2-2037929382 .fill-AA4{fill:#FABA8A;}
.d2-2037929382 .fill-AA5{fill:#FFE0C7;}
.d2-2037929382 .fill-AB4{fill:#FFE767;}
.d2-2037929382 .fill-AB5{fill:#FFF2AA;}
.d2-2037929382 .stroke-N1{stroke:#170206;}
.d2-2037929382 .stroke-N2{stroke:#535152;}
.d2-2037929382 .stroke-N3{stroke:#787777;}
.d2-2037929382 .stroke-N4{stroke:#CCCACA;}
.d2-2037929382 .stroke-N5{stroke:#DFDCDC;}
.d2-2037929382 .stroke-N6{stroke:#ECEBEB;}
.d2-2037929382 .stroke-N7{stroke:#FFFFFF;}
.d2-2037929382 .stroke-B1{stroke:#1E1303;}
.d2-2037929382 .stroke-B2{stroke:#55452F;}
.d2-2037929382 .stroke-B3{stroke:#9A876C;}
.d2-2037929382 .stroke-B4{stroke:#C9B9A1;}
.d2-2037929382 .stroke-B5{stroke:#E9DBCA;}
.d2-2037929382 .stroke-B6{stroke:#FAF1E6;}
.d2-2037929382 .stroke-AA2{stroke:#D35F0A;}
.d2-2037929382 .stroke-AA4{stroke:#FABA8A;}
.d2-2037929382 .stroke-AA5{stroke:#FFE0C7;}
.d2-2037929382 .stroke-AB4{stroke:#FFE767;}
.d2-2037929382 .stroke-AB5{stroke:#FFF2AA;}
.d2-2037929382 .background-color-N1{background-color:#170206;}
.d2-2037929382 .background-color-N2{background-color:#535152;}
.d2-2037929382 .background-color-N3{background-color:#787777;}
.d2-2037929382 .background-color-N4{background-color:#CCCACA;}
.d2-2037929382 .background-color-N5{background-color:#DFDCDC;}
.d2-2037929382 .background-color-N6{background-color:#ECEBEB;}
.d2-2037929382 .background-color-N7{background-color:#FFFFFF;}
.d2-2037929382 .background-color-B1{background-color:#1E1303;}
.d2-2037929382 .background-color-B2{background-color:#55452F;}
.d2-2037929382 .background-color-B3{background-color:#9A876C;}
.d2-2037929382 .background-color-B4{background-color:#C9B9A1;}
.d2-2037929382 .background-color-B5{background-color:#E9DBCA;}
.d2-2037929382 .background-color-B6{background-color:#FAF1E6;}
.d2-2037929382 .background-color-AA2{background-color:#D35F0A;}
.d2-2037929382 .background-color-AA4{background-color:#FABA8A;}
.d2-2037929382 .background-color-AA5{background-color:#FFE0C7;}
.d2-2037929382 .background-color-AB4{background-color:#FFE767;}
.d2-2037929382 .background-color-AB5{background-color:#FFF2AA;}
.d2-2037929382 .color-N1{color:#170206;}
.d2-2037929382 .color-N2{color:#535152;}
.d2-2037929382 .color-N3{color:#787777;}
.d2-2037929382 .color-N4{color:#CCCACA;}
.d2-2037929382 .color-N5{color:#DFDCDC;}
.d2-2037929382 .color-N6{color:#ECEBEB;}
.d2-2037929382 .color-N7{color:#FFFFFF;}
.d2-2037929382 .color-B1{color:#1E1303;}
.d2-2037929382 .color-B2{color:#55452F;}
.d2-2037929382 .color-B3{color:#9A876C;}
.d2-2037929382 .color-B4{color:#C9B9A1;}
.d2-2037929382 .color-B5{color:#E9DBCA;}
.d2-2037929382 .color-B6{color:#FAF1E6;}
.d2-2037929382 .color-AA2{color:#D35F0A;}
.d2-2037929382 .color-AA4{color:#FABA8A;}
.d2-2037929382 .color-AA5{color:#FFE0C7;}
.d2-2037929382 .color-AB4{color:#FFE767;}
.d2-2037929382 .color-AB5{color:#FFF2AA;}.appendix text.text{fill:#170206}.md{--color-fg-default:#170206;--color-fg-muted:#535152;--color-fg-subtle:#787777;--color-canvas-default:#FFFFFF;--color-canvas-subtle:#ECEBEB;--color-border-default:#1E1303;--color-border-muted:#55452F;--color-neutral-muted:#ECEBEB;--color-accent-fg:#55452F;--color-accent-emphasis:#55452F;--color-attention-subtle:#535152;--color-danger-fg:red;}.sketch-overlay-B1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B2{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B3{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-B4{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-B5{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-B6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AA2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-AA4{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-AA5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AB4{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-AB5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-N2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-N3{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-N4{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N5{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N7{fill:url(#streaks-bright);mix-blend-mode:darken}.light-code{display: block}.dark-code{display: none}]]></style><defs><pattern id="streaks-bright" x="0" y="0" width="100" height="100" patternUnits="userSpaceOnUse">
<path fill="rgba(0, 0, 0, 0.1)" fill-rule="evenodd" clip-rule="evenodd" d="M58.1193 0H58.1703L55.4939 2.67644L58.1193 0ZM45.7725 0H45.811L41.2851 4.61498L42.7191 3.29325L37.0824 8.92997L35.0554 10.9569L32.0719 13.9404L29.6229 16.5017L27.1738 19.0631L25.8089 20.2034L23.2195 22.6244L18.181 27.6068L23.8178 21.97L27.0615 18.9508L33.8666 11.9773L33.1562 12.5194L37.0262 8.87383L40.784 5.11602L38.0299 7.64561L45.7725 0ZM23.1079 0H23.108L21.5814 1.66688L20.3126 2.79534L23.1079 0ZM7.53869 0H7.54254L7.50005 0.035944L7.53869 0ZM2.49995 0H2.52362L0.900245 1.59971L2.49995 0ZM0 3.64398V3.60744L0.278386 3.36559L0 3.64398ZM0 18.6564V18.5398L0.67985 17.8416L3.4459 15.0755L1.15701 17.1333L2.78713 15.6022L6.01437 12.507L8.5168 9.87253L5.15803 13.2313L11.0357 7.25453L10.4926 7.89678L13.6868 4.7686L8.54982 9.90555L7.05177 11.5687L4.68087 13.9396L0.729379 17.8911L3.01827 15.8333L0 18.6564ZM0 69.2431V69.178L1.64651 67.4763L1.46347 67.7796L5.84063 63.4025L4.42167 64.9016L0 69.4007V69.3408L0.247596 68.9955L0 69.2431ZM2.51594 100H2.49238L5.19989 97.2925L7.70071 95.0162L12.8713 89.6772L12.3094 90.0707L15.288 87.3167L18.1542 84.4504L16.0269 86.3532L22.8752 79.6172L18.5364 84.0683L19.6435 83.0734L15.3441 87.3728L13.798 88.9189L11.5224 91.1945L9.66768 93.1615L7.81297 95.1285L6.74529 95.9716L4.75024 97.7983L2.51594 100ZM7.54255 100H7.5387L9.81396 97.884L8.46606 99.2189L7.54255 100ZM45.8189 100H45.7807L46.9912 98.8047L45.8189 100ZM58.1784 100H58.1272L62.2952 95.7511L66.1408 91.9055L63.0037 94.8115L65.2507 92.6635L69.7117 88.3346L73.2165 84.6977L68.5469 89.3673L76.7379 81.0773L75.9634 81.9509L80.3913 77.5889L73.2496 84.7307L71.1346 87.0107L67.8384 90.3069L62.3447 95.8006L65.4818 92.8947L61.2625 96.9159L58.1784 100ZM75.4277 100H75.229L82.1834 92.9039L81.3403 93.5787L86.0063 89.1371L90.5601 84.5833L87.2464 87.6725L98.0937 76.9375L91.1673 83.9761L92.8932 82.3625L86.0625 89.1933L83.6062 91.6496L79.9907 95.265L77.011 98.357L75.4277 100ZM100 18.5398V18.6563L99.9556 18.6979L95.8065 22.847L100 18.5398ZM100 3.60743V3.64398L99.6791 3.9649L99.2094 4.29428L100 3.60743ZM75.4201 0L74.0312 1.4412L72.401 2.84687L69.281 5.79854L63.1812 11.8422L70.0119 5.01151L73.919 1.32893L75.2214 0H75.4201ZM100 69.1858V69.2509L98.059 71.1919L100 69.1858ZM100 69.3486V69.4085L99.8414 69.5698L100 69.3486ZM41.9398 28.8254L53.6223 16.993L52.5215 18.2437L54.7428 16.0575L54.6875 16.0759L54.8008 16.0004L58.842 12.0231L54.9925 15.8726L55.1085 15.7953L54.898 16.0058L54.84 16.0251L48.6523 22.2128L45.6419 25.473L40.9389 30.1759L33.1007 38.0142L37.5866 33.878L31.558 39.6068L23.3278 47.837L33.0257 37.9393L38.5125 32.4525L34.0266 36.5887L37.2369 33.5283L43.6074 27.3576L48.6023 22.1628L41.9398 28.8254ZM41.0977 17.0531L39.718 18.2925L40.312 17.8388L41.0977 17.0531ZM36.875 20.3106L48.1601 7.88137L42.3438 13.7478L36.875 20.3106ZM35.7125 25.8109L34.3328 27.0503L34.9268 26.5966L35.7125 25.8109ZM17.7022 39.7534L19.0819 38.514L18.8092 38.7867L36.7575 21.8045L23.1569 35.3051L13.5771 43.7372L18.1448 39.4154L17.7022 39.7534ZM3.48102 28.9281L1.53562 30.8735L1.22228 31.0465L0.0765686 32.3326L1.60579 30.9437L2.57849 29.971L3.48102 28.9281ZM0.953463 26.2027L19.5702 7.58594L9.31575 18.6078L0.953463 26.2027ZM23.7175 12.11L17.9339 18.0875L21.4622 14.5592L20.8074 15.4725L28.1915 7.95918L30.4791 5.54232L23.4224 12.599L23.7175 12.11ZM43.4641 43.1538L40.7872 46.1552L42.4907 44.4517L42.3285 45.0465L45.8166 41.3421L46.8441 40.0983L43.4371 43.5053L43.4641 43.1538ZM1.32715 48.3271L8.0918 41.5625L4.3657 45.5674L1.32715 48.3271ZM11.1479 31.2556L11.5689 30.975L11.3584 31.1855L11.1479 31.2556ZM11.9898 27.4667L12.2003 27.2562L11.7793 27.5369L11.9898 27.4667ZM11.3585 34.5531L11.148 34.7636L10.9375 34.8338L11.3585 34.5531ZM72.929 28.5457L82.2965 19.0792L81.4043 20.0705L86.4597 15.0811L78.2983 23.2425L75.8697 25.8362L72.1029 29.603L65.8249 35.881L69.3934 32.5437L64.5858 37.1531L57.994 43.745L65.7754 35.8314L70.17 31.4369L66.6015 34.7742L69.1623 32.3125L74.2507 27.3562L78.2653 23.2095L72.929 28.5457ZM82.6674 1.83549L84.3245 0.31872L83.3724 1.27088L82.6674 1.83549ZM64.5872 16.1312L62.9301 17.648L63.6351 17.0834L64.5872 16.1312ZM70.868 9.85044L80.0048 1.1214L74.6221 6.47142L70.868 9.85044ZM90.2409 41.9448L70.7578 61.4279L79.5093 53.4795L90.2409 41.9448ZM91.8088 42.5434L95.3963 38.8357L95.2132 39.139L99.5904 34.7618L98.1714 36.261L93.5912 40.9214L93.9973 40.3549L91.8088 42.5434ZM94.331 12.8233L89.9853 17.1691L89.2853 17.5555L86.7259 20.4284L90.142 17.3258L92.3149 15.1529L94.331 12.8233ZM44.7972 62.3259L76.9824 30.1406L59.2542 49.1955L44.7972 62.3259ZM77.1482 40.321L70.1709 47.5323L70 47.6463L70.0895 47.6164L68.1916 49.5779L70.185 47.5846L70.2105 47.5761L70.421 47.3656L70.37 47.3996L73.6557 44.1139L72.6416 45.5283L84.0768 33.893L87.6194 30.1502L76.6913 41.0783L77.1482 40.321ZM50.5355 34.3137L72.6617 12.1875L60.4955 25.3084L50.5355 34.3137ZM70.2104 44.0681L70.6314 43.7875L70.4209 43.998L70.2104 44.0681ZM71.263 40.0687L70.842 40.3494L71.0525 40.2792L71.263 40.0687ZM55.1084 12.4355L55.3189 12.225L54.8979 12.5056L55.1084 12.4355ZM48.8718 15.5785L60.2075 4.70496L49.4056 15.4006L48.8718 15.5785ZM23.7636 57.4491L29.9099 51.5854L26.1656 55.6123L27.2361 54.8244L23.435 58.6255L22.0681 59.9924L20.0562 62.0042L18.5082 63.8349L16.9601 65.6656L15.8328 66.2277L13.9315 67.7051L10.4821 71.0132L14.2832 67.2121L16.6775 65.383L21.1113 60.5253L20.477 60.7357L23.2937 58.4842L25.8277 55.9502L23.7636 57.4491ZM48.3825 74.1824L44.8832 77.8523L46.9145 75.8211L45.4748 77.4881L43.4493 79.2862L42.4082 80.1568L43.9215 79.0414L42.2487 80.7143L39.3752 83.8151L41.8844 81.3059L43.8473 79.6842L42.334 80.7995L44.7237 78.4098L46.1576 76.976L46.9713 75.8779L50.078 72.7713L48.1093 74.6262L48.3825 74.1824ZM29.2877 62.9906L29.0772 63.2011L28.8667 63.2713L29.2877 62.9906ZM29.7088 59.4823L29.9193 59.2719L29.4983 59.5525L29.7088 59.4823ZM29.0772 66.5687L28.8667 66.7792L28.6562 66.8494L29.0772 66.5687ZM22.9729 68.748L23.1834 68.5375L22.7624 68.8181L22.9729 68.748ZM3.8147e-05 91.7593L13.2499 79.1355L6.5001 86.2595L3.8147e-05 91.7593ZM16.0685 87.9974L17.1375 87.0687L16.5382 87.668L16.0685 87.9974ZM21.7869 79.3344L20.7179 80.263L21.1876 79.9337L21.7869 79.3344ZM12.3607 95.0755L13.4298 94.1469L12.8304 94.7462L12.3607 95.0755ZM42.7176 59.3801L43.2789 58.8187L43.0684 59.1696L42.7877 59.4502L42.2966 59.801L42.5772 59.3801H42.7176ZM26.3124 49.3152L24.3599 51.2676L23.996 51.3918L22.8956 52.732L24.4798 51.3875L25.456 50.4113L26.3124 49.3152ZM39.0689 63.3097L38.5777 63.6606L39.56 62.6782L39.0689 63.3097ZM20.3574 55.8032L19.3751 56.7856L19.8662 56.4347L20.3574 55.8032ZM39.9297 64.195L41.5504 62.3779L41.534 62.5907L43.5967 60.528L42.9746 61.2811L40.8628 63.5238L40.961 63.1637L39.9297 64.195ZM22.3921 55.457L21.3998 56.5696L22.0313 55.9381L21.9711 56.1587L23.2642 54.7854L23.6451 54.3243L22.3821 55.5873L22.3921 55.457ZM40.6473 92.4498L45.0485 88.0485L43.0066 90.4079L40.806 92.6085L37.3463 95.7507L39.9384 92.8412L40.6473 92.4498ZM18.5042 48.7973L11.5457 55.7558L10.4249 56.3746L6.32684 60.9746L11.7967 56.0067L15.2759 52.5275L18.5042 48.7973ZM32.7113 78.139L31.1131 79.7372L30.8432 79.8668L29.9145 80.9358L31.1833 79.8074L31.9823 79.0083L32.7113 78.139ZM21.7577 93.9525L31.2855 84.0344L30.8324 84.8777L42.4999 73.2102L38.7408 77.2295L26.5552 89.6753L27.5914 88.1187L21.7577 93.9525ZM98.5132 90.0591L89.9224 97.9224L93.5769 94.9953L98.5132 90.0591ZM97.8456 80.2105L99.5027 78.6937L98.5506 79.6459L97.8456 80.2105ZM88.5656 56.4599L78.9205 65.7009L82.1262 63.3036L78.1413 67.2885L73.7522 70.8692L74.7195 70.5082L67.717 78.117L63.992 81.0336L58.0146 87.011L63.4289 81.7988L66.3887 79.4454L68.1212 78.5213L70.5757 75.6625L73.0302 72.8038L76.194 69.64L78.3434 67.4906L84.3208 61.5132L82.6575 62.7723L88.5656 56.4599ZM85.1893 67.0375L83.7304 68.356L84.3561 67.8707L85.1893 67.0375ZM90.7969 58.2022L99.2725 50.5418L94.4317 55.3826L90.7969 58.2022ZM79.377 76.2172L77.9182 77.5357L78.5438 77.0504L79.377 76.2172ZM59.4922 91.7253L56.4011 94.1231L60.0049 90.8659L63.6087 87.6087L59.4922 91.7253ZM63.8833 75.4153L46 92.3896L49.6884 89.1193L53.3767 85.8491L63.8833 75.4153ZM71.6063 55.0765L69.6609 57.0219L69.3475 57.1949L68.2018 58.481L69.731 57.0921L70.7037 56.1194L71.6063 55.0765ZM55.1405 71.6857L61.4131 65.4131L57.958 69.1267L55.1405 71.6857ZM65.8396 69.4497L61.7138 73.7138L64.2308 71.1968L63.7637 71.8484L69.0313 66.4886L70.6632 64.7645L65.6292 69.7985L65.8396 69.4497ZM53.0034 65.4955L58.2258 59.8914L58.0558 60.4431L64.5517 53.9472L62.5136 56.2398L55.7841 63.2238L56.2513 62.2475L53.0034 65.4955ZM97.0997 71.2032L79.6514 88.6515L86.7697 80.814L97.0997 71.2032ZM35.1848 56.2513L31.93 59.9006L34.0012 57.8294L33.804 58.5527L38.0451 54.0485L39.2945 52.5361L35.1519 56.6787L35.1848 56.2513ZM66.8712 26.2471L78.1907 14.3099L77.7244 15.394L91.6784 1.4399L87.233 6.29715L72.7096 21.2323L73.8482 19.2701L66.8712 26.2471ZM28.0473 68.2068L20.4355 76.375L25.1695 71.641L24.4884 73.0639L34.297 62.8844L37.2675 59.5429L27.7995 69.0109L28.0473 68.2068ZM8.94067 39.5658L14.1631 33.9617L13.993 34.5134L20.4889 28.0175L18.4509 30.3101L11.7213 37.2941L12.1886 36.3178L8.94067 39.5658ZM99.7403 26L88 37.7404L93.2735 32.9508L99.7403 26ZM1.93388 8.08743L4.77765 5.04974L4.67856 5.34275L8.20743 1.81388L7.09578 3.05481L3.4355 6.84437L3.69832 6.32299L1.93388 8.08743ZM54.4485 44.211L48.5985 50.061L47.6563 50.5813L44.211 54.4485L48.8095 50.272L51.7345 47.347L54.4485 44.211Z" />
</pattern><pattern id="streaks-normal" x="0" y="0" width="100" height="100" patternUnits="userSpaceOnUse">
<path fill="rgba(0, 0, 0, 0.16)" fill-rule="evenodd" clip-rule="evenodd" d="M58.1193 0H58.1703L55.4939 2.67644L58.1193 0ZM45.7725 0H45.811L41.2851 4.61498L42.7191 3.29325L37.0824 8.92997L35.0554 10.9569L32.0719 13.9404L29.6229 16.5017L27.1738 19.0631L25.8089 20.2034L23.2195 22.6244L18.181 27.6068L23.8178 21.97L27.0615 18.9508L33.8666 11.9773L33.1562 12.5194L37.0262 8.87383L40.784 5.11602L38.0299 7.64561L45.7725 0ZM23.1079 0H23.108L21.5814 1.66688L20.3126 2.79534L23.1079 0ZM7.53869 0H7.54254L7.50005 0.035944L7.53869 0ZM2.49995 0H2.52362L0.900245 1.59971L2.49995 0ZM0 3.64398V3.60744L0.278386 3.36559L0 3.64398ZM0 18.6564V18.5398L0.67985 17.8416L3.4459 15.0755L1.15701 17.1333L2.78713 15.6022L6.01437 12.507L8.5168 9.87253L5.15803 13.2313L11.0357 7.25453L10.4926 7.89678L13.6868 4.7686L8.54982 9.90555L7.05177 11.5687L4.68087 13.9396L0.729379 17.8911L3.01827 15.8333L0 18.6564ZM0 69.2431V69.178L1.64651 67.4763L1.46347 67.7796L5.84063 63.4025L4.42167 64.9016L0 69.4007V69.3408L0.247596 68.9955L0 69.2431ZM2.51594 100H2.49238L5.19989 97.2925L7.70071 95.0162L12.8713 89.6772L12.3094 90.0707L15.288 87.3167L18.1542 84.4504L16.0269 86.3532L22.8752 79.6172L18.5364 84.0683L19.6435 83.0734L15.3441 87.3728L13.798 88.9189L11.5224 91.1945L9.66768 93.1615L7.81297 95.1285L6.74529 95.9716L4.75024 97.7983L2.51594 100ZM7.54255 100H7.5387L9.81396 97.884L8.46606 99.2189L7.54255 100ZM45.8189 100H45.7807L46.9912 98.8047L45.8189 100ZM58.1784 100H58.1272L62.2952 95.7511L66.1408 91.9055L63.0037 94.8115L65.2507 92.6635L69.7117 88.3346L73.2165 84.6977L68.5469 89.3673L76.7379 81.0773L75.9634 81.9509L80.3913 77.5889L73.2496 84.7307L71.1346 87.0107L67.8384 90.3069L62.3447 95.8006L65.4818 92.8947L61.2625 96.9159L58.1784 100ZM75.4277 100H75.229L82.1834 92.9039L81.3403 93.5787L86.0063 89.1371L90.5601 84.5833L87.2464 87.6725L98.0937 76.9375L91.1673 83.9761L92.8932 82.3625L86.0625 89.1933L83.6062 91.6496L79.9907 95.265L77.011 98.357L75.4277 100ZM100 18.5398V18.6563L99.9556 18.6979L95.8065 22.847L100 18.5398ZM100 3.60743V3.64398L99.6791 3.9649L99.2094 4.29428L100 3.60743ZM75.4201 0L74.0312 1.4412L72.401 2.84687L69.281 5.79854L63.1812 11.8422L70.0119 5.01151L73.919 1.32893L75.2214 0H75.4201ZM100 69.1858V69.2509L98.059 71.1919L100 69.1858ZM100 69.3486V69.4085L99.8414 69.5698L100 69.3486ZM41.9398 28.8254L53.6223 16.993L52.5215 18.2437L54.7428 16.0575L54.6875 16.0759L54.8008 16.0004L58.842 12.0231L54.9925 15.8726L55.1085 15.7953L54.898 16.0058L54.84 16.0251L48.6523 22.2128L45.6419 25.473L40.9389 30.1759L33.1007 38.0142L37.5866 33.878L31.558 39.6068L23.3278 47.837L33.0257 37.9393L38.5125 32.4525L34.0266 36.5887L37.2369 33.5283L43.6074 27.3576L48.6023 22.1628L41.9398 28.8254ZM41.0977 17.0531L39.718 18.2925L40.312 17.8388L41.0977 17.0531ZM36.875 20.3106L48.1601 7.88137L42.3438 13.7478L36.875 20.3106ZM35.7125 25.8109L34.3328 27.0503L34.9268 26.5966L35.7125 25.8109ZM17.7022 39.7534L19.0819 38.514L18.8092 38.7867L36.7575 21.8045L23.1569 35.3051L13.5771 43.7372L18.1448 39.4154L17.7022 39.7534ZM3.48102 28.9281L1.53562 30.8735L1.22228 31.0465L0.0765686 32.3326L1.60579 30.9437L2.57849 29.971L3.48102 28.9281ZM0.953463 26.2027L19.5702 7.58594L9.31575 18.6078L0.953463 26.2027ZM23.7175 12.11L17.9339 18.0875L21.4622 14.5592L20.8074 15.4725L28.1915 7.95918L30.4791 5.54232L23.4224 12.599L23.7175 12.11ZM43.4641 43.1538L40.7872 46.1552L42.4907 44.4517L42.3285 45.0465L45.8166 41.3421L46.8441 40.0983L43.4371 43.5053L43.4641 43.1538ZM1.32715 48.3271L8.0918 41.5625L4.3657 45.5674L1.32715 48.3271ZM11.1479 31.2556L11.5689 30.975L11.3584 31.1855L11.1479 31.2556ZM11.9898 27.4667L12.2003 27.2562L11.7793 27.5369L11.9898 27.4667ZM11.3585 34.5531L11.148 34.7636L10.9375 34.8338L11.3585 34.5531ZM72.929 28.5457L82.2965 19.0792L81.4043 20.0705L86.4597 15.0811L78.2983 23.2425L75.8697 25.8362L72.1029 29.603L65.8249 35.881L69.3934 32.5437L64.5858 37.1531L57.994 43.745L65.7754 35.8314L70.17 31.4369L66.6015 34.7742L69.1623 32.3125L74.2507 27.3562L78.2653 23.2095L72.929 28.5457ZM82.6674 1.83549L84.3245 0.31872L83.3724 1.27088L82.6674 1.83549ZM64.5872 16.1312L62.9301 17.648L63.6351 17.0834L64.5872 16.1312ZM70.868 9.85044L80.0048 1.1214L74.6221 6.47142L70.868 9.85044ZM90.2409 41.9448L70.7578 61.4279L79.5093 53.4795L90.2409 41.9448ZM91.8088 42.5434L95.3963 38.8357L95.2132 39.139L99.5904 34.7618L98.1714 36.261L93.5912 40.9214L93.9973 40.3549L91.8088 42.5434ZM94.331 12.8233L89.9853 17.1691L89.2853 17.5555L86.7259 20.4284L90.142 17.3258L92.3149 15.1529L94.331 12.8233ZM44.7972 62.3259L76.9824 30.1406L59.2542 49.1955L44.7972 62.3259ZM77.1482 40.321L70.1709 47.5323L70 47.6463L70.0895 47.6164L68.1916 49.5779L70.185 47.5846L70.2105 47.5761L70.421 47.3656L70.37 47.3996L73.6557 44.1139L72.6416 45.5283L84.0768 33.893L87.6194 30.1502L76.6913 41.0783L77.1482 40.321ZM50.5355 34.3137L72.6617 12.1875L60.4955 25.3084L50.5355 34.3137ZM70.2104 44.0681L70.6314 43.7875L70.4209 43.998L70.2104 44.0681ZM71.263 40.0687L70.842 40.3494L71.0525 40.2792L71.263 40.0687ZM55.1084 12.4355L55.3189 12.225L54.8979 12.5056L55.1084 12.4355ZM48.8718 15.5785L60.2075 4.70496L49.4056 15.4006L48.8718 15.5785ZM23.7636 57.4491L29.9099 51.5854L26.1656 55.6123L27.2361 54.8244L23.435 58.6255L22.0681 59.9924L20.0562 62.0042L18.5082 63.8349L16.9601 65.6656L15.8328 66.2277L13.9315 67.7051L10.4821 71.0132L14.2832 67.2121L16.6775 65.383L21.1113 60.5253L20.477 60.7357L23.2937 58.4842L25.8277 55.9502L23.7636 57.4491ZM48.3825 74.1824L44.8832 77.8523L46.9145 75.8211L45.4748 77.4881L43.4493 79.2862L42.4082 80.1568L43.9215 79.0414L42.2487 80.7143L39.3752 83.8151L41.8844 81.3059L43.8473 79.6842L42.334 80.7995L44.7237 78.4098L46.1576 76.976L46.9713 75.8779L50.078 72.7713L48.1093 74.6262L48.3825 74.1824ZM29.2877 62.9906L29.0772 63.2011L28.8667 63.2713L29.2877 62.9906ZM29.7088 59.4823L29.9193 59.2719L29.4983 59.5525L29.7088 59.4823ZM29.0772 66.5687L28.8667 66.7792L28.6562 66.8494L29.0772 66.5687ZM22.9729 68.748L23.1834 68.5375L22.7624 68.8181L22.9729 68.748ZM3.8147e-05 91.7593L13.2499 79.1355L6.5001 86.2595L3.8147e-05 91.7593ZM16.0685 87.9974L17.1375 87.0687L16.5382 87.668L16.0685 87.9974ZM21.7869 79.3344L20.7179 80.263L21.1876 79.9337L21.7869 79.3344ZM12.3607 95.0755L13.4298 94.1469L12.8304 94.7462L12.3607 95.0755ZM42.7176 59.3801L43.2789 58.8187L43.0684 59.1696L42.7877 59.4502L42.2966 59.801L42.5772 59.3801H42.7176ZM26.3124 49.3152L24.3599 51.2676L23.996 51.3918L22.8956 52.732L24.4798 51.3875L25.456 50.4113L26.3124 49.3152ZM39.0689 63.3097L38.5777 63.6606L39.56 62.6782L39.0689 63.3097ZM20.3574 55.8032L19.3751 56.7856L19.8662 56.4347L20.3574 55.8032ZM39.9297 64.195L41.5504 62.3779L41.534 62.5907L43.5967 60.528L42.9746 61.2811L40.8628 63.5238L40.961 63.1637L39.9297 64.195ZM22.3921 55.457L21.3998 56.5696L22.0313 55.9381L21.9711 56.1587L23.2642 54.7854L23.6451 54.3243L22.3821 55.5873L22.3921 55.457ZM40.6473 92.4498L45.0485 88.0485L43.0066 90.4079L40.806 92.6085L37.3463 95.7507L39.9384 92.8412L40.6473 92.4498ZM18.5042 48.7973L11.5457 55.7558L10.4249 56.3746L6.32684 60.9746L11.7967 56.0067L15.2759 52.5275L18.5042 48.7973ZM32.7113 78.139L31.1131 79.7372L30.8432 79.8668L29.9145 80.9358L31.1833 79.8074L31.9823 79.0083L32.7113 78.139ZM21.7577 93.9525L31.2855 84.0344L30.8324 84.8777L42.4999 73.2102L38.7408 77.2295L26.5552 89.6753L27.5914 88.1187L21.7577 93.9525ZM98.5132 90.0591L89.9224 97.9224L93.5769 94.9953L98.5132 90.0591ZM97.8456 80.2105L99.5027 78.6937L98.5506 79.6459L97.8456 80.2105ZM88.5656 56.4599L78.9205 65.7009L82.1262 63.3036L78.1413 67.2885L73.7522 70.8692L74.7195 70.5082L67.717 78.117L63.992 81.0336L58.0146 87.011L63.4289 81.7988L66.3887 79.4454L68.1212 78.5213L70.5757 75.6625L73.0302 72.8038L76.194 69.64L78.3434 67.4906L84.3208 61.5132L82.6575 62.7723L88.5656 56.4599ZM85.1893 67.0375L83.7304 68.356L84.3561 67.8707L85.1893 67.0375ZM90.7969 58.2022L99.2725 50.5418L94.4317 55.3826L90.7969 58.2022ZM79.377 76.2172L77.9182 77.5357L78.5438 77.0504L79.377 76.2172ZM59.4922 91.7253L56.4011 94.1231L60.0049 90.8659L63.6087 87.6087L59.4922 91.7253ZM63.8833 75.4153L46 92.3896L49.6884 89.1193L53.3767 85.8491L63.8833 75.4153ZM71.6063 55.0765L69.6609 57.0219L69.3475 57.1949L68.2018 58.481L69.731 57.0921L70.7037 56.1194L71.6063 55.0765ZM55.1405 71.6857L61.4131 65.4131L57.958 69.1267L55.1405 71.6857ZM65.8396 69.4497L61.7138 73.7138L64.2308 71.1968L63.7637 71.8484L69.0313 66.4886L70.6632 64.7645L65.6292 69.7985L65.8396 69.4497ZM53.0034 65.4955L58.2258 59.8914L58.0558 60.4431L64.5517 53.9472L62.5136 56.2398L55.7841 63.2238L56.2513 62.2475L53.0034 65.4955ZM97.0997 71.2032L79.6514 88.6515L86.7697 80.814L97.0997 71.2032ZM35.1848 56.2513L31.93 59.9006L34.0012 57.8294L33.804 58.5527L38.0451 54.0485L39.2945 52.5361L35.1519 56.6787L35.1848 56.2513ZM66.8712 26.2471L78.1907 14.3099L77.7244 15.394L91.6784 1.4399L87.233 6.29715L72.7096 21.2323L73.8482 19.2701L66.8712 26.2471ZM28.0473 68.2068L20.4355 76.375L25.1695 71.641L24.4884 73.0639L34.297 62.8844L37.2675 59.5429L27.7995 69.0109L28.0473 68.2068ZM8.94067 39.5658L14.1631 33.9617L13.993 34.5134L20.4889 28.0175L18.4509 30.3101L11.7213 37.2941L12.1886 36.3178L8.94067 39.5658ZM99.7403 26L88 37.7404L93.2735 32.9508L99.7403 26ZM1.93388 8.08743L4.77765 5.04974L4.67856 5.34275L8.20743 1.81388L7.09578 3.05481L3.4355 6.84437L3.69832 6.32299L1.93388 8.08743ZM54.4485 44.211L48.5985 50.061L47.6563 50.5813L44.211 54.4485L48.8095 50.272L51.7345 47.347L54.4485 44.211Z" />
</pattern><pattern id="streaks-dark" x="0" y="0" width="100" height="100" patternUnits="userSpaceOnUse">
<path fill="rgba(0, 0, 0, 0.32)" fill-rule="evenodd" clip-rule="evenodd" d="M58.1193 0H58.1703L55.4939 2.67644L58.1193 0ZM45.7725 0H45.811L41.2851 4.61498L42.7191 3.29325L37.0824 8.92997L35.0554 10.9569L32.0719 13.9404L29.6229 16.5017L27.1738 19.0631L25.8089 20.2034L23.2195 22.6244L18.181 27.6068L23.8178 21.97L27.0615 18.9508L33.8666 11.9773L33.1562 12.5194L37.0262 8.87383L40.784 5.11602L38.0299 7.64561L45.7725 0ZM23.1079 0H23.108L21.5814 1.66688L20.3126 2.79534L23.1079 0ZM7.53869 0H7.54254L7.50005 0.035944L7.53869 0ZM2.49995 0H2.52362L0.900245 1.59971L2.49995 0ZM0 3.64398V3.60744L0.278386 3.36559L0 3.64398ZM0 18.6564V18.5398L0.67985 17.8416L3.4459 15.0755L1.15701 17.1333L2.78713 15.6022L6.01437 12.507L8.5168 9.87253L5.15803 13.2313L11.0357 7.25453L10.4926 7.89678L13.6868 4.7686L8.54982 9.90555L7.05177 11.5687L4.68087 13.9396L0.729379 17.8911L3.01827 15.8333L0 18.6564ZM0 69.2431V69.178L1.64651 67.4763L1.46347 67.7796L5.84063 63.4025L4.42167 64.9016L0 69.4007V69.3408L0.247596 68.9955L0 69.2431ZM2.51594 100H2.49238L5.19989 97.2925L7.70071 95.0162L12.8713 89.6772L12.3094 90.0707L15.288 87.3167L18.1542 84.4504L16.0269 86.3532L22.8752 79.6172L18.5364 84.0683L19.6435 83.0734L15.3441 87.3728L13.798 88.9189L11.5224 91.1945L9.66768 93.1615L7.81297 95.1285L6.74529 95.9716L4.75024 97.7983L2.51594 100ZM7.54255 100H7.5387L9.81396 97.884L8.46606 99.2189L7.54255 100ZM45.8189 100H45.7807L46.9912 98.8047L45.8189 100ZM58.1784 100H58.1272L62.2952 95.7511L66.1408 91.9055L63.0037 94.8115L65.2507 92.6635L69.7117 88.3346L73.2165 84.6977L68.5469 89.3673L76.7379 81.0773L75.9634 81.9509L80.3913 77.5889L73.2496 84.7307L71.1346 87.0107L67.8384 90.3069L62.3447 95.8006L65.4818 92.8947L61.2625 96.9159L58.1784 100ZM75.4277 100H75.229L82.1834 92.9039L81.3403 93.5787L86.0063 89.1371L90.5601 84.5833L87.2464 87.6725L98.0937 76.9375L91.1673 83.9761L92.8932 82.3625L86.0625 89.1933L83.6062 91.6496L79.9907 95.265L77.011 98.357L75.4277 100ZM100 18.5398V18.6563L99.9556 18.6979L95.8065 22.847L100 18.5398ZM100 3.60743V3.64398L99.6791 3.9649L99.2094 4.29428L100 3.60743ZM75.4201 0L74.0312 1.4412L72.401 2.84687L69.281 5.79854L63.1812 11.8422L70.0119 5.01151L73.919 1.32893L75.2214 0H75.4201ZM100 69.1858V69.2509L98.059 71.1919L100 69.1858ZM100 69.3486V69.4085L99.8414 69.5698L100 69.3486ZM41.9398 28.8254L53.6223 16.993L52.5215 18.2437L54.7428 16.0575L54.6875 16.0759L54.8008 16.0004L58.842 12.0231L54.9925 15.8726L55.1085 15.7953L54.898 16.0058L54.84 16.0251L48.6523 22.2128L45.6419 25.473L40.9389 30.1759L33.1007 38.0142L37.5866 33.878L31.558 39.6068L23.3278 47.837L33.0257 37.9393L38.5125 32.4525L34.0266 36.5887L37.2369 33.5283L43.6074 27.3576L48.6023 22.1628L41.9398 28.8254ZM41.0977 17.0531L39.718 18.2925L40.312 17.8388L41.0977 17.0531ZM36.875 20.3106L48.1601 7.88137L42.3438 13.7478L36.875 20.3106ZM35.7125 25.8109L34.3328 27.0503L34.9268 26.5966L35.7125 25.8109ZM17.7022 39.7534L19.0819 38.514L18.8092 38.7867L36.7575 21.8045L23.1569 35.3051L13.5771 43.7372L18.1448 39.4154L17.7022 39.7534ZM3.48102 28.9281L1.53562 30.8735L1.22228 31.0465L0.0765686 32.3326L1.60579 30.9437L2.57849 29.971L3.48102 28.9281ZM0.953463 26.2027L19.5702 7.58594L9.31575 18.6078L0.953463 26.2027ZM23.7175 12.11L17.9339 18.0875L21.4622 14.5592L20.8074 15.4725L28.1915 7.95918L30.4791 5.54232L23.4224 12.599L23.7175 12.11ZM43.4641 43.1538L40.7872 46.1552L42.4907 44.4517L42.3285 45.0465L45.8166 41.3421L46.8441 40.0983L43.4371 43.5053L43.4641 43.1538ZM1.32715 48.3271L8.0918 41.5625L4.3657 45.5674L1.32715 48.3271ZM11.1479 31.2556L11.5689 30.975L11.3584 31.1855L11.1479 31.2556ZM11.9898 27.4667L12.2003 27.2562L11.7793 27.5369L11.9898 27.4667ZM11.3585 34.5531L11.148 34.7636L10.9375 34.8338L11.3585 34.5531ZM72.929 28.5457L82.2965 19.0792L81.4043 20.0705L86.4597 15.0811L78.2983 23.2425L75.8697 25.8362L72.1029 29.603L65.8249 35.881L69.3934 32.5437L64.5858 37.1531L57.994 43.745L65.7754 35.8314L70.17 31.4369L66.6015 34.7742L69.1623 32.3125L74.2507 27.3562L78.2653 23.2095L72.929 28.5457ZM82.6674 1.83549L84.3245 0.31872L83.3724 1.27088L82.6674 1.83549ZM64.5872 16.1312L62.9301 17.648L63.6351 17.0834L64.5872 16.1312ZM70.868 9.85044L80.0048 1.1214L74.6221 6.47142L70.868 9.85044ZM90.2409 41.9448L70.7578 61.4279L79.5093 53.4795L90.2409 41.9448ZM91.8088 42.5434L95.3963 38.8357L95.2132 39.139L99.5904 34.7618L98.1714 36.261L93.5912 40.9214L93.9973 40.3549L91.8088 42.5434ZM94.331 12.8233L89.9853 17.1691L89.2853 17.5555L86.7259 20.4284L90.142 17.3258L92.3149 15.1529L94.331 12.8233ZM44.7972 62.3259L76.9824 30.1406L59.2542 49.1955L44.7972 62.3259ZM77.1482 40.321L70.1709 47.5323L70 47.6463L70.0895 47.6164L68.1916 49.5779L70.185 47.5846L70.2105 47.5761L70.421 47.3656L70.37 47.3996L73.6557 44.1139L72.6416 45.5283L84.0768 33.893L87.6194 30.1502L76.6913 41.0783L77.1482 40.321ZM50.5355 34.3137L72.6617 12.1875L60.4955 25.3084L50.5355 34.3137ZM70.2104 44.0681L70.6314 43.7875L70.4209 43.998L70.2104 44.0681ZM71.263 40.0687L70.842 40.3494L71.0525 40.2792L71.263 40.0687ZM55.1084 12.4355L55.3189 12.225L54.8979 12.5056L55.1084 12.4355ZM48.8718 15.5785L60.2075 4.70496L49.4056 15.4006L48.8718 15.5785ZM23.7636 57.4491L29.9099 51.5854L26.1656 55.6123L27.2361 54.8244L23.435 58.6255L22.0681 59.9924L20.0562 62.0042L18.5082 63.8349L16.9601 65.6656L15.8328 66.2277L13.9315 67.7051L10.4821 71.0132L14.2832 67.2121L16.6775 65.383L21.1113 60.5253L20.477 60.7357L23.2937 58.4842L25.8277 55.9502L23.7636 57.4491ZM48.3825 74.1824L44.8832 77.8523L46.9145 75.8211L45.4748 77.4881L43.4493 79.2862L42.4082 80.1568L43.9215 79.0414L42.2487 80.7143L39.3752 83.8151L41.8844 81.3059L43.8473 79.6842L42.334 80.7995L44.7237 78.4098L46.1576 76.976L46.9713 75.8779L50.078 72.7713L48.1093 74.6262L48.3825 74.1824ZM29.2877 62.9906L29.0772 63.2011L28.8667 63.2713L29.2877 62.9906ZM29.7088 59.4823L29.9193 59.2719L29.4983 59.5525L29.7088 59.4823ZM29.0772 66.5687L28.8667 66.7792L28.6562 66.8494L29.0772 66.5687ZM22.9729 68.748L23.1834 68.5375L22.7624 68.8181L22.9729 68.748ZM3.8147e-05 91.7593L13.2499 79.1355L6.5001 86.2595L3.8147e-05 91.7593ZM16.0685 87.9974L17.1375 87.0687L16.5382 87.668L16.0685 87.9974ZM21.7869 79.3344L20.7179 80.263L21.1876 79.9337L21.7869 79.3344ZM12.3607 95.0755L13.4298 94.1469L12.8304 94.7462L12.3607 95.0755ZM42.7176 59.3801L43.2789 58.8187L43.0684 59.1696L42.7877 59.4502L42.2966 59.801L42.5772 59.3801H42.7176ZM26.3124 49.3152L24.3599 51.2676L23.996 51.3918L22.8956 52.732L24.4798 51.3875L25.456 50.4113L26.3124 49.3152ZM39.0689 63.3097L38.5777 63.6606L39.56 62.6782L39.0689 63.3097ZM20.3574 55.8032L19.3751 56.7856L19.8662 56.4347L20.3574 55.8032ZM39.9297 64.195L41.5504 62.3779L41.534 62.5907L43.5967 60.528L42.9746 61.2811L40.8628 63.5238L40.961 63.1637L39.9297 64.195ZM22.3921 55.457L21.3998 56.5696L22.0313 55.9381L21.9711 56.1587L23.2642 54.7854L23.6451 54.3243L22.3821 55.5873L22.3921 55.457ZM40.6473 92.4498L45.0485 88.0485L43.0066 90.4079L40.806 92.6085L37.3463 95.7507L39.9384 92.8412L40.6473 92.4498ZM18.5042 48.7973L11.5457 55.7558L10.4249 56.3746L6.32684 60.9746L11.7967 56.0067L15.2759 52.5275L18.5042 48.7973ZM32.7113 78.139L31.1131 79.7372L30.8432 79.8668L29.9145 80.9358L31.1833 79.8074L31.9823 79.0083L32.7113 78.139ZM21.7577 93.9525L31.2855 84.0344L30.8324 84.8777L42.4999 73.2102L38.7408 77.2295L26.5552 89.6753L27.5914 88.1187L21.7577 93.9525ZM98.5132 90.0591L89.9224 97.9224L93.5769 94.9953L98.5132 90.0591ZM97.8456 80.2105L99.5027 78.6937L98.5506 79.6459L97.8456 80.2105ZM88.5656 56.4599L78.9205 65.7009L82.1262 63.3036L78.1413 67.2885L73.7522 70.8692L74.7195 70.5082L67.717 78.117L63.992 81.0336L58.0146 87.011L63.4289 81.7988L66.3887 79.4454L68.1212 78.5213L70.5757 75.6625L73.0302 72.8038L76.194 69.64L78.3434 67.4906L84.3208 61.5132L82.6575 62.7723L88.5656 56.4599ZM85.1893 67.0375L83.7304 68.356L84.3561 67.8707L85.1893 67.0375ZM90.7969 58.2022L99.2725 50.5418L94.4317 55.3826L90.7969 58.2022ZM79.377 76.2172L77.9182 77.5357L78.5438 77.0504L79.377 76.2172ZM59.4922 91.7253L56.4011 94.1231L60.0049 90.8659L63.6087 87.6087L59.4922 91.7253ZM63.8833 75.4153L46 92.3896L49.6884 89.1193L53.3767 85.8491L63.8833 75.4153ZM71.6063 55.0765L69.6609 57.0219L69.3475 57.1949L68.2018 58.481L69.731 57.0921L70.7037 56.1194L71.6063 55.0765ZM55.1405 71.6857L61.4131 65.4131L57.958 69.1267L55.1405 71.6857ZM65.8396 69.4497L61.7138 73.7138L64.2308 71.1968L63.7637 71.8484L69.0313 66.4886L70.6632 64.7645L65.6292 69.7985L65.8396 69.4497ZM53.0034 65.4955L58.2258 59.8914L58.0558 60.4431L64.5517 53.9472L62.5136 56.2398L55.7841 63.2238L56.2513 62.2475L53.0034 65.4955ZM97.0997 71.2032L79.6514 88.6515L86.7697 80.814L97.0997 71.2032ZM35.1848 56.2513L31.93 59.9006L34.0012 57.8294L33.804 58.5527L38.0451 54.0485L39.2945 52.5361L35.1519 56.6787L35.1848 56.2513ZM66.8712 26.2471L78.1907 14.3099L77.7244 15.394L91.6784 1.4399L87.233 6.29715L72.7096 21.2323L73.8482 19.2701L66.8712 26.2471ZM28.0473 68.2068L20.4355 76.375L25.1695 71.641L24.4884 73.0639L34.297 62.8844L37.2675 59.5429L27.7995 69.0109L28.0473 68.2068ZM8.94067 39.5658L14.1631 33.9617L13.993 34.5134L20.4889 28.0175L18.4509 30.3101L11.7213 37.2941L12.1886 36.3178L8.94067 39.5658ZM99.7403 26L88 37.7404L93.2735 32.9508L99.7403 26ZM1.93388 8.08743L4.77765 5.04974L4.67856 5.34275L8.20743 1.81388L7.09578 3.05481L3.4355 6.84437L3.69832 6.32299L1.93388 8.08743ZM54.4485 44.211L48.5985 50.061L47.6563 50.5813L44.211 54.4485L48.8095 50.272L51.7345 47.347L54.4485 44.211Z" />
</pattern><pattern id="streaks-darker" x="0" y="0" width="100" height="100" patternUnits="userSpaceOnUse">
<path fill="rgba(255, 255, 255, 0.24)" fill-rule="evenodd" clip-rule="evenodd" d="M58.1193 0H58.1703L55.4939 2.67644L58.1193 0ZM45.7725 0H45.811L41.2851 4.61498L42.7191 3.29325L37.0824 8.92997L35.0554 10.9569L32.0719 13.9404L29.6229 16.5017L27.1738 19.0631L25.8089 20.2034L23.2195 22.6244L18.181 27.6068L23.8178 21.97L27.0615 18.9508L33.8666 11.9773L33.1562 12.5194L37.0262 8.87383L40.784 5.11602L38.0299 7.64561L45.7725 0ZM23.1079 0H23.108L21.5814 1.66688L20.3126 2.79534L23.1079 0ZM7.53869 0H7.54254L7.50005 0.035944L7.53869 0ZM2.49995 0H2.52362L0.900245 1.59971L2.49995 0ZM0 3.64398V3.60744L0.278386 3.36559L0 3.64398ZM0 18.6564V18.5398L0.67985 17.8416L3.4459 15.0755L1.15701 17.1333L2.78713 15.6022L6.01437 12.507L8.5168 9.87253L5.15803 13.2313L11.0357 7.25453L10.4926 7.89678L13.6868 4.7686L8.54982 9.90555L7.05177 11.5687L4.68087 13.9396L0.729379 17.8911L3.01827 15.8333L0 18.6564ZM0 69.2431V69.178L1.64651 67.4763L1.46347 67.7796L5.84063 63.4025L4.42167 64.9016L0 69.4007V69.3408L0.247596 68.9955L0 69.2431ZM2.51594 100H2.49238L5.19989 97.2925L7.70071 95.0162L12.8713 89.6772L12.3094 90.0707L15.288 87.3167L18.1542 84.4504L16.0269 86.3532L22.8752 79.6172L18.5364 84.0683L19.6435 83.0734L15.3441 87.3728L13.798 88.9189L11.5224 91.1945L9.66768 93.1615L7.81297 95.1285L6.74529 95.9716L4.75024 97.7983L2.51594 100ZM7.54255 100H7.5387L9.81396 97.884L8.46606 99.2189L7.54255 100ZM45.8189 100H45.7807L46.9912 98.8047L45.8189 100ZM58.1784 100H58.1272L62.2952 95.7511L66.1408 91.9055L63.0037 94.8115L65.2507 92.6635L69.7117 88.3346L73.2165 84.6977L68.5469 89.3673L76.7379 81.0773L75.9634 81.9509L80.3913 77.5889L73.2496 84.7307L71.1346 87.0107L67.8384 90.3069L62.3447 95.8006L65.4818 92.8947L61.2625 96.9159L58.1784 100ZM75.4277 100H75.229L82.1834 92.9039L81.3403 93.5787L86.0063 89.1371L90.5601 84.5833L87.2464 87.6725L98.0937 76.9375L91.1673 83.9761L92.8932 82.3625L86.0625 89.1933L83.6062 91.6496L79.9907 95.265L77.011 98.357L75.4277 100ZM100 18.5398V18.6563L99.9556 18.6979L95.8065 22.847L100 18.5398ZM100 3.60743V3.64398L99.6791 3.9649L99.2094 4.29428L100 3.60743ZM75.4201 0L74.0312 1.4412L72.401 2.84687L69.281 5.79854L63.1812 11.8422L70.0119 5.01151L73.919 1.32893L75.2214 0H75.4201ZM100 69.1858V69.2509L98.059 71.1919L100 69.1858ZM100 69.3486V69.4085L99.8414 69.5698L100 69.3486ZM41.9398 28.8254L53.6223 16.993L52.5215 18.2437L54.7428 16.0575L54.6875 16.0759L54.8008 16.0004L58.842 12.0231L54.9925 15.8726L55.1085 15.7953L54.898 16.0058L54.84 16.0251L48.6523 22.2128L45.6419 25.473L40.9389 30.1759L33.1007 38.0142L37.5866 33.878L31.558 39.6068L23.3278 47.837L33.0257 37.9393L38.5125 32.4525L34.0266 36.5887L37.2369 33.5283L43.6074 27.3576L48.6023 22.1628L41.9398 28.8254ZM41.0977 17.0531L39.718 18.2925L40.312 17.8388L41.0977 17.0531ZM36.875 20.3106L48.1601 7.88137L42.3438 13.7478L36.875 20.3106ZM35.7125 25.8109L34.3328 27.0503L34.9268 26.5966L35.7125 25.8109ZM17.7022 39.7534L19.0819 38.514L18.8092 38.7867L36.7575 21.8045L23.1569 35.3051L13.5771 43.7372L18.1448 39.4154L17.7022 39.7534ZM3.48102 28.9281L1.53562 30.8735L1.22228 31.0465L0.0765686 32.3326L1.60579 30.9437L2.57849 29.971L3.48102 28.9281ZM0.953463 26.2027L19.5702 7.58594L9.31575 18.6078L0.953463 26.2027ZM23.7175 12.11L17.9339 18.0875L21.4622 14.5592L20.8074 15.4725L28.1915 7.95918L30.4791 5.54232L23.4224 12.599L23.7175 12.11ZM43.4641 43.1538L40.7872 46.1552L42.4907 44.4517L42.3285 45.0465L45.8166 41.3421L46.8441 40.0983L43.4371 43.5053L43.4641 43.1538ZM1.32715 48.3271L8.0918 41.5625L4.3657 45.5674L1.32715 48.3271ZM11.1479 31.2556L11.5689 30.975L11.3584 31.1855L11.1479 31.2556ZM11.9898 27.4667L12.2003 27.2562L11.7793 27.5369L11.9898 27.4667ZM11.3585 34.5531L11.148 34.7636L10.9375 34.8338L11.3585 34.5531ZM72.929 28.5457L82.2965 19.0792L81.4043 20.0705L86.4597 15.0811L78.2983 23.2425L75.8697 25.8362L72.1029 29.603L65.8249 35.881L69.3934 32.5437L64.5858 37.1531L57.994 43.745L65.7754 35.8314L70.17 31.4369L66.6015 34.7742L69.1623 32.3125L74.2507 27.3562L78.2653 23.2095L72.929 28.5457ZM82.6674 1.83549L84.3245 0.31872L83.3724 1.27088L82.6674 1.83549ZM64.5872 16.1312L62.9301 17.648L63.6351 17.0834L64.5872 16.1312ZM70.868 9.85044L80.0048 1.1214L74.6221 6.47142L70.868 9.85044ZM90.2409 41.9448L70.7578 61.4279L79.5093 53.4795L90.2409 41.9448ZM91.8088 42.5434L95.3963 38.8357L95.2132 39.139L99.5904 34.7618L98.1714 36.261L93.5912 40.9214L93.9973 40.3549L91.8088 42.5434ZM94.331 12.8233L89.9853 17.1691L89.2853 17.5555L86.7259 20.4284L90.142 17.3258L92.3149 15.1529L94.331 12.8233ZM44.7972 62.3259L76.9824 30.1406L59.2542 49.1955L44.7972 62.3259ZM77.1482 40.321L70.1709 47.5323L70 47.6463L70.0895 47.6164L68.1916 49.5779L70.185 47.5846L70.2105 47.5761L70.421 47.3656L70.37 47.3996L73.6557 44.1139L72.6416 45.5283L84.0768 33.893L87.6194 30.1502L76.6913 41.0783L77.1482 40.321ZM50.5355 34.3137L72.6617 12.1875L60.4955 25.3084L50.5355 34.3137ZM70.2104 44.0681L70.6314 43.7875L70.4209 43.998L70.2104 44.0681ZM71.263 40.0687L70.842 40.3494L71.0525 40.2792L71.263 40.0687ZM55.1084 12.4355L55.3189 12.225L54.8979 12.5056L55.1084 12.4355ZM48.8718 15.5785L60.2075 4.70496L49.4056 15.4006L48.8718 15.5785ZM23.7636 57.4491L29.9099 51.5854L26.1656 55.6123L27.2361 54.8244L23.435 58.6255L22.0681 59.9924L20.0562 62.0042L18.5082 63.8349L16.9601 65.6656L15.8328 66.2277L13.9315 67.7051L10.4821 71.0132L14.2832 67.2121L16.6775 65.383L21.1113 60.5253L20.477 60.7357L23.2937 58.4842L25.8277 55.9502L23.7636 57.4491ZM48.3825 74.1824L44.8832 77.8523L46.9145 75.8211L45.4748 77.4881L43.4493 79.2862L42.4082 80.1568L43.9215 79.0414L42.2487 80.7143L39.3752 83.8151L41.8844 81.3059L43.8473 79.6842L42.334 80.7995L44.7237 78.4098L46.1576 76.976L46.9713 75.8779L50.078 72.7713L48.1093 74.6262L48.3825 74.1824ZM29.2877 62.9906L29.0772 63.2011L28.8667 63.2713L29.2877 62.9906ZM29.7088 59.4823L29.9193 59.2719L29.4983 59.5525L29.7088 59.4823ZM29.0772 66.5687L28.8667 66.7792L28.6562 66.8494L29.0772 66.5687ZM22.9729 68.748L23.1834 68.5375L22.7624 68.8181L22.9729 68.748ZM3.8147e-05 91.7593L13.2499 79.1355L6.5001 86.2595L3.8147e-05 91.7593ZM16.0685 87.9974L17.1375 87.0687L16.5382 87.668L16.0685 87.9974ZM21.7869 79.3344L20.7179 80.263L21.1876 79.9337L21.7869 79.3344ZM12.3607 95.0755L13.4298 94.1469L12.8304 94.7462L12.3607 95.0755ZM42.7176 59.3801L43.2789 58.8187L43.0684 59.1696L42.7877 59.4502L42.2966 59.801L42.5772 59.3801H42.7176ZM26.3124 49.3152L24.3599 51.2676L23.996 51.3918L22.8956 52.732L24.4798 51.3875L25.456 50.4113L26.3124 49.3152ZM39.0689 63.3097L38.5777 63.6606L39.56 62.6782L39.0689 63.3097ZM20.3574 55.8032L19.3751 56.7856L19.8662 56.4347L20.3574 55.8032ZM39.9297 64.195L41.5504 62.3779L41.534 62.5907L43.5967 60.528L42.9746 61.2811L40.8628 63.5238L40.961 63.1637L39.9297 64.195ZM22.3921 55.457L21.3998 56.5696L22.0313 55.9381L21.9711 56.1587L23.2642 54.7854L23.6451 54.3243L22.3821 55.5873L22.3921 55.457ZM40.6473 92.4498L45.0485 88.0485L43.0066 90.4079L40.806 92.6085L37.3463 95.7507L39.9384 92.8412L40.6473 92.4498ZM18.5042 48.7973L11.5457 55.7558L10.4249 56.3746L6.32684 60.9746L11.7967 56.0067L15.2759 52.5275L18.5042 48.7973ZM32.7113 78.139L31.1131 79.7372L30.8432 79.8668L29.9145 80.9358L31.1833 79.8074L31.9823 79.0083L32.7113 78.139ZM21.7577 93.9525L31.2855 84.0344L30.8324 84.8777L42.4999 73.2102L38.7408 77.2295L26.5552 89.6753L27.5914 88.1187L21.7577 93.9525ZM98.5132 90.0591L89.9224 97.9224L93.5769 94.9953L98.5132 90.0591ZM97.8456 80.2105L99.5027 78.6937L98.5506 79.6459L97.8456 80.2105ZM88.5656 56.4599L78.9205 65.7009L82.1262 63.3036L78.1413 67.2885L73.7522 70.8692L74.7195 70.5082L67.717 78.117L63.992 81.0336L58.0146 87.011L63.4289 81.7988L66.3887 79.4454L68.1212 78.5213L70.5757 75.6625L73.0302 72.8038L76.194 69.64L78.3434 67.4906L84.3208 61.5132L82.6575 62.7723L88.5656 56.4599ZM85.1893 67.0375L83.7304 68.356L84.3561 67.8707L85.1893 67.0375ZM90.7969 58.2022L99.2725 50.5418L94.4317 55.3826L90.7969 58.2022ZM79.377 76.2172L77.9182 77.5357L78.5438 77.0504L79.377 76.2172ZM59.4922 91.7253L56.4011 94.1231L60.0049 90.8659L63.6087 87.6087L59.4922 91.7253ZM63.8833 75.4153L46 92.3896L49.6884 89.1193L53.3767 85.8491L63.8833 75.4153ZM71.6063 55.0765L69.6609 57.0219L69.3475 57.1949L68.2018 58.481L69.731 57.0921L70.7037 56.1194L71.6063 55.0765ZM55.1405 71.6857L61.4131 65.4131L57.958 69.1267L55.1405 71.6857ZM65.8396 69.4497L61.7138 73.7138L64.2308 71.1968L63.7637 71.8484L69.0313 66.4886L70.6632 64.7645L65.6292 69.7985L65.8396 69.4497ZM53.0034 65.4955L58.2258 59.8914L58.0558 60.4431L64.5517 53.9472L62.5136 56.2398L55.7841 63.2238L56.2513 62.2475L53.0034 65.4955ZM97.0997 71.2032L79.6514 88.6515L86.7697 80.814L97.0997 71.2032ZM35.1848 56.2513L31.93 59.9006L34.0012 57.8294L33.804 58.5527L38.0451 54.0485L39.2945 52.5361L35.1519 56.6787L35.1848 56.2513ZM66.8712 26.2471L78.1907 14.3099L77.7244 15.394L91.6784 1.4399L87.233 6.29715L72.7096 21.2323L73.8482 19.2701L66.8712 26.2471ZM28.0473 68.2068L20.4355 76.375L25.1695 71.641L24.4884 73.0639L34.297 62.8844L37.2675 59.5429L27.7995 69.0109L28.0473 68.2068ZM8.94067 39.5658L14.1631 33.9617L13.993 34.5134L20.4889 28.0175L18.4509 30.3101L11.7213 37.2941L12.1886 36.3178L8.94067 39.5658ZM99.7403 26L88 37.7404L93.2735 32.9508L99.7403 26ZM1.93388 8.08743L4.77765 5.04974L4.67856 5.34275L8.20743 1.81388L7.09578 3.05481L3.4355 6.84437L3.69832 6.32299L1.93388 8.08743ZM54.4485 44.211L48.5985 50.061L47.6563 50.5813L44.211 54.4485L48.8095 50.272L51.7345 47.347L54.4485 44.211Z" />
</pattern></defs><g id="Collect"><g class="shape" ><path d="M-0.640124 -0.231351 L399.418220 0.724412 L399.101479 719.293629 L0.370222 720.612993" transform="translate(14.000000 20.000000)" class="shape stroke-B1 fill-B4" style="stroke-width:2;" /><path d="M0.487166 0.547757 C79.620083 -0.258014, 159.285279 -1.902242, 398.549015 0.222956 M-0.368624 0.150366 C88.569137 -1.495369, 176.687904 -1.819103, 398.670184 0.427810 M399.614681 -0.699773 C396.780044 157.093763, 397.056658 312.547004, 399.556219 719.652258 M399.119071 -0.319709 C400.910024 192.900896, 400.519437 386.500811, 399.162750 720.140897 M399.598286 719.878706 C313.532254 724.376477, 225.936609 724.067603, 1.043623 719.770685 M398.463868 719.918319 C248.960942 720.668981, 99.474066 720.514713, 0.533587 720.023779 M-0.288241 719.887412 C-3.675924 512.885938, -4.368898 307.066580, 0.236720 -0.482432 M0.087182 720.399289 C-3.853975 457.826711, -3.651554 195.816378, 0.176296 0.395212" transform="translate(14.000000 20.000000)" class="shape stroke-B1 fill-B4" style="stroke-width:2;" /><rect width="399.000000" height="720.000000" transform="translate(14.000000 20.000000)" class=" sketch-overlay-B4" /></g><text x="213.500000" y="7.000000" class="text fill-N1" style="text-anchor:middle;font-size:28px">Collect</text></g><g id="Find"><g class="shape" ><path d="M-1.066802 -0.385560 L378.696987 1.207272 L378.169120 338.822794 L0.616996 341.021586" transform="translate(25.000000 880.000000)" class="shape stroke-B1 fill-B4" style="stroke-width:2;" /><path d="M0.517172 0.581495 C75.408797 -0.222558, 150.865485 -1.968060, 377.521237 0.236689 M-0.391329 0.159628 C83.936129 -1.478088, 167.394149 -1.821762, 377.649869 0.454161 M379.024400 -1.166210 C376.639555 74.770901, 377.100548 146.807781, 378.926969 339.420468 M378.198438 -0.532813 C379.588313 90.681183, 378.937378 182.527320, 378.271233 340.234813 M378.635137 339.871235 C297.097444 344.395385, 213.935923 344.067486, 1.107904 339.756560 M377.430846 339.913288 C235.852031 340.681185, 94.290254 340.517415, 0.566452 340.025244 M-0.480370 339.812367 C-2.449321 241.465979, -3.604200 145.089653, 0.394507 -0.803999 M0.145294 340.665437 C-3.305952 215.883539, -2.968605 92.038651, 0.293807 0.658642" transform="translate(25.000000 880.000000)" class="shape stroke-B1 fill-B4" style="stroke-width:2;" /><rect width="378.000000" height="340.000000" transform="translate(25.000000 880.000000)" class=" sketch-overlay-B4" /></g><text x="214.000000" y="867.000000" class="text fill-N1" style="text-anchor:middle;font-size:28px">Find</text></g><g id="Sort"><g class="shape" ><path d="M-0.640124 -0.231351 L407.418220 0.724412 L407.101479 703.293629 L0.370222 704.612993" transform="translate(10.000000 1360.000000)" class="shape stroke-B1 fill-B4" style="stroke-width:2;" /><path d="M0.475735 0.534904 C81.224383 -0.269954, 162.492820 -1.875601, 406.559597 0.217725 M-0.359974 0.146838 C90.334092 -1.498614, 180.228383 -1.814752, 406.677923 0.417772 M407.614681 -0.699773 C404.839144 153.613726, 405.115759 305.586930, 407.556219 703.652258 M407.119071 -0.319709 C408.869731 188.606564, 408.479143 377.912147, 407.162750 704.140897 M407.584248 703.881552 C319.793134 708.361623, 230.508300 708.059996, 1.019134 703.776066 M406.476448 703.920236 C253.954813 704.663447, 101.448851 704.512799, 0.521066 704.023221 M-0.288241 703.887412 C-3.583030 501.474888, -4.276004 300.244479, 0.236720 -0.482432 M0.087182 704.399289 C-3.775227 447.646971, -3.572805 191.456898, 0.176296 0.395212" transform="translate(10.000000 1360.000000)" class="shape stroke-B1 fill-B4" style="stroke-width:2;" /><rect width="407.000000" height="704.000000" transform="translate(10.000000 1360.000000)" class=" sketch-overlay-B4" /></g><text x="213.500000" y="1347.000000" class="text fill-N1" style="text-anchor:middle;font-size:28px">Sort</text></g><g id="Analyse"><g class="shape" ><path d="M-1.109480 -0.400985 L339.724871 1.255570 L339.175886 322.775698 L0.641679 325.062456" transform="translate(44.000000 2204.000000)" class="shape stroke-B1 fill-B4" style="stroke-width:2;" /><path d="M0.572899 0.644153 C67.587836 -0.140901, 135.228723 -2.074485, 338.469649 0.262193 M-0.433495 0.176828 C75.331972 -1.412317, 150.134317 -1.793022, 338.612142 0.503098 M340.065382 -1.212866 C337.687564 71.323673, 338.166999 139.803949, 339.964053 323.397284 M339.206377 -0.554129 C340.582017 86.363912, 339.905040 173.939384, 339.282083 324.244207 M339.703575 323.857360 C266.575654 328.353332, 191.648934 327.990100, 1.227283 323.730329 M338.369518 323.903945 C211.506909 324.694921, 84.663175 324.513504, 0.627489 324.027964 M-0.499588 323.804860 C-2.386302 230.014168, -3.587382 138.272351, 0.410289 -0.836164 M0.151107 324.692058 C-3.301721 205.686359, -2.950878 87.655156, 0.305561 0.684992" transform="translate(44.000000 2204.000000)" class="shape stroke-B1 fill-B4" style="stroke-width:2;" /><rect width="339.000000" height="324.000000" transform="translate(44.000000 2204.000000)" class=" sketch-overlay-B4" /></g><text x="213.500000" y="2191.000000" class="text fill-N1" style="text-anchor:middle;font-size:28px">Analyse</text></g><g id="Share"><g class="shape" ><path d="M-1.194837 -0.431834 L310.780638 1.352166 L310.189417 290.681508 L0.691046 293.144195" transform="translate(59.000000 2668.000000)" class="shape stroke-B1 fill-B4" style="stroke-width:2;" /><path d="M0.614337 0.690744 C61.772249 -0.066860, 123.601388 -2.140300, 309.431289 0.281157 M-0.464850 0.189618 C68.934009 -1.335029, 137.300083 -1.743272, 309.584088 0.539487 M311.147347 -1.306176 C308.807223 64.429219, 309.323543 125.796285, 311.038222 291.350914 M310.222254 -0.596760 C311.553306 77.729372, 310.824247 156.763513, 310.303785 292.262995 M310.754465 291.847043 C243.879964 296.257029, 175.076557 295.867525, 1.316052 291.710824 M309.323915 291.896997 C193.404126 292.697610, 77.504577 292.503072, 0.672875 292.029986 M-0.538023 291.789848 C-2.223103 207.110546, -3.516587 124.637748, 0.441854 -0.900494 M0.162732 292.745301 C-3.261757 185.292000, -2.883922 78.888167, 0.329069 0.737691" transform="translate(59.000000 2668.000000)" class="shape stroke-B1 fill-B4" style="stroke-width:2;" /><rect width="310.000000" height="292.000000" transform="translate(59.000000 2668.000000)" class=" sketch-overlay-B4" /></g><text x="214.000000" y="2655.000000" class="text fill-N1" style="text-anchor:middle;font-size:28px">Share</text></g><g id="Collect.c_record"><g class="shape" ><path d="M-1.600310 -0.578379 L297.045551 1.811030 L296.253697 80.234072 L0.925556 83.532483" transform="translate(66.000000 50.000000)" class="shape stroke-B1 fill-B5" style="stroke-width:2;" /><path d="M0.634341 0.713237 C58.964725 -0.027049, 117.988191 -2.168005, 295.412770 0.290313 M-0.479987 0.195792 C65.845337 -1.289055, 131.104246 -1.710590, 295.570545 0.557054 M297.536704 -1.749433 C296.341681 19.065447, 297.033216 34.029587, 297.390547 81.130645 M296.297677 -0.799274 C296.758294 21.148334, 295.781825 44.044216, 296.406876 82.352243 M296.779032 81.842062 C232.923423 86.190685, 167.076100 85.788498, 1.358906 81.701408 M295.301900 81.893643 C184.664852 82.696611, 74.048702 82.495738, 0.694786 82.030963 M-0.720604 81.718532 C0.070561 56.953255, -1.661871 35.143268, 0.591800 -1.206080 M0.217956 82.998223 C-1.784721 51.517227, -1.278666 21.441841, 0.440740 0.988030" transform="translate(66.000000 50.000000)" class="shape stroke-B1 fill-B5" style="stroke-width:2;" /><rect width="296.000000" height="82.000000" transform="translate(66.000000 50.000000)" class=" sketch-overlay-B5" /></g><text x="214.000000" y="88.500000" class="text-bold fill-N1" style="text-anchor:middle;font-size:16px"><tspan x="214.000000" dy="0.000000">Record 9pm to 6am in Summer</tspan><tspan x="214.000000" dy="18.500000">or 6pm to 7am in Winter</tspan></text></g><g id="Collect.c_collect"><g class="shape" ><path d="M-1.600310 -0.578379 L214.045551 1.811030 L213.253697 80.234072 L0.925556 83.532483" transform="translate(107.000000 232.000000)" class="shape stroke-B1 fill-B5" style="stroke-width:2;" /><path d="M0.752939 0.846585 C42.320115 0.263364, 84.709955 -2.277869, 212.302981 0.344590 M-0.569726 0.232398 C47.533926 -0.900623, 94.371784 -1.400969, 212.490254 0.661202 M214.536704 -1.749433 C213.341681 19.065447, 214.033216 34.029587, 214.390547 81.130645 M213.297677 -0.799274 C213.758294 21.148334, 212.781825 44.044216, 213.406876 82.352243 M213.924681 81.812534 C167.966793 85.531855, 119.644815 85.054475, 1.612970 81.645583 M212.171383 81.873759 C132.853440 82.659971, 53.560303 82.421543, 0.824684 82.036752 M-0.720604 81.718532 C0.070561 56.953255, -1.661871 35.143268, 0.591800 -1.206080 M0.217956 82.998223 C-1.784721 51.517227, -1.278666 21.441841, 0.440740 0.988030" transform="translate(107.000000 232.000000)" class="shape stroke-B1 fill-B5" style="stroke-width:2;" /><rect width="213.000000" height="82.000000" transform="translate(107.000000 232.000000)" class=" sketch-overlay-B5" /></g><text x="213.500000" y="270.500000" class="text-bold fill-N1" style="text-anchor:middle;font-size:16px"><tspan x="213.500000" dy="0.000000">Collect SD cards</tspan><tspan x="213.500000" dy="18.500000">every 40 to 60 days</tspan></text></g><g id="Collect.c_transfer"><g class="shape" ><path d="M-1.600310 -0.578379 L209.045551 1.811030 L208.253697 96.234072 L0.925556 99.532483" transform="translate(110.000000 414.000000)" class="shape stroke-B1 fill-B5" style="stroke-width:2;" /><path d="M0.760083 0.854618 C41.317428 0.283831, 82.705242 -2.281514, 207.296367 0.347860 M-0.575132 0.234603 C46.430829 -0.870891, 92.158985 -1.375985, 207.485417 0.667476 M209.536704 -1.749433 C208.193930 22.545484, 208.885465 40.989661, 209.390547 97.130645 M208.297677 -0.799274 C208.859028 25.442666, 207.882559 52.632880, 208.406876 98.352243 M208.933455 97.810755 C164.053743 101.477657, 116.787509 100.995746, 1.628275 97.642220 M207.163520 97.872561 C129.732270 98.656085, 52.326062 98.415394, 0.832510 98.037100 M-0.720604 97.718532 C-0.161673 68.364306, -1.894106 41.965369, 0.591800 -1.206080 M0.217956 98.998223 C-1.981591 61.696967, -1.475537 25.801321, 0.440740 0.988030" transform="translate(110.000000 414.000000)" class="shape stroke-B1 fill-B5" style="stroke-width:2;" /><rect width="208.000000" height="98.000000" transform="translate(110.000000 414.000000)" class=" sketch-overlay-B5" /></g><text x="214.000000" y="452.500000" class="text-bold fill-N1" style="text-anchor:middle;font-size:16px"><tspan x="214.000000" dy="0.000000">Transfer SD cards</tspan><tspan x="214.000000" dy="17.666667">to hard drive library</tspan><tspan x="214.000000" dy="17.666667"> and back up</tspan></text></g><g id="Collect.c_metadata"><g class="shape" ><path d="M-1.600310 -0.578379 L340.045551 1.811030 L339.253697 96.234072 L0.925556 99.532483" transform="translate(44.000000 612.000000)" class="shape stroke-B1 fill-B5" style="stroke-width:2;" /><path d="M0.572899 0.644153 C67.587836 -0.140901, 135.228723 -2.074485, 338.469649 0.262193 M-0.433495 0.176828 C75.331972 -1.412317, 150.134317 -1.793022, 338.612142 0.503098 M340.536704 -1.749433 C339.193930 22.545484, 339.885465 40.989661, 340.390547 97.130645 M339.297677 -0.799274 C339.859028 25.442666, 338.882559 52.632880, 339.406876 98.352243 M339.703575 97.857360 C266.575654 102.353332, 191.648934 101.990100, 1.227283 97.730329 M338.369518 97.903945 C211.506909 98.694921, 84.663175 98.513504, 0.627489 98.027964 M-0.720604 97.718532 C-0.161673 68.364306, -1.894106 41.965369, 0.591800 -1.206080 M0.217956 98.998223 C-1.981591 61.696967, -1.475537 25.801321, 0.440740 0.988030" transform="translate(44.000000 612.000000)" class="shape stroke-B1 fill-B5" style="stroke-width:2;" /><rect width="339.000000" height="98.000000" transform="translate(44.000000 612.000000)" class=" sketch-overlay-B5" /></g><text x="213.500000" y="650.500000" class="text-bold fill-N1" style="text-anchor:middle;font-size:16px"><tspan x="213.500000" dy="0.000000">File metadata including temperature</tspan><tspan x="213.500000" dy="17.666667">and UTC time is written to a</tspan><tspan x="213.500000" dy="17.666667">DuckDB database table</tspan></text></g><g id="Find.f_classify"><g class="shape" ><path d="M-1.600310 -0.578379 L267.045551 1.811030 L266.253697 80.234072 L0.925556 83.532483" transform="translate(81.000000 910.000000)" class="shape stroke-B1 fill-B5" style="stroke-width:2;" /><path d="M0.677208 0.761435 C52.948601 0.067177, 105.959913 -2.218457, 265.373087 0.309931 M-0.512423 0.209023 C59.226755 -1.171540, 117.827453 -1.621562, 265.541524 0.594698 M267.536704 -1.749433 C266.341681 19.065447, 267.033216 34.029587, 267.390547 81.130645 M266.297677 -0.799274 C266.758294 21.148334, 265.781825 44.044216, 266.406876 82.352243 M266.831676 81.831389 C209.445123 86.004989, 149.932262 85.575623, 1.450736 81.681230 M265.254725 81.886456 C165.937836 82.689435, 66.643257 82.474987, 0.741737 82.033055 M-0.720604 81.718532 C0.070561 56.953255, -1.661871 35.143268, 0.591800 -1.206080 M0.217956 82.998223 C-1.784721 51.517227, -1.278666 21.441841, 0.440740 0.988030" transform="translate(81.000000 910.000000)" class="shape stroke-B1 fill-B5" style="stroke-width:2;" /><rect width="266.000000" height="82.000000" transform="translate(81.000000 910.000000)" class=" sketch-overlay-B5" /></g><text x="214.000000" y="948.500000" class="text-bold fill-N1" style="text-anchor:middle;font-size:16px"><tspan x="214.000000" dy="0.000000">Run binary classifier over</tspan><tspan x="214.000000" dy="18.500000">audio data to identify kiwi</tspan></text></g><g id="Find.f_segment"><g class="shape" ><path d="M-1.600310 -0.578379 L319.045551 1.811030 L318.253697 96.234072 L0.925556 99.532483" transform="translate(55.000000 1092.000000)" class="shape stroke-B1 fill-B5" style="stroke-width:2;" /><path d="M0.602906 0.677892 C63.376549 -0.088420, 126.808928 -2.123279, 317.441871 0.275926 M-0.456201 0.186089 C70.698964 -1.358768, 140.840562 -1.759414, 317.591827 0.529449 M319.536704 -1.749433 C318.193930 22.545484, 318.885465 40.989661, 319.390547 97.130645 M318.297677 -0.799274 C318.859028 25.442666, 317.882559 52.632880, 318.406876 98.352243 M318.740426 97.849889 C250.140844 102.289135, 179.648247 101.906879, 1.291564 97.716205 M317.336496 97.898914 C198.397998 98.697509, 79.479363 98.506591, 0.660355 98.029428 M-0.720604 97.718532 C-0.161673 68.364306, -1.894106 41.965369, 0.591800 -1.206080 M0.217956 98.998223 C-1.981591 61.696967, -1.475537 25.801321, 0.440740 0.988030" transform="translate(55.000000 1092.000000)" class="shape stroke-B1 fill-B5" style="stroke-width:2;" /><rect width="318.000000" height="98.000000" transform="translate(55.000000 1092.000000)" class=" sketch-overlay-B5" /></g><text x="214.000000" y="1130.500000" class="text-bold fill-N1" style="text-anchor:middle;font-size:16px"><tspan x="214.000000" dy="0.000000">Segment detections, sunrise to</tspan><tspan x="214.000000" dy="17.666667">sunset, make spectrogram images</tspan><tspan x="214.000000" dy="17.666667">and audio files</tspan></text></g><g id="Sort.s_classify1"><g class="shape" ><path d="M-1.600310 -0.578379 L342.045551 1.811030 L341.253697 96.234072 L0.925556 99.532483" transform="translate(43.000000 1390.000000)" class="shape stroke-B1 fill-B5" style="stroke-width:2;" /><path d="M0.570041 0.640940 C67.988911 -0.145589, 136.030608 -2.069527, 340.472295 0.260885 M-0.431333 0.175946 C75.773211 -1.416754, 151.019437 -1.795561, 340.614077 0.500588 M342.536704 -1.749433 C341.193930 22.545484, 341.885465 40.989661, 342.390547 97.130645 M341.297677 -0.799274 C341.859028 25.442666, 340.882559 52.632880, 341.406876 98.352243 M341.700065 97.858071 C268.140874 102.357929, 192.791856 101.996509, 1.221161 97.731674 M340.372663 97.904424 C212.755377 98.694499, 85.156871 98.513987, 0.624359 98.027824 M-0.720604 97.718532 C-0.161673 68.364306, -1.894106 41.965369, 0.591800 -1.206080 M0.217956 98.998223 C-1.981591 61.696967, -1.475537 25.801321, 0.440740 0.988030" transform="translate(43.000000 1390.000000)" class="shape stroke-B1 fill-B5" style="stroke-width:2;" /><rect width="341.000000" height="98.000000" transform="translate(43.000000 1390.000000)" class=" sketch-overlay-B5" /></g><text x="213.500000" y="1428.500000" class="text-bold fill-N1" style="text-anchor:middle;font-size:16px"><tspan x="213.500000" dy="0.000000">A secondary model sorts detections</tspan><tspan x="213.500000" dy="17.666667">into male calls, female calls, duets</tspan><tspan x="213.500000" dy="17.666667">and false positives</tspan></text></g><g id="Sort.s_review"><g class="shape" ><path d="M-1.600310 -0.578379 L348.045551 1.811030 L347.253697 64.234072 L0.925556 67.532483" transform="translate(40.000000 1588.000000)" class="shape stroke-B1 fill-B5" style="stroke-width:2;" /><path d="M0.561468 0.631300 C69.192135 -0.159327, 138.436264 -2.054330, 346.480231 0.256961 M-0.424846 0.173300 C77.096927 -1.429377, 153.674795 -1.802487, 346.619881 0.493060 M348.536704 -1.749433 C347.489431 15.585410, 348.180967 27.069513, 348.390547 65.130645 M347.297677 -0.799274 C347.657560 16.854002, 346.681091 35.455552, 347.406876 66.352243 M347.689537 65.860206 C272.836534 70.370137, 196.220624 70.014153, 1.202795 65.735710 M346.382098 65.905862 C216.500780 66.693049, 86.637960 66.515253, 0.614969 66.027406 M-0.720604 65.718532 C0.302797 45.542204, -1.429636 28.321166, 0.591800 -1.206080 M0.217956 66.998223 C-1.587850 41.337487, -1.081795 17.082362, 0.440740 0.988030" transform="translate(40.000000 1588.000000)" class="shape stroke-B1 fill-B5" style="stroke-width:2;" /><rect width="347.000000" height="66.000000" transform="translate(40.000000 1588.000000)" class=" sketch-overlay-B5" /></g><text x="213.500000" y="1626.500000" class="text-bold fill-N1" style="text-anchor:middle;font-size:16px">Classifications are manually reviewed</text></g><g id="Sort.s_classify2"><g class="shape" ><path d="M-1.600310 -0.578379 L338.045551 1.811030 L337.253697 96.234072 L0.925556 99.532483" transform="translate(45.000000 1754.000000)" class="shape stroke-B1 fill-B5" style="stroke-width:2;" /><path d="M0.575757 0.647366 C67.186761 -0.136160, 134.426838 -2.079389, 336.467004 0.263501 M-0.435658 0.177710 C74.890733 -1.407764, 149.249198 -1.790368, 336.610207 0.505608 M338.536704 -1.749433 C337.193930 22.545484, 337.885465 40.989661, 338.390547 97.130645 M337.297677 -0.799274 C337.859028 25.442666, 336.882559 52.632880, 337.406876 98.352243 M337.707085 97.856648 C265.010434 102.348471, 190.506011 101.983428, 1.233405 97.728984 M336.366373 97.903466 C210.258441 98.695312, 84.169478 98.512991, 0.630619 98.028103 M-0.720604 97.718532 C-0.161673 68.364306, -1.894106 41.965369, 0.591800 -1.206080 M0.217956 98.998223 C-1.981591 61.696967, -1.475537 25.801321, 0.440740 0.988030" transform="translate(45.000000 1754.000000)" class="shape stroke-B1 fill-B5" style="stroke-width:2;" /><rect width="337.000000" height="98.000000" transform="translate(45.000000 1754.000000)" class=" sketch-overlay-B5" /></g><text x="213.500000" y="1792.500000" class="text-bold fill-N1" style="text-anchor:middle;font-size:16px"><tspan x="213.500000" dy="0.000000">Kiwi calls are then auto classified</tspan><tspan x="213.500000" dy="17.666667">into 3 volume/distance classes and</tspan><tspan x="213.500000" dy="17.666667">4 noise classes</tspan></text></g><g id="Sort.s_metadata"><g class="shape" ><path d="M-1.600310 -0.578379 L344.045551 1.811030 L343.253697 80.234072 L0.925556 83.532483" transform="translate(42.000000 1952.000000)" class="shape stroke-B1 fill-B5" style="stroke-width:2;" /><path d="M0.567184 0.637726 C68.389985 -0.150222, 136.832494 -2.064516, 342.474940 0.259577 M-0.429171 0.175064 C76.214450 -1.421077, 151.904556 -1.797985, 342.616011 0.498079 M344.536704 -1.749433 C343.341681 19.065447, 344.033216 34.029587, 344.390547 81.130645 M343.297677 -0.799274 C343.758294 21.148334, 342.781825 44.044216, 343.406876 82.352243 M343.696556 81.858783 C269.706094 86.362262, 193.934779 86.002654, 1.215039 81.733020 M342.375808 81.904903 C214.003845 82.694046, 85.650567 82.514439, 0.621229 82.027685 M-0.720604 81.718532 C0.070561 56.953255, -1.661871 35.143268, 0.591800 -1.206080 M0.217956 82.998223 C-1.784721 51.517227, -1.278666 21.441841, 0.440740 0.988030" transform="translate(42.000000 1952.000000)" class="shape stroke-B1 fill-B5" style="stroke-width:2;" /><rect width="343.000000" height="82.000000" transform="translate(42.000000 1952.000000)" class=" sketch-overlay-B5" /></g><text x="213.500000" y="1990.500000" class="text-bold fill-N1" style="text-anchor:middle;font-size:16px"><tspan x="213.500000" dy="0.000000">Segment and label metadata is</tspan><tspan x="213.500000" dy="18.500000">written to a DuckDB database table</tspan></text></g><g id="Analyse.a_analyse"><g class="shape" ><path d="M-1.600310 -0.578379 L223.045551 1.811030 L222.253697 96.234072 L0.925556 99.532483" transform="translate(103.000000 2234.000000)" class="shape stroke-B1 fill-B5" style="stroke-width:2;" /><path d="M0.740079 0.832125 C44.124953 0.227374, 88.318438 -2.270455, 221.314886 0.338704 M-0.559995 0.228429 C49.519501 -0.952327, 98.354822 -1.444127, 221.498960 0.649909 M223.536704 -1.749433 C222.193930 22.545484, 222.885465 40.989661, 223.390547 97.130645 M222.297677 -0.799274 C222.859028 25.442666, 221.882559 52.632880, 222.406876 98.352243 M222.908888 97.815736 C175.010283 101.625258, 124.787966 101.156031, 1.585421 97.651636 M221.185535 97.875915 C138.471545 98.666485, 55.781936 98.432129, 0.810599 98.036124 M-0.720604 97.718532 C-0.161673 68.364306, -1.894106 41.965369, 0.591800 -1.206080 M0.217956 98.998223 C-1.981591 61.696967, -1.475537 25.801321, 0.440740 0.988030" transform="translate(103.000000 2234.000000)" class="shape stroke-B1 fill-B5" style="stroke-width:2;" /><rect width="222.000000" height="98.000000" transform="translate(103.000000 2234.000000)" class=" sketch-overlay-B5" /></g><text x="214.000000" y="2272.500000" class="text-bold fill-N1" style="text-anchor:middle;font-size:16px"><tspan x="214.000000" dy="0.000000">Data analysed</tspan><tspan x="214.000000" dy="17.666667">using SQL queries</tspan><tspan x="214.000000" dy="17.666667">and Julia DataFrames</tspan></text></g><g id="Analyse.a_story"><g class="shape" ><path d="M-1.600310 -0.578379 L280.045551 1.811030 L279.253697 64.234072 L0.925556 67.532483" transform="translate(74.000000 2432.000000)" class="shape stroke-B1 fill-B5" style="stroke-width:2;" /><path d="M0.658632 0.740549 C55.555588 0.024853, 111.172167 -2.198087, 278.390283 0.301430 M-0.498367 0.203290 C62.094807 -1.225644, 123.580730 -1.663321, 278.554100 0.578386 M280.536704 -1.749433 C279.489431 15.585410, 280.180967 27.069513, 280.390547 65.130645 M279.297677 -0.799274 C279.657560 16.854002, 278.681091 35.455552, 279.406876 66.352243 M279.808864 65.836014 C219.619053 70.092745, 157.361258 69.675157, 1.410943 65.689974 M278.275168 65.889571 C174.052876 66.693388, 69.852283 66.484823, 0.721392 66.032148 M-0.720604 65.718532 C0.302797 45.542204, -1.429636 28.321166, 0.591800 -1.206080 M0.217956 66.998223 C-1.587850 41.337487, -1.081795 17.082362, 0.440740 0.988030" transform="translate(74.000000 2432.000000)" class="shape stroke-B1 fill-B5" style="stroke-width:2;" /><rect width="279.000000" height="66.000000" transform="translate(74.000000 2432.000000)" class=" sketch-overlay-B5" /></g><text x="213.500000" y="2470.500000" class="text-bold fill-N1" style="text-anchor:middle;font-size:16px">Understand Pomona Kiwi life</text></g><g id="Share.s_skraak"><g class="shape" ><path d="M-1.600310 -0.578379 L224.045551 1.811030 L223.253697 64.234072 L0.925556 67.532483" transform="translate(102.000000 2698.000000)" class="shape stroke-B1 fill-B5" style="stroke-width:2;" /><path d="M0.738650 0.830519 C44.325490 0.223442, 88.719381 -2.269564, 222.316209 0.338051 M-0.558914 0.227988 C49.740120 -0.957928, 98.797382 -1.448779, 222.499927 0.648654 M224.536704 -1.749433 C223.489431 15.585410, 224.180967 27.069513, 224.390547 65.130645 M223.297677 -0.799274 C223.657560 16.854002, 222.681091 35.455552, 223.406876 66.352243 M223.907133 65.816091 C175.792893 69.635306, 125.359428 69.166985, 1.582360 65.652308 M222.187108 65.876155 C139.095778 66.667171, 56.028785 66.433267, 0.809034 66.036054 M-0.720604 65.718532 C0.302797 45.542204, -1.429636 28.321166, 0.591800 -1.206080 M0.217956 66.998223 C-1.587850 41.337487, -1.081795 17.082362, 0.440740 0.988030" transform="translate(102.000000 2698.000000)" class="shape stroke-B1 fill-B5" style="stroke-width:2;" /><rect width="223.000000" height="66.000000" transform="translate(102.000000 2698.000000)" class=" sketch-overlay-B5" /></g><text x="213.500000" y="2736.500000" class="text-bold fill-N1" style="text-anchor:middle;font-size:16px">Publish to skraak.kiwi</text></g><g id="Share.s_question"><g class="shape" ><path d="M-1.600310 -0.578379 L251.045551 1.811030 L250.253697 64.234072 L0.925556 67.532483" transform="translate(89.000000 2864.000000)" class="shape stroke-B1 fill-B5" style="stroke-width:2;" /><path d="M0.700070 0.787141 C49.740002 0.122404, 99.544831 -2.240392, 249.351923 0.320394 M-0.529722 0.216080 C55.696844 -1.098274, 110.746496 -1.563488, 249.526046 0.614775 M251.536704 -1.749433 C250.489431 15.585410, 251.180967 27.069513, 251.390547 65.130645 M250.297677 -0.799274 C250.657560 16.854002, 249.681091 35.455552, 250.406876 66.352243 M250.859753 65.825697 C196.923363 69.881679, 140.788882 69.437818, 1.499712 65.670469 M249.229565 65.882623 C155.950093 66.682799, 62.693686 66.461112, 0.766778 66.034171 M-0.720604 65.718532 C0.302797 45.542204, -1.429636 28.321166, 0.591800 -1.206080 M0.217956 66.998223 C-1.587850 41.337487, -1.081795 17.082362, 0.440740 0.988030" transform="translate(89.000000 2864.000000)" class="shape stroke-B1 fill-B5" style="stroke-width:2;" /><rect width="250.000000" height="66.000000" transform="translate(89.000000 2864.000000)" class=" sketch-overlay-B5" /></g><text x="214.000000" y="2902.500000" class="text-bold fill-N1" style="text-anchor:middle;font-size:16px">Answer human questions</text></g><g id="Collect.(c_record -> c_collect)[0]"><marker id="mk-3488378134" markerWidth="10.000000" markerHeight="12.000000" refX="7.000000" refY="6.000000" viewBox="0.000000 0.000000 10.000000 12.000000" orient="auto" markerUnits="userSpaceOnUse"> <polygon points="0.000000,0.000000 10.000000,6.000000 0.000000,12.000000" class="connection fill-B1" stroke-width="2" /> </marker><path d="M212.500044 133.170064 M212.500044 133.170064 C213.981942 171.840123, 214.081585 191.719938, 213.702656 228.428631 M211.634962 132.773267 C213.214643 172.539644, 212.689168 192.330748, 213.745209 227.016898" fill="none" class="connection stroke-B1" style="stroke-width:2;" mask="url(#d2-2037929382)" /><path d="M-8.527627 -3.097061 L1.749550 0.558791 L-8.562935 4.521533" stroke="none" class="connection fill-B1" style="stroke-width:0;" transform="translate(213.500000 228.000000) rotate(90.00000250447816)" /> <path d="M-10.153731 -4.038897 C-7.293657 -2.964754, -5.552453 -3.126871, 0.222305 -0.654474 M-10.160117 -4.253535 C-7.616436 -2.677663, -5.569656 -2.320404, -0.086565 0.272291 M0.578048 -0.807164 C-2.240460 1.133634, -3.845699 1.135504, -9.579367 4.140709 M-0.217907 -0.322328 C-3.660571 0.941126, -7.003142 2.167050, -10.100296 3.840861 M-9.957758 4.629247 C-9.937438 2.794817, -10.508655 0.509238, -9.330834 -3.522818 M-10.354741 4.285014 C-9.712366 0.996453, -9.805329 -1.235319, -9.648840 -4.366524" fill="none" class="connection stroke-B1" style="stroke-width:2;" transform="translate(213.500000 228.000000) rotate(90.00000250447816)" /></g><g id="Collect.(c_collect -> c_transfer)[0]"><path d="M212.500044 315.170064 M212.500044 315.170064 C213.981942 353.840123, 214.081585 373.719938, 213.702656 410.428631 M211.634962 314.773267 C213.214643 354.539644, 212.689168 374.330748, 213.745209 409.016898" fill="none" class="connection stroke-B1" style="stroke-width:2;" mask="url(#d2-2037929382)" /><path d="M-8.527627 -3.097061 L1.749550 0.558791 L-8.562935 4.521533" stroke="none" class="connection fill-B1" style="stroke-width:0;" transform="translate(213.500000 410.000000) rotate(90.00000250447816)" /> <path d="M-10.153731 -4.038897 C-7.293657 -2.964754, -5.552453 -3.126871, 0.222305 -0.654474 M-10.160117 -4.253535 C-7.616436 -2.677663, -5.569656 -2.320404, -0.086565 0.272291 M0.578048 -0.807164 C-2.240460 1.133634, -3.845699 1.135504, -9.579367 4.140709 M-0.217907 -0.322328 C-3.660571 0.941126, -7.003142 2.167050, -10.100296 3.840861 M-9.957758 4.629247 C-9.937438 2.794817, -10.508655 0.509238, -9.330834 -3.522818 M-10.354741 4.285014 C-9.712366 0.996453, -9.805329 -1.235319, -9.648840 -4.366524" fill="none" class="connection stroke-B1" style="stroke-width:2;" transform="translate(213.500000 410.000000) rotate(90.00000250447816)" /></g><g id="Collect.(c_transfer -> c_metadata)[0]"><path d="M212.500044 513.170064 M212.500044 513.170064 C213.981942 551.840123, 214.081585 571.719938, 213.702656 608.428631 M211.634962 512.773267 C213.214643 552.539644, 212.689168 572.330748, 213.745209 607.016898" fill="none" class="connection stroke-B1" style="stroke-width:2;" mask="url(#d2-2037929382)" /><path d="M-8.527627 -3.097061 L1.749550 0.558791 L-8.562935 4.521533" stroke="none" class="connection fill-B1" style="stroke-width:0;" transform="translate(213.500000 608.000000) rotate(90.00000250447816)" /> <path d="M-10.153731 -4.038897 C-7.293657 -2.964754, -5.552453 -3.126871, 0.222305 -0.654474 M-10.160117 -4.253535 C-7.616436 -2.677663, -5.569656 -2.320404, -0.086565 0.272291 M0.578048 -0.807164 C-2.240460 1.133634, -3.845699 1.135504, -9.579367 4.140709 M-0.217907 -0.322328 C-3.660571 0.941126, -7.003142 2.167050, -10.100296 3.840861 M-9.957758 4.629247 C-9.937438 2.794817, -10.508655 0.509238, -9.330834 -3.522818 M-10.354741 4.285014 C-9.712366 0.996453, -9.805329 -1.235319, -9.648840 -4.366524" fill="none" class="connection stroke-B1" style="stroke-width:2;" transform="translate(213.500000 608.000000) rotate(90.00000250447816)" /></g><g id="Find.(f_classify -> f_segment)[0]"><path d="M212.500044 993.170064 M212.500044 993.170064 C213.981942 1031.840123, 214.081585 1051.719938, 213.702656 1088.428631 M211.634962 992.773267 C213.214643 1032.539644, 212.689168 1052.330748, 213.745209 1087.016898" fill="none" class="connection stroke-B1" style="stroke-width:2;" mask="url(#d2-2037929382)" /><path d="M-8.527627 -3.097061 L1.749550 0.558791 L-8.562935 4.521533" stroke="none" class="connection fill-B1" style="stroke-width:0;" transform="translate(213.500000 1088.000000) rotate(90.00000250447816)" /> <path d="M-10.153731 -4.038897 C-7.293657 -2.964754, -5.552453 -3.126871, 0.222305 -0.654474 M-10.160117 -4.253535 C-7.616436 -2.677663, -5.569656 -2.320404, -0.086565 0.272291 M0.578048 -0.807164 C-2.240460 1.133634, -3.845699 1.135504, -9.579367 4.140709 M-0.217907 -0.322328 C-3.660571 0.941126, -7.003142 2.167050, -10.100296 3.840861 M-9.957758 4.629247 C-9.937438 2.794817, -10.508655 0.509238, -9.330834 -3.522818 M-10.354741 4.285014 C-9.712366 0.996453, -9.805329 -1.235319, -9.648840 -4.366524" fill="none" class="connection stroke-B1" style="stroke-width:2;" transform="translate(213.500000 1088.000000) rotate(90.00000250447816)" /></g><g id="Sort.(s_classify1 -> s_review)[0]"><path d="M212.500044 1489.170064 M212.500044 1489.170064 C213.981942 1527.840123, 214.081585 1547.719938, 213.702656 1584.428631 M211.634962 1488.773267 C213.214643 1528.539644, 212.689168 1548.330748, 213.745209 1583.016898" fill="none" class="connection stroke-B1" style="stroke-width:2;" mask="url(#d2-2037929382)" /><path d="M-8.527627 -3.097061 L1.749550 0.558791 L-8.562935 4.521533" stroke="none" class="connection fill-B1" style="stroke-width:0;" transform="translate(213.500000 1584.000000) rotate(90.00000250447816)" /> <path d="M-10.153731 -4.038897 C-7.293657 -2.964754, -5.552453 -3.126871, 0.222305 -0.654474 M-10.160117 -4.253535 C-7.616436 -2.677663, -5.569656 -2.320404, -0.086565 0.272291 M0.578048 -0.807164 C-2.240460 1.133634, -3.845699 1.135504, -9.579367 4.140709 M-0.217907 -0.322328 C-3.660571 0.941126, -7.003142 2.167050, -10.100296 3.840861 M-9.957758 4.629247 C-9.937438 2.794817, -10.508655 0.509238, -9.330834 -3.522818 M-10.354741 4.285014 C-9.712366 0.996453, -9.805329 -1.235319, -9.648840 -4.366524" fill="none" class="connection stroke-B1" style="stroke-width:2;" transform="translate(213.500000 1584.000000) rotate(90.00000250447816)" /></g><g id="Sort.(s_review -> s_classify2)[0]"><path d="M212.500044 1655.170064 M212.500044 1655.170064 C213.981942 1693.840123, 214.081585 1713.719938, 213.702656 1750.428631 M211.634962 1654.773267 C213.214643 1694.539644, 212.689168 1714.330748, 213.745209 1749.016898" fill="none" class="connection stroke-B1" style="stroke-width:2;" mask="url(#d2-2037929382)" /><path d="M-8.527627 -3.097061 L1.749550 0.558791 L-8.562935 4.521533" stroke="none" class="connection fill-B1" style="stroke-width:0;" transform="translate(213.500000 1750.000000) rotate(90.00000250447816)" /> <path d="M-10.153731 -4.038897 C-7.293657 -2.964754, -5.552453 -3.126871, 0.222305 -0.654474 M-10.160117 -4.253535 C-7.616436 -2.677663, -5.569656 -2.320404, -0.086565 0.272291 M0.578048 -0.807164 C-2.240460 1.133634, -3.845699 1.135504, -9.579367 4.140709 M-0.217907 -0.322328 C-3.660571 0.941126, -7.003142 2.167050, -10.100296 3.840861 M-9.957758 4.629247 C-9.937438 2.794817, -10.508655 0.509238, -9.330834 -3.522818 M-10.354741 4.285014 C-9.712366 0.996453, -9.805329 -1.235319, -9.648840 -4.366524" fill="none" class="connection stroke-B1" style="stroke-width:2;" transform="translate(213.500000 1750.000000) rotate(90.00000250447816)" /></g><g id="Sort.(s_classify2 -> s_metadata)[0]"><path d="M212.500044 1853.170064 M212.500044 1853.170064 C213.981942 1891.840123, 214.081585 1911.719938, 213.702656 1948.428631 M211.634962 1852.773267 C213.214643 1892.539644, 212.689168 1912.330748, 213.745209 1947.016898" fill="none" class="connection stroke-B1" style="stroke-width:2;" mask="url(#d2-2037929382)" /><path d="M-8.527627 -3.097061 L1.749550 0.558791 L-8.562935 4.521533" stroke="none" class="connection fill-B1" style="stroke-width:0;" transform="translate(213.500000 1948.000000) rotate(90.00000250447816)" /> <path d="M-10.153731 -4.038897 C-7.293657 -2.964754, -5.552453 -3.126871, 0.222305 -0.654474 M-10.160117 -4.253535 C-7.616436 -2.677663, -5.569656 -2.320404, -0.086565 0.272291 M0.578048 -0.807164 C-2.240460 1.133634, -3.845699 1.135504, -9.579367 4.140709 M-0.217907 -0.322328 C-3.660571 0.941126, -7.003142 2.167050, -10.100296 3.840861 M-9.957758 4.629247 C-9.937438 2.794817, -10.508655 0.509238, -9.330834 -3.522818 M-10.354741 4.285014 C-9.712366 0.996453, -9.805329 -1.235319, -9.648840 -4.366524" fill="none" class="connection stroke-B1" style="stroke-width:2;" transform="translate(213.500000 1948.000000) rotate(90.00000250447816)" /></g><g id="Analyse.(a_analyse -> a_story)[0]"><path d="M212.500044 2333.170064 M212.500044 2333.170064 C213.981942 2371.840123, 214.081585 2391.719938, 213.702656 2428.428631 M211.634962 2332.773267 C213.214643 2372.539644, 212.689168 2392.330748, 213.745209 2427.016898" fill="none" class="connection stroke-B1" style="stroke-width:2;" mask="url(#d2-2037929382)" /><path d="M-8.527627 -3.097061 L1.749550 0.558791 L-8.562935 4.521533" stroke="none" class="connection fill-B1" style="stroke-width:0;" transform="translate(213.500000 2428.000000) rotate(90.00000250447816)" /> <path d="M-10.153731 -4.038897 C-7.293657 -2.964754, -5.552453 -3.126871, 0.222305 -0.654474 M-10.160117 -4.253535 C-7.616436 -2.677663, -5.569656 -2.320404, -0.086565 0.272291 M0.578048 -0.807164 C-2.240460 1.133634, -3.845699 1.135504, -9.579367 4.140709 M-0.217907 -0.322328 C-3.660571 0.941126, -7.003142 2.167050, -10.100296 3.840861 M-9.957758 4.629247 C-9.937438 2.794817, -10.508655 0.509238, -9.330834 -3.522818 M-10.354741 4.285014 C-9.712366 0.996453, -9.805329 -1.235319, -9.648840 -4.366524" fill="none" class="connection stroke-B1" style="stroke-width:2;" transform="translate(213.500000 2428.000000) rotate(90.00000250447816)" /></g><g id="Share.(s_skraak -> s_question)[0]"><path d="M212.500044 2765.170064 M212.500044 2765.170064 C213.981942 2803.840123, 214.081585 2823.719938, 213.702656 2860.428631 M211.634962 2764.773267 C213.214643 2804.539644, 212.689168 2824.330748, 213.745209 2859.016898" fill="none" class="connection stroke-B1" style="stroke-width:2;" mask="url(#d2-2037929382)" /><path d="M-8.527627 -3.097061 L1.749550 0.558791 L-8.562935 4.521533" stroke="none" class="connection fill-B1" style="stroke-width:0;" transform="translate(213.500000 2860.000000) rotate(90.00000250447816)" /> <path d="M-10.153731 -4.038897 C-7.293657 -2.964754, -5.552453 -3.126871, 0.222305 -0.654474 M-10.160117 -4.253535 C-7.616436 -2.677663, -5.569656 -2.320404, -0.086565 0.272291 M0.578048 -0.807164 C-2.240460 1.133634, -3.845699 1.135504, -9.579367 4.140709 M-0.217907 -0.322328 C-3.660571 0.941126, -7.003142 2.167050, -10.100296 3.840861 M-9.957758 4.629247 C-9.937438 2.794817, -10.508655 0.509238, -9.330834 -3.522818 M-10.354741 4.285014 C-9.712366 0.996453, -9.805329 -1.235319, -9.648840 -4.366524" fill="none" class="connection stroke-B1" style="stroke-width:2;" transform="translate(213.500000 2860.000000) rotate(90.00000250447816)" /></g><g id="(Collect -> Find)[0]"><path d="M212.500044 741.170064 M212.500044 741.170064 C213.981942 795.840123, 214.081585 815.519926, 213.702656 835.428631 M211.634962 740.773267 C213.214643 796.539644, 212.689168 816.130736, 213.745209 834.016898" fill="none" class="connection stroke-B1" style="stroke-width:2;" mask="url(#d2-2037929382)" /><path d="M-8.527627 -3.097061 L1.749550 0.558791 L-8.562935 4.521533" stroke="none" class="connection fill-B1" style="stroke-width:0;" transform="translate(213.500000 835.000000) rotate(90.00000250447816)" /> <path d="M-10.153731 -4.038897 C-7.293657 -2.964754, -5.552453 -3.126871, 0.222305 -0.654474 M-10.160117 -4.253535 C-7.616436 -2.677663, -5.569656 -2.320404, -0.086565 0.272291 M0.578048 -0.807164 C-2.240460 1.133634, -3.845699 1.135504, -9.579367 4.140709 M-0.217907 -0.322328 C-3.660571 0.941126, -7.003142 2.167050, -10.100296 3.840861 M-9.957758 4.629247 C-9.937438 2.794817, -10.508655 0.509238, -9.330834 -3.522818 M-10.354741 4.285014 C-9.712366 0.996453, -9.805329 -1.235319, -9.648840 -4.366524" fill="none" class="connection stroke-B1" style="stroke-width:2;" transform="translate(213.500000 835.000000) rotate(90.00000250447816)" /></g><g id="(Find -> Sort)[0]"><path d="M212.500044 1221.170064 M212.500044 1221.170064 C213.981942 1275.840123, 214.081585 1295.519987, 213.702656 1315.428631 M211.634962 1220.773267 C213.214643 1276.539644, 212.689168 1296.130797, 213.745209 1314.016898" fill="none" class="connection stroke-B1" style="stroke-width:2;" mask="url(#d2-2037929382)" /><path d="M-8.527627 -3.097061 L1.749550 0.558791 L-8.562935 4.521533" stroke="none" class="connection fill-B1" style="stroke-width:0;" transform="translate(213.500000 1315.000000) rotate(90.00000250447816)" /> <path d="M-10.153731 -4.038897 C-7.293657 -2.964754, -5.552453 -3.126871, 0.222305 -0.654474 M-10.160117 -4.253535 C-7.616436 -2.677663, -5.569656 -2.320404, -0.086565 0.272291 M0.578048 -0.807164 C-2.240460 1.133634, -3.845699 1.135504, -9.579367 4.140709 M-0.217907 -0.322328 C-3.660571 0.941126, -7.003142 2.167050, -10.100296 3.840861 M-9.957758 4.629247 C-9.937438 2.794817, -10.508655 0.509238, -9.330834 -3.522818 M-10.354741 4.285014 C-9.712366 0.996453, -9.805329 -1.235319, -9.648840 -4.366524" fill="none" class="connection stroke-B1" style="stroke-width:2;" transform="translate(213.500000 1315.000000) rotate(90.00000250447816)" /></g><g id="(Sort -> Analyse)[0]"><path d="M212.500044 2065.170064 M212.500044 2065.170064 C213.981942 2119.840123, 214.081585 2139.519987, 213.702656 2159.428631 M211.634962 2064.773267 C213.214643 2120.539644, 212.689168 2140.130797, 213.745209 2158.016898" fill="none" class="connection stroke-B1" style="stroke-width:2;" mask="url(#d2-2037929382)" /><path d="M-8.527627 -3.097061 L1.749550 0.558791 L-8.562935 4.521533" stroke="none" class="connection fill-B1" style="stroke-width:0;" transform="translate(213.500000 2159.000000) rotate(90.00000250447816)" /> <path d="M-10.153731 -4.038897 C-7.293657 -2.964754, -5.552453 -3.126871, 0.222305 -0.654474 M-10.160117 -4.253535 C-7.616436 -2.677663, -5.569656 -2.320404, -0.086565 0.272291 M0.578048 -0.807164 C-2.240460 1.133634, -3.845699 1.135504, -9.579367 4.140709 M-0.217907 -0.322328 C-3.660571 0.941126, -7.003142 2.167050, -10.100296 3.840861 M-9.957758 4.629247 C-9.937438 2.794817, -10.508655 0.509238, -9.330834 -3.522818 M-10.354741 4.285014 C-9.712366 0.996453, -9.805329 -1.235319, -9.648840 -4.366524" fill="none" class="connection stroke-B1" style="stroke-width:2;" transform="translate(213.500000 2159.000000) rotate(90.00000250447816)" /></g><g id="(Analyse -> Share)[0]"><path d="M212.500044 2529.170064 M212.500044 2529.170064 C213.981942 2583.840123, 214.081585 2603.519987, 213.702656 2623.428631 M211.634962 2528.773267 C213.214643 2584.539644, 212.689168 2604.130797, 213.745209 2622.016898" fill="none" class="connection stroke-B1" style="stroke-width:2;" mask="url(#d2-2037929382)" /><path d="M-8.527627 -3.097061 L1.749550 0.558791 L-8.562935 4.521533" stroke="none" class="connection fill-B1" style="stroke-width:0;" transform="translate(213.500000 2623.000000) rotate(90.00000250447816)" /> <path d="M-10.153731 -4.038897 C-7.293657 -2.964754, -5.552453 -3.126871, 0.222305 -0.654474 M-10.160117 -4.253535 C-7.616436 -2.677663, -5.569656 -2.320404, -0.086565 0.272291 M0.578048 -0.807164 C-2.240460 1.133634, -3.845699 1.135504, -9.579367 4.140709 M-0.217907 -0.322328 C-3.660571 0.941126, -7.003142 2.167050, -10.100296 3.840861 M-9.957758 4.629247 C-9.937438 2.794817, -10.508655 0.509238, -9.330834 -3.522818 M-10.354741 4.285014 C-9.712366 0.996453, -9.805329 -1.235319, -9.648840 -4.366524" fill="none" class="connection stroke-B1" style="stroke-width:2;" transform="translate(213.500000 2623.000000) rotate(90.00000250447816)" /></g><mask id="d2-2037929382" maskUnits="userSpaceOnUse" x="-91" y="-121" width="609" height="3182">
<rect x="-91" y="-121" width="609" height="3182" fill="white"></rect>
<rect x="165.000000" y="-21.000000" width="97" height="36" fill="rgba(0,0,0,0.75)"></rect>
<rect x="185.000000" y="839.000000" width="58" height="36" fill="rgba(0,0,0,0.75)"></rect>
<rect x="184.000000" y="1319.000000" width="59" height="36" fill="rgba(0,0,0,0.75)"></rect>
<rect x="159.500000" y="2163.000000" width="108" height="36" fill="rgba(0,0,0,0.75)"></rect>
<rect x="176.000000" y="2627.000000" width="76" height="36" fill="rgba(0,0,0,0.75)"></rect>
<rect x="88.500000" y="72.500000" width="251" height="37" fill="rgba(0,0,0,0.75)"></rect>
<rect x="129.500000" y="254.500000" width="168" height="37" fill="rgba(0,0,0,0.75)"></rect>
<rect x="132.500000" y="436.500000" width="163" height="53" fill="rgba(0,0,0,0.75)"></rect>
<rect x="66.500000" y="634.500000" width="294" height="53" fill="rgba(0,0,0,0.75)"></rect>
<rect x="103.500000" y="932.500000" width="221" height="37" fill="rgba(0,0,0,0.75)"></rect>
<rect x="77.500000" y="1114.500000" width="273" height="53" fill="rgba(0,0,0,0.75)"></rect>
<rect x="65.500000" y="1412.500000" width="296" height="53" fill="rgba(0,0,0,0.75)"></rect>
<rect x="62.500000" y="1610.500000" width="302" height="21" fill="rgba(0,0,0,0.75)"></rect>
<rect x="67.500000" y="1776.500000" width="292" height="53" fill="rgba(0,0,0,0.75)"></rect>
<rect x="64.500000" y="1974.500000" width="298" height="37" fill="rgba(0,0,0,0.75)"></rect>
<rect x="125.500000" y="2256.500000" width="177" height="53" fill="rgba(0,0,0,0.75)"></rect>
<rect x="96.500000" y="2454.500000" width="234" height="21" fill="rgba(0,0,0,0.75)"></rect>
<rect x="124.500000" y="2720.500000" width="178" height="21" fill="rgba(0,0,0,0.75)"></rect>
<rect x="111.500000" y="2886.500000" width="205" height="21" fill="rgba(0,0,0,0.75)"></rect>
</mask></svg></svg>
# Parent file to run all scripts which may generate
# some output that you want to display on the website.
# this can be used as a tester to check that all the code
# on your website runs properly.
dir = @__DIR__
"""
genplain(s)
Small helper function to run some code and redirect the output (stdout) to a file.
"""
function genplain(s::String)
open(joinpath(dir, "output", "$(splitext(s)[1]).txt"), "w") do outf
redirect_stdout(outf) do
include(joinpath(dir, s))
end
end
end
# output
genplain("script1.jl")
# plots
include("script2.jl")
Thrive: {
p_kiwi: Kiwi
p_pomona: Pomona Island
p_rona: Rona Island
p_mainland: Mainland
p_people: Humanity
p_kiwi <-> p_pomona
p_kiwi <-> p_rona
p_kiwi <-> p_people
p_kiwi <-> p_mainland
p_pomona <-> p_rona
p_pomona <-> p_people
p_pomona <-> p_mainland
p_rona <-> p_people
p_rona <-> p_mainland
}
Thrive.shape: circle
Thrive.p_kiwi.shape: diamond
Thrive.p_pomona.shape: oval
Thrive.p_rona.shape: oval
Thrive.p_people.shape: person
Collect: {
c_record: Record 9pm to 6am in Summer\nor 6pm to 7am in Winter
c_collect: Collect SD cards\nevery 40 to 60 days
c_transfer: Transfer SD cards\nto hard drive library\n and back up
c_metadata: File metadata including temperature\nand UTC time is written to a\nDuckDB database table
c_record -> c_collect -> c_transfer -> c_metadata
}
Find: {
f_classify: Run binary classifier over\naudio data to identify kiwi
f_segment: Segment detections, sunrise to\nsunset, make spectrogram images\nand audio files
f_classify -> f_segment
}
Sort: {
s_classify1: A secondary model sorts detections\ninto male calls, female calls, duets\nand false positives
s_review: Classifications are manually reviewed
s_classify2: Kiwi calls are then auto classified\ninto 3 volume/distance classes and\n4 noise classes
s_metadata: Segment and label metadata is\nwritten to a DuckDB database table
s_classify1 -> s_review -> s_classify2 -> s_metadata
}
Analyse: {
a_analyse: Data analysed\nusing SQL queries\nand Julia DataFrames
a_story: Understand Pomona Kiwi life
a_analyse -> a_story
}
Share: {
s_skraak: Publish to skraak.kiwi
s_question: Answer human questions
s_skraak -> s_question
}
Collect -> Find -> Sort -> Analyse -> Share
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="511" height="447" viewBox="0 0 511 447"><rect width="511" height="447" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(41,10)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h400v400h-400Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,400.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(50,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(100,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(150,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(200,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(250,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(300,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(350,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(400,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,400)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,364)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,327)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,291)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,255)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,218)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,182)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,145)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,109)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,73)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,36)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'hour_bucket' for a linear scale with values from 4 to 20"><g transform="translate(0.5,400.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(50,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(100,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(150,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(200,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(250,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(300,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(350,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(400,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="start" transform="translate(0,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">4</text><text text-anchor="middle" transform="translate(50,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">6</text><text text-anchor="middle" transform="translate(100,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">8</text><text text-anchor="middle" transform="translate(150,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">10</text><text text-anchor="middle" transform="translate(200,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">12</text><text text-anchor="middle" transform="translate(250,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">14</text><text text-anchor="middle" transform="translate(300,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">16</text><text text-anchor="middle" transform="translate(350,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">18</text><text text-anchor="end" transform="translate(400,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">20</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="400" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(200,30)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">hour_bucket</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'mean' for a linear scale with values from 0 to 6"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,400)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,364)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,327)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,291)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,255)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,218)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,182)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,145)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,109)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,73)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,36)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,403)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.0</text><text text-anchor="end" transform="translate(-7,366.6363636363636)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.5</text><text text-anchor="end" transform="translate(-7,330.27272727272725)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">1.0</text><text text-anchor="end" transform="translate(-7,293.90909090909093)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">1.5</text><text text-anchor="end" transform="translate(-7,257.5454545454545)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2.0</text><text text-anchor="end" transform="translate(-7,221.18181818181816)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2.5</text><text text-anchor="end" transform="translate(-7,184.81818181818184)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">3.0</text><text text-anchor="end" transform="translate(-7,148.45454545454547)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">3.5</text><text text-anchor="end" transform="translate(-7,112.09090909090908)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">4.0</text><text text-anchor="end" transform="translate(-7,75.7272727272727)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">4.5</text><text text-anchor="end" transform="translate(-7,39.363636363636374)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">5.0</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">5.5</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,400)" x2="0" y2="-400" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-24.9013671875,200) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">mean</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-rect role-mark marks" role="graphics-object" aria-roledescription="rect mark container"><path aria-label="hour_bucket: 5; mean: 1.97790055249; type: male" role="graphics-symbol" aria-roledescription="bar" d="M22.5,256.1526870919136h5v143.8473129080864h-5Z" fill="#f58518"/><path aria-label="hour_bucket: 6; mean: 3.61224489796; type: male" role="graphics-symbol" aria-roledescription="bar" d="M47.5,137.291280148423h5v262.70871985157703h-5Z" fill="#f58518"/><path aria-label="hour_bucket: 7; mean: 3.31662870159; type: male" role="graphics-symbol" aria-roledescription="bar" d="M72.5,158.79063988403396h5v241.20936011596604h-5Z" fill="#f58518"/><path aria-label="hour_bucket: 8; mean: 4.22564102564; type: male" role="graphics-symbol" aria-roledescription="bar" d="M97.5,92.68065268065268h5v307.31934731934734h-5Z" fill="#f58518"/><path aria-label="hour_bucket: 9; mean: 4.246875; type: male" role="graphics-symbol" aria-roledescription="bar" d="M122.5,91.13636363636361h5v308.8636363636364h-5Z" fill="#f58518"/><path aria-label="hour_bucket: 10; mean: 4.07559055118; type: male" role="graphics-symbol" aria-roledescription="bar" d="M147.5,103.59341445955619h5v296.4065855404438h-5Z" fill="#f58518"/><path aria-label="hour_bucket: 11; mean: 3.87244094488; type: male" role="graphics-symbol" aria-roledescription="bar" d="M172.5,118.36793128131711h5v281.6320687186829h-5Z" fill="#f58518"/><path aria-label="hour_bucket: 12; mean: 3.94330708661; type: male" role="graphics-symbol" aria-roledescription="bar" d="M197.5,113.21403006442377h5v286.78596993557625h-5Z" fill="#f58518"/><path aria-label="hour_bucket: 13; mean: 3.66456692913; type: male" role="graphics-symbol" aria-roledescription="bar" d="M222.5,133.4860415175376h5v266.5139584824624h-5Z" fill="#f58518"/><path aria-label="hour_bucket: 14; mean: 3.73899371069; type: male" role="graphics-symbol" aria-roledescription="bar" d="M247.5,128.07318467695828h5v271.92681532304175h-5Z" fill="#f58518"/><path aria-label="hour_bucket: 15; mean: 3.65984251969; type: male" role="graphics-symbol" aria-roledescription="bar" d="M272.5,133.82963493199713h5v266.17036506800287h-5Z" fill="#f58518"/><path aria-label="hour_bucket: 16; mean: 3.9585492228; type: male" role="graphics-symbol" aria-roledescription="bar" d="M297.5,112.10551106924167h5v287.8944889307583h-5Z" fill="#f58518"/><path aria-label="hour_bucket: 17; mean: 2.74034334764; type: male" role="graphics-symbol" aria-roledescription="bar" d="M322.5,200.70230198985564h5v199.29769801014436h-5Z" fill="#f58518"/><path aria-label="hour_bucket: 18; mean: 1.49868073879; type: male" role="graphics-symbol" aria-roledescription="bar" d="M347.5,291.0050371791796h5v108.99496282082038h-5Z" fill="#f58518"/><path aria-label="hour_bucket: 5; mean: 0.635359116022; type: female" role="graphics-symbol" aria-roledescription="bar" d="M22.5,209.9447513812155h5v46.20793571069811h-5Z" fill="#4c78a8"/><path aria-label="hour_bucket: 6; mean: 1.20068027211; type: female" role="graphics-symbol" aria-roledescription="bar" d="M47.5,49.96907854050714h5v87.32220160791586h-5Z" fill="#4c78a8"/><path aria-label="hour_bucket: 7; mean: 0.911161731207; type: female" role="graphics-symbol" aria-roledescription="bar" d="M72.5,92.52433215986753h5v66.26630772416644h-5Z" fill="#4c78a8"/><path aria-label="hour_bucket: 8; mean: 1.07008547009; type: female" role="graphics-symbol" aria-roledescription="bar" d="M97.5,14.85625485625488h5v77.8243978243978h-5Z" fill="#4c78a8"/><path aria-label="hour_bucket: 9; mean: 1.1171875; type: female" role="graphics-symbol" aria-roledescription="bar" d="M122.5,9.886363636363615h5v81.25h-5Z" fill="#4c78a8"/><path aria-label="hour_bucket: 10; mean: 0.988976377953; type: female" role="graphics-symbol" aria-roledescription="bar" d="M147.5,31.667859699355727h5v71.92555476020046h-5Z" fill="#4c78a8"/><path aria-label="hour_bucket: 11; mean: 0.968503937008; type: female" role="graphics-symbol" aria-roledescription="bar" d="M172.5,47.93128131710813h5v70.43664996420898h-5Z" fill="#4c78a8"/><path aria-label="hour_bucket: 12; mean: 0.992125984252; type: female" role="graphics-symbol" aria-roledescription="bar" d="M197.5,41.059413027917024h5v72.15461703650675h-5Z" fill="#4c78a8"/><path aria-label="hour_bucket: 13; mean: 0.982677165354; type: female" role="graphics-symbol" aria-roledescription="bar" d="M222.5,62.01861130994995h5v71.46743020758764h-5Z" fill="#4c78a8"/><path aria-label="hour_bucket: 14; mean: 1.07389937107; type: female" role="graphics-symbol" aria-roledescription="bar" d="M247.5,49.97141223556323h5v78.10177244139504h-5Z" fill="#4c78a8"/><path aria-label="hour_bucket: 15; mean: 1.13700787402; type: female" role="graphics-symbol" aria-roledescription="bar" d="M272.5,51.13815318539725h5v82.69148174659989h-5Z" fill="#4c78a8"/><path aria-label="hour_bucket: 16; mean: 1.11226252159; type: female" role="graphics-symbol" aria-roledescription="bar" d="M297.5,31.213691317318258h5v80.8918197519234h-5Z" fill="#4c78a8"/><path aria-label="hour_bucket: 17; mean: 0.912017167382; type: female" role="graphics-symbol" aria-roledescription="bar" d="M322.5,134.37378072571207h5v66.32852126414357h-5Z" fill="#4c78a8"/><path aria-label="hour_bucket: 18; mean: 0.469656992084; type: female" role="graphics-symbol" aria-roledescription="bar" d="M347.5,256.84816502758457h5v34.15687215159505h-5Z" fill="#4c78a8"/></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'type' for fill color with 2 values: female, male"><g transform="translate(418,0)"><path class="background" aria-hidden="true" d="M0,0h47v40h-47Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h46.0146484375v11h-46.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,-5h10v10h-10Z" fill="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">female</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,13)"><path class="background" aria-hidden="true" d="M0,0h46.0146484375v11h-46.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,-5h10v10h-10Z" fill="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">male</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">type</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="449" height="447" viewBox="0 0 449 447"><rect width="449" height="447" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(39,10)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h400v400h-400Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,400.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(35,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(84,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(134,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(184,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(234,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(283,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(333,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(383,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,400)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,343)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,286)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,229)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,171)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,114)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,57)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'hour_bucket' for a time scale with values from Thursday, 28 October 2021, 7:00:00 AM to Wednesday, 01 November 2023, 4:00:00 PM"><g transform="translate(0.5,400.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(35,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(84,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(134,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(184,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(234,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(283,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(333,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(383,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="middle" transform="translate(35.245390070921985,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022</text><text text-anchor="middle" transform="translate(84.26666666666667,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">April</text><text text-anchor="middle" transform="translate(133.8553191489362,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">July</text><text text-anchor="middle" transform="translate(183.94326241134752,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">October</text><text text-anchor="middle" transform="translate(234.05390070921985,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2023</text><text text-anchor="middle" transform="translate(283.07517730496454,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">April</text><text text-anchor="middle" transform="translate(332.6638297872341,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">July</text><text text-anchor="middle" transform="translate(382.7517730496454,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">October</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="400" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(200,30)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">hour_bucket</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'calls' for a linear scale with values from 0 to 35"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,400)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,343)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,286)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,229)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,171)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,114)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,57)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,403)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0</text><text text-anchor="end" transform="translate(-7,345.8571428571429)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">5</text><text text-anchor="end" transform="translate(-7,288.7142857142857)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">10</text><text text-anchor="end" transform="translate(-7,231.57142857142856)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">15</text><text text-anchor="end" transform="translate(-7,174.42857142857144)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">20</text><text text-anchor="end" transform="translate(-7,117.28571428571428)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">25</text><text text-anchor="end" transform="translate(-7,60.14285714285716)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">30</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">35</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,400)" x2="0" y2="-400" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-22.123046875,200) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-symbol role-mark marks" role="graphics-object" aria-roledescription="symbol mark container"><path aria-label="hour_bucket: Oct 28, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(0,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 28, 2021; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(0.02269503546099291,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 28, 2021; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(0.04539007092198582,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 28, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(0.06808510638297872,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 28, 2021; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(0.09078014184397164,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 28, 2021; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(0.11347517730496454,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 28, 2021; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(0.13617021276595745,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 28, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(0.15886524822695036,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 28, 2021; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(0.18156028368794327,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 28, 2021; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(0.20425531914893616,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 28, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(0.22695035460992907,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 29, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(0.5446808510638298,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 29, 2021; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(0.5673758865248227,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 29, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(0.5900709219858156,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 29, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(0.6127659574468085,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 29, 2021; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(0.6354609929078014,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 29, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(0.6581560283687943,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 29, 2021; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(0.6808510638297872,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 29, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(0.7035460992907802,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 29, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(0.7262411347517731,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 29, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(0.7489361702127659,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 29, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(0.7716312056737589,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 30, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(1.0893617021276596,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 30, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(1.1120567375886525,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 30, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(1.1347517730496455,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 30, 2021; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(1.1574468085106382,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 30, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(1.1801418439716311,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 30, 2021; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(1.202836879432624,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 30, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(1.225531914893617,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 30, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(1.24822695035461,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 30, 2021; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(1.270921985815603,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 30, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(1.2936170212765958,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 30, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(1.3163120567375886,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 31, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(1.6340425531914893,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 31, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(1.656737588652482,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 31, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(1.6794326241134754,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 31, 2021; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(1.702127659574468,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 31, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(1.724822695035461,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 31, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(1.7475177304964538,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 31, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(1.770212765957447,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 31, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(1.7929078014184399,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 31, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(1.8156028368794326,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 31, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(1.8382978723404255,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 31, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(1.8609929078014182,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 01, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(2.178723404255319,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 01, 2021; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(2.201418439716312,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 01, 2021; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(2.224113475177305,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 01, 2021; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(2.2468085106382976,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 01, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(2.269503546099291,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 01, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(2.292198581560284,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 01, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(2.3148936170212764,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 01, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(2.3375886524822693,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 01, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(2.3602836879432623,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 01, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(2.382978723404255,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 01, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(2.405673758865248,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 02, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(2.723404255319149,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 02, 2021; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(2.746099290780142,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 02, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(2.7687943262411348,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 02, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(2.7914893617021277,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 02, 2021; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(2.8141843971631206,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 02, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(2.8368794326241136,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 02, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(2.859574468085106,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 02, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(2.8822695035460995,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 02, 2021; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(2.9049645390070924,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 02, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(2.927659574468085,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 02, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(2.950354609929078,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 03, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(3.2680851063829786,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 03, 2021; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(3.2907801418439715,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 03, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(3.313475177304964,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 03, 2021; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(3.336170212765958,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 03, 2021; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(3.3588652482269508,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 03, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(3.3815602836879433,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 03, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(3.404255319148936,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 03, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(3.426950354609929,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 03, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(3.449645390070922,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 03, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(3.4723404255319146,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 03, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(3.4950354609929075,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 04, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(3.8127659574468087,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 04, 2021; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(3.835460992907801,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 04, 2021; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(3.858156028368794,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 04, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(3.880851063829787,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 04, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(3.90354609929078,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 04, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(3.9262411347517734,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 04, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(3.9489361702127663,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 04, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(3.9716312056737593,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 04, 2021; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(3.9943262411347518,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 04, 2021; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(4.017021276595745,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 04, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(4.039716312056737,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 05, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(4.357446808510638,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 05, 2021; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(4.380141843971631,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 05, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(4.402836879432624,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 05, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(4.425531914893617,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 05, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(4.44822695035461,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 05, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(4.470921985815603,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 05, 2021; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(4.493617021276595,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 05, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(4.516312056737588,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 05, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(4.539007092198582,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 05, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(4.561702127659575,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 05, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(4.584397163120568,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 13, 2021; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(8.73758865248227,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 13, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(8.760283687943263,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 13, 2021; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(8.782978723404256,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 13, 2021; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(8.805673758865249,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 13, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(8.828368794326241,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 13, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(8.851063829787234,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 13, 2021; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(8.873758865248227,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 13, 2021; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(8.89645390070922,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 13, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(8.919148936170213,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 13, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(8.941843971631206,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 14, 2021; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(9.282269503546098,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 14, 2021; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(9.304964539007091,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 14, 2021; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(9.327659574468084,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 14, 2021; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(9.350354609929077,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 14, 2021; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(9.37304964539007,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 14, 2021; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(9.395744680851063,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 14, 2021; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(9.418439716312056,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 14, 2021; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(9.441134751773049,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 14, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(9.463829787234044,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 14, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(9.486524822695037,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 15, 2021; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(9.826950354609929,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 15, 2021; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(9.849645390070922,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 15, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(9.872340425531915,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 15, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(9.895035460992908,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 15, 2021; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(9.9177304964539,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 15, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(9.940425531914894,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 15, 2021; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(9.963120567375887,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 15, 2021; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(9.98581560283688,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 15, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(10.008510638297873,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 16, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(10.37163120567376,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 16, 2021; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(10.394326241134753,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 16, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(10.417021276595746,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 16, 2021; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(10.439716312056738,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 16, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(10.46241134751773,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 16, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(10.485106382978723,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 16, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(10.507801418439715,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 16, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(10.530496453900708,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 16, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(10.553191489361701,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 17, 2021; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(10.916312056737588,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 17, 2021; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(10.939007092198581,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 17, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(10.961702127659574,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 17, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(10.984397163120567,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 17, 2021; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(11.00709219858156,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 17, 2021; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(11.029787234042553,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 17, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(11.052482269503546,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 17, 2021; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(11.075177304964539,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 17, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(11.097872340425532,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 18, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(11.460992907801417,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 18, 2021; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(11.483687943262412,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 18, 2021; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(11.506382978723405,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 18, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(11.529078014184398,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 18, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(11.55177304964539,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 18, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(11.574468085106384,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 18, 2021; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(11.597163120567377,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 18, 2021; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(11.61985815602837,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 18, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(11.642553191489363,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 19, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(12.005673758865248,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 19, 2021; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(12.02836879432624,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 19, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(12.051063829787234,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 19, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(12.073758865248227,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 19, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(12.09645390070922,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 19, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(12.119148936170212,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 19, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(12.141843971631205,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 19, 2021; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(12.164539007092198,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 19, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(12.187234042553191,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 20, 2021; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(12.550354609929078,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 20, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(12.573049645390071,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 20, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(12.595744680851064,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 20, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(12.618439716312057,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 20, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(12.64113475177305,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 20, 2021; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(12.663829787234043,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 20, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(12.686524822695036,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 20, 2021; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(12.709219858156029,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 20, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(12.731914893617022,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 21, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(13.095035460992907,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 21, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(13.1177304964539,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 21, 2021; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(13.140425531914893,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 21, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(13.163120567375886,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 21, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(13.185815602836879,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 21, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(13.208510638297872,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 21, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(13.231205673758865,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 21, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(13.253900709219856,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 21, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(13.276595744680849,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 22, 2021; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(13.639716312056738,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 22, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(13.66241134751773,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 22, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(13.685106382978724,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 22, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(13.707801418439717,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 22, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(13.73049645390071,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 22, 2021; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(13.753191489361702,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 22, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(13.775886524822695,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 22, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(13.798581560283688,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 22, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(13.821276595744681,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 23, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(14.320567375886526,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 24, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(14.729078014184397,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 25, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(15.273758865248228,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 25, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(15.29645390070922,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 25, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(15.319148936170212,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 25, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(15.341843971631205,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 25, 2021; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(15.364539007092198,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 25, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(15.38723404255319,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 25, 2021; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(15.409929078014184,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 25, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(15.432624113475176,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 25, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(15.45531914893617,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 26, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(15.818439716312058,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 26, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(15.841134751773051,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 26, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(15.863829787234044,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 26, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(15.886524822695037,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 26, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(15.909219858156028,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 26, 2021; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(15.931914893617021,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 26, 2021; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(15.954609929078014,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 26, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(15.977304964539007,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 26, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(16,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 27, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(16.363120567375887,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 27, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(16.385815602836878,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 27, 2021; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(16.408510638297873,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 27, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(16.431205673758864,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 27, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(16.453900709219855,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 27, 2021; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(16.47659574468085,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 27, 2021; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(16.499290780141845,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 27, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(16.52198581560284,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 27, 2021; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(16.54468085106383,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 28, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(16.907801418439718,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 28, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(16.93049645390071,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 28, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(16.953191489361704,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 28, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(16.975886524822695,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 28, 2021; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(16.99858156028369,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 28, 2021; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(17.02127659574468,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 28, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(17.04397163120567,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 28, 2021; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(17.066666666666666,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 28, 2021; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(17.089361702127658,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 29, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(17.452482269503548,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 29, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(17.47517730496454,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 29, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(17.497872340425534,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 29, 2021; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(17.520567375886525,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 29, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(17.54326241134752,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 29, 2021; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(17.56595744680851,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 29, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(17.588652482269502,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 29, 2021; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(17.611347517730497,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 29, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(17.634042553191488,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 30, 2021; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(17.997163120567375,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 30, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(18.019858156028366,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 30, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(18.04255319148936,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 30, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(18.065248226950352,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 30, 2021; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(18.087943262411347,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 30, 2021; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(18.11063829787234,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 30, 2021; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(18.133333333333333,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 30, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(18.156028368794328,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 30, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(18.17872340425532,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 01, 2021; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(18.541843971631206,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 01, 2021; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(18.564539007092197,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 01, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(18.58723404255319,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 01, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(18.609929078014183,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 01, 2021; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(18.632624113475178,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 01, 2021; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(18.65531914893617,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 01, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(18.678014184397163,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 01, 2021; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(18.700709219858155,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 01, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(18.72340425531915,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 02, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(19.086524822695036,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 02, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(19.109219858156028,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 02, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(19.131914893617022,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 02, 2021; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(19.154609929078013,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 02, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(19.177304964539008,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 02, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(19.2,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 02, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(19.222695035460994,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 02, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(19.245390070921985,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 02, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(19.26808510638298,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 03, 2021; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(19.631205673758863,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 03, 2021; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(19.653900709219858,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 03, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(19.67659574468085,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 03, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(19.699290780141844,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 03, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(19.72198581560284,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 03, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(19.74468085106383,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 03, 2021; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(19.767375886524825,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 03, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(19.790070921985816,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 03, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(19.81276595744681,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 04, 2021; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(20.175886524822694,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 04, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(20.19858156028369,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 04, 2021; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(20.22127659574468,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 04, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(20.243971631205675,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 04, 2021; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(20.266666666666666,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 04, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(20.28936170212766,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 04, 2021; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(20.31205673758865,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 04, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(20.334751773049646,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 04, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(20.357446808510637,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 05, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(20.720567375886525,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 05, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(20.74326241134752,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 05, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(20.76595744680851,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 05, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(20.788652482269505,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 05, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(20.811347517730496,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 05, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(20.83404255319149,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 05, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(20.856737588652482,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 05, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(20.879432624113477,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 05, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(20.902127659574468,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 18, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(27.824113475177302,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 18, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(27.846808510638297,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 18, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(27.86950354609929,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 18, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(27.892198581560283,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 18, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(27.914893617021274,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 18, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(27.93758865248227,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 18, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(27.96028368794326,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 19, 2021; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(28.368794326241137,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 19, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(28.391489361702128,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 19, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(28.414184397163122,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 19, 2021; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(28.436879432624114,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 19, 2021; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(28.45957446808511,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 19, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(28.4822695035461,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 19, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(28.504964539007094,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 20, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(28.913475177304964,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 20, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(28.936170212765955,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 20, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(28.95886524822695,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 20, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(28.981560283687948,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 20, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(29.004255319148935,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 20, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(29.02695035460993,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 20, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(29.04964539007092,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 21, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(29.458156028368794,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 21, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(29.48085106382979,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 21, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(29.50354609929078,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 21, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(29.526241134751775,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 21, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(29.548936170212762,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 21, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(29.57163120567376,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 21, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(29.59432624113475,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 22, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(30.002836879432625,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 22, 2021; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(30.025531914893616,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 22, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(30.04822695035461,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 22, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(30.070921985815602,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 22, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(30.093617021276597,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 22, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(30.116312056737588,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 22, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(30.139007092198582,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 23, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(30.547517730496455,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 23, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(30.570212765957443,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 23, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(30.59290780141844,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 23, 2021; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(30.615602836879436,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 23, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(30.638297872340424,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 23, 2021; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(30.660992907801422,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 23, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(30.68368794326241,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 24, 2021; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(31.092198581560282,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 24, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(31.114893617021277,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 24, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(31.13758865248227,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 24, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(31.160283687943263,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 24, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(31.182978723404254,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 24, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(31.20567375886525,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 24, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(31.22836879432624,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 25, 2021; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(31.636879432624117,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 25, 2021; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(31.659574468085104,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 25, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(31.682269503546102,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 25, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(31.70496453900709,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 25, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(31.72765957446809,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 25, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(31.750354609929076,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 25, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(31.773049645390074,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 26, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(32.18156028368794,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 26, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(32.20425531914894,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 26, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(32.226950354609926,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 26, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(32.249645390070924,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 26, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(32.272340425531915,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 26, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(32.295035460992914,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 26, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(32.3177304964539,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 27, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(32.726241134751774,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 27, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(32.748936170212765,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 27, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(32.771631205673756,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 27, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(32.794326241134755,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 27, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(32.817021276595746,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 27, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(32.83971631205674,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 27, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(32.86241134751773,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 28, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(33.270921985815605,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 28, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(33.293617021276596,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 28, 2021; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(33.31631205673759,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 28, 2021; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(33.33900709219858,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 28, 2021; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(33.361702127659576,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 28, 2021; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(33.38439716312057,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 28, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(33.40709219858156,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 29, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(33.815602836879435,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 29, 2021; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(33.838297872340426,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 29, 2021; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(33.86099290780142,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 29, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(33.883687943262416,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 29, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(33.90638297872341,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 29, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(33.9290780141844,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 29, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(33.95177304964539,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 30, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(34.36028368794326,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 30, 2021; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(34.38297872340426,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 30, 2021; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(34.40567375886525,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 30, 2021; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(34.42836879432624,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 30, 2021; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(34.45106382978723,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 30, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(34.47375886524823,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 30, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(34.49645390070922,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 31, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(34.904964539007096,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 31, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(34.92765957446808,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 31, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(34.95035460992908,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 31, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(34.97304964539007,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 31, 2021; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(34.99574468085107,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 31, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(35.01843971631205,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 31, 2021; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(35.04113475177305,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 01, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(35.44964539007092,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 01, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(35.47234042553192,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 01, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(35.49503546099291,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 01, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(35.5177304964539,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 01, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(35.54042553191489,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 01, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(35.56312056737589,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 01, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(35.58581560283688,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 02, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(35.99432624113475,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 02, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(36.01702127659575,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 02, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(36.03971631205673,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 02, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(36.06241134751773,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 02, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(36.08510638297872,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 02, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(36.10780141843971,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 02, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(36.130496453900705,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 03, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(36.53900709219858,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 03, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(36.56170212765957,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 03, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(36.58439716312057,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 03, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(36.60709219858156,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 03, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(36.62978723404255,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 03, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(36.652482269503544,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 03, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(36.67517730496454,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 04, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(37.08368794326241,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 04, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(37.10638297872341,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 04, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(37.129078014184394,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 04, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(37.15177304964539,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 04, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(37.17446808510638,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 04, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(37.19716312056738,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 04, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(37.219858156028366,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 05, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(37.62836879432624,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 05, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(37.65106382978723,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 05, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(37.673758865248224,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 05, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(37.69645390070922,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 05, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(37.719148936170214,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 05, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(37.741843971631205,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 05, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(37.764539007092196,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 06, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(38.17304964539007,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 06, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(38.195744680851064,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 06, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(38.218439716312055,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 06, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(38.241134751773046,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 06, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(38.263829787234044,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 06, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(38.286524822695036,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 06, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(38.30921985815603,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 07, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(38.7177304964539,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 07, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(38.740425531914894,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 07, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(38.763120567375886,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 07, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(38.785815602836884,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 07, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(38.808510638297875,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 07, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(38.831205673758866,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 07, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(38.85390070921986,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 08, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(39.26241134751773,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 08, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(39.285106382978725,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 08, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(39.307801418439716,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 08, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(39.33049645390071,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 08, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(39.3531914893617,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 08, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(39.3758865248227,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 08, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(39.39858156028369,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 09, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(39.807092198581564,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 09, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(39.82978723404255,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 09, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(39.85248226950355,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 09, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(39.87517730496454,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 09, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(39.897872340425536,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 09, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(39.92056737588652,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 09, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(39.94326241134752,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 10, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(40.35177304964539,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 10, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(40.374468085106386,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 10, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(40.39716312056738,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 10, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(40.41985815602837,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 10, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(40.44255319148936,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 10, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(40.46524822695036,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 10, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(40.48794326241135,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 11, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(40.89645390070922,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 11, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(40.91914893617022,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 11, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(40.9418439716312,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 11, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(40.9645390070922,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 11, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(40.98723404255319,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 11, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(41.00992907801418,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 11, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(41.03262411347517,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 12, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(41.44113475177305,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 12, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(41.46382978723404,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 12, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(41.48652482269504,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 12, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(41.50921985815603,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 12, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(41.53191489361702,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 12, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(41.55460992907801,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 12, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(41.57730496453901,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 13, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(41.98581560283688,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 13, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(42.00851063829788,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 13, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(42.03120567375886,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 13, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(42.05390070921986,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 13, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(42.07659574468085,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 13, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(42.09929078014184,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 13, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(42.121985815602834,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 14, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(42.53049645390071,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 14, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(42.5531914893617,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 14, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(42.57588652482269,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 14, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(42.59858156028369,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 14, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(42.621276595744675,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 14, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(42.64397163120567,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 14, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(42.66666666666667,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 15, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(43.07517730496454,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 15, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(43.09787234042553,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 15, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(43.12056737588652,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 15, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(43.143262411347514,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 15, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(43.16595744680851,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 15, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(43.188652482269504,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 15, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(43.211347517730495,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 16, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(43.61985815602837,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 16, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(43.64255319148936,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 16, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(43.665248226950354,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 16, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(43.68794326241135,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 16, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(43.710638297872336,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 16, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(43.733333333333334,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 16, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(43.756028368794325,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 17, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(44.164539007092195,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 17, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(44.18723404255319,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 17, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(44.209929078014184,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 17, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(44.232624113475175,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 17, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(44.25531914893617,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 17, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(44.278014184397165,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 17, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(44.300709219858156,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 18, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(44.70921985815603,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 18, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(44.73191489361702,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 18, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(44.754609929078015,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 18, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(44.777304964539006,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 18, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(44.800000000000004,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 18, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(44.82269503546099,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 18, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(44.84539007092199,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 19, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(45.253900709219856,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 19, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(45.276595744680854,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 19, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(45.299290780141845,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 19, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(45.32198581560284,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 19, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(45.34468085106383,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 19, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(45.367375886524826,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 19, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(45.39007092198582,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 20, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(45.79858156028369,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 20, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(45.82127659574468,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 20, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(45.84397163120567,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 20, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(45.86666666666667,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 20, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(45.889361702127665,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 20, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(45.91205673758865,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 20, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(45.93475177304965,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 21, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(46.34326241134752,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 21, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(46.36595744680851,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 21, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(46.38865248226951,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 21, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(46.4113475177305,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 21, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(46.43404255319149,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 21, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(46.45673758865248,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 21, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(46.47943262411348,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 22, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(46.88794326241135,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 22, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(46.91063829787234,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 22, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(46.93333333333333,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 22, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(46.95602836879433,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 22, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(46.97872340425532,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 22, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(47.00141843971631,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 22, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(47.0241134751773,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 23, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(47.43262411347517,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 23, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(47.45531914893617,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 23, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(47.47801418439716,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 23, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(47.50070921985816,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 23, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(47.52340425531915,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 23, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(47.54609929078014,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 23, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(47.56879432624114,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 24, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(47.97730496453901,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 24, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(48,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 24, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(48.02269503546099,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 24, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(48.04539007092198,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 24, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(48.06808510638298,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 24, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(48.09078014184397,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 24, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(48.11347517730496,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 25, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(48.52198581560284,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 25, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(48.54468085106383,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 25, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(48.56737588652482,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 25, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(48.59007092198582,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 25, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(48.612765957446804,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 25, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(48.6354609929078,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 25, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(48.65815602836879,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 26, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(49.06666666666666,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 26, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(49.08936170212766,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 26, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(49.11205673758865,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 26, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(49.13475177304964,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 26, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(49.15744680851064,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 26, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(49.18014184397163,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 26, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(49.202836879432624,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 27, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(49.6113475177305,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 27, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(49.634042553191485,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 27, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(49.65673758865248,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 27, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(49.679432624113474,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 27, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(49.70212765957447,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 27, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(49.724822695035456,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 27, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(49.747517730496455,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 28, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(50.156028368794324,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 28, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(50.17872340425532,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 28, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(50.20141843971631,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 28, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(50.224113475177305,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 28, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(50.246808510638296,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 28, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(50.269503546099294,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 28, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(50.292198581560285,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 29, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(50.700709219858155,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 29, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(50.723404255319146,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 29, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(50.746099290780144,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 29, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(50.76879432624114,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 29, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(50.791489361702126,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 29, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(50.81418439716312,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 29, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(50.836879432624116,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 30, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(51.24539007092198,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 30, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(51.268085106382976,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 30, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(51.290780141843975,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 30, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(51.313475177304966,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 30, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(51.33617021276595,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 30, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(51.35886524822695,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 30, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(51.381560283687946,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 31, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(51.79007092198582,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 31, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(51.81276595744681,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 31, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(51.8354609929078,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 31, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(51.858156028368796,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 31, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(51.880851063829795,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 31, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(51.90354609929078,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 31, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(51.92624113475177,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 01, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(52.334751773049646,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 01, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(52.357446808510645,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 01, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(52.38014184397163,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 01, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(52.40283687943263,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 01, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(52.42553191489362,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 01, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(52.448226950354616,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 01, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(52.4709219858156,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 02, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(52.87943262411348,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 02, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(52.902127659574475,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 02, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(52.92482269503546,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 02, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(52.94751773049645,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 02, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(52.97021276595745,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 02, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(52.99290780141844,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 02, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(53.015602836879424,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 03, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(53.42411347517731,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 03, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(53.4468085106383,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 03, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(53.4695035460993,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 03, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(53.49219858156028,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 03, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(53.51489361702127,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 03, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(53.53758865248227,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 03, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(53.56028368794327,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 04, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(53.96879432624113,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 04, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(53.99148936170213,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 04, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(54.01418439716312,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 04, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(54.03687943262412,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 04, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(54.0595744680851,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 04, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(54.0822695035461,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 04, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(54.10496453900709,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 05, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(54.51347517730496,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 05, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(54.53617021276595,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 05, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(54.55886524822695,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 05, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(54.58156028368795,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 05, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(54.60425531914893,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 05, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(54.626950354609924,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 05, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(54.64964539007092,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 06, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(55.0581560283688,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 06, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(55.08085106382978,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 06, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(55.10354609929078,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 06, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(55.12624113475177,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 06, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(55.14893617021277,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 06, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(55.171631205673755,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 06, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(55.19432624113475,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 07, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(55.60283687943263,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 07, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(55.62553191489362,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 07, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(55.648226950354605,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 07, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(55.6709219858156,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 07, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(55.693617021276594,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 07, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(55.71631205673759,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 07, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(55.73900709219858,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 08, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(56.14751773049645,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 08, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(56.17021276595745,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 08, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(56.192907801418436,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 08, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(56.21560283687943,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 08, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(56.238297872340425,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 08, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(56.26099290780142,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 08, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(56.28368794326241,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 09, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(56.692198581560284,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 09, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(56.714893617021275,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 09, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(56.73758865248227,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 09, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(56.76028368794326,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 09, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(56.782978723404256,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 09, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(56.80567375886525,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 09, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(56.828368794326245,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 10, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(57.23687943262411,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 10, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(57.259574468085106,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 10, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(57.282269503546104,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 10, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(57.304964539007095,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 10, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(57.32765957446808,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 10, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(57.35035460992908,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 10, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(57.373049645390076,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 11, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(57.78156028368794,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 24, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(64.81702127659574,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 24, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(64.83971631205674,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 24, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(64.86241134751774,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 24, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(64.88510638297872,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 24, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(64.90780141843972,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 24, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(64.93049645390072,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 24, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(64.9531914893617,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 24, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(64.97588652482268,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 24, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(64.99858156028368,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 24, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(65.02127659574468,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 24, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(65.04397163120568,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 24, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(65.06666666666666,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 25, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(65.36170212765957,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 25, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(65.38439716312057,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 25, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(65.40709219858157,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 25, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(65.42978723404256,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 25, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(65.45248226950355,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 25, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(65.47517730496453,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 25, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(65.49787234042553,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 25, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(65.52056737588653,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 25, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(65.54326241134751,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 25, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(65.56595744680851,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 25, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(65.58865248226951,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 25, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(65.61134751773051,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 26, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(65.9063829787234,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 26, 2022; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(65.9290780141844,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 26, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(65.9517730496454,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 26, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(65.97446808510638,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 26, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(65.99716312056738,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 26, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(66.01985815602836,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 26, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(66.04255319148936,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 26, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(66.06524822695036,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 26, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(66.08794326241136,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 26, 2022; calls: 19" role="graphics-symbol" aria-roledescription="point" transform="translate(66.11063829787234,182.85714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 26, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(66.13333333333333,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 26, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(66.15602836879432,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 27, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(66.45106382978724,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 27, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(66.47375886524823,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 27, 2022; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(66.49645390070921,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 27, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(66.51914893617021,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 27, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(66.54184397163121,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 27, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(66.5645390070922,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 27, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(66.58723404255319,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 27, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(66.60992907801419,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 27, 2022; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(66.63262411347517,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 27, 2022; calls: 22" role="graphics-symbol" aria-roledescription="point" transform="translate(66.65531914893617,148.57142857142858)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 27, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(66.67801418439716,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 27, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(66.70070921985815,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 28, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(66.99574468085106,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 28, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(67.01843971631206,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 28, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(67.04113475177304,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 28, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(67.06382978723404,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 28, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(67.08652482269504,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 28, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(67.10921985815604,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 28, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(67.13191489361702,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 28, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(67.154609929078,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 28, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(67.177304964539,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 28, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(67.2,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 28, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(67.22269503546099,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 28, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(67.24539007092199,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 01, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(67.54042553191489,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 01, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(67.56312056737589,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 01, 2022; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(67.58581560283687,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 01, 2022; calls: 23" role="graphics-symbol" aria-roledescription="point" transform="translate(67.60851063829787,137.14285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 01, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(67.63120567375887,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 01, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(67.65390070921985,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 01, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(67.67659574468085,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 01, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(67.69929078014184,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 01, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(67.72198581560284,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 01, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(67.74468085106383,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 01, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(67.76737588652483,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 01, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(67.79007092198582,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 02, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(68.08510638297872,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 02, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(68.10780141843972,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 02, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(68.13049645390072,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 02, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(68.1531914893617,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 02, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(68.17588652482269,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 02, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(68.19858156028369,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 02, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(68.22127659574468,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 02, 2022; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(68.24397163120567,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 02, 2022; calls: 21" role="graphics-symbol" aria-roledescription="point" transform="translate(68.26666666666667,160)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 02, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(68.28936170212766,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 02, 2022; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(68.31205673758866,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 02, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(68.33475177304965,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 03, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(68.62978723404255,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 03, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(68.65248226950355,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 03, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(68.67517730496454,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 03, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(68.69787234042553,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 03, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(68.72056737588652,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 03, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(68.74326241134752,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 03, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(68.76595744680851,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 03, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(68.78865248226951,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 03, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(68.8113475177305,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 03, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(68.8340425531915,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 03, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(68.85673758865248,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 03, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(68.87943262411348,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 04, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(69.17446808510638,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 04, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(69.19716312056737,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 04, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(69.21985815602837,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 04, 2022; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(69.24255319148936,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 04, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(69.26524822695036,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 04, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(69.28794326241135,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 04, 2022; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(69.31063829787234,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 04, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(69.33333333333334,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 04, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(69.35602836879433,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 04, 2022; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(69.37872340425531,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 04, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(69.40141843971631,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 04, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(69.42411347517731,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 05, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(69.71914893617021,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 05, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(69.7418439716312,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 05, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(69.7645390070922,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 05, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(69.7872340425532,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 05, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(69.80992907801419,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 05, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(69.83262411347518,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 05, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(69.85531914893616,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 05, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(69.87801418439716,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 05, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(69.90070921985816,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 05, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(69.92340425531914,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 05, 2022; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(69.94609929078014,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 05, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(69.96879432624114,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 06, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(70.26382978723404,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 06, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(70.28652482269504,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 06, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(70.30921985815603,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 06, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(70.33191489361703,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 06, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(70.35460992907801,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 06, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(70.37730496453901,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 06, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(70.39999999999999,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 06, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(70.42269503546099,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 06, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(70.44539007092199,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 06, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(70.46808510638299,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 06, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(70.49078014184397,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 06, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(70.51347517730497,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 07, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(70.80851063829788,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 07, 2022; calls: 19" role="graphics-symbol" aria-roledescription="point" transform="translate(70.83120567375887,182.85714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 07, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(70.85390070921986,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 07, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(70.87659574468084,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 07, 2022; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(70.89929078014184,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 07, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(70.92198581560284,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 07, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(70.94468085106384,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 07, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(70.96737588652482,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 07, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(70.99007092198582,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 07, 2022; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(71.01276595744682,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 07, 2022; calls: 24" role="graphics-symbol" aria-roledescription="point" transform="translate(71.0354609929078,125.71428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 07, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(71.05815602836878,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 08, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(71.3531914893617,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 08, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(71.37588652482269,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 08, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(71.39858156028369,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 08, 2022; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(71.42127659574467,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 08, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(71.44397163120567,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 08, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(71.46666666666667,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 08, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(71.48936170212767,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 08, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(71.51205673758865,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 08, 2022; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(71.53475177304965,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 08, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(71.55744680851063,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 08, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(71.58014184397163,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 08, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(71.60283687943262,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 09, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(71.89787234042552,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 09, 2022; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(71.92056737588652,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 09, 2022; calls: 28" role="graphics-symbol" aria-roledescription="point" transform="translate(71.94326241134752,79.99999999999999)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 09, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(71.96595744680852,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 09, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(71.9886524822695,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 09, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(72.0113475177305,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 09, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(72.0340425531915,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 09, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(72.05673758865248,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 09, 2022; calls: 22" role="graphics-symbol" aria-roledescription="point" transform="translate(72.07943262411347,148.57142857142858)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 09, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(72.10212765957446,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 09, 2022; calls: 18" role="graphics-symbol" aria-roledescription="point" transform="translate(72.12482269503546,194.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 09, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(72.14751773049646,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 10, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(72.44255319148937,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 10, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(72.46524822695035,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 10, 2022; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(72.48794326241135,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 10, 2022; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(72.51063829787235,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 10, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(72.53333333333333,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 10, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(72.55602836879433,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 10, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(72.57872340425531,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 10, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(72.60141843971631,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 10, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(72.62411347517731,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 10, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(72.6468085106383,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 10, 2022; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(72.66950354609929,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 10, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(72.69219858156029,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 11, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(72.9872340425532,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 11, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(73.00992907801418,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 11, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(73.03262411347518,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 11, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(73.05531914893618,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 11, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(73.07801418439716,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 11, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(73.10070921985815,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 11, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(73.12340425531914,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 11, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(73.14609929078014,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 11, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(73.16879432624114,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 11, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(73.19148936170212,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 11, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(73.21418439716312,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 11, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(73.23687943262411,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 12, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(73.53191489361703,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 12, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(73.55460992907801,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 12, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(73.577304964539,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 12, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(73.6,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 12, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(73.62269503546099,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 12, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(73.64539007092199,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 12, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(73.66808510638297,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 12, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(73.69078014184397,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 12, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(73.71347517730497,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 12, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(73.73617021276596,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 12, 2022; calls: 24" role="graphics-symbol" aria-roledescription="point" transform="translate(73.75886524822694,125.71428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 12, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(73.78156028368794,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 13, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(74.07659574468084,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 13, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(74.09929078014184,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 13, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(74.12198581560284,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 13, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(74.14468085106382,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 13, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(74.16737588652482,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 13, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(74.19007092198582,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 13, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(74.21276595744682,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 13, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(74.2354609929078,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 13, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(74.25815602836879,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 13, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(74.28085106382979,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 13, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(74.30354609929078,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 13, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(74.32624113475177,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 14, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(74.62127659574467,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 14, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(74.64397163120567,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 14, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(74.66666666666667,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 14, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(74.68936170212766,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 14, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(74.71205673758865,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 14, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(74.73475177304965,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 14, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(74.75744680851064,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 14, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(74.78014184397162,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 14, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(74.80283687943262,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 14, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(74.82553191489362,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 14, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(74.84822695035461,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 14, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(74.87092198581561,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 15, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(75.1659574468085,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 15, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(75.1886524822695,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 15, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(75.2113475177305,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 15, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(75.2340425531915,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 15, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(75.25673758865248,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 15, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(75.27943262411347,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 15, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(75.30212765957447,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 15, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(75.32482269503546,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 15, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(75.34751773049645,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 15, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(75.37021276595745,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 15, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(75.39290780141845,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 15, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(75.41560283687943,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 16, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(75.71063829787235,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 16, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(75.73333333333333,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 16, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(75.75602836879433,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 16, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(75.77872340425532,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 16, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(75.80141843971631,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 16, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(75.8241134751773,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 16, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(75.8468085106383,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 16, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(75.8695035460993,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 16, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(75.8921985815603,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 16, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(75.91489361702128,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 16, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(75.93758865248226,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 16, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(75.96028368794326,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 17, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(76.25531914893617,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 17, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(76.27801418439716,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 17, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(76.30070921985815,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 17, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(76.32340425531915,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 17, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(76.34609929078015,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 17, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(76.36879432624113,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 17, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(76.39148936170213,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 17, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(76.41418439716313,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 17, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(76.43687943262411,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 17, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(76.45957446808511,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 17, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(76.48226950354609,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 17, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(76.50496453900709,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 18, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(76.8,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 18, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(76.822695035461,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 18, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(76.84539007092198,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 18, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(76.86808510638298,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 18, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(76.89078014184398,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 18, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(76.91347517730497,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 18, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(76.93617021276596,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 18, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(76.95886524822694,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 18, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(76.98156028368794,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 18, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(77.00425531914894,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 18, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(77.02695035460992,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 18, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(77.04964539007092,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 19, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(77.34468085106383,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 19, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(77.36737588652483,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 19, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(77.39007092198582,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 19, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(77.41276595744681,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 19, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(77.4354609929078,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 19, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(77.45815602836879,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 19, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(77.48085106382979,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 19, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(77.50354609929077,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 19, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(77.52624113475177,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 19, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(77.54893617021277,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 19, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(77.57163120567377,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 19, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(77.59432624113475,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 20, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(77.88936170212766,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 20, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(77.91205673758866,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 20, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(77.93475177304965,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 20, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(77.95744680851064,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 20, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(77.98014184397162,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 20, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(78.00283687943262,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 20, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(78.02553191489362,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 20, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(78.0482269503546,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 20, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(78.0709219858156,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 20, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(78.0936170212766,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 20, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(78.1163120567376,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 20, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(78.13900709219858,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 21, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(78.43404255319149,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 21, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(78.45673758865249,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 21, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(78.47943262411347,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 21, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(78.50212765957447,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 21, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(78.52482269503545,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 21, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(78.54751773049645,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 21, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(78.57021276595745,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 21, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(78.59290780141845,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 21, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(78.61560283687943,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 21, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(78.63829787234042,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 21, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(78.66099290780141,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 21, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(78.68368794326241,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 22, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(78.97872340425532,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 22, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(79.0014184397163,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 22, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(79.0241134751773,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 22, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(79.0468085106383,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 22, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(79.0695035460993,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 22, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(79.09219858156028,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 22, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(79.11489361702128,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 22, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(79.13758865248226,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 22, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(79.16028368794326,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 22, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(79.18297872340425,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 22, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(79.20567375886525,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 22, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(79.22836879432624,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 23, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(79.52340425531915,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 23, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(79.54609929078013,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 23, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(79.56879432624113,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 23, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(79.59148936170213,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 23, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(79.61418439716313,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 23, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(79.63687943262411,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 23, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(79.6595744680851,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 23, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(79.6822695035461,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 23, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(79.7049645390071,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 23, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(79.72765957446809,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 23, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(79.75035460992908,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 23, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(79.77304964539007,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 24, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(80.06808510638298,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 24, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(80.09078014184398,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 24, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(80.11347517730496,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 24, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(80.13617021276596,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 24, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(80.15886524822695,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 24, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(80.18156028368794,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 24, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(80.20425531914893,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 24, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(80.22695035460993,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 24, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(80.24964539007092,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 24, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(80.27234042553192,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 24, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(80.2950354609929,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 24, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(80.3177304964539,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 25, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(80.61276595744681,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 25, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(80.63546099290781,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 25, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(80.6581560283688,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 25, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(80.68085106382978,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 25, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(80.70354609929078,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 25, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(80.72624113475177,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 25, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(80.74893617021277,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 25, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(80.77163120567376,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 25, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(80.79432624113475,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 25, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(80.81702127659575,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 25, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(80.83971631205674,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 25, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(80.86241134751772,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 26, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(81.15744680851064,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 26, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(81.18014184397163,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 26, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(81.20283687943262,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 26, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(81.22553191489361,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 26, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(81.2482269503546,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 26, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(81.2709219858156,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 26, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(81.2936170212766,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 26, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(81.31631205673759,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 26, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(81.33900709219859,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 26, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(81.36170212765957,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 26, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(81.38439716312057,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 26, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(81.40709219858157,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 27, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(81.67943262411347,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 27, 2022; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(81.70212765957446,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 27, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(81.72482269503546,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 27, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(81.74751773049645,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 27, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(81.77021276595745,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 27, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(81.79290780141844,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 27, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(81.81560283687944,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 27, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(81.83829787234043,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 27, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(81.86099290780142,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 27, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(81.8836879432624,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 27, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(81.9063829787234,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 27, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(81.9290780141844,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 27, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(81.9517730496454,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 28, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(82.2241134751773,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 28, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(82.2468085106383,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 28, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(82.26950354609929,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 28, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(82.29219858156029,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 28, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(82.31489361702128,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 28, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(82.33758865248227,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 28, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(82.36028368794325,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 28, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(82.38297872340425,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 28, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(82.40567375886525,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 28, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(82.42836879432625,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 28, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(82.45106382978723,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 28, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(82.47375886524823,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 28, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(82.49645390070923,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 29, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(82.76879432624114,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 29, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(82.79148936170213,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 29, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(82.81418439716312,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 29, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(82.83687943262412,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 29, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(82.8595744680851,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 29, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(82.8822695035461,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 29, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(82.9049645390071,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 29, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(82.92765957446808,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 29, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(82.95035460992908,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 29, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(82.97304964539008,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 29, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(82.99574468085108,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 29, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(83.01843971631206,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 29, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(83.04113475177304,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 30, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(83.31347517730497,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 30, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(83.33617021276596,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 30, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(83.35886524822695,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 30, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(83.38156028368793,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 30, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(83.40425531914893,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 30, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(83.42695035460993,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 30, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(83.44964539007093,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 30, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(83.47234042553191,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 30, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(83.49503546099291,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 30, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(83.51773049645391,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 30, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(83.54042553191489,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 30, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(83.56312056737588,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 30, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(83.58581560283687,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 31, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(83.8581560283688,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 31, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(83.88085106382978,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 31, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(83.90354609929078,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 31, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(83.92624113475178,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 31, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(83.94893617021276,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 31, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(83.97163120567376,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 31, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(83.99432624113476,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 31, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(84.01702127659576,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 31, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(84.03971631205674,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 31, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(84.06241134751772,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 31, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(84.08510638297872,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 31, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(84.10780141843972,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 31, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(84.1304964539007,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 01, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(84.40283687943261,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 01, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(84.42553191489361,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 01, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(84.44822695035461,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 01, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(84.47092198581561,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 01, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(84.49361702127659,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 01, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(84.51631205673759,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 01, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(84.53900709219859,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 01, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(84.56170212765957,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 01, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(84.58439716312057,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 01, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(84.60709219858155,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 01, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(84.62978723404255,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 01, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(84.65248226950355,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 01, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(84.67517730496455,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 02, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(84.94751773049646,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 02, 2022; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(84.97021276595744,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 02, 2022; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(84.99290780141844,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 02, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(85.01560283687944,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 02, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(85.03829787234042,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 02, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(85.06099290780142,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 02, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(85.0836879432624,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 02, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(85.1063829787234,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 02, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(85.1290780141844,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 02, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(85.15177304964539,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 02, 2022; calls: 17" role="graphics-symbol" aria-roledescription="point" transform="translate(85.17446808510638,205.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 02, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(85.19716312056738,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 02, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(85.21985815602837,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 03, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(85.51489361702129,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 03, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(85.53758865248227,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 03, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(85.56028368794327,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 03, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(85.58297872340425,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 03, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(85.60567375886525,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 03, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(85.62836879432624,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 03, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(85.65106382978723,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 03, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(85.67375886524823,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 03, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(85.69645390070923,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 03, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(85.71914893617021,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 03, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(85.7418439716312,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 03, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(85.7645390070922,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 03, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(85.7872340425532,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 04, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(86.0595744680851,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 04, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(86.08226950354609,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 04, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(86.10496453900709,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 04, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(86.12765957446808,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 04, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(86.15035460992908,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 04, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(86.17304964539008,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 04, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(86.19574468085106,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 04, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(86.21843971631206,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 04, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(86.24113475177305,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 04, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(86.26382978723404,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 04, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(86.28652482269503,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 04, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(86.30921985815603,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 04, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(86.33191489361703,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 05, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(86.60425531914893,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 05, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(86.62695035460993,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 05, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(86.64964539007092,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 05, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(86.67234042553191,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 05, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(86.69503546099291,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 05, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(86.71773049645391,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 05, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(86.7404255319149,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 05, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(86.76312056737588,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 05, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(86.78581560283688,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 05, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(86.80851063829788,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 05, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(86.83120567375886,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 05, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(86.85390070921986,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 05, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(86.87659574468086,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 06, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(87.14893617021276,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 06, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(87.17163120567376,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 06, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(87.19432624113476,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 06, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(87.21702127659574,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 06, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(87.23971631205674,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 06, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(87.26241134751773,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 06, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(87.28510638297873,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 06, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(87.30780141843971,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 06, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(87.33049645390071,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 06, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(87.3531914893617,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 06, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(87.3758865248227,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 06, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(87.39858156028369,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 06, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(87.42127659574467,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 07, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(87.6936170212766,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 07, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(87.71631205673759,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 07, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(87.73900709219859,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 07, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(87.76170212765958,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 07, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(87.78439716312056,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 07, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(87.80709219858156,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 07, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(87.82978723404256,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 07, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(87.85248226950355,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 07, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(87.87517730496454,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 07, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(87.89787234042554,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 07, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(87.92056737588652,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 07, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(87.94326241134752,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 07, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(87.9659574468085,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 08, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(88.23829787234042,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 08, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(88.26099290780142,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 08, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(88.28368794326241,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 08, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(88.3063829787234,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 27, 2022; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(98.58723404255319,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 27, 2022; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(98.60992907801418,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 27, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(98.63262411347517,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 27, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(98.65531914893617,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 27, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(98.67801418439717,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 27, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(98.70070921985815,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 27, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(98.72340425531915,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 27, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(98.74609929078014,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 27, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(98.76879432624114,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 27, 2022; calls: 21" role="graphics-symbol" aria-roledescription="point" transform="translate(98.79148936170212,160)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 27, 2022; calls: 18" role="graphics-symbol" aria-roledescription="point" transform="translate(98.81418439716312,194.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 27, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(98.83687943262412,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 27, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(98.85957446808511,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 28, 2022; calls: 17" role="graphics-symbol" aria-roledescription="point" transform="translate(99.13191489361702,205.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 28, 2022; calls: 21" role="graphics-symbol" aria-roledescription="point" transform="translate(99.15460992907802,160)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 28, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(99.177304964539,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 28, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(99.2,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 28, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(99.222695035461,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 28, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(99.24539007092199,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 28, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(99.26808510638297,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 28, 2022; calls: 19" role="graphics-symbol" aria-roledescription="point" transform="translate(99.29078014184397,182.85714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 28, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(99.31347517730497,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 28, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(99.33617021276596,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 28, 2022; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(99.35886524822695,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 28, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(99.38156028368795,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 28, 2022; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(99.40425531914894,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 29, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(99.67659574468085,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 29, 2022; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(99.69929078014185,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 29, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(99.72198581560284,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 29, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(99.74468085106383,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 29, 2022; calls: 17" role="graphics-symbol" aria-roledescription="point" transform="translate(99.76737588652482,205.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 29, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(99.79007092198582,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 29, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(99.81276595744681,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 29, 2022; calls: 18" role="graphics-symbol" aria-roledescription="point" transform="translate(99.8354609929078,194.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 29, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(99.8581560283688,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 29, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(99.8808510638298,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 29, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(99.90354609929078,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 29, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(99.92624113475176,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 29, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(99.94893617021276,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 30, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(100.1985815602837,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 30, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(100.22127659574468,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 30, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(100.24397163120567,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 30, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(100.26666666666667,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 30, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(100.28936170212765,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 30, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(100.31205673758865,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 30, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(100.33475177304965,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 30, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(100.35744680851064,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 30, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(100.38014184397164,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 30, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(100.40283687943263,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 30, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(100.42553191489361,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 30, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(100.44822695035461,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 30, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(100.4709219858156,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 30, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(100.49361702127659,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 01, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(100.74326241134753,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 01, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(100.76595744680851,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 01, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(100.78865248226951,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 01, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(100.81134751773048,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 01, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(100.83404255319148,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 01, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(100.85673758865248,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 01, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(100.87943262411348,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 01, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(100.90212765957448,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 01, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(100.92482269503546,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 01, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(100.94751773049646,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 01, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(100.97021276595746,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 01, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(100.99290780141843,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 01, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(101.01560283687942,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 01, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(101.03829787234042,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 02, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(101.28794326241135,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 02, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(101.31063829787234,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 02, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(101.33333333333334,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 02, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(101.35602836879431,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 02, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(101.37872340425531,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 02, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(101.40141843971631,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 02, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(101.42411347517731,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 02, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(101.44680851063829,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 02, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(101.46950354609929,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 02, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(101.49219858156029,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 02, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(101.51489361702129,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 02, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(101.53758865248228,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 02, 2022; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(101.56028368794325,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 02, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(101.58297872340425,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 03, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(101.83262411347518,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 03, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(101.85531914893618,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 03, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(101.87801418439717,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 03, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(101.90070921985817,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 03, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(101.92340425531914,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 03, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(101.94609929078014,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 03, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(101.96879432624112,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 03, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(101.99148936170212,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 03, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(102.01418439716312,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 03, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(102.03687943262412,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 03, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(102.05957446808512,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 03, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(102.08226950354612,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 03, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(102.10496453900709,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 03, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(102.12765957446808,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 04, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(102.37730496453901,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 04, 2022; calls: 20" role="graphics-symbol" aria-roledescription="point" transform="translate(102.4,171.42857142857144)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 04, 2022; calls: 17" role="graphics-symbol" aria-roledescription="point" transform="translate(102.422695035461,205.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 04, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(102.44539007092199,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 04, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(102.46808510638299,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 04, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(102.49078014184396,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 04, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(102.51347517730495,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 04, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(102.53617021276595,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 04, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(102.55886524822695,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 04, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(102.58156028368795,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 04, 2022; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(102.60425531914893,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 04, 2022; calls: 17" role="graphics-symbol" aria-roledescription="point" transform="translate(102.62695035460993,205.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 04, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(102.64964539007093,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 04, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(102.6723404255319,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 05, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(102.92198581560284,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 05, 2022; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(102.94468085106384,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 05, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(102.96737588652482,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 05, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(102.99007092198582,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 05, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(103.01276595744682,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 05, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(103.03546099290782,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 05, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(103.05815602836878,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 05, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(103.08085106382978,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 05, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(103.10354609929078,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 05, 2022; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(103.12624113475178,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 05, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(103.14893617021276,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 05, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(103.17163120567376,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 05, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(103.19432624113476,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 05, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(103.21702127659576,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 06, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(103.46666666666667,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 06, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(103.48936170212765,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 06, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(103.51205673758865,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 06, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(103.53475177304965,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 06, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(103.55744680851065,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 06, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(103.58014184397165,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 06, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(103.60283687943262,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 06, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(103.62553191489361,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 06, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(103.6482269503546,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 06, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(103.6709219858156,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 06, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(103.6936170212766,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 06, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(103.71631205673759,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 06, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(103.73900709219859,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 06, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(103.76170212765959,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 07, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(104.01134751773048,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 07, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(104.03404255319148,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 07, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(104.05673758865248,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 07, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(104.07943262411348,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 07, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(104.10212765957448,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 07, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(104.12482269503546,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 07, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(104.14751773049646,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 07, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(104.17021276595744,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 07, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(104.19290780141843,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 07, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(104.21560283687943,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 07, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(104.23829787234042,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 07, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(104.26099290780142,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 07, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(104.28368794326242,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 07, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(104.3063829787234,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 08, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(104.55602836879432,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 08, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(104.57872340425531,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 08, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(104.60141843971631,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 08, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(104.62411347517731,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 08, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(104.6468085106383,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 08, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(104.66950354609929,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 08, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(104.69219858156029,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 08, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(104.71489361702129,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 08, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(104.73758865248226,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 08, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(104.76028368794326,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 08, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(104.78297872340426,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 08, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(104.80567375886525,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 08, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(104.82836879432624,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 08, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(104.85106382978724,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 09, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(105.10070921985815,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 09, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(105.12340425531914,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 09, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(105.14609929078014,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 09, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(105.16879432624113,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 09, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(105.19148936170212,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 09, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(105.21418439716312,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 09, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(105.23687943262412,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 09, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(105.25957446808512,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 09, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(105.28226950354609,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 09, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(105.30496453900709,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 09, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(105.32765957446809,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 09, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(105.35035460992907,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 09, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(105.37304964539007,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 09, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(105.39574468085107,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 10, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(105.64539007092199,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 10, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(105.66808510638297,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 10, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(105.69078014184396,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 10, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(105.71347517730496,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 10, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(105.73617021276596,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 10, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(105.75886524822695,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 10, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(105.78156028368795,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 10, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(105.80425531914895,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 10, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(105.82695035460993,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 10, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(105.84964539007092,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 10, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(105.8723404255319,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 10, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(105.8950354609929,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 10, 2022; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(105.9177304964539,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 10, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(105.9404255319149,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 11, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(106.19007092198582,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 11, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(106.21276595744679,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 11, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(106.23546099290779,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 11, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(106.25815602836879,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 11, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(106.28085106382979,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 11, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(106.30354609929078,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 11, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(106.32624113475177,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 11, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(106.34893617021277,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 11, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(106.37163120567376,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 11, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(106.39432624113476,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 11, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(106.41702127659573,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 11, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(106.43971631205673,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 11, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(106.46241134751773,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 11, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(106.48510638297873,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 12, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(106.73475177304965,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 12, 2022; calls: 17" role="graphics-symbol" aria-roledescription="point" transform="translate(106.75744680851065,205.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 12, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(106.78014184397162,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 12, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(106.80283687943262,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 12, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(106.82553191489362,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 12, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(106.84822695035461,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 12, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(106.8709219858156,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 12, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(106.8936170212766,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 12, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(106.9163120567376,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 12, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(106.9390070921986,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 12, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(106.96170212765956,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 12, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(106.98439716312056,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 12, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(107.00709219858156,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 12, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(107.02978723404254,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 13, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(107.27943262411348,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 13, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(107.30212765957448,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 13, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(107.32482269503546,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 13, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(107.34751773049645,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 13, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(107.37021276595743,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 13, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(107.39290780141843,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 13, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(107.41560283687943,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 13, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(107.43829787234043,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 13, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(107.46099290780143,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 13, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(107.48368794326242,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 13, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(107.50638297872341,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 13, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(107.52907801418439,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 13, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(107.55177304964538,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 13, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(107.57446808510637,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 14, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(107.82411347517731,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 14, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(107.8468085106383,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 14, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(107.8695035460993,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 14, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(107.8921985815603,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 14, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(107.91489361702126,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 14, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(107.93758865248226,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 14, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(107.96028368794326,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 14, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(107.98297872340426,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 14, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(108.00567375886526,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 14, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(108.02836879432624,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 14, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(108.05106382978724,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 14, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(108.07375886524824,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 14, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(108.09645390070921,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 14, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(108.1191489361702,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 15, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(108.36879432624113,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 15, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(108.39148936170213,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 15, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(108.41418439716313,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 15, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(108.43687943262412,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 15, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(108.4595744680851,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 15, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(108.48226950354609,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 15, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(108.50496453900709,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 15, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(108.52765957446809,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 15, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(108.55035460992907,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 15, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(108.57304964539007,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 15, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(108.59574468085107,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 15, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(108.61843971631207,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 15, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(108.64113475177304,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 15, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(108.66382978723404,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 16, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(108.91347517730496,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 16, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(108.93617021276596,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 16, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(108.95886524822696,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 16, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(108.98156028368795,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 16, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(109.00425531914894,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 16, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(109.02695035460992,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 16, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(109.04964539007092,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 16, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(109.0723404255319,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 16, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(109.0950354609929,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 16, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(109.1177304964539,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 16, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(109.1404255319149,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 16, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(109.1631205673759,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 16, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(109.18581560283688,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 16, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(109.20851063829787,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 17, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(109.45815602836879,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 17, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(109.48085106382979,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 17, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(109.50354609929079,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 17, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(109.52624113475179,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 17, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(109.54893617021277,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 17, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(109.57163120567377,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 17, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(109.59432624113474,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 17, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(109.61702127659574,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 17, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(109.63971631205673,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 17, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(109.66241134751773,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 17, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(109.68510638297873,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 17, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(109.70780141843971,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 17, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(109.73049645390071,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 17, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(109.75319148936171,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 18, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(110.00283687943262,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 18, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(110.02553191489362,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 18, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(110.0482269503546,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 18, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(110.0709219858156,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 18, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(110.0936170212766,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 18, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(110.1163120567376,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 18, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(110.13900709219857,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 18, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(110.16170212765957,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 18, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(110.18439716312056,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 18, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(110.20709219858156,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 18, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(110.22978723404255,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 18, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(110.25248226950355,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 18, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(110.27517730496454,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 18, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(110.29787234042554,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 19, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(110.54751773049645,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 19, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(110.57021276595745,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 19, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(110.59290780141843,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 19, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(110.61560283687943,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 19, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(110.63829787234043,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 19, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(110.66099290780143,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 19, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(110.68368794326243,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 19, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(110.7063829787234,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 19, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(110.7290780141844,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 19, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(110.75177304964538,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 19, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(110.77446808510638,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 19, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(110.79716312056738,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 19, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(110.81985815602837,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 19, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(110.84255319148937,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 20, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(111.09219858156027,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 20, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(111.11489361702127,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 20, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(111.13758865248226,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 20, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(111.16028368794326,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 20, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(111.18297872340426,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 20, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(111.20567375886526,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 20, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(111.22836879432624,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 20, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(111.25106382978724,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 20, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(111.27375886524821,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 20, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(111.29645390070921,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 20, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(111.31914893617021,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 20, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(111.3418439716312,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 20, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(111.3645390070922,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 20, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(111.38723404255319,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 21, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(111.6368794326241,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 21, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(111.6595744680851,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 21, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(111.6822695035461,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 21, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(111.7049645390071,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 21, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(111.72765957446809,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 21, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(111.75035460992908,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 21, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(111.77304964539007,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 21, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(111.79574468085107,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 21, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(111.81843971631204,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 21, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(111.84113475177304,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 21, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(111.86382978723404,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 21, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(111.88652482269504,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 21, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(111.90921985815604,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 21, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(111.93191489361702,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 22, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(112.18156028368796,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 22, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(112.20425531914893,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 22, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(112.22695035460993,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 22, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(112.24964539007092,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 22, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(112.27234042553191,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 22, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(112.2950354609929,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 22, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(112.3177304964539,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 22, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(112.3404255319149,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 22, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(112.3631205673759,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 22, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(112.38581560283687,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 22, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(112.40851063829787,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 22, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(112.43120567375885,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 22, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(112.45390070921985,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 22, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(112.47659574468085,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 23, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(112.72624113475177,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 23, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(112.74893617021277,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 23, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(112.77163120567376,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 23, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(112.79432624113474,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 23, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(112.81702127659574,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 23, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(112.83971631205674,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 23, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(112.86241134751774,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 23, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(112.88510638297873,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 23, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(112.90780141843972,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 23, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(112.93049645390072,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 23, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(112.9531914893617,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 23, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(112.97588652482268,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 23, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(112.99858156028368,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 23, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(113.02127659574468,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 24, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(113.2709219858156,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 24, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(113.2936170212766,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 24, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(113.31631205673757,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 24, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(113.33900709219857,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 24, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(113.36170212765957,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 24, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(113.38439716312057,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 24, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(113.40709219858157,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 24, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(113.42978723404255,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 24, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(113.45248226950355,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 24, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(113.47517730496455,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 24, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(113.49787234042554,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 24, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(113.52056737588651,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 24, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(113.54326241134751,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 24, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(113.56595744680851,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 25, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(113.81560283687944,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 25, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(113.83829787234043,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 25, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(113.86099290780143,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 25, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(113.8836879432624,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 25, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(113.9063829787234,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 25, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(113.9290780141844,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 25, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(113.95177304964538,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 25, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(113.97446808510638,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 25, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(113.99716312056738,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 25, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(114.01985815602838,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 25, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(114.04255319148938,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 25, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(114.06524822695035,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 25, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(114.08794326241134,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 25, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(114.11063829787234,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 26, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(114.36028368794327,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 26, 2022; calls: 19" role="graphics-symbol" aria-roledescription="point" transform="translate(114.38297872340426,182.85714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 26, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(114.40567375886526,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 26, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(114.42836879432625,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 26, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(114.45106382978723,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 26, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(114.47375886524821,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 26, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(114.49645390070921,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 26, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(114.51914893617021,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 26, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(114.54184397163121,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 26, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(114.56453900709221,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 26, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(114.5872340425532,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 26, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(114.60992907801419,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 26, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(114.63262411347517,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 26, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(114.65531914893616,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 27, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(114.9049645390071,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 27, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(114.9276595744681,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 27, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(114.95035460992908,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 27, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(114.97304964539008,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 27, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(114.99574468085105,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 27, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(115.01843971631205,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 27, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(115.04113475177304,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 27, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(115.06382978723404,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 27, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(115.08652482269504,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 27, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(115.10921985815602,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 27, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(115.13191489361702,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 27, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(115.15460992907802,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 27, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(115.17730496453902,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 27, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(115.19999999999999,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 28, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(115.44964539007093,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 28, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(115.47234042553191,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 28, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(115.49503546099291,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 28, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(115.51773049645391,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 28, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(115.5404255319149,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 28, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(115.56312056737588,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 28, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(115.58581560283687,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 28, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(115.60851063829787,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 28, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(115.63120567375887,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 28, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(115.65390070921985,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 28, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(115.67659574468085,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 28, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(115.69929078014185,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 28, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(115.72198581560285,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 28, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(115.74468085106382,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 29, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(115.99432624113474,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 29, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(116.01702127659574,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 29, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(116.03971631205674,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 29, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(116.06241134751774,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 29, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(116.08510638297874,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 29, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(116.10780141843972,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 29, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(116.1304964539007,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 29, 2022; calls: 17" role="graphics-symbol" aria-roledescription="point" transform="translate(116.15319148936169,205.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 29, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(116.17588652482269,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 29, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(116.19858156028369,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 29, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(116.22127659574468,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 29, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(116.24397163120568,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 29, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(116.26666666666668,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 29, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(116.28936170212766,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 30, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(116.53900709219857,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 30, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(116.56170212765957,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 30, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(116.58439716312057,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 30, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(116.60709219858157,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 30, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(116.62978723404255,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 30, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(116.65248226950355,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 30, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(116.67517730496454,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 30, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(116.69787234042552,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 30, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(116.72056737588652,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 30, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(116.74326241134752,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 30, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(116.76595744680851,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 30, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(116.78865248226951,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 30, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(116.8113475177305,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 30, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(116.8340425531915,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 31, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(117.0836879432624,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 31, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(117.1063829787234,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 31, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(117.1290780141844,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 31, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(117.15177304964539,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 31, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(117.17446808510638,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 31, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(117.19716312056738,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 31, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(117.21985815602838,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 31, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(117.24255319148935,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 31, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(117.26524822695035,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 31, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(117.28794326241135,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 31, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(117.31063829787234,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 31, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(117.33333333333333,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 31, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(117.35602836879433,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 31, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(117.37872340425533,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 01, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(117.62836879432624,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 01, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(117.65106382978723,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 01, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(117.67375886524822,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 01, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(117.69645390070922,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 01, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(117.71914893617021,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 01, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(117.74184397163121,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 01, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(117.76453900709221,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 01, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(117.7872340425532,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 01, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(117.80992907801418,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 01, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(117.83262411347518,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 01, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(117.85531914893616,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 01, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(117.87801418439716,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 01, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(117.90070921985816,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 01, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(117.92340425531916,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 02, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(118.17304964539007,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 02, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(118.19574468085105,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 02, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(118.21843971631205,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 02, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(118.24113475177305,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 02, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(118.26382978723404,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 02, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(118.28652482269504,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 02, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(118.30921985815604,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 02, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(118.33191489361703,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 02, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(118.35460992907802,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 02, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(118.377304964539,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 02, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(118.39999999999999,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 02, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(118.42269503546099,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 02, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(118.44539007092199,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 02, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(118.46808510638299,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 03, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(118.71773049645391,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 03, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(118.74042553191488,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 03, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(118.76312056737588,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 03, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(118.78581560283688,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 03, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(118.80851063829788,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 03, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(118.83120567375886,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 03, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(118.85390070921986,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 03, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(118.87659574468086,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 03, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(118.89929078014185,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 03, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(118.92198581560282,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 03, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(118.94468085106382,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 03, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(118.96737588652482,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 03, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(118.99007092198582,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 03, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(119.0127659574468,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 04, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(119.26241134751774,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 04, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(119.28510638297874,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 04, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(119.30780141843971,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 04, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(119.33049645390071,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 04, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(119.3531914893617,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 04, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(119.37588652482269,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 04, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(119.39858156028369,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 04, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(119.42127659574469,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 04, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(119.44397163120568,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 04, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(119.46666666666668,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 04, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(119.48936170212765,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 04, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(119.51205673758865,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 04, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(119.53475177304963,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 04, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(119.55744680851063,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 05, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(119.80709219858157,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 05, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(119.82978723404256,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 05, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(119.85248226950354,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 05, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(119.87517730496452,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 05, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(119.89787234042552,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 05, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(119.92056737588652,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 05, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(119.94326241134752,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 05, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(119.96595744680852,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 05, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(119.98865248226952,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 05, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(120.0113475177305,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 05, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(120.0340425531915,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 05, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(120.05673758865247,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 05, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(120.07943262411347,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 05, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(120.10212765957446,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 06, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(120.35177304964539,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 06, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(120.37446808510639,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 06, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(120.39716312056738,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 06, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(120.41985815602835,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 06, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(120.44255319148935,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 06, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(120.46524822695035,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 06, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(120.48794326241135,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 06, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(120.51063829787235,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 06, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(120.53333333333333,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 06, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(120.55602836879433,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 06, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(120.57872340425533,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 06, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(120.6014184397163,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 06, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(120.6241134751773,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 06, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(120.6468085106383,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 07, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(120.89645390070922,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 07, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(120.91914893617022,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 07, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(120.94184397163122,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 07, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(120.96453900709221,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 07, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(120.98723404255318,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 07, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(121.00992907801418,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 07, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(121.03262411347518,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 07, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(121.05531914893616,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 07, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(121.07801418439716,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 07, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(121.10070921985816,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 07, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(121.12340425531916,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 07, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(121.14609929078016,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 07, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(121.16879432624113,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 07, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(121.19148936170212,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 08, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(121.44113475177305,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 08, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(121.46382978723405,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 08, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(121.48652482269505,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 08, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(121.50921985815603,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 08, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(121.53191489361703,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 08, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(121.55460992907801,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 08, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(121.577304964539,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 08, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(121.6,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 08, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(121.62269503546099,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 08, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(121.64539007092199,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 08, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(121.66808510638299,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 08, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(121.69078014184397,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 08, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(121.71347517730497,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 08, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(121.73617021276596,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 09, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(121.98581560283688,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 09, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(122.00851063829788,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 09, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(122.03120567375888,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 09, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(122.05390070921986,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 09, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(122.07659574468086,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 09, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(122.09929078014183,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 09, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(122.12198581560283,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 09, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(122.14468085106382,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 09, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(122.16737588652482,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 09, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(122.19007092198582,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 09, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(122.2127659574468,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 09, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(122.2354609929078,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 09, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(122.2581560283688,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 09, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(122.28085106382977,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 10, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(122.53049645390071,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 10, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(122.5531914893617,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 10, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(122.57588652482269,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 10, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(122.59858156028369,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 10, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(122.62127659574469,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 10, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(122.64397163120569,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 10, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(122.66666666666666,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 10, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(122.68936170212766,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 10, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(122.71205673758865,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 10, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(122.73475177304964,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 10, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(122.75744680851064,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 10, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(122.78014184397163,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 10, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(122.80283687943263,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 10, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(122.82553191489363,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 11, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(123.07517730496454,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 11, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(123.09787234042552,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 11, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(123.12056737588652,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 11, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(123.14326241134752,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 11, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(123.16595744680852,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 11, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(123.18865248226952,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 11, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(123.2113475177305,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 11, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(123.23404255319149,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 11, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(123.25673758865247,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 11, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(123.27943262411347,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 11, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(123.30212765957447,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 11, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(123.32482269503546,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 11, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(123.34751773049646,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 11, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(123.37021276595746,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 12, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(123.61985815602836,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 12, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(123.64255319148936,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 12, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(123.66524822695035,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 12, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(123.68794326241135,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 12, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(123.71063829787235,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 12, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(123.73333333333333,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 12, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(123.75602836879433,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 12, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(123.7787234042553,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 12, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(123.8014184397163,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 12, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(123.8241134751773,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 12, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(123.8468085106383,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 12, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(123.8695035460993,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 12, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(123.89219858156028,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 12, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(123.91489361702128,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 13, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(124.16453900709219,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 13, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(124.18723404255319,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 13, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(124.20992907801418,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 13, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(124.23262411347518,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 13, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(124.25531914893617,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 13, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(124.27801418439716,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 13, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(124.30070921985816,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 13, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(124.32340425531916,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 13, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(124.34609929078013,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 13, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(124.36879432624113,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 13, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(124.39148936170213,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 13, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(124.41418439716313,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 13, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(124.43687943262411,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 13, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(124.45957446808511,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 14, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(124.70921985815602,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 14, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(124.73191489361702,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 14, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(124.75460992907801,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 14, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(124.777304964539,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 14, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(124.8,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 14, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(124.822695035461,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 14, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(124.845390070922,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 14, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(124.86808510638299,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 14, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(124.89078014184398,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 14, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(124.91347517730496,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 14, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(124.93617021276594,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 14, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(124.95886524822694,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 14, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(124.98156028368794,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 14, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(125.00425531914894,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 15, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(125.25390070921986,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 15, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(125.27659574468085,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 15, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(125.29929078014183,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 15, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(125.32198581560283,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 15, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(125.34468085106383,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 15, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(125.36737588652483,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 15, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(125.39007092198582,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 15, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(125.41276595744681,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 15, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(125.4354609929078,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 15, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(125.45815602836879,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 15, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(125.48085106382977,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 15, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(125.50354609929077,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 15, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(125.52624113475177,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 15, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(125.54893617021277,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 16, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(125.7985815602837,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 16, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(125.82127659574469,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 16, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(125.84397163120566,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 16, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(125.86666666666666,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 16, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(125.88936170212766,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 16, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(125.91205673758866,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 16, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(125.93475177304964,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 16, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(125.95744680851064,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 16, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(125.98014184397164,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 16, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(126.00283687943264,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 16, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(126.0255319148936,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 16, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(126.0482269503546,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 16, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(126.0709219858156,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 16, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(126.0936170212766,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 17, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(126.34326241134752,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 17, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(126.36595744680852,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 17, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(126.38865248226952,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 17, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(126.41134751773049,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 17, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(126.43404255319149,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 17, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(126.45673758865247,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 17, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(126.47943262411347,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 17, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(126.50212765957447,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 17, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(126.52482269503547,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 17, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(126.54751773049647,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 17, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(126.57021276595745,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 17, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(126.59290780141843,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 17, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(126.61560283687943,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 17, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(126.63829787234042,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 18, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(126.88794326241135,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 18, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(126.91063829787235,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 18, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(126.93333333333334,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 18, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(126.95602836879432,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 18, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(126.9787234042553,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 18, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(127.0014184397163,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 18, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(127.0241134751773,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 18, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(127.0468085106383,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 18, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(127.0695035460993,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 18, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(127.0921985815603,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 18, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(127.11489361702128,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 18, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(127.13758865248226,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 18, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(127.16028368794325,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 18, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(127.18297872340425,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 19, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(127.43262411347519,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 19, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(127.45531914893617,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 19, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(127.47801418439717,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 19, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(127.50070921985817,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 19, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(127.52340425531914,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 19, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(127.54609929078013,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 19, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(127.56879432624113,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 19, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(127.59148936170213,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 19, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(127.61418439716311,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 19, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(127.63687943262411,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 19, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(127.65957446808511,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 19, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(127.68226950354611,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 19, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(127.70496453900708,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 19, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(127.72765957446808,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 20, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(127.977304964539,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 20, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(128,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 20, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(128.022695035461,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 20, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(128.045390070922,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 20, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(128.068085106383,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 20, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(128.09078014184396,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 20, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(128.11347517730496,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 20, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(128.13617021276596,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 20, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(128.15886524822696,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 20, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(128.18156028368796,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 20, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(128.20425531914893,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 20, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(128.22695035460993,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 20, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(128.24964539007092,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 20, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(128.2723404255319,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 21, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(128.52198581560285,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 21, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(128.54468085106384,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 21, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(128.56737588652481,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 21, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(128.5900709219858,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 21, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(128.6127659574468,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 21, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(128.63546099290778,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 21, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(128.65815602836878,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 21, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(128.68085106382978,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 21, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(128.70354609929078,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 21, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(128.72624113475177,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 21, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(128.74893617021277,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 21, 2022; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(128.77163120567377,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 21, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(128.79432624113477,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 21, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(128.81702127659577,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 22, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(129.06666666666666,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 22, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(129.08936170212766,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 22, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(129.11205673758866,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 22, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(129.13475177304966,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 22, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(129.15744680851066,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 22, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(129.18014184397165,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 22, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(129.20283687943262,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 22, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(129.22553191489362,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 22, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(129.2482269503546,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 22, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(129.2709219858156,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 22, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(129.2936170212766,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 22, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(129.3163120567376,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 22, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(129.33900709219859,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 22, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(129.36170212765958,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 23, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(129.61134751773048,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 23, 2022; calls: 18" role="graphics-symbol" aria-roledescription="point" transform="translate(129.63404255319148,194.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 23, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(129.65673758865248,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 23, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(129.67943262411347,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 23, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(129.70212765957447,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 23, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(129.72482269503547,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 23, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(129.74751773049647,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 23, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(129.77021276595744,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 23, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(129.79290780141844,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 23, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(129.81560283687944,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 23, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(129.83829787234043,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 23, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(129.86099290780143,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 23, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(129.88368794326243,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 23, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(129.9063829787234,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 24, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(130.15602836879432,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 24, 2022; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(130.17872340425532,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 24, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(130.20141843971632,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 24, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(130.22411347517732,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 24, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(130.2468085106383,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 24, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(130.2695035460993,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 24, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(130.29219858156029,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 24, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(130.31489361702126,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 24, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(130.33758865248225,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 24, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(130.36028368794325,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 24, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(130.38297872340425,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 24, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(130.40567375886525,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 24, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(130.42836879432625,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 24, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(130.45106382978724,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 25, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(130.70070921985814,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 25, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(130.72340425531914,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 25, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(130.74609929078014,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 25, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(130.76879432624114,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 25, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(130.79148936170213,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 25, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(130.81418439716313,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 25, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(130.83687943262413,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 25, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(130.85957446808513,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 25, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(130.8822695035461,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 25, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(130.9049645390071,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 25, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(130.92765957446807,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 25, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(130.95035460992906,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 25, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(130.97304964539006,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 25, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(130.99574468085106,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 26, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(131.24539007092199,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 26, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(131.26808510638298,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 26, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(131.29078014184395,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 26, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(131.31347517730495,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 26, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(131.33617021276595,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 26, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(131.35886524822695,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 26, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(131.38156028368795,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 26, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(131.40425531914894,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 26, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(131.42695035460994,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 26, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(131.4496453900709,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 26, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(131.4723404255319,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 26, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(131.4950354609929,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 26, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(131.5177304964539,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 26, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(131.5404255319149,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 27, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(131.79007092198583,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 27, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(131.8127659574468,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 27, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(131.8354609929078,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 27, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(131.8581560283688,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 27, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(131.8808510638298,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 27, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(131.9035460992908,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 27, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(131.92624113475176,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 27, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(131.94893617021276,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 27, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(131.97163120567376,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 27, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(131.99432624113476,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 27, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(132.01702127659573,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 27, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(132.03971631205673,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 27, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(132.06241134751772,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 27, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(132.08510638297872,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 28, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(132.33475177304965,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 28, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(132.35744680851064,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 28, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(132.38014184397161,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 28, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(132.4028368794326,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 28, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(132.4255319148936,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 28, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(132.4482269503546,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 28, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(132.4709219858156,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 28, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(132.4936170212766,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 28, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(132.5163120567376,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 28, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(132.5390070921986,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 28, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(132.56170212765957,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 28, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(132.58439716312057,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 28, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(132.60709219858157,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 28, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(132.62978723404254,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 29, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(132.8794326241135,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 29, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(132.9021276595745,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 29, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(132.92482269503546,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 29, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(132.94751773049646,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 29, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(132.97021276595743,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 29, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(132.99290780141843,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 29, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(133.01560283687942,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 29, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(133.03829787234042,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 29, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(133.06099290780142,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 29, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(133.08368794326242,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 29, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(133.10638297872342,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 29, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(133.1290780141844,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 29, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(133.15177304964539,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 29, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(133.17446808510638,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 30, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(133.4241134751773,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 30, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(133.4468085106383,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 30, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(133.4695035460993,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 30, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(133.49219858156027,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 30, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(133.51489361702127,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 30, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(133.53758865248227,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 30, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(133.56028368794327,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 30, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(133.58297872340427,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 30, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(133.60567375886524,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 30, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(133.62836879432624,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 30, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(133.65106382978723,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 30, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(133.67375886524823,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 30, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(133.6964539007092,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 30, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(133.7191489361702,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 01, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(133.96879432624112,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 01, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(133.99148936170212,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 01, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(134.01418439716312,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 01, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(134.03687943262412,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 01, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(134.0595744680851,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 01, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(134.0822695035461,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 01, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(134.10496453900709,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 01, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(134.12765957446808,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 01, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(134.15035460992908,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 01, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(134.17304964539008,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 01, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(134.19574468085108,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 01, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(134.21843971631208,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 01, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(134.24113475177305,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 01, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(134.26382978723404,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 02, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(134.51347517730497,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 02, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(134.53617021276597,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 02, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(134.55886524822697,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 02, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(134.58156028368796,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 02, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(134.60425531914893,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 02, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(134.62695035460993,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 02, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(134.64964539007093,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 02, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(134.6723404255319,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 02, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(134.6950354609929,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 02, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(134.7177304964539,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 02, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(134.7404255319149,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 02, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(134.7631205673759,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 02, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(134.7858156028369,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 02, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(134.80851063829786,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 03, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(135.05815602836878,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 03, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(135.08085106382978,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 03, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(135.10354609929078,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 03, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(135.12624113475178,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 03, 2022; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(135.14893617021278,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 03, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(135.17163120567375,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 03, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(135.19432624113475,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 03, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(135.21702127659574,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 03, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(135.23971631205674,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 03, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(135.26241134751774,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 03, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(135.28510638297874,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 03, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(135.3078014184397,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 03, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(135.3304964539007,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 03, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(135.3531914893617,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 04, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(135.60283687943263,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 04, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(135.62553191489363,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 04, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(135.6482269503546,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 04, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(135.6709219858156,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 04, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(135.6936170212766,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 04, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(135.7163120567376,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 04, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(135.73900709219856,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 04, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(135.76170212765956,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 04, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(135.78439716312056,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 04, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(135.80709219858156,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 04, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(135.82978723404256,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 04, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(135.85248226950355,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 04, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(135.87517730496455,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 04, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(135.89787234042555,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 05, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(136.14751773049645,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 05, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(136.17021276595744,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 05, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(136.19290780141844,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 05, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(136.21560283687944,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 05, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(136.23829787234044,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 05, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(136.26099290780144,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 05, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(136.2836879432624,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 05, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(136.3063829787234,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 05, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(136.3290780141844,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 05, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(136.35177304964537,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 05, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(136.37446808510637,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 05, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(136.39716312056737,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 05, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(136.41985815602837,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 05, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(136.44255319148937,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 06, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(136.69219858156026,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 06, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(136.71489361702126,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 06, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(136.73758865248226,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 06, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(136.76028368794326,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 06, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(136.78297872340426,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 06, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(136.80567375886525,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 06, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(136.82836879432625,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 06, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(136.85106382978725,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 06, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(136.87375886524822,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 06, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(136.89645390070922,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 06, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(136.91914893617022,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 06, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(136.94184397163122,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 06, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(136.9645390070922,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 06, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(136.98723404255318,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 07, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(137.2368794326241,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 07, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(137.2595744680851,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 07, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(137.2822695035461,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 07, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(137.3049645390071,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 07, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(137.3276595744681,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 07, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(137.35035460992907,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 07, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(137.37304964539007,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 07, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(137.39574468085107,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 07, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(137.41843971631204,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 07, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(137.44113475177303,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 07, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(137.46382978723403,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 07, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(137.48652482269503,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 07, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(137.50921985815603,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 07, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(137.53191489361703,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 08, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(137.78156028368795,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 08, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(137.80425531914892,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 08, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(137.82695035460992,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 08, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(137.84964539007092,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 08, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(137.87234042553192,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 08, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(137.89503546099291,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 08, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(137.9177304964539,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 08, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(137.9404255319149,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 08, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(137.9631205673759,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 08, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(137.98581560283688,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 08, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(138.00851063829788,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 08, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(138.03120567375885,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 08, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(138.05390070921985,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 08, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(138.07659574468084,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 09, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(138.32624113475177,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 09, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(138.34893617021277,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 09, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(138.37163120567374,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 09, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(138.39432624113473,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 09, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(138.41702127659573,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 09, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(138.43971631205673,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 09, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(138.46241134751773,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 09, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(138.48510638297873,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 09, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(138.50780141843973,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 09, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(138.53049645390072,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 09, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(138.5531914893617,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 09, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(138.5758865248227,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 09, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(138.5985815602837,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 09, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(138.6212765957447,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 10, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(138.8709219858156,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 10, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(138.8936170212766,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 10, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(138.91631205673758,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 10, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(138.93900709219858,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 10, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(138.96170212765958,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 10, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(138.98439716312058,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 10, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(139.00709219858157,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 10, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(139.02978723404254,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 10, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(139.05248226950354,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 10, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(139.07517730496454,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 10, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(139.0978723404255,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 10, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(139.1205673758865,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 10, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(139.1432624113475,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 10, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(139.1659574468085,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 11, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(139.41560283687943,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 11, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(139.43829787234043,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 11, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(139.46099290780143,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 11, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(139.4836879432624,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 11, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(139.5063829787234,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 11, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(139.5290780141844,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 11, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(139.5517730496454,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 11, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(139.5744680851064,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 11, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(139.5971631205674,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 11, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(139.61985815602839,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 11, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(139.64255319148938,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 11, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(139.66524822695035,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 11, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(139.68794326241135,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 11, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(139.71063829787232,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 12, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(139.96028368794327,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 12, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(139.98297872340427,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 12, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(140.00567375886527,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 12, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(140.02836879432624,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 12, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(140.05106382978724,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 12, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(140.0737588652482,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 12, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(140.0964539007092,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 12, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(140.1191489361702,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 12, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(140.1418439716312,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 12, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(140.1645390070922,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 12, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(140.1872340425532,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 12, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(140.2099290780142,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 12, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(140.23262411347517,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 12, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(140.25531914893617,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 13, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(140.5049645390071,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 13, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(140.5276595744681,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 13, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(140.5503546099291,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 13, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(140.57304964539009,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 13, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(140.59574468085106,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 13, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(140.61843971631205,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 13, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(140.64113475177305,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 13, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(140.66382978723405,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 13, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(140.68652482269505,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 13, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(140.70921985815602,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 13, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(140.73191489361702,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 13, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(140.75460992907801,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 13, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(140.77730496453898,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 13, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(140.79999999999998,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 14, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(141.0496453900709,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 14, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(141.0723404255319,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 14, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(141.0950354609929,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 14, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(141.1177304964539,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 14, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(141.1404255319149,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 14, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(141.16312056737587,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 14, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(141.18581560283687,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 14, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(141.20851063829787,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 14, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(141.23120567375886,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 14, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(141.25390070921986,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 14, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(141.27659574468086,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 14, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(141.29929078014186,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 14, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(141.32198581560286,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 14, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(141.34468085106383,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 15, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(141.59432624113475,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 15, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(141.61702127659575,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 15, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(141.63971631205675,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 15, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(141.66241134751775,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 15, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(141.68510638297874,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 15, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(141.70780141843971,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 15, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(141.7304964539007,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 15, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(141.75319148936168,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 15, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(141.77588652482268,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 15, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(141.79858156028368,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 15, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(141.82127659574468,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 15, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(141.84397163120568,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 15, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(141.86666666666667,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 15, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(141.88936170212767,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 16, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(142.13900709219857,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 16, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(142.16170212765957,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 16, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(142.18439716312056,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 16, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(142.20709219858156,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 16, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(142.22978723404256,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 16, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(142.25248226950356,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 16, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(142.27517730496453,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 16, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(142.29787234042553,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 16, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(142.32056737588653,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 16, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(142.34326241134752,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 16, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(142.36595744680852,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 16, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(142.3886524822695,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 16, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(142.4113475177305,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 16, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(142.4340425531915,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 17, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(142.6836879432624,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 17, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(142.7063829787234,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 17, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(142.7290780141844,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 17, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(142.75177304964538,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 17, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(142.77446808510638,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 17, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(142.79716312056738,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 17, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(142.81985815602837,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 17, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(142.84255319148934,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 17, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(142.86524822695034,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 17, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(142.88794326241134,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 17, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(142.91063829787234,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 17, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(142.93333333333334,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 17, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(142.95602836879434,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 17, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(142.97872340425533,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 18, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(143.22836879432623,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 18, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(143.25106382978723,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 18, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(143.27375886524823,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 18, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(143.29645390070922,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 18, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(143.31914893617022,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 18, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(143.34184397163122,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 18, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(143.36453900709222,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 18, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(143.3872340425532,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 18, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(143.4099290780142,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 18, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(143.43262411347519,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 18, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(143.45531914893616,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 18, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(143.47801418439715,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 18, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(143.50070921985815,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 18, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(143.52340425531915,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 19, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(143.77304964539007,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 19, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(143.79574468085104,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 19, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(143.81843971631204,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 19, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(143.84113475177304,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 19, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(143.86382978723404,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 19, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(143.88652482269504,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 19, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(143.90921985815604,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 19, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(143.93191489361703,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 19, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(143.954609929078,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 19, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(143.977304964539,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 19, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(144,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 19, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(144.022695035461,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 19, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(144.045390070922,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 19, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(144.068085106383,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 20, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(144.31773049645392,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 20, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(144.3404255319149,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 20, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(144.3631205673759,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 20, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(144.38581560283689,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 20, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(144.40851063829788,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 20, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(144.43120567375885,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 20, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(144.45390070921985,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 20, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(144.47659574468085,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 20, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(144.49929078014185,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 20, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(144.52198581560282,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 20, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(144.54468085106382,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 20, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(144.56737588652481,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 20, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(144.5900709219858,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 20, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(144.6127659574468,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 21, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(144.86241134751774,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 21, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(144.88510638297873,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 21, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(144.9078014184397,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 21, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(144.9304964539007,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 21, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(144.9531914893617,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 21, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(144.9758865248227,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 21, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(144.9985815602837,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 21, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(145.0212765957447,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 21, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(145.0439716312057,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 21, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(145.06666666666666,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 21, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(145.08936170212766,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 21, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(145.11205673758866,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 21, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(145.13475177304963,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 21, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(145.15744680851063,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 22, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(145.40709219858158,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 22, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(145.42978723404255,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 22, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(145.45248226950355,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 22, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(145.47517730496452,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 22, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(145.49787234042552,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 22, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(145.52056737588651,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 22, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(145.5432624113475,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 22, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(145.5659574468085,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 22, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(145.5886524822695,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 22, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(145.6113475177305,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 22, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(145.63404255319148,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 22, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(145.65673758865248,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 22, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(145.67943262411347,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 22, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(145.70212765957447,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 23, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(145.9517730496454,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 23, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(145.9744680851064,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 23, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(145.9971631205674,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 23, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(146.01985815602836,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 23, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(146.04255319148936,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 23, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(146.06524822695036,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 23, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(146.08794326241136,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 23, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(146.11063829787236,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 23, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(146.13333333333333,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 23, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(146.15602836879432,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 23, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(146.17872340425532,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 23, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(146.2014184397163,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 23, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(146.2241134751773,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 23, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(146.2468085106383,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 24, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(146.4964539007092,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 24, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(146.5191489361702,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 24, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(146.5418439716312,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 24, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(146.5645390070922,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 24, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(146.58723404255318,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 24, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(146.60992907801418,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 24, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(146.63262411347517,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 24, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(146.65531914893617,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 24, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(146.67801418439717,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 24, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(146.70070921985817,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 24, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(146.72340425531917,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 24, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(146.74609929078017,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 24, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(146.76879432624114,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 24, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(146.79148936170213,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 25, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(147.04113475177306,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 25, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(147.06382978723406,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 25, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(147.08652482269505,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 25, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(147.10921985815602,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 25, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(147.13191489361702,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 25, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(147.154609929078,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 25, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(147.177304964539,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 25, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(147.2,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 25, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(147.222695035461,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 25, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(147.24539007092199,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 25, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(147.26808510638298,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 25, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(147.29078014184398,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 25, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(147.31347517730498,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 25, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(147.33617021276595,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 26, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(147.58581560283687,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 26, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(147.60851063829787,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 26, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(147.63120567375887,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 26, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(147.65390070921987,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 26, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(147.67659574468087,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 26, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(147.69929078014184,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 26, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(147.72198581560284,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 26, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(147.74468085106383,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 26, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(147.76737588652483,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 26, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(147.79007092198583,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 26, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(147.8127659574468,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 26, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(147.8354609929078,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 26, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(147.8581560283688,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 26, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(147.88085106382977,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 27, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(148.13049645390072,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 27, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(148.1531914893617,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 27, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(148.1758865248227,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 27, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(148.19858156028369,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 27, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(148.22127659574468,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 27, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(148.24397163120568,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 27, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(148.26666666666665,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 27, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(148.28936170212765,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 27, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(148.31205673758865,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 27, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(148.33475177304965,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 27, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(148.35744680851064,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 27, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(148.38014184397164,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 27, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(148.40283687943264,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 27, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(148.42553191489364,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 28, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(148.67517730496454,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 28, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(148.69787234042553,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 28, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(148.72056737588653,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 28, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(148.74326241134753,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 28, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(148.76595744680853,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 28, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(148.78865248226953,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 28, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(148.8113475177305,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 28, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(148.8340425531915,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 28, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(148.85673758865246,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 28, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(148.87943262411346,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 28, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(148.90212765957446,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 28, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(148.92482269503546,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 28, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(148.94751773049646,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 28, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(148.97021276595746,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 29, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(149.21985815602835,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 29, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(149.24255319148935,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 29, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(149.26524822695035,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 29, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(149.28794326241135,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 29, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(149.31063829787234,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 29, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(149.33333333333334,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 29, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(149.35602836879434,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 29, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(149.3787234042553,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 29, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(149.4014184397163,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 29, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(149.4241134751773,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 29, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(149.4468085106383,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 29, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(149.4695035460993,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 29, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(149.49219858156027,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 29, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(149.51489361702127,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 30, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(149.7645390070922,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 30, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(149.7872340425532,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 30, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(149.8099290780142,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 30, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(149.83262411347516,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 30, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(149.85531914893616,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 26, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(164.4936170212766,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 26, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(164.51631205673758,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 26, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(164.53900709219857,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 26, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(164.56170212765957,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 26, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(164.58439716312057,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 26, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(164.60709219858157,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 26, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(164.62978723404257,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 26, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(164.65248226950357,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 26, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(164.67517730496454,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 26, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(164.69787234042553,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 26, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(164.7205673758865,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 26, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(164.7432624113475,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 26, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(164.7659574468085,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 27, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(165.03829787234042,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 27, 2022; calls: 19" role="graphics-symbol" aria-roledescription="point" transform="translate(165.06099290780142,182.85714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 27, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(165.0836879432624,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 27, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(165.1063829787234,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 27, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(165.1290780141844,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 27, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(165.15177304964539,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 27, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(165.17446808510638,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 27, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(165.19716312056738,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 27, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(165.21985815602838,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 27, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(165.24255319148938,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 27, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(165.26524822695035,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 27, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(165.28794326241135,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 27, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(165.31063829787234,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 28, 2022; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(165.58297872340427,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 28, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(165.60567375886527,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 28, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(165.62836879432624,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 28, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(165.65106382978723,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 28, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(165.67375886524823,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 28, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(165.69645390070923,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 28, 2022; calls: 17" role="graphics-symbol" aria-roledescription="point" transform="translate(165.7191489361702,205.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 28, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(165.7418439716312,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 28, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(165.7645390070922,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 28, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(165.7872340425532,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 28, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(165.8099290780142,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 28, 2022; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(165.83262411347516,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 28, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(165.85531914893616,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 29, 2022; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(166.12765957446808,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 29, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(166.15035460992908,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 29, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(166.17304964539008,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 29, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(166.19574468085105,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 29, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(166.21843971631205,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 29, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(166.24113475177305,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 29, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(166.26382978723404,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 29, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(166.28652482269504,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 29, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(166.30921985815604,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 29, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(166.33191489361704,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 29, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(166.35460992907804,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 29, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(166.377304964539,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 29, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(166.4,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 30, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(166.67234042553193,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 30, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(166.69503546099293,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 30, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(166.7177304964539,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 30, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(166.7404255319149,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 30, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(166.76312056737586,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 30, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(166.78581560283686,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 30, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(166.80851063829786,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 30, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(166.83120567375886,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 30, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(166.85390070921986,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 30, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(166.87659574468086,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 30, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(166.89929078014185,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 30, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(166.92198581560285,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 30, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(166.94468085106382,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 31, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(167.21702127659574,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 31, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(167.23971631205674,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 31, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(167.26241134751774,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 31, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(167.28510638297874,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 31, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(167.3078014184397,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 31, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(167.3304964539007,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 31, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(167.3531914893617,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 31, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(167.3758865248227,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 31, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(167.39858156028367,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 31, 2022; calls: 19" role="graphics-symbol" aria-roledescription="point" transform="translate(167.42127659574467,182.85714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 31, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(167.44397163120567,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 31, 2022; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(167.46666666666667,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 31, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(167.48936170212767,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 01, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(167.76170212765956,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 01, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(167.78439716312056,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 01, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(167.80709219858156,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 01, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(167.82978723404256,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 01, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(167.85248226950355,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 01, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(167.87517730496452,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 01, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(167.89787234042552,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 01, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(167.92056737588652,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 01, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(167.94326241134752,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 01, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(167.96595744680852,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 01, 2022; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(167.98865248226952,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 01, 2022; calls: 17" role="graphics-symbol" aria-roledescription="point" transform="translate(168.0113475177305,205.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 01, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(168.0340425531915,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 02, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(168.3063829787234,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 02, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(168.3290780141844,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 02, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(168.3517730496454,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 02, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(168.3744680851064,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 02, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(168.39716312056737,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 02, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(168.41985815602837,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 02, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(168.44255319148937,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 02, 2022; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(168.46524822695034,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 02, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(168.48794326241133,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 02, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(168.51063829787233,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 02, 2022; calls: 17" role="graphics-symbol" aria-roledescription="point" transform="translate(168.53333333333333,205.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 02, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(168.55602836879433,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 02, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(168.57872340425533,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 03, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(168.85106382978722,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 03, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(168.87375886524822,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 03, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(168.89645390070922,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 03, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(168.91914893617022,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 03, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(168.94184397163122,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 03, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(168.9645390070922,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 03, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(168.98723404255318,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 03, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(169.00992907801418,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 03, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(169.03262411347518,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 03, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(169.05531914893618,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 03, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(169.07801418439718,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 03, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(169.10070921985815,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 03, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(169.12340425531914,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 04, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(169.39574468085107,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 04, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(169.41843971631207,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 04, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(169.44113475177303,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 04, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(169.46382978723403,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 04, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(169.48652482269503,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 04, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(169.50921985815603,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 04, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(169.53191489361703,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 04, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(169.554609929078,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 04, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(169.577304964539,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 04, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(169.6,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 04, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(169.622695035461,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 04, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(169.645390070922,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 04, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(169.668085106383,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 05, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(169.94042553191488,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 05, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(169.96312056737588,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 05, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(169.98581560283688,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 05, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(170.00851063829788,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 05, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(170.03120567375888,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 05, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(170.05390070921987,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 05, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(170.07659574468084,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 05, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(170.09929078014184,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 05, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(170.12198581560284,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 05, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(170.1446808510638,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 05, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(170.1673758865248,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 05, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(170.1900709219858,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 05, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(170.2127659574468,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 06, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(170.4851063829787,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 06, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(170.5078014184397,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 06, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(170.5304964539007,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 06, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(170.5531914893617,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 06, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(170.5758865248227,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 06, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(170.5985815602837,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 06, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(170.6212765957447,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 06, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(170.6439716312057,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 06, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(170.66666666666669,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 06, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(170.68936170212766,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 06, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(170.71205673758865,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 06, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(170.73475177304965,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 06, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(170.75744680851065,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 07, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(171.02978723404257,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 07, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(171.05248226950354,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 07, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(171.07517730496454,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 07, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(171.09787234042554,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 07, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(171.12056737588654,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 07, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(171.1432624113475,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 07, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(171.1659574468085,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 07, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(171.1886524822695,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 07, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(171.2113475177305,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 07, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(171.23404255319147,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 07, 2022; calls: 19" role="graphics-symbol" aria-roledescription="point" transform="translate(171.25673758865247,182.85714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 07, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(171.27943262411347,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 07, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(171.30212765957447,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 08, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(171.5744680851064,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 08, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(171.5971631205674,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 08, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(171.61985815602836,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 08, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(171.64255319148936,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 08, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(171.66524822695035,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 08, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(171.68794326241135,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 08, 2022; calls: 20" role="graphics-symbol" aria-roledescription="point" transform="translate(171.71063829787235,171.42857142857144)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 08, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(171.73333333333335,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 08, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(171.75602836879435,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 08, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(171.77872340425532,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 08, 2022; calls: 17" role="graphics-symbol" aria-roledescription="point" transform="translate(171.80141843971631,205.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 08, 2022; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(171.82411347517728,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 08, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(171.84680851063828,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 09, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(172.1191489361702,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 09, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(172.1418439716312,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 09, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(172.16453900709217,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 09, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(172.18723404255317,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 09, 2022; calls: 21" role="graphics-symbol" aria-roledescription="point" transform="translate(172.20992907801417,160)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 09, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(172.23262411347517,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 09, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(172.25531914893617,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 09, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(172.27801418439716,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 09, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(172.30070921985816,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 09, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(172.32340425531916,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 09, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(172.34609929078016,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 09, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(172.36879432624113,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 09, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(172.39148936170213,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 10, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(172.66382978723405,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 10, 2022; calls: 17" role="graphics-symbol" aria-roledescription="point" transform="translate(172.68652482269505,205.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 10, 2022; calls: 17" role="graphics-symbol" aria-roledescription="point" transform="translate(172.70921985815605,205.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 10, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(172.73191489361702,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 10, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(172.75460992907801,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 10, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(172.777304964539,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 10, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(172.8,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 10, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(172.82269503546098,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 10, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(172.84539007092198,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 10, 2022; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(172.86808510638298,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 10, 2022; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(172.89078014184398,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 10, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(172.91347517730495,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 10, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(172.93617021276594,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 11, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(173.20851063829787,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 11, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(173.23120567375886,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 11, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(173.25390070921986,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 11, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(173.27659574468086,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 11, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(173.29929078014183,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 11, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(173.32198581560283,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 11, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(173.34468085106383,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 11, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(173.36737588652483,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 11, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(173.39007092198582,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 11, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(173.41276595744682,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 11, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(173.43546099290782,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 11, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(173.4581560283688,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 11, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(173.4808510638298,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 12, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(173.7531914893617,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 12, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(173.7758865248227,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 12, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(173.7985815602837,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 12, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(173.82127659574468,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 12, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(173.84397163120568,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 12, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(173.86666666666665,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 12, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(173.88936170212764,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 12, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(173.91205673758864,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 12, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(173.93475177304964,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 12, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(173.95744680851064,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 12, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(173.98014184397164,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 12, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(174.00283687943264,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 12, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(174.02553191489363,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 13, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(174.29787234042553,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 13, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(174.32056737588653,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 13, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(174.34326241134752,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 13, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(174.36595744680852,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 13, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(174.38865248226952,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 13, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(174.4113475177305,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 13, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(174.4340425531915,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 13, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(174.4567375886525,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 13, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(174.47943262411349,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 13, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(174.50212765957446,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 13, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(174.52482269503545,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 13, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(174.54751773049645,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 13, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(174.57021276595745,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 14, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(174.84255319148934,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 14, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(174.86524822695034,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 14, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(174.88794326241134,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 14, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(174.91063829787234,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 14, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(174.93333333333334,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 14, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(174.95602836879434,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 14, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(174.9787234042553,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 14, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(175.0014184397163,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 14, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(175.0241134751773,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 14, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(175.0468085106383,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 14, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(175.0695035460993,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 14, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(175.0921985815603,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 14, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(175.1148936170213,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 15, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(175.3872340425532,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 15, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(175.4099290780142,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 15, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(175.43262411347519,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 15, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(175.45531914893618,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 15, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(175.47801418439718,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 15, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(175.50070921985815,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 15, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(175.52340425531915,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 15, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(175.54609929078012,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 15, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(175.56879432624112,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 15, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(175.59148936170212,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 15, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(175.61418439716311,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 15, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(175.6368794326241,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 15, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(175.6595744680851,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 16, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(175.931914893617,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 16, 2022; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(175.954609929078,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 16, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(175.977304964539,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 16, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(176,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 16, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(176.022695035461,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 16, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(176.045390070922,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 16, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(176.068085106383,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 16, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(176.09078014184396,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 16, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(176.11347517730496,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 16, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(176.13617021276596,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 16, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(176.15886524822696,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 16, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(176.18156028368793,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 16, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(176.20425531914893,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 17, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(176.47659574468085,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 17, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(176.49929078014185,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 17, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(176.52198581560285,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 17, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(176.54468085106382,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 17, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(176.56737588652481,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 17, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(176.5900709219858,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 17, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(176.6127659574468,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 17, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(176.6354609929078,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 17, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(176.65815602836878,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 17, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(176.68085106382978,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 17, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(176.70354609929078,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 17, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(176.72624113475177,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 17, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(176.74893617021277,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 18, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(177.02127659574467,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 18, 2022; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(177.04397163120566,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 18, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(177.06666666666666,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 18, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(177.08936170212766,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 18, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(177.11205673758866,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 18, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(177.13475177304966,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 18, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(177.15744680851066,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 18, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(177.18014184397163,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 18, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(177.20283687943262,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 18, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(177.22553191489362,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 18, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(177.2482269503546,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 18, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(177.2709219858156,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 18, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(177.2936170212766,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 19, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(177.5659574468085,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 19, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(177.58865248226948,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 19, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(177.61134751773048,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 19, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(177.63404255319148,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 19, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(177.65673758865248,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 19, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(177.67943262411347,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 19, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(177.70212765957447,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 19, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(177.72482269503547,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 19, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(177.74751773049647,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 19, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(177.77021276595744,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 19, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(177.79290780141844,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 19, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(177.81560283687944,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 19, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(177.83829787234043,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 20, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(178.11063829787236,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 20, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(178.13333333333335,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 20, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(178.15602836879432,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 20, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(178.17872340425532,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 20, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(178.20141843971632,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 20, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(178.2241134751773,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 20, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(178.2468085106383,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 20, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(178.2695035460993,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 20, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(178.29219858156029,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 20, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(178.31489361702128,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 20, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(178.33758865248225,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 20, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(178.36028368794325,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 20, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(178.38297872340425,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 21, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(178.65531914893617,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 21, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(178.67801418439717,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 21, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(178.70070921985817,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 21, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(178.72340425531914,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 21, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(178.74609929078014,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 21, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(178.76879432624114,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 21, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(178.79148936170213,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 21, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(178.81418439716313,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 21, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(178.83687943262413,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 21, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(178.8595744680851,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 21, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(178.8822695035461,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 21, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(178.9049645390071,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 21, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(178.92765957446807,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 22, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(179.20000000000002,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 22, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(179.222695035461,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 22, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(179.24539007092199,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 22, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(179.26808510638296,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 22, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(179.29078014184395,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 22, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(179.31347517730495,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 22, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(179.33617021276595,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 22, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(179.35886524822695,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 22, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(179.38156028368795,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 22, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(179.40425531914894,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 22, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(179.42695035460994,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 22, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(179.4496453900709,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 22, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(179.4723404255319,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 23, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(179.74468085106383,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 23, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(179.76737588652483,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 23, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(179.79007092198583,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 23, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(179.81276595744683,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 23, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(179.8354609929078,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 23, 2022; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(179.8581560283688,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 23, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(179.8808510638298,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 23, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(179.9035460992908,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 23, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(179.92624113475176,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 23, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(179.94893617021276,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 23, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(179.97163120567376,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 23, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(179.99432624113476,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 23, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(180.01702127659573,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 24, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(180.28936170212765,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 24, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(180.31205673758865,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 24, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(180.33475177304965,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 24, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(180.35744680851064,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 24, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(180.38014184397164,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 24, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(180.4028368794326,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 24, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(180.4255319148936,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 24, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(180.4482269503546,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 24, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(180.4709219858156,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 24, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(180.4936170212766,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 24, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(180.5163120567376,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 24, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(180.5390070921986,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 24, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(180.56170212765957,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 25, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(180.8113475177305,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 25, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(180.8340425531915,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 25, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(180.8567375886525,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 25, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(180.8794326241135,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 25, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(180.90212765957446,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 25, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(180.92482269503546,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 25, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(180.94751773049643,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 25, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(180.97021276595743,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 25, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(180.99290780141843,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 25, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(181.01560283687942,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 25, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(181.03829787234042,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 25, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(181.06099290780142,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 25, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(181.08368794326242,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 26, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(181.3787234042553,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 26, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(181.4014184397163,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 26, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(181.4241134751773,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 26, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(181.4468085106383,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 26, 2022; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(181.4695035460993,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 26, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(181.4921985815603,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 26, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(181.51489361702127,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 26, 2022; calls: 20" role="graphics-symbol" aria-roledescription="point" transform="translate(181.53758865248227,171.42857142857144)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 26, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(181.56028368794327,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 26, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(181.58297872340427,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 26, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(181.60567375886524,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 26, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(181.62836879432624,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 27, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(181.92340425531916,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 27, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(181.94609929078013,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 27, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(181.96879432624112,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 27, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(181.99148936170212,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 27, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(182.01418439716312,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 27, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(182.03687943262412,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 27, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(182.05957446808512,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 27, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(182.0822695035461,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 27, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(182.10496453900709,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 27, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(182.12765957446808,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 27, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(182.15035460992908,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 27, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(182.17304964539008,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 28, 2022; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(182.46808510638297,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 28, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(182.49078014184397,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 28, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(182.51347517730497,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 28, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(182.53617021276597,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 28, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(182.55886524822697,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 28, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(182.58156028368796,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 28, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(182.60425531914893,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 28, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(182.62695035460993,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 28, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(182.6496453900709,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 28, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(182.6723404255319,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 28, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(182.6950354609929,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 28, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(182.7177304964539,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 29, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(183.0127659574468,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 29, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(183.0354609929078,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 29, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(183.05815602836878,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 29, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(183.08085106382978,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 29, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(183.10354609929078,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 29, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(183.12624113475178,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 29, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(183.14893617021278,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 29, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(183.17163120567378,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 29, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(183.19432624113475,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 29, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(183.21702127659574,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 29, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(183.23971631205674,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 29, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(183.26241134751774,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 30, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(183.55744680851066,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 30, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(183.58014184397163,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 30, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(183.60283687943263,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 30, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(183.6255319148936,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 30, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(183.6482269503546,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 30, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(183.6709219858156,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 30, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(183.6936170212766,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 30, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(183.7163120567376,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 30, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(183.7390070921986,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 30, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(183.76170212765956,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 30, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(183.78439716312056,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 30, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(183.80709219858156,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 01, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(184.10212765957448,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 01, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(184.12482269503545,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 01, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(184.14751773049645,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 01, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(184.17021276595744,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 01, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(184.19290780141844,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 01, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(184.21560283687944,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 01, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(184.23829787234044,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 01, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(184.26099290780144,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 01, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(184.2836879432624,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 01, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(184.3063829787234,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 01, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(184.32907801418438,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 01, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(184.35177304964537,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 02, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(184.6468085106383,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 02, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(184.6695035460993,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 02, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(184.69219858156026,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 02, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(184.71489361702126,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 02, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(184.73758865248226,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 02, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(184.76028368794326,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 02, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(184.78297872340426,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 02, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(184.80567375886525,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 02, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(184.82836879432625,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 02, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(184.85106382978725,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 02, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(184.87375886524822,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 02, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(184.89645390070922,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 03, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(185.19148936170214,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 03, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(185.21418439716314,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 03, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(185.23687943262414,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 03, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(185.2595744680851,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 03, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(185.2822695035461,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 03, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(185.3049645390071,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 03, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(185.32765957446807,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 03, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(185.35035460992907,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 03, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(185.37304964539007,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 03, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(185.39574468085107,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 03, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(185.41843971631207,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 03, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(185.44113475177303,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 04, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(185.73617021276596,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 04, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(185.75886524822695,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 04, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(185.78156028368795,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 04, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(185.80425531914892,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 04, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(185.82695035460992,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 04, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(185.84964539007092,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 04, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(185.87234042553192,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 04, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(185.89503546099291,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 04, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(185.9177304964539,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 04, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(185.9404255319149,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 04, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(185.96312056737588,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 04, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(185.98581560283688,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 05, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(186.2808510638298,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 05, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(186.30354609929077,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 05, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(186.32624113475177,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 05, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(186.34893617021277,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 05, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(186.37163120567374,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 05, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(186.39432624113473,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 05, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(186.41702127659573,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 05, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(186.43971631205673,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 05, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(186.46241134751773,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 05, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(186.48510638297873,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 05, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(186.50780141843973,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 05, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(186.53049645390072,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 06, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(186.82553191489362,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 06, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(186.84822695035461,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 06, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(186.8709219858156,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 06, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(186.8936170212766,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 06, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(186.9163120567376,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 06, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(186.93900709219858,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 06, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(186.96170212765958,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 06, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(186.98439716312058,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 06, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(187.00709219858155,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 06, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(187.02978723404254,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 06, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(187.05248226950354,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 06, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(187.07517730496454,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 07, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(187.37021276595743,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 07, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(187.39290780141843,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 07, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(187.41560283687943,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 07, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(187.43829787234043,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 07, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(187.46099290780143,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 07, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(187.4836879432624,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 07, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(187.5063829787234,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 07, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(187.5290780141844,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 07, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(187.5517730496454,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 07, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(187.5744680851064,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 07, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(187.5971631205674,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 07, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(187.61985815602839,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 08, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(187.91489361702128,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 08, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(187.93758865248228,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 08, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(187.96028368794327,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 08, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(187.98297872340427,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 08, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(188.00567375886524,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 08, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(188.02836879432624,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 08, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(188.0510638297872,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 08, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(188.0737588652482,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 08, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(188.0964539007092,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 08, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(188.1191489361702,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 09, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(188.4595744680851,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 09, 2022; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(188.4822695035461,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 09, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(188.5049645390071,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 09, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(188.5276595744681,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 09, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(188.5503546099291,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 09, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(188.57304964539009,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 09, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(188.59574468085108,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 09, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(188.61843971631205,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 09, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(188.64113475177305,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 09, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(188.66382978723405,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 09, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(188.68652482269505,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 10, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(189.00425531914894,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 10, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(189.02695035460994,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 10, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(189.0496453900709,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 10, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(189.0723404255319,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 10, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(189.0950354609929,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 10, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(189.1177304964539,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 10, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(189.1404255319149,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 10, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(189.1631205673759,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 10, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(189.18581560283687,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 10, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(189.20851063829787,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 10, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(189.23120567375886,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 11, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(189.54893617021276,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 11, 2022; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(189.57163120567375,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 11, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(189.59432624113475,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 11, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(189.61702127659575,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 11, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(189.63971631205675,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 11, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(189.66241134751775,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 11, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(189.68510638297872,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 11, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(189.70780141843971,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 11, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(189.73049645390068,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 11, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(189.75319148936168,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 11, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(189.77588652482268,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 12, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(190.0936170212766,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 12, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(190.11631205673757,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 12, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(190.13900709219857,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 12, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(190.16170212765957,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 12, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(190.18439716312056,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 12, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(190.20709219858156,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 12, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(190.22978723404256,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 12, 2022; calls: 17" role="graphics-symbol" aria-roledescription="point" transform="translate(190.25248226950356,205.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 12, 2022; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(190.27517730496456,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 12, 2022; calls: 20" role="graphics-symbol" aria-roledescription="point" transform="translate(190.29787234042553,171.42857142857144)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 12, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(190.32056737588653,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 13, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(190.63829787234044,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 13, 2022; calls: 18" role="graphics-symbol" aria-roledescription="point" transform="translate(190.66099290780141,194.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 13, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(190.6836879432624,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 13, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(190.7063829787234,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 13, 2022; calls: 19" role="graphics-symbol" aria-roledescription="point" transform="translate(190.72907801418438,182.85714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 13, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(190.75177304964538,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 13, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(190.77446808510638,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 13, 2022; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(190.79716312056738,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 13, 2022; calls: 19" role="graphics-symbol" aria-roledescription="point" transform="translate(190.81985815602837,182.85714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 13, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(190.84255319148937,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 13, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(190.86524822695034,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 14, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(191.18297872340426,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 14, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(191.20567375886526,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 14, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(191.22836879432623,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 14, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(191.25106382978723,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 14, 2022; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(191.27375886524823,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 14, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(191.29645390070922,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 14, 2022; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(191.31914893617022,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 14, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(191.34184397163122,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 14, 2022; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(191.36453900709222,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 14, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(191.3872340425532,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 14, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(191.4099290780142,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 15, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(191.72765957446808,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 15, 2022; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(191.75035460992908,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 15, 2022; calls: 20" role="graphics-symbol" aria-roledescription="point" transform="translate(191.77304964539007,171.42857142857144)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 15, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(191.79574468085104,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 15, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(191.81843971631204,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 15, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(191.84113475177304,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 15, 2022; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(191.86382978723404,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 15, 2022; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(191.88652482269504,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 15, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(191.90921985815604,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 15, 2022; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(191.93191489361703,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 15, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(191.95460992907803,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 16, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(192.27234042553192,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 16, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(192.29503546099292,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 16, 2022; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(192.31773049645392,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 16, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(192.3404255319149,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 16, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(192.3631205673759,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 16, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(192.38581560283689,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 16, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(192.40851063829786,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 16, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(192.43120567375885,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 16, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(192.45390070921985,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 16, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(192.47659574468085,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 16, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(192.49929078014185,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 17, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(192.81702127659574,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 17, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(192.83971631205674,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 17, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(192.86241134751774,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 17, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(192.88510638297873,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 17, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(192.9078014184397,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 17, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(192.9304964539007,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 17, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(192.9531914893617,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 17, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(192.9758865248227,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 17, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(192.9985815602837,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 17, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(193.0212765957447,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 17, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(193.0439716312057,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 18, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(193.36170212765958,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 18, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(193.38439716312058,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 18, 2022; calls: 17" role="graphics-symbol" aria-roledescription="point" transform="translate(193.40709219858155,205.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 18, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(193.42978723404255,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 18, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(193.45248226950355,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 18, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(193.47517730496452,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 18, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(193.49787234042552,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 18, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(193.52056737588651,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 18, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(193.5432624113475,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 18, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(193.5659574468085,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 18, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(193.5886524822695,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 19, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(193.9063829787234,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 19, 2022; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(193.9290780141844,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 19, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(193.9517730496454,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 19, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(193.9744680851064,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 19, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(193.9971631205674,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 19, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(194.0198581560284,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 19, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(194.04255319148936,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 19, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(194.06524822695036,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 19, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(194.08794326241136,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 19, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(194.11063829787233,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 19, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(194.13333333333333,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 20, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(194.45106382978722,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 20, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(194.47375886524821,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 20, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(194.4964539007092,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 20, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(194.5191489361702,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 20, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(194.5418439716312,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 20, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(194.5645390070922,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 20, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(194.58723404255318,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 20, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(194.60992907801418,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 20, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(194.63262411347517,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 20, 2022; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(194.65531914893617,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 20, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(194.67801418439717,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 21, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(194.99574468085106,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 21, 2022; calls: 25" role="graphics-symbol" aria-roledescription="point" transform="translate(195.01843971631206,114.28571428571428)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 21, 2022; calls: 23" role="graphics-symbol" aria-roledescription="point" transform="translate(195.04113475177306,137.14285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 21, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(195.06382978723406,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 21, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(195.08652482269503,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 21, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(195.10921985815602,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 21, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(195.13191489361702,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 21, 2022; calls: 18" role="graphics-symbol" aria-roledescription="point" transform="translate(195.154609929078,194.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 21, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(195.177304964539,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 21, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(195.2,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 21, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(195.222695035461,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 22, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(195.54042553191488,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 22, 2022; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(195.56312056737588,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 22, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(195.58581560283687,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 22, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(195.60851063829787,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 22, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(195.63120567375887,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 22, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(195.65390070921987,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 22, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(195.67659574468087,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 22, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(195.69929078014187,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 22, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(195.72198581560284,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 22, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(195.74468085106383,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 22, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(195.76737588652483,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 23, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(196.08510638297872,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 23, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(196.10780141843972,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 23, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(196.13049645390072,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 23, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(196.1531914893617,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 23, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(196.1758865248227,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 23, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(196.19858156028369,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 23, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(196.22127659574468,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 23, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(196.24397163120568,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 23, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(196.26666666666665,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 23, 2022; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(196.28936170212765,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 23, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(196.31205673758865,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 24, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(196.62978723404257,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 24, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(196.65248226950354,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 24, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(196.67517730496454,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 24, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(196.69787234042553,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 24, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(196.72056737588653,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 24, 2022; calls: 24" role="graphics-symbol" aria-roledescription="point" transform="translate(196.74326241134753,125.71428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 24, 2022; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(196.76595744680853,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 24, 2022; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(196.7886524822695,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 24, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(196.8113475177305,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 24, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(196.83404255319147,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 24, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(196.85673758865246,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 25, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(197.17446808510638,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 25, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(197.19716312056738,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 25, 2022; calls: 24" role="graphics-symbol" aria-roledescription="point" transform="translate(197.21985815602835,125.71428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 25, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(197.24255319148935,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 25, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(197.26524822695035,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 25, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(197.28794326241135,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 25, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(197.31063829787234,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 25, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(197.33333333333334,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 25, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(197.35602836879434,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 25, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(197.37872340425534,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 25, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(197.4014184397163,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 26, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(197.71914893617023,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 26, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(197.74184397163123,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 26, 2022; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(197.7645390070922,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 26, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(197.7872340425532,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 26, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(197.8099290780142,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 26, 2022; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(197.83262411347516,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 26, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(197.85531914893616,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 26, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(197.87801418439716,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 26, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(197.90070921985816,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 26, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(197.92340425531916,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 26, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(197.94609929078013,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 27, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(198.26382978723404,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 27, 2022; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(198.28652482269504,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 27, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(198.30921985815604,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 27, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(198.331914893617,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 27, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(198.354609929078,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 27, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(198.377304964539,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 27, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(198.4,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 27, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(198.422695035461,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 27, 2022; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(198.445390070922,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 27, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(198.46808510638297,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 27, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(198.49078014184397,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 28, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(198.8085106382979,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 28, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(198.83120567375886,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 28, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(198.85390070921986,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 28, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(198.87659574468086,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 28, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(198.89929078014183,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 28, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(198.92198581560282,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 28, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(198.94468085106382,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 28, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(198.96737588652482,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 28, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(198.99007092198582,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 28, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(199.01276595744682,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 28, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(199.03546099290782,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 29, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(199.3531914893617,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 29, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(199.3758865248227,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 29, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(199.3985815602837,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 29, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(199.4212765957447,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 29, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(199.44397163120567,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 29, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(199.46666666666667,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 29, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(199.48936170212767,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 29, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(199.51205673758864,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 29, 2022; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(199.53475177304963,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 29, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(199.55744680851063,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 29, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(199.58014184397163,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 30, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(199.89787234042552,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 30, 2022; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(199.92056737588652,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 30, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(199.94326241134752,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 30, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(199.96595744680852,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 30, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(199.98865248226952,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 30, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(200.01134751773048,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 30, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(200.0340425531915,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 30, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(200.05673758865248,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 30, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(200.0794326241135,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 30, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(200.10212765957448,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 30, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(200.12482269503545,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 31, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(200.44255319148937,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 31, 2022; calls: 23" role="graphics-symbol" aria-roledescription="point" transform="translate(200.46524822695037,137.14285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 31, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(200.48794326241133,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 31, 2022; calls: 20" role="graphics-symbol" aria-roledescription="point" transform="translate(200.51063829787233,171.42857142857144)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 31, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(200.53333333333333,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 31, 2022; calls: 18" role="graphics-symbol" aria-roledescription="point" transform="translate(200.55602836879433,194.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 31, 2022; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(200.5787234042553,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 31, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(200.60141843971633,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 31, 2022; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(200.6241134751773,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 31, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(200.64680851063832,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 31, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(200.6695035460993,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 01, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(200.98723404255318,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 01, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(201.0099290780142,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 01, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(201.03262411347518,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 01, 2022; calls: 20" role="graphics-symbol" aria-roledescription="point" transform="translate(201.05531914893615,171.42857142857144)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 01, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(201.07801418439718,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 01, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(201.10070921985815,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 01, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(201.12340425531917,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 01, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(201.14609929078014,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 01, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(201.16879432624114,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 01, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(201.1914893617021,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 01, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(201.21418439716314,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 02, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(201.53191489361703,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 02, 2022; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(201.554609929078,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 02, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(201.57730496453902,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 02, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(201.6,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 02, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(201.62269503546096,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 02, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(201.645390070922,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 02, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(201.66808510638296,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 02, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(201.690780141844,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 02, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(201.71347517730496,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 02, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(201.73617021276598,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 02, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(201.75886524822695,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 03, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(202.07659574468084,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 03, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(202.09929078014187,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 03, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(202.12198581560284,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 03, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(202.14468085106384,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 03, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(202.16737588652484,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 03, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(202.1900709219858,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 03, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(202.2127659574468,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 03, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(202.2354609929078,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 03, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(202.2581560283688,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 03, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(202.28085106382977,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 03, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(202.3035460992908,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 04, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(202.6212765957447,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 04, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(202.64397163120566,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 04, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(202.66666666666669,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 04, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(202.68936170212766,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 04, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(202.71205673758863,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 04, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(202.73475177304965,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 04, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(202.75744680851062,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 04, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(202.78014184397165,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 04, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(202.80283687943262,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 04, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(202.82553191489365,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 04, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(202.84822695035461,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 05, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(203.1659574468085,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 05, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(203.1886524822695,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 05, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(203.2113475177305,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 05, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(203.2340425531915,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 05, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(203.25673758865247,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 05, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(203.27943262411344,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 05, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(203.30212765957447,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 05, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(203.32482269503544,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 05, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(203.34751773049646,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 05, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(203.37021276595743,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 05, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(203.39290780141846,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 06, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(203.71063829787235,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 06, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(203.73333333333332,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 06, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(203.75602836879435,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 06, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(203.77872340425532,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 06, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(203.80141843971634,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 06, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(203.8241134751773,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 06, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(203.84680851063828,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 06, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(203.86950354609928,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 06, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(203.89219858156028,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 06, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(203.91489361702128,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 06, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(203.93758865248225,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 07, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(204.25531914893617,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 07, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(204.27801418439716,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 07, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(204.30070921985813,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 07, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(204.32340425531916,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 07, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(204.34609929078013,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 07, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(204.36879432624116,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 07, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(204.39148936170213,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 07, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(204.4141843971631,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 07, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(204.43687943262412,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 07, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(204.4595744680851,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 07, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(204.48226950354612,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 08, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(204.8,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 08, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(204.82269503546098,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 08, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(204.845390070922,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 08, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(204.86808510638298,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 08, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(204.89078014184398,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 08, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(204.91347517730497,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 08, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(204.93617021276597,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 08, 2022; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(204.95886524822694,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 08, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(204.9815602836879,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 08, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(205.00425531914894,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 08, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(205.0269503546099,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 09, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(205.3446808510638,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 09, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(205.36737588652483,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 09, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(205.3900709219858,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 09, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(205.41276595744682,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 09, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(205.4354609929078,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 09, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(205.45815602836882,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 09, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(205.4808510638298,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 09, 2022; calls: 18" role="graphics-symbol" aria-roledescription="point" transform="translate(205.50354609929082,194.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 09, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(205.52624113475179,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 09, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(205.54893617021276,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 09, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(205.57163120567375,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 10, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(205.91205673758864,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 10, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(205.93475177304964,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 10, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(205.9574468085106,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 10, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(205.98014184397164,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 10, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(206.0028368794326,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 10, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(206.02553191489363,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 10, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(206.0482269503546,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 10, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(206.07092198581563,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 10, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(206.0936170212766,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 10, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(206.11631205673757,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 11, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(206.4567375886525,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 11, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(206.47943262411346,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 11, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(206.50212765957448,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 11, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(206.52482269503545,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 11, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(206.54751773049645,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 11, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(206.57021276595745,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 11, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(206.59290780141845,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 11, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(206.61560283687942,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 11, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(206.63829787234042,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 11, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(206.66099290780141,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 12, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(207.00141843971633,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 12, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(207.0241134751773,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 12, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(207.04680851063827,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 12, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(207.0695035460993,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 12, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(207.09219858156027,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 12, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(207.1148936170213,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 12, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(207.13758865248226,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 12, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(207.1602836879433,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 12, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(207.18297872340426,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 12, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(207.20567375886523,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 13, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(207.54609929078015,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 13, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(207.56879432624112,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 13, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(207.59148936170214,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 13, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(207.61418439716311,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 13, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(207.6368794326241,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 13, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(207.65957446808508,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 13, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(207.6822695035461,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 13, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(207.70496453900708,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 13, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(207.7276595744681,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 13, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(207.75035460992908,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 14, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(208.090780141844,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 14, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(208.11347517730496,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 14, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(208.13617021276593,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 14, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(208.15886524822696,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 14, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(208.18156028368793,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 14, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(208.20425531914896,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 14, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(208.22695035460993,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 14, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(208.24964539007092,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 14, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(208.27234042553192,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 14, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(208.29503546099292,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 15, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(208.63546099290778,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 15, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(208.6581560283688,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 15, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(208.68085106382978,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 15, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(208.70354609929075,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 15, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(208.72624113475177,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 15, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(208.74893617021274,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 15, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(208.77163120567377,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 15, 2022; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(208.79432624113474,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 15, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(208.81702127659577,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 16, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(209.18014184397165,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 16, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(209.20283687943262,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 16, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(209.22553191489362,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 16, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(209.24822695035462,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 16, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(209.2709219858156,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 16, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(209.2936170212766,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 16, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(209.3163120567376,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 16, 2022; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(209.33900709219859,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 16, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(209.36170212765956,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 17, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(209.72482269503544,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 17, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(209.74751773049647,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 17, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(209.77021276595744,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 17, 2022; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(209.79290780141847,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 17, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(209.81560283687944,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 17, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(209.8382978723404,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 17, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(209.86099290780143,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 17, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(209.8836879432624,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 17, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(209.90638297872343,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 18, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(210.26950354609932,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 18, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(210.29219858156029,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 18, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(210.31489361702128,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 18, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(210.33758865248225,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 18, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(210.36028368794328,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 18, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(210.38297872340425,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 18, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(210.40567375886522,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 18, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(210.42836879432625,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 18, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(210.45106382978722,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 19, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(210.8141843971631,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 19, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(210.83687943262413,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 19, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(210.8595744680851,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 19, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(210.88226950354613,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 19, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(210.9049645390071,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 19, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(210.9276595744681,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 19, 2022; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(210.9503546099291,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 19, 2022; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(210.97304964539006,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 19, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(210.99574468085106,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 20, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(211.35886524822695,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 20, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(211.38156028368792,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 20, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(211.40425531914894,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 20, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(211.42695035460991,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 20, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(211.44964539007094,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 20, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(211.4723404255319,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 20, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(211.49503546099288,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 20, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(211.5177304964539,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 20, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(211.54042553191488,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 21, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(211.90354609929076,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 21, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(211.9262411347518,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 21, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(211.94893617021276,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 21, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(211.97163120567376,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 21, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(211.99432624113476,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 21, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(212.01702127659576,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 21, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(212.03971631205673,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 21, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(212.0624113475177,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 21, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(212.08510638297872,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 22, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(212.4482269503546,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 22, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(212.47092198581558,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 22, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(212.4936170212766,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 22, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(212.51631205673758,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 22, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(212.5390070921986,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 22, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(212.56170212765957,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 22, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(212.5843971631206,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 22, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(212.60709219858157,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 22, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(212.62978723404254,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 23, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(212.99290780141843,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 23, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(213.01560283687942,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 23, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(213.03829787234042,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 23, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(213.06099290780142,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 23, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(213.0836879432624,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 23, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(213.10638297872342,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 23, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(213.1290780141844,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 23, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(213.1517730496454,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 23, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(213.17446808510638,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 24, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(213.53758865248227,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 24, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(213.56028368794324,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 24, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(213.58297872340427,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 24, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(213.60567375886524,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 24, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(213.62836879432626,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 24, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(213.65106382978723,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 24, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(213.67375886524823,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 24, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(213.69645390070923,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 24, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(213.71914893617023,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 25, 2022; calls: 17" role="graphics-symbol" aria-roledescription="point" transform="translate(214.08226950354612,205.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 25, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(214.10496453900709,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 25, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(214.12765957446805,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 25, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(214.15035460992908,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 25, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(214.17304964539005,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 25, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(214.19574468085108,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 25, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(214.21843971631205,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 25, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(214.24113475177307,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 25, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(214.26382978723404,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 26, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(214.62695035460993,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 26, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(214.64964539007093,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 26, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(214.67234042553193,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 26, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(214.6950354609929,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 26, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(214.7177304964539,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 26, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(214.74042553191487,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 26, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(214.7631205673759,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 26, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(214.78581560283686,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 26, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(214.8085106382979,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 27, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(215.17163120567378,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 27, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(215.19432624113475,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 27, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(215.21702127659577,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 27, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(215.23971631205674,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 27, 2022; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(215.2624113475177,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 27, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(215.28510638297874,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 27, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(215.3078014184397,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 27, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(215.3304964539007,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 27, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(215.3531914893617,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 28, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(215.7163120567376,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 28, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(215.7390070921986,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 28, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(215.76170212765956,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 28, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(215.7843971631206,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 28, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(215.80709219858156,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 28, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(215.82978723404253,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 28, 2022; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(215.85248226950355,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 28, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(215.87517730496452,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 28, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(215.89787234042555,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 29, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(216.26099290780144,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 29, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(216.2836879432624,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 29, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(216.30638297872343,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 29, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(216.3290780141844,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 29, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(216.35177304964537,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 29, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(216.3744680851064,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 29, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(216.39716312056737,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 29, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(216.41985815602837,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 29, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(216.44255319148934,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 30, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(216.80567375886523,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 30, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(216.82836879432625,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 30, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(216.85106382978722,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 30, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(216.87375886524825,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 30, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(216.89645390070922,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 30, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(216.9191489361702,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 30, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(216.94184397163122,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 30, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(216.96453900709218,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 30, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(216.9872340425532,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 01, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(217.3503546099291,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 01, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(217.37304964539007,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 01, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(217.39574468085107,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 01, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(217.41843971631204,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 01, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(217.44113475177306,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 01, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(217.46382978723403,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 01, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(217.486524822695,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 01, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(217.50921985815603,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 01, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(217.531914893617,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 02, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(217.8950354609929,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 02, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(217.9177304964539,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 02, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(217.94042553191488,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 02, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(217.9631205673759,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 02, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(217.98581560283688,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 02, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(218.00851063829788,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 02, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(218.03120567375888,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 02, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(218.05390070921985,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 02, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(218.07659574468084,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 03, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(218.43971631205673,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 03, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(218.46241134751773,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 03, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(218.48510638297873,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 03, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(218.5078014184397,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 03, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(218.53049645390072,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 03, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(218.5531914893617,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 03, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(218.57588652482272,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 03, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(218.5985815602837,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 03, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(218.62127659574466,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 04, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(218.98439716312055,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 04, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(219.00709219858157,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 04, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(219.02978723404254,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 04, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(219.05248226950357,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 04, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(219.07517730496454,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 04, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(219.09787234042554,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 04, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(219.1205673758865,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 04, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(219.14326241134754,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 04, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(219.1659574468085,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 05, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(219.5290780141844,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 05, 2022; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(219.55177304964536,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 05, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(219.5744680851064,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 05, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(219.59716312056736,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 05, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(219.61985815602839,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 05, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(219.64255319148936,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 05, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(219.66524822695038,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 05, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(219.68794326241135,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 05, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(219.71063829787232,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 06, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(220.07375886524824,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 06, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(220.0964539007092,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 06, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(220.1191489361702,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 06, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(220.1418439716312,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 06, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(220.16453900709217,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 06, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(220.1872340425532,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 06, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(220.20992907801417,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 06, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(220.2326241134752,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 06, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(220.25531914893617,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 07, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(220.61843971631205,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 07, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(220.64113475177308,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 07, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(220.66382978723405,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 07, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(220.68652482269502,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 07, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(220.70921985815605,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 07, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(220.73191489361702,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 07, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(220.75460992907801,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 07, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(220.777304964539,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 07, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(220.8,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 08, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(221.1631205673759,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 08, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(221.18581560283687,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 08, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(221.20851063829784,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 08, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(221.23120567375886,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 08, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(221.25390070921983,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 08, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(221.27659574468086,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 08, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(221.29929078014183,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 08, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(221.32198581560286,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 08, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(221.34468085106383,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 09, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(221.70780141843971,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 09, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(221.73049645390074,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 17, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(226.06524822695033,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 17, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(226.08794326241136,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 17, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(226.11063829787233,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 17, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(226.13333333333335,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 17, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(226.15602836879432,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 17, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(226.17872340425532,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 17, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(226.2014184397163,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 17, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(226.22411347517732,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 17, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(226.2468085106383,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 18, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(226.60992907801418,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 18, 2022; calls: 28" role="graphics-symbol" aria-roledescription="point" transform="translate(226.63262411347515,79.99999999999999)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 18, 2022; calls: 23" role="graphics-symbol" aria-roledescription="point" transform="translate(226.65531914893617,137.14285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 18, 2022; calls: 21" role="graphics-symbol" aria-roledescription="point" transform="translate(226.67801418439714,160)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 18, 2022; calls: 21" role="graphics-symbol" aria-roledescription="point" transform="translate(226.70070921985817,160)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 18, 2022; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(226.72340425531914,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 18, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(226.74609929078017,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 18, 2022; calls: 20" role="graphics-symbol" aria-roledescription="point" transform="translate(226.76879432624114,171.42857142857144)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 18, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(226.79148936170213,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 19, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(227.15460992907802,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 19, 2022; calls: 29" role="graphics-symbol" aria-roledescription="point" transform="translate(227.17730496453902,68.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 19, 2022; calls: 20" role="graphics-symbol" aria-roledescription="point" transform="translate(227.2,171.42857142857144)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 19, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(227.222695035461,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 19, 2022; calls: 23" role="graphics-symbol" aria-roledescription="point" transform="translate(227.24539007092199,137.14285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 19, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(227.26808510638298,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 19, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(227.29078014184395,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 19, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(227.31347517730498,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 19, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(227.33617021276595,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 20, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(227.69929078014184,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 20, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(227.72198581560286,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 20, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(227.74468085106383,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 20, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(227.7673758865248,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 20, 2022; calls: 17" role="graphics-symbol" aria-roledescription="point" transform="translate(227.79007092198583,205.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 20, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(227.8127659574468,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 20, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(227.83546099290783,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 20, 2022; calls: 24" role="graphics-symbol" aria-roledescription="point" transform="translate(227.8581560283688,125.71428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 20, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(227.8808510638298,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 21, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(228.24397163120568,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 21, 2022; calls: 21" role="graphics-symbol" aria-roledescription="point" transform="translate(228.26666666666665,160)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 21, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(228.28936170212768,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 21, 2022; calls: 19" role="graphics-symbol" aria-roledescription="point" transform="translate(228.31205673758865,182.85714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 21, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(228.33475177304962,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 21, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(228.35744680851064,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 21, 2022; calls: 25" role="graphics-symbol" aria-roledescription="point" transform="translate(228.38014184397161,114.28571428571428)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 21, 2022; calls: 23" role="graphics-symbol" aria-roledescription="point" transform="translate(228.40283687943264,137.14285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 21, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(228.4255319148936,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 22, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(228.7886524822695,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 22, 2022; calls: 19" role="graphics-symbol" aria-roledescription="point" transform="translate(228.81134751773052,182.85714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 22, 2022; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(228.8340425531915,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 22, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(228.8567375886525,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 22, 2022; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(228.87943262411346,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 22, 2022; calls: 18" role="graphics-symbol" aria-roledescription="point" transform="translate(228.90212765957446,194.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 22, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(228.92482269503546,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 22, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(228.94751773049643,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 22, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(228.97021276595746,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 23, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(229.33333333333334,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 23, 2022; calls: 17" role="graphics-symbol" aria-roledescription="point" transform="translate(229.3560283687943,205.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 23, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(229.37872340425534,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 23, 2022; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(229.4014184397163,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 23, 2022; calls: 17" role="graphics-symbol" aria-roledescription="point" transform="translate(229.42411347517734,205.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 23, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(229.4468085106383,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 23, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(229.46950354609928,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 23, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(229.4921985815603,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 23, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(229.51489361702127,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 24, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(229.87801418439716,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 24, 2022; calls: 18" role="graphics-symbol" aria-roledescription="point" transform="translate(229.90070921985816,194.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 24, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(229.92340425531916,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 24, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(229.94609929078015,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 24, 2022; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(229.96879432624112,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 24, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(229.9914893617021,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 24, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(230.01418439716312,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 24, 2022; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(230.0368794326241,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 24, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(230.05957446808512,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 25, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(230.422695035461,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 25, 2022; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(230.44539007092197,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 25, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(230.468085106383,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 25, 2022; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(230.49078014184397,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 25, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(230.513475177305,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 25, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(230.53617021276597,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 25, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(230.55886524822694,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 25, 2022; calls: 18" role="graphics-symbol" aria-roledescription="point" transform="translate(230.58156028368793,194.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 25, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(230.60425531914893,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 26, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(230.9673758865248,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 26, 2022; calls: 22" role="graphics-symbol" aria-roledescription="point" transform="translate(230.99007092198582,148.57142857142858)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 26, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(231.0127659574468,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 26, 2022; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(231.03546099290782,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 26, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(231.05815602836878,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 26, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(231.0808510638298,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 26, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(231.10354609929078,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 26, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(231.12624113475175,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 26, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(231.14893617021278,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 27, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(231.51205673758867,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 27, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(231.53475177304963,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 27, 2022; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(231.55744680851063,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 27, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(231.58014184397163,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 27, 2022; calls: 19" role="graphics-symbol" aria-roledescription="point" transform="translate(231.60283687943263,182.85714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 27, 2022; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(231.6255319148936,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 27, 2022; calls: 18" role="graphics-symbol" aria-roledescription="point" transform="translate(231.64822695035463,194.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 27, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(231.6709219858156,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 27, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(231.69361702127657,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 28, 2022; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(232.05673758865245,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 28, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(232.07943262411348,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 28, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(232.10212765957445,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 28, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(232.12482269503548,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 28, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(232.14751773049645,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 28, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(232.17021276595747,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 28, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(232.19290780141844,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 28, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(232.21560283687944,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 28, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(232.23829787234044,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 29, 2022; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(232.60141843971633,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 29, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(232.6241134751773,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 29, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(232.6468085106383,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 29, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(232.66950354609926,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 29, 2022; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(232.6921985815603,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 29, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(232.71489361702126,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 29, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(232.7375886524823,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 29, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(232.76028368794326,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 29, 2022; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(232.78297872340428,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 30, 2022; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(233.14609929078017,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 30, 2022; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(233.16879432624114,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 30, 2022; calls: 17" role="graphics-symbol" aria-roledescription="point" transform="translate(233.1914893617021,205.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 30, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(233.21418439716314,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 30, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(233.2368794326241,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 30, 2022; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(233.2595744680851,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 30, 2022; calls: 19" role="graphics-symbol" aria-roledescription="point" transform="translate(233.2822695035461,182.85714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 30, 2022; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(233.3049645390071,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 30, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(233.32765957446807,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 31, 2022; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(233.69078014184396,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 31, 2022; calls: 19" role="graphics-symbol" aria-roledescription="point" transform="translate(233.71347517730499,182.85714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 31, 2022; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(233.73617021276596,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 31, 2022; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(233.75886524822693,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 31, 2022; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(233.78156028368795,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 31, 2022; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(233.80425531914892,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 31, 2022; calls: 19" role="graphics-symbol" aria-roledescription="point" transform="translate(233.82695035460995,182.85714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 31, 2022; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(233.84964539007092,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Dec 31, 2022; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(233.87234042553195,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 01, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(234.2354609929078,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 01, 2023; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(234.2581560283688,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 01, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(234.2808510638298,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 01, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(234.30354609929077,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 01, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(234.32624113475177,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 01, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(234.34893617021277,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 01, 2023; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(234.37163120567374,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 01, 2023; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(234.39432624113476,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 01, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(234.41702127659573,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 02, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(234.78014184397162,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 02, 2023; calls: 19" role="graphics-symbol" aria-roledescription="point" transform="translate(234.80283687943265,182.85714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 02, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(234.82553191489362,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 02, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(234.8482269503546,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 02, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(234.8709219858156,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 02, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(234.89361702127658,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 02, 2023; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(234.9163120567376,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 02, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(234.93900709219858,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 02, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(234.96170212765958,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 03, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(235.32482269503546,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 03, 2023; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(235.34751773049643,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 03, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(235.37021276595746,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 03, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(235.39290780141843,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 03, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(235.4156028368794,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 03, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(235.43829787234043,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 03, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(235.4609929078014,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 03, 2023; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(235.48368794326242,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 03, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(235.5063829787234,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 04, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(235.86950354609928,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 04, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(235.8921985815603,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 04, 2023; calls: 19" role="graphics-symbol" aria-roledescription="point" transform="translate(235.91489361702128,182.85714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 04, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(235.93758865248228,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 04, 2023; calls: 17" role="graphics-symbol" aria-roledescription="point" transform="translate(235.96028368794327,205.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 04, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(235.98297872340424,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 04, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(236.00567375886524,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 04, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(236.02836879432624,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 04, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(236.05106382978724,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 05, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(236.41418439716313,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 05, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(236.4368794326241,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 05, 2023; calls: 20" role="graphics-symbol" aria-roledescription="point" transform="translate(236.45957446808512,171.42857142857144)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 05, 2023; calls: 26" role="graphics-symbol" aria-roledescription="point" transform="translate(236.4822695035461,102.85714285714285)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 05, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(236.50496453900712,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 05, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(236.5276595744681,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 05, 2023; calls: 18" role="graphics-symbol" aria-roledescription="point" transform="translate(236.55035460992906,194.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 05, 2023; calls: 19" role="graphics-symbol" aria-roledescription="point" transform="translate(236.57304964539009,182.85714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 05, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(236.59574468085106,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 05, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(236.61843971631208,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 06, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(236.95886524822694,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 06, 2023; calls: 27" role="graphics-symbol" aria-roledescription="point" transform="translate(236.98156028368794,91.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 06, 2023; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(237.00425531914894,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 06, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(237.02695035460994,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 06, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(237.0496453900709,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 06, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(237.07234042553193,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 06, 2023; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(237.0950354609929,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 06, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(237.11773049645387,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 06, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(237.1404255319149,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 06, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(237.16312056737587,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 07, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(237.5035460992908,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 07, 2023; calls: 17" role="graphics-symbol" aria-roledescription="point" transform="translate(237.52624113475176,205.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 07, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(237.54893617021278,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 07, 2023; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(237.57163120567375,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 07, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(237.59432624113478,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 07, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(237.61702127659575,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 07, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(237.63971631205675,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 07, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(237.66241134751772,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 07, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(237.68510638297872,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 07, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(237.70780141843971,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 08, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(238.0482269503546,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 08, 2023; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(238.0709219858156,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 08, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(238.09361702127657,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 08, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(238.1163120567376,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 08, 2023; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(238.13900709219857,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 08, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(238.1617021276596,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 08, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(238.18439716312056,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 08, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(238.20709219858153,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 08, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(238.22978723404256,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 08, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(238.25248226950353,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 09, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(238.59290780141845,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 09, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(238.61560283687942,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 09, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(238.63829787234044,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 09, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(238.66099290780141,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 09, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(238.6836879432624,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 09, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(238.7063829787234,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 09, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(238.7290780141844,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 09, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(238.75177304964538,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 09, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(238.77446808510635,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 09, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(238.79716312056738,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 10, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(239.1375886524823,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 10, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(239.16028368794326,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 10, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(239.18297872340423,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 10, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(239.20567375886526,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 10, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(239.22836879432623,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 10, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(239.25106382978726,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 10, 2023; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(239.27375886524823,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 10, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(239.29645390070925,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 10, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(239.31914893617022,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 10, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(239.3418439716312,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 11, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(239.6822695035461,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 11, 2023; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(239.70496453900708,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 11, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(239.72765957446808,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 11, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(239.75035460992905,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 11, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(239.77304964539007,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 11, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(239.79574468085104,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 11, 2023; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(239.81843971631207,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 11, 2023; calls: 22" role="graphics-symbol" aria-roledescription="point" transform="translate(239.84113475177304,148.57142857142858)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 11, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(239.86382978723407,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 11, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(239.88652482269504,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 12, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(240.22695035460995,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 12, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(240.24964539007092,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 12, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(240.2723404255319,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 12, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(240.29503546099292,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 12, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(240.3177304964539,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 12, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(240.3404255319149,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 12, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(240.3631205673759,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 12, 2023; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(240.38581560283689,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 12, 2023; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(240.40851063829786,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 12, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(240.43120567375888,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 13, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(240.77163120567374,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 13, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(240.79432624113477,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 13, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(240.81702127659574,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 13, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(240.8397163120567,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 13, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(240.86241134751774,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 13, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(240.8851063829787,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 13, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(240.90780141843973,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 13, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(240.9304964539007,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 13, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(240.95319148936173,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 13, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(240.9758865248227,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 14, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(241.31631205673762,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 14, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(241.33900709219859,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 14, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(241.36170212765958,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 14, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(241.38439716312058,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 14, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(241.40709219858155,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 14, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(241.42978723404255,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 14, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(241.45248226950352,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 14, 2023; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(241.47517730496455,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 14, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(241.49787234042552,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 14, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(241.52056737588654,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 15, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(241.8609929078014,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 15, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(241.88368794326243,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 15, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(241.9063829787234,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 15, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(241.92907801418443,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 15, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(241.9517730496454,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 15, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(241.97446808510637,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 15, 2023; calls: 17" role="graphics-symbol" aria-roledescription="point" transform="translate(241.9971631205674,205.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 15, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(242.01985815602836,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 15, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(242.04255319148936,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 15, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(242.06524822695036,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 16, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(242.40567375886525,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 16, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(242.42836879432622,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 16, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(242.45106382978724,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 16, 2023; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(242.47375886524821,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 16, 2023; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(242.49645390070924,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 16, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(242.5191489361702,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 16, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(242.54184397163118,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 16, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(242.5645390070922,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 16, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(242.58723404255318,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 16, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(242.6099290780142,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 17, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(242.95035460992906,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 17, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(242.9730496453901,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 17, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(242.99574468085106,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 17, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(243.01843971631206,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 17, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(243.04113475177306,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 17, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(243.06382978723406,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 17, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(243.08652482269503,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 17, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(243.10921985815602,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 17, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(243.13191489361702,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 17, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(243.154609929078,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 18, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(243.4950354609929,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 18, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(243.51773049645388,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 18, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(243.5404255319149,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 18, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(243.56312056737588,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 18, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(243.5858156028369,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 18, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(243.60851063829787,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 18, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(243.63120567375884,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 18, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(243.65390070921987,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 18, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(243.67659574468084,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 18, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(243.69929078014187,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 19, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(244.03971631205673,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 19, 2023; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(244.06241134751775,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 19, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(244.08510638297872,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 19, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(244.10780141843972,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 19, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(244.1304964539007,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 19, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(244.15319148936172,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 19, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(244.1758865248227,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 19, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(244.19858156028366,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 19, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(244.22127659574468,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 19, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(244.24397163120565,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 20, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(244.58439716312057,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 20, 2023; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(244.60709219858154,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 20, 2023; calls: 19" role="graphics-symbol" aria-roledescription="point" transform="translate(244.62978723404257,182.85714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 20, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(244.65248226950354,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 20, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(244.67517730496456,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 20, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(244.69787234042553,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 20, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(244.72056737588653,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 20, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(244.74326241134753,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 20, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(244.7659574468085,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 20, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(244.7886524822695,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 21, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(245.1290780141844,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 21, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(245.15177304964539,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 21, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(245.17446808510635,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 21, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(245.19716312056738,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 21, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(245.21985815602835,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 21, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(245.24255319148938,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 21, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(245.26524822695035,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 21, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(245.28794326241137,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 21, 2023; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(245.31063829787234,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 21, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(245.33333333333331,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 22, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(245.67375886524823,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 22, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(245.6964539007092,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 22, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(245.71914893617023,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 22, 2023; calls: 17" role="graphics-symbol" aria-roledescription="point" transform="translate(245.7418439716312,205.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 22, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(245.7645390070922,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 22, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(245.7872340425532,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 22, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(245.8099290780142,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 22, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(245.83262411347516,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 22, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(245.8553191489362,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 22, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(245.87801418439716,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 23, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(246.21843971631208,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 23, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(246.24113475177305,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 23, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(246.26382978723402,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 23, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(246.28652482269504,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 23, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(246.309219858156,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 23, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(246.33191489361704,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 23, 2023; calls: 20" role="graphics-symbol" aria-roledescription="point" transform="translate(246.354609929078,171.42857142857144)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 23, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(246.37730496453904,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 23, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(246.4,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 23, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(246.422695035461,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 24, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(246.7631205673759,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 24, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(246.7858156028369,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 24, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(246.80851063829786,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 24, 2023; calls: 19" role="graphics-symbol" aria-roledescription="point" transform="translate(246.83120567375886,182.85714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 24, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(246.85390070921986,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 24, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(246.87659574468083,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 24, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(246.89929078014185,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 24, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(246.92198581560282,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 24, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(246.94468085106385,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 24, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(246.96737588652482,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 25, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(247.30780141843974,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 25, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(247.3304964539007,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 25, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(247.35319148936173,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 25, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(247.3758865248227,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 25, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(247.39858156028367,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 25, 2023; calls: 21" role="graphics-symbol" aria-roledescription="point" transform="translate(247.4212765957447,160)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 25, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(247.44397163120567,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 25, 2023; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(247.46666666666667,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 25, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(247.48936170212767,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 25, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(247.51205673758867,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 26, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(247.85248226950353,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 26, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(247.87517730496455,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 26, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(247.89787234042552,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 26, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(247.92056737588655,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 26, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(247.94326241134752,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 26, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(247.9659574468085,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 26, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(247.98865248226952,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 26, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(248.01134751773048,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 26, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(248.0340425531915,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 26, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(248.05673758865248,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 27, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(248.3971631205674,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 27, 2023; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(248.41985815602837,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 27, 2023; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(248.44255319148937,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 27, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(248.46524822695037,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 27, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(248.48794326241133,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 27, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(248.51063829787233,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 27, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(248.5333333333333,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 27, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(248.55602836879433,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 27, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(248.5787234042553,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 27, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(248.60141843971633,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 28, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(248.9418439716312,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 28, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(248.9645390070922,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 28, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(248.98723404255318,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 28, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(249.0099290780142,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 28, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(249.03262411347518,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 28, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(249.05531914893615,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 28, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(249.07801418439718,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 28, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(249.10070921985815,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 28, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(249.12340425531914,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 29, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(249.48652482269503,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 29, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(249.50921985815603,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 29, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(249.53191489361703,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 29, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(249.554609929078,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 29, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(249.57730496453902,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 29, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(249.6,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 29, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(249.62269503546096,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 29, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(249.645390070922,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 29, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(249.66808510638296,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 30, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(250.03120567375885,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 30, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(250.05390070921987,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 30, 2023; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(250.07659574468084,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 30, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(250.09929078014187,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 30, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(250.12198581560284,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 30, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(250.14468085106384,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 30, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(250.16737588652484,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 30, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(250.1900709219858,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 30, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(250.2127659574468,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 31, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(250.5758865248227,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 31, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(250.59858156028366,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 31, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(250.6212765957447,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 31, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(250.64397163120566,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 31, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(250.66666666666669,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 31, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(250.68936170212766,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 31, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(250.71205673758868,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 31, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(250.73475177304965,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jan 31, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(250.75744680851062,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 01, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(251.1205673758865,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 01, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(251.14326241134754,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 01, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(251.1659574468085,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 01, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(251.1886524822695,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 01, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(251.21134751773047,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 01, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(251.2340425531915,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 01, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(251.25673758865247,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 01, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(251.2794326241135,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 01, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(251.30212765957447,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 02, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(251.66524822695035,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 02, 2023; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(251.68794326241132,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 02, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(251.71063829787235,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 02, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(251.73333333333332,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 02, 2023; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(251.75602836879435,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 02, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(251.77872340425532,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 02, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(251.80141843971631,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 02, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(251.8241134751773,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 02, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(251.84680851063828,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 03, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(252.2099290780142,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 03, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(252.23262411347517,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 03, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(252.25531914893617,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 03, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(252.27801418439716,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 03, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(252.30070921985813,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 03, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(252.32340425531916,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 03, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(252.34609929078013,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 03, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(252.36879432624116,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 03, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(252.39148936170213,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 04, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(252.75460992907801,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 04, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(252.77730496453904,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 04, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(252.8,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 04, 2023; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(252.82269503546098,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 04, 2023; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(252.845390070922,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 04, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(252.86808510638298,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 04, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(252.89078014184398,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 04, 2023; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(252.91347517730495,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 04, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(252.93617021276597,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 05, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(253.29929078014186,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 05, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(253.32198581560283,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 05, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(253.3446808510638,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 05, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(253.36737588652483,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 05, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(253.3900709219858,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 05, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(253.41276595744682,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 05, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(253.4354609929078,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 05, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(253.45815602836882,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 05, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(253.4808510638298,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 06, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(253.84397163120568,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 06, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(253.86666666666667,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 06, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(253.88936170212764,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 06, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(253.91205673758864,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 06, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(253.93475177304964,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 06, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(253.9574468085106,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 06, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(253.98014184397164,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 06, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(254.0028368794326,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 06, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(254.02553191489363,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 07, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(254.38865248226952,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 07, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(254.4113475177305,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 07, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(254.43404255319152,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 07, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(254.4567375886525,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 07, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(254.47943262411346,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 07, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(254.50212765957448,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 07, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(254.52482269503545,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 07, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(254.54751773049645,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 07, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(254.57021276595745,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 08, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(254.93333333333334,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 08, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(254.95602836879434,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 08, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(254.9787234042553,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 08, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(255.00141843971633,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 08, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(255.0241134751773,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 08, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(255.04680851063827,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 08, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(255.0695035460993,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 08, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(255.09219858156027,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 08, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(255.1148936170213,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 09, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(255.47801418439718,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 09, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(255.50070921985815,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 09, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(255.52340425531918,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 09, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(255.54609929078015,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 09, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(255.56879432624115,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 09, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(255.59148936170212,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 09, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(255.61418439716311,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 09, 2023; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(255.6368794326241,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 09, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(255.65957446808508,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 10, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(256.02269503546097,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 10, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(256.045390070922,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 10, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(256.06808510638297,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 10, 2023; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(256.090780141844,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 10, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(256.11347517730496,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 10, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(256.136170212766,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 10, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(256.15886524822696,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 10, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(256.18156028368793,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 10, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(256.20425531914896,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 11, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(256.5673758865248,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 11, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(256.5900709219858,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 11, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(256.6127659574468,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 11, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(256.6354609929078,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 11, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(256.6581560283688,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 11, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(256.6808510638298,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 11, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(256.70354609929075,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 11, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(256.7262411347518,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 11, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(256.74893617021274,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 12, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(257.11205673758866,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 12, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(257.13475177304963,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 12, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(257.1574468085106,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 12, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(257.1801418439716,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 12, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(257.2028368794326,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 12, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(257.2255319148936,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 12, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(257.2482269503546,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 12, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(257.27092198581556,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 12, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(257.2936170212766,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 13, 2023; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(257.6567375886525,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 13, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(257.6794326241135,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 13, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(257.7021276595745,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 13, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(257.72482269503547,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 13, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(257.74751773049644,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 13, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(257.77021276595747,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 13, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(257.79290780141844,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 13, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(257.8156028368794,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 13, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(257.8382978723404,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 14, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(258.2014184397163,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 14, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(258.2241134751773,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 14, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(258.2468085106383,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 14, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(258.2695035460993,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 14, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(258.2921985815603,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 14, 2023; calls: 24" role="graphics-symbol" aria-roledescription="point" transform="translate(258.3148936170213,125.71428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 14, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(258.3375886524823,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 14, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(258.3602836879433,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 14, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(258.3829787234043,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 15, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(258.74609929078014,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 15, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(258.7687943262411,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 15, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(258.79148936170213,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 15, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(258.8141843971631,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 15, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(258.83687943262413,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 15, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(258.8595744680851,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 15, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(258.8822695035461,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 15, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(258.9049645390071,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 15, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(258.9276595744681,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 16, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(259.290780141844,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 16, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(259.31347517730495,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 16, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(259.3361702127659,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 16, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(259.35886524822695,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 16, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(259.3815602836879,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 16, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(259.40425531914894,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 16, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(259.4269503546099,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 16, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(259.44964539007094,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 16, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(259.4723404255319,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 17, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(259.83546099290777,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 17, 2023; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(259.8581560283688,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 17, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(259.88085106382977,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 17, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(259.90354609929074,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 17, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(259.92624113475176,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 17, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(259.94893617021273,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 17, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(259.97163120567376,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 17, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(259.99432624113473,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 17, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(260.01702127659576,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 18, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(260.38014184397167,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 18, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(260.40283687943264,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 18, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(260.4255319148936,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 18, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(260.44822695035464,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 18, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(260.4709219858156,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 18, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(260.4936170212766,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 18, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(260.51631205673755,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 18, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(260.5390070921986,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 18, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(260.56170212765954,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 18, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(260.58439716312057,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 18, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(260.60709219858154,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 19, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(260.92482269503546,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 19, 2023; calls: 19" role="graphics-symbol" aria-roledescription="point" transform="translate(260.9475177304965,182.85714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 19, 2023; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(260.97021276595746,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 19, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(260.9929078014185,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 19, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(261.01560283687945,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 19, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(261.0382978723404,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 19, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(261.06099290780145,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 19, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(261.0836879432624,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 19, 2023; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(261.10638297872345,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 19, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(261.1290780141844,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 19, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(261.1517730496454,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 20, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(261.4695035460993,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 20, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(261.4921985815603,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 20, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(261.5148936170213,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 20, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(261.53758865248227,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 20, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(261.56028368794324,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 20, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(261.58297872340427,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 20, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(261.60567375886524,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 20, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(261.62836879432626,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 20, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(261.65106382978723,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 20, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(261.67375886524826,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 20, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(261.69645390070923,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 21, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(262.0141843971631,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 21, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(262.0368794326241,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 21, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(262.0595744680851,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 21, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(262.0822695035461,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 21, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(262.1049645390071,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 21, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(262.12765957446805,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 21, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(262.1503546099291,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 21, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(262.17304964539005,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 21, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(262.1957446808511,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 21, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(262.21843971631205,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 21, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(262.2411347517731,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 22, 2023; calls: 19" role="graphics-symbol" aria-roledescription="point" transform="translate(262.55886524822694,182.85714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 22, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(262.5815602836879,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 22, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(262.60425531914893,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 22, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(262.6269503546099,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 22, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(262.64964539007093,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 22, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(262.6723404255319,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 22, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(262.69503546099287,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 22, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(262.7177304964539,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 22, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(262.74042553191487,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 22, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(262.7631205673759,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 22, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(262.78581560283686,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 23, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(263.0808510638298,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 23, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(263.1035460992908,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 23, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(263.1262411347518,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 23, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(263.1489361702128,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 23, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(263.17163120567375,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 23, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(263.1943262411347,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 23, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(263.21702127659574,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 23, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(263.2397163120567,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 23, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(263.2624113475177,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 23, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(263.2851063829787,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 23, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(263.3078014184397,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 23, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(263.3304964539007,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 24, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(263.6255319148936,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 24, 2023; calls: 25" role="graphics-symbol" aria-roledescription="point" transform="translate(263.6482269503546,114.28571428571428)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 24, 2023; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(263.6709219858156,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 24, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(263.6936170212766,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 24, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(263.7163120567376,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 24, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(263.7390070921986,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 24, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(263.7617021276596,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 24, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(263.7843971631206,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 24, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(263.8070921985816,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 24, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(263.82978723404256,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 24, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(263.8524822695035,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 24, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(263.87517730496455,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 25, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(264.17021276595744,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 25, 2023; calls: 23" role="graphics-symbol" aria-roledescription="point" transform="translate(264.1929078014184,137.14285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 25, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(264.21560283687944,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 25, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(264.2382978723404,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 25, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(264.26099290780144,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 25, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(264.2836879432624,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 25, 2023; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(264.30638297872343,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 25, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(264.3290780141844,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 25, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(264.35177304964543,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 25, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(264.3744680851064,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 25, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(264.39716312056737,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 25, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(264.4198581560284,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 26, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(264.7148936170213,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 26, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(264.73758865248226,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 26, 2023; calls: 24" role="graphics-symbol" aria-roledescription="point" transform="translate(264.76028368794323,125.71428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 26, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(264.78297872340426,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 26, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(264.8056737588652,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 26, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(264.82836879432625,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 26, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(264.8510638297872,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 26, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(264.87375886524825,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 26, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(264.8964539007092,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 26, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(264.91914893617025,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 26, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(264.9418439716312,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 26, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(264.9645390070922,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 27, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(265.2595744680851,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 27, 2023; calls: 18" role="graphics-symbol" aria-roledescription="point" transform="translate(265.2822695035461,194.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 27, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(265.3049645390071,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 27, 2023; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(265.32765957446804,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 27, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(265.35035460992907,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 27, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(265.37304964539004,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 27, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(265.39574468085107,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 27, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(265.41843971631204,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 27, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(265.44113475177306,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 27, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(265.46382978723403,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 27, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(265.486524822695,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 27, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(265.50921985815603,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 28, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(265.804255319149,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 28, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(265.82695035460995,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 28, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(265.8496453900709,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 28, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(265.8723404255319,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 28, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(265.8950354609929,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 28, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(265.9177304964539,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 28, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(265.94042553191485,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 28, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(265.9631205673759,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 28, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(265.98581560283685,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 28, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(266.0085106382979,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 28, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(266.03120567375885,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 28, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(266.0539007092198,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 01, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(266.34893617021277,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 01, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(266.3716312056738,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 01, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(266.39432624113476,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 01, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(266.4170212765958,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 01, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(266.43971631205676,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 01, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(266.46241134751773,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 01, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(266.48510638297876,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 01, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(266.5078014184397,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 01, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(266.5304964539007,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 01, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(266.5531914893617,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 01, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(266.5758865248227,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 01, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(266.59858156028366,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 02, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(266.8936170212766,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 02, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(266.9163120567376,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 02, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(266.9390070921986,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 02, 2023; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(266.9617021276596,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 02, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(266.98439716312055,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 02, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(267.0070921985816,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 02, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(267.02978723404254,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 02, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(267.05248226950357,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 02, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(267.07517730496454,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 02, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(267.09787234042557,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 02, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(267.12056737588654,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 02, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(267.14326241134756,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 03, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(267.4382978723404,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 03, 2023; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(267.4609929078014,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 03, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(267.4836879432624,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 03, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(267.5063829787234,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 03, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(267.5290780141844,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 03, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(267.55177304964536,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 03, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(267.5744680851064,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 03, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(267.59716312056736,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 03, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(267.6198581560284,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 03, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(267.64255319148936,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 03, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(267.6652482269504,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 03, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(267.68794326241135,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 04, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(267.98297872340424,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 04, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(268.0056737588652,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 04, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(268.02836879432624,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 04, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(268.0510638297872,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 04, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(268.07375886524824,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 04, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(268.0964539007092,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 04, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(268.1191489361702,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 04, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(268.1418439716312,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 04, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(268.1645390070922,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 04, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(268.1872340425532,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 04, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(268.20992907801417,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 04, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(268.2326241134752,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 05, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(268.5276595744681,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 05, 2023; calls: 18" role="graphics-symbol" aria-roledescription="point" transform="translate(268.55035460992906,194.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 05, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(268.5730496453901,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 05, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(268.59574468085106,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 05, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(268.618439716312,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 05, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(268.64113475177305,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 05, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(268.663829787234,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 05, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(268.686524822695,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 05, 2023; calls: 17" role="graphics-symbol" aria-roledescription="point" transform="translate(268.709219858156,205.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 05, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(268.731914893617,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 05, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(268.754609929078,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 05, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(268.777304964539,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 06, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(269.07234042553193,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 06, 2023; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(269.0950354609929,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 06, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(269.11773049645393,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 06, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(269.1404255319149,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 06, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(269.1631205673759,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 06, 2023; calls: 18" role="graphics-symbol" aria-roledescription="point" transform="translate(269.1858156028369,194.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 06, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(269.20851063829787,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 06, 2023; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(269.2312056737589,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 06, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(269.25390070921986,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 06, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(269.27659574468083,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 06, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(269.29929078014186,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 06, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(269.32198581560283,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 07, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(269.6170212765957,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 07, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(269.63971631205675,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 07, 2023; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(269.6624113475177,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 07, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(269.68510638297874,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 07, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(269.7078014184397,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 07, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(269.73049645390074,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 07, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(269.7531914893617,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 07, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(269.77588652482274,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 07, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(269.7985815602837,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 07, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(269.8212765957447,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 07, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(269.8439716312057,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 07, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(269.8666666666667,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 08, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(270.16170212765957,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 08, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(270.18439716312054,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 08, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(270.20709219858156,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 08, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(270.22978723404253,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 08, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(270.25248226950356,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 08, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(270.27517730496453,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 08, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(270.29787234042556,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 08, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(270.3205673758865,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 08, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(270.3432624113475,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 08, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(270.3659574468085,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 08, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(270.3886524822695,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 08, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(270.4113475177305,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 09, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(270.7063829787234,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 09, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(270.7290780141844,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 09, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(270.75177304964535,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 09, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(270.7744680851064,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 09, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(270.79716312056735,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 09, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(270.8198581560284,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 09, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(270.84255319148934,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 09, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(270.86524822695037,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 09, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(270.88794326241134,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 09, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(270.9106382978723,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 09, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(270.93333333333334,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 09, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(270.9560283687943,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 10, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(271.25106382978726,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 10, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(271.2737588652482,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 10, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(271.2964539007092,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 10, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(271.3191489361702,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 10, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(271.3418439716312,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 10, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(271.36453900709216,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 10, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(271.3872340425532,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 10, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(271.40992907801416,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 10, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(271.4326241134752,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 10, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(271.45531914893616,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 10, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(271.4780141843971,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 10, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(271.50070921985815,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 11, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(271.7957446808511,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 11, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(271.81843971631207,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 11, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(271.84113475177304,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 11, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(271.86382978723407,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 11, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(271.88652482269504,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 11, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(271.90921985815606,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 11, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(271.93191489361703,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 11, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(271.954609929078,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 11, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(271.97730496453903,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 11, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(272,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 11, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(272.02269503546097,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 11, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(272.04539007092194,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 12, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(272.3404255319149,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 12, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(272.3631205673759,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 12, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(272.3858156028369,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 12, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(272.40851063829786,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 12, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(272.4312056737589,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 12, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(272.45390070921985,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 12, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(272.4765957446809,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 12, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(272.49929078014185,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 12, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(272.5219858156029,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 12, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(272.54468085106384,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 12, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(272.5673758865248,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 12, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(272.59007092198584,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 13, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(272.88510638297873,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 13, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(272.9078014184397,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 13, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(272.93049645390073,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 13, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(272.9531914893617,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 13, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(272.97588652482267,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 13, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(272.9985815602837,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 13, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(273.02127659574467,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 13, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(273.0439716312057,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 13, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(273.06666666666666,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 13, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(273.0893617021277,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 13, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(273.11205673758866,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 13, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(273.1347517730497,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 14, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(273.4297872340425,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 14, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(273.45248226950355,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 14, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(273.4751773049645,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 14, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(273.49787234042554,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 14, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(273.5205673758865,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 14, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(273.5432624113475,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 14, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(273.5659574468085,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 14, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(273.5886524822695,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 14, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(273.6113475177305,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 14, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(273.6340425531915,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 14, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(273.6567375886525,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 14, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(273.6794326241135,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 15, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(273.97446808510637,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 15, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(273.9971631205674,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 15, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(274.01985815602836,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 15, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(274.04255319148933,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 15, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(274.06524822695036,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 15, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(274.08794326241133,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 15, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(274.1106382978723,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 15, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(274.1333333333333,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 15, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(274.1560283687943,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 15, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(274.1787234042553,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 15, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(274.2014184397163,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 15, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(274.2241134751773,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 16, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(274.5191489361702,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 16, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(274.54184397163124,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 16, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(274.5645390070922,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 16, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(274.58723404255323,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 16, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(274.6099290780142,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 16, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(274.6326241134752,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 16, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(274.6553191489362,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 16, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(274.67801418439717,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 16, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(274.70070921985814,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 16, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(274.7234042553191,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 16, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(274.74609929078014,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 16, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(274.7687943262411,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 17, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(275.06382978723406,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 17, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(275.086524822695,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 17, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(275.10921985815605,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 17, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(275.131914893617,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 17, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(275.15460992907805,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 17, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(275.177304964539,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 17, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(275.2,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 17, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(275.222695035461,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 17, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(275.245390070922,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 17, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(275.268085106383,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 17, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(275.290780141844,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 17, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(275.31347517730495,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 18, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(275.60851063829784,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 18, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(275.63120567375887,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 18, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(275.65390070921984,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 18, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(275.67659574468087,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 18, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(275.69929078014184,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 18, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(275.72198581560286,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 18, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(275.74468085106383,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 18, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(275.7673758865248,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 18, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(275.79007092198583,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 18, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(275.8127659574468,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 18, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(275.8354609929078,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 18, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(275.8581560283688,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 19, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(276.1531914893617,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 19, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(276.17588652482266,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 19, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(276.1985815602837,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 19, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(276.22127659574465,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 19, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(276.2439716312057,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 19, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(276.26666666666665,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 19, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(276.2893617021277,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 19, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(276.31205673758865,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 19, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(276.3347517730496,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 19, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(276.35744680851064,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 19, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(276.3801418439716,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 19, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(276.40283687943264,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 20, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(276.69787234042553,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 20, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(276.7205673758865,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 20, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(276.7432624113475,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 20, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(276.7659574468085,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 20, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(276.78865248226947,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 20, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(276.8113475177305,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 20, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(276.83404255319147,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 20, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(276.8567375886525,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 20, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(276.87943262411346,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 20, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(276.90212765957443,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 20, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(276.92482269503546,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 20, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(276.94751773049643,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 21, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(277.2425531914894,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 21, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(277.26524822695035,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 21, 2023; calls: 22" role="graphics-symbol" aria-roledescription="point" transform="translate(277.2879432624114,148.57142857142858)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 21, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(277.31063829787234,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 21, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(277.33333333333337,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 21, 2023; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(277.35602836879434,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 21, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(277.3787234042553,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 21, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(277.4014184397163,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 21, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(277.4241134751773,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 21, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(277.4468085106383,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 21, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(277.46950354609925,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 21, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(277.4921985815603,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 22, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(277.7872340425532,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 22, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(277.8099290780142,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 22, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(277.83262411347516,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 22, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(277.8553191489362,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 22, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(277.87801418439716,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 22, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(277.9007092198582,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 22, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(277.92340425531916,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 22, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(277.9460992907802,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 22, 2023; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(277.96879432624115,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 22, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(277.9914893617021,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 22, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(278.01418439716315,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 22, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(278.0368794326241,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 23, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(278.331914893617,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 23, 2023; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(278.35460992907804,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 23, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(278.377304964539,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 23, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(278.4,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 23, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(278.422695035461,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 23, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(278.445390070922,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 23, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(278.468085106383,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 23, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(278.49078014184397,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 23, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(278.513475177305,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 23, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(278.53617021276597,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 23, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(278.558865248227,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 23, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(278.58156028368796,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 24, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(278.87659574468086,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 24, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(278.8992907801418,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 24, 2023; calls: 21" role="graphics-symbol" aria-roledescription="point" transform="translate(278.92198581560285,160)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 24, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(278.9446808510638,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 24, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(278.9673758865248,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 24, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(278.9900709219858,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 24, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(279.0127659574468,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 24, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(279.0354609929078,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 24, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(279.0581560283688,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 24, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(279.0808510638298,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 24, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(279.1035460992908,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 24, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(279.12624113475175,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 25, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(279.42127659574464,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 25, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(279.44397163120567,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 25, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(279.46666666666664,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 25, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(279.48936170212767,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 25, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(279.51205673758864,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 25, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(279.5347517730496,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 25, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(279.55744680851063,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 25, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(279.5801418439716,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 25, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(279.60283687943263,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 25, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(279.6255319148936,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 25, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(279.6482269503546,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 25, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(279.6709219858156,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 26, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(279.96595744680855,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 26, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(279.9886524822695,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 26, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(280.01134751773054,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 26, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(280.0340425531915,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 26, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(280.0567375886525,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 26, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(280.07943262411345,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 26, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(280.1021276595745,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 26, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(280.12482269503545,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 26, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(280.1475177304964,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 26, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(280.17021276595744,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 26, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(280.1929078014184,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 26, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(280.21560283687944,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 27, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(280.48794326241136,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 27, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(280.51063829787233,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 27, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(280.53333333333336,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 27, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(280.55602836879433,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 27, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(280.57872340425536,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 27, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(280.6014184397163,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 27, 2023; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(280.6241134751773,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 27, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(280.6468085106383,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 27, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(280.6695035460993,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 27, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(280.6921985815603,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 27, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(280.7148936170213,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 27, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(280.73758865248226,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 27, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(280.76028368794323,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 28, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(281.03262411347515,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 28, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(281.0553191489362,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 28, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(281.07801418439715,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 28, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(281.1007092198582,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 28, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(281.12340425531914,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 28, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(281.14609929078017,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 28, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(281.16879432624114,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 28, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(281.1914893617021,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 28, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(281.21418439716314,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 28, 2023; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(281.2368794326241,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 28, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(281.25957446808513,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 28, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(281.2822695035461,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 28, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(281.30496453900713,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 29, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(281.577304964539,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 29, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(281.59999999999997,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 29, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(281.622695035461,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 29, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(281.64539007092196,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 29, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(281.668085106383,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 29, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(281.69078014184396,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 29, 2023; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(281.713475177305,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 29, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(281.73617021276596,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 29, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(281.7588652482269,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 29, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(281.78156028368795,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 29, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(281.8042553191489,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 29, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(281.82695035460995,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 29, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(281.8496453900709,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 30, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(282.12198581560284,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 30, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(282.1446808510638,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 30, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(282.1673758865248,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 30, 2023; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(282.1900709219858,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 30, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(282.2127659574468,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 30, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(282.2354609929078,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 30, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(282.2581560283688,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 30, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(282.2808510638298,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 30, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(282.30354609929077,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 30, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(282.32624113475174,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 30, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(282.34893617021277,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 30, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(282.37163120567374,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 30, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(282.39432624113476,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 31, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(282.6666666666667,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 31, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(282.68936170212766,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 31, 2023; calls: 19" role="graphics-symbol" aria-roledescription="point" transform="translate(282.7120567375887,182.85714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 31, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(282.73475177304965,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 31, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(282.7574468085106,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 31, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(282.78014184397165,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 31, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(282.8028368794326,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 31, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(282.8255319148936,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 31, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(282.8482269503546,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 31, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(282.8709219858156,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 31, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(282.89361702127655,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 31, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(282.9163120567376,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 31, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(282.93900709219855,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 01, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(283.21134751773053,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 01, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(283.2340425531915,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 01, 2023; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(283.25673758865247,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 01, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(283.2794326241135,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 01, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(283.30212765957447,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 01, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(283.3248226950355,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 01, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(283.34751773049646,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 01, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(283.3702127659575,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 01, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(283.39290780141846,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 01, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(283.41560283687943,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 01, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(283.4382978723404,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 02, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(283.8241134751773,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 02, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(283.8468085106383,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 02, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(283.8695035460993,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 02, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(283.8921985815603,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 02, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(283.9148936170213,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 02, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(283.9375886524823,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 02, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(283.9602836879433,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 02, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(283.98297872340424,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 02, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(284.00567375886527,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 03, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(284.36879432624113,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 03, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(284.3914893617021,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 03, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(284.4141843971631,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 03, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(284.4368794326241,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 03, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(284.4595744680851,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 03, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(284.4822695035461,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 03, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(284.5049645390071,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 03, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(284.5276595744681,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 03, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(284.55035460992906,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 04, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(284.913475177305,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 04, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(284.93617021276594,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 04, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(284.9588652482269,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 04, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(284.98156028368794,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 04, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(285.0042553191489,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 04, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(285.02695035460994,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 04, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(285.0496453900709,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 04, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(285.07234042553193,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 04, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(285.0950354609929,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 05, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(285.4581560283688,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 05, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(285.4808510638298,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 05, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(285.50354609929076,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 05, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(285.5262411347518,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 05, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(285.54893617021276,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 05, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(285.5716312056737,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 05, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(285.59432624113475,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 05, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(285.6170212765957,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 05, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(285.63971631205675,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 06, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(286.00283687943266,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 06, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(286.02553191489363,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 06, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(286.0482269503546,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 06, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(286.07092198581563,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 06, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(286.0936170212766,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 06, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(286.11631205673757,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 06, 2023; calls: 18" role="graphics-symbol" aria-roledescription="point" transform="translate(286.1390070921986,194.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 06, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(286.16170212765957,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 06, 2023; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(286.18439716312054,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 07, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(286.54751773049645,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 07, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(286.5702127659575,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 07, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(286.59290780141845,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 07, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(286.6156028368794,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 07, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(286.63829787234044,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 07, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(286.6609929078014,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 07, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(286.68368794326244,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 07, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(286.7063829787234,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 07, 2023; calls: 18" role="graphics-symbol" aria-roledescription="point" transform="translate(286.72907801418444,194.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 08, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(287.0921985815603,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 08, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(287.11489361702127,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 08, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(287.1375886524823,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 08, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(287.16028368794326,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 08, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(287.18297872340423,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 08, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(287.20567375886526,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 08, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(287.22836879432623,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 08, 2023; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(287.25106382978726,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 08, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(287.2737588652482,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 09, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(287.6368794326241,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 09, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(287.6595744680851,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 09, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(287.6822695035461,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 09, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(287.7049645390071,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 09, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(287.7276595744681,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 09, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(287.75035460992905,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 09, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(287.7730496453901,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 09, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(287.79574468085104,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 09, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(287.81843971631207,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 10, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(288.18156028368793,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 10, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(288.20425531914896,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 10, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(288.2269503546099,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 10, 2023; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(288.2496453900709,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 10, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(288.2723404255319,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 10, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(288.2950354609929,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 10, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(288.31773049645386,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 10, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(288.3404255319149,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 10, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(288.36312056737586,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 11, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(288.7262411347518,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 11, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(288.7489361702128,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 11, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(288.77163120567377,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 11, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(288.79432624113474,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 11, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(288.81702127659577,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 11, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(288.83971631205674,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 11, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(288.8624113475177,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 11, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(288.88510638297873,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 11, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(288.9078014184397,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 12, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(289.2709219858156,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 12, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(289.2936170212766,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 12, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(289.3163120567376,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 12, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(289.3390070921986,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 12, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(289.3617021276596,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 12, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(289.3843971631206,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 12, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(289.40709219858155,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 12, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(289.4297872340426,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 12, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(289.45248226950355,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 13, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(289.8156028368794,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 13, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(289.83829787234043,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 13, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(289.8609929078014,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 13, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(289.88368794326243,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 13, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(289.9063829787234,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 13, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(289.9290780141844,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 13, 2023; calls: 24" role="graphics-symbol" aria-roledescription="point" transform="translate(289.9517730496454,125.71428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 13, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(289.97446808510637,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 13, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(289.9971631205674,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 14, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(290.31489361702126,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 14, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(290.3375886524822,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 14, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(290.36028368794325,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 14, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(290.3829787234042,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 14, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(290.40567375886525,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 14, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(290.4283687943262,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 14, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(290.45106382978724,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 14, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(290.4737588652482,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 14, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(290.49645390070924,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 14, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(290.5191489361702,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 14, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(290.5418439716312,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 14, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(290.5645390070922,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 14, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(290.5872340425532,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 15, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(290.8595744680851,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 15, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(290.8822695035461,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 15, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(290.9049645390071,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 15, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(290.92765957446807,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 15, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(290.95035460992904,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 15, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(290.97304964539006,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 15, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(290.99574468085103,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 15, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(291.01843971631206,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 15, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(291.04113475177303,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 15, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(291.06382978723406,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 15, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(291.086524822695,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 15, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(291.109219858156,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 15, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(291.131914893617,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 16, 2023; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(291.40425531914894,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 16, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(291.42695035460997,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 16, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(291.44964539007094,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 16, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(291.4723404255319,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 16, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(291.49503546099294,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 16, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(291.5177304964539,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 16, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(291.5404255319149,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 16, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(291.5631205673759,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 16, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(291.5858156028369,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 16, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(291.60851063829784,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 16, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(291.63120567375887,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 16, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(291.65390070921984,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 16, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(291.6765957446808,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 17, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(291.9489361702128,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 17, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(291.97163120567376,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 17, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(291.9943262411348,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 17, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(292.01702127659576,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 17, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(292.0397163120567,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 17, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(292.06241134751775,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 17, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(292.0851063829787,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 17, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(292.10780141843975,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 17, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(292.1304964539007,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 17, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(292.15319148936175,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 17, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(292.1758865248227,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 17, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(292.1985815602837,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 17, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(292.2212765957447,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 18, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(292.4936170212766,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 18, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(292.5163120567376,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 18, 2023; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(292.5390070921986,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 18, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(292.5617021276596,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 18, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(292.58439716312057,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 18, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(292.60709219858154,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 18, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(292.62978723404257,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 18, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(292.65248226950354,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 18, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(292.67517730496456,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 18, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(292.69787234042553,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 18, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(292.72056737588656,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 18, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(292.74326241134753,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 18, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(292.7659574468085,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 19, 2023; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(293.0382978723404,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 19, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(293.0609929078014,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 19, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(293.0836879432624,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 19, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(293.1063829787234,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 19, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(293.1290780141844,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 19, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(293.1517730496454,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 19, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(293.17446808510635,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 19, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(293.1971631205674,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 19, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(293.21985815602835,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 19, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(293.2425531914894,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 19, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(293.26524822695035,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 19, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(293.2879432624114,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 19, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(293.31063829787234,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 20, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(293.58297872340427,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 20, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(293.60567375886524,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 20, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(293.6283687943262,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 20, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(293.65106382978723,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 20, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(293.6737588652482,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 20, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(293.6964539007092,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 20, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(293.7191489361702,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 20, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(293.74184397163117,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 20, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(293.7645390070922,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 20, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(293.78723404255317,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 20, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(293.8099290780142,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 20, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(293.83262411347516,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 20, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(293.8553191489362,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 21, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(294.1276595744681,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 21, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(294.1503546099291,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 21, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(294.1730496453901,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 21, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(294.1957446808511,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 21, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(294.21843971631205,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 21, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(294.2411347517731,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 21, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(294.26382978723404,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 21, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(294.286524822695,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 21, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(294.309219858156,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 21, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(294.331914893617,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 21, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(294.354609929078,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 21, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(294.377304964539,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 21, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(294.4,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 22, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(294.6723404255319,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 22, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(294.6950354609929,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 22, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(294.7177304964539,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 22, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(294.7404255319149,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 22, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(294.7631205673759,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 22, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(294.7858156028369,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 22, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(294.8085106382979,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 22, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(294.83120567375886,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 22, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(294.8539007092199,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 22, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(294.87659574468086,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 22, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(294.8992907801419,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 22, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(294.92198581560285,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 22, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(294.9446808510638,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 23, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(295.21702127659574,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 23, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(295.2397163120567,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 23, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(295.26241134751774,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 23, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(295.2851063829787,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 23, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(295.30780141843974,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 23, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(295.3304964539007,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 23, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(295.35319148936173,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 23, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(295.3758865248227,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 23, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(295.3985815602837,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 23, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(295.4212765957447,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 23, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(295.44397163120567,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 23, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(295.4666666666667,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 23, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(295.48936170212767,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 24, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(295.76170212765953,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 24, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(295.78439716312056,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 24, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(295.80709219858153,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 24, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(295.82978723404256,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 24, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(295.8524822695035,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 24, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(295.87517730496455,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 24, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(295.8978723404255,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 24, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(295.92056737588655,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 24, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(295.9432624113475,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 24, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(295.9659574468085,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 24, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(295.9886524822695,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 24, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(296.0113475177305,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 24, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(296.0340425531915,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 25, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(296.3063829787234,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 25, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(296.3290780141844,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 25, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(296.3517730496454,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 25, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(296.37446808510634,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 25, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(296.39716312056737,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 25, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(296.41985815602834,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 25, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(296.44255319148937,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 25, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(296.46524822695034,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 25, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(296.48794326241136,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 25, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(296.51063829787233,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 25, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(296.5333333333333,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 25, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(296.55602836879433,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 25, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(296.5787234042553,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 26, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(296.8510638297873,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 26, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(296.87375886524825,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 26, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(296.8964539007092,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 26, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(296.91914893617025,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 26, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(296.9418439716312,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 26, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(296.9645390070922,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 26, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(296.98723404255315,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 26, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(297.0099290780142,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 26, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(297.03262411347515,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 26, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(297.0553191489362,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 26, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(297.07801418439715,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 26, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(297.1007092198581,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 26, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(297.12340425531914,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 27, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(297.39574468085107,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 27, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(297.4184397163121,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 27, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(297.44113475177306,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 27, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(297.46382978723403,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 27, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(297.48652482269506,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 27, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(297.50921985815603,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 27, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(297.53191489361706,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 27, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(297.554609929078,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 27, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(297.57730496453905,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 27, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(297.6,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 27, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(297.622695035461,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 27, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(297.64539007092196,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 27, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(297.668085106383,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 28, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(297.9404255319149,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 28, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(297.9631205673759,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 28, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(297.9858156028369,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 28, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(298.0085106382979,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 28, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(298.03120567375885,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 28, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(298.0539007092199,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 28, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(298.07659574468084,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 28, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(298.09929078014187,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 28, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(298.12198581560284,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 28, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(298.14468085106387,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 28, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(298.16737588652484,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 28, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(298.1900709219858,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 28, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(298.21276595744683,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 29, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(298.4851063829787,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 29, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(298.5078014184397,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 29, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(298.5304964539007,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 29, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(298.55319148936167,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 29, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(298.5758865248227,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 29, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(298.59858156028366,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 29, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(298.6212765957447,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 29, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(298.64397163120566,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 29, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(298.6666666666667,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 29, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(298.68936170212766,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 29, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(298.7120567375887,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 29, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(298.73475177304965,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 29, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(298.7574468085106,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 30, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(299.0070921985816,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 30, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(299.02978723404254,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 30, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(299.0524822695035,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 30, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(299.07517730496454,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 30, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(299.0978723404255,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 30, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(299.1205673758865,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 30, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(299.1432624113475,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 30, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(299.1659574468085,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 30, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(299.1886524822695,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 30, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(299.2113475177305,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 30, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(299.2340425531915,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 30, 2023; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(299.25673758865247,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 30, 2023; calls: 19" role="graphics-symbol" aria-roledescription="point" transform="translate(299.2794326241135,182.85714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 30, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(299.30212765957447,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 01, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(299.5517730496454,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 01, 2023; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(299.5744680851064,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 01, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(299.5971631205674,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 01, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(299.6198581560284,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 01, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(299.64255319148936,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 01, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(299.6652482269503,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 01, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(299.68794326241135,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 01, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(299.7106382978723,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 01, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(299.7333333333333,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 01, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(299.7560283687943,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 01, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(299.7787234042553,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 01, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(299.8014184397163,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 01, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(299.8241134751773,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 01, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(299.8468085106383,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 02, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(300.0964539007092,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 02, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(300.11914893617023,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 02, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(300.1418439716312,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 02, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(300.16453900709223,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 02, 2023; calls: 21" role="graphics-symbol" aria-roledescription="point" transform="translate(300.1872340425532,160)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 02, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(300.2099290780142,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 02, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(300.2326241134752,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 02, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(300.25531914893617,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 02, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(300.2780141843972,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 02, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(300.30070921985816,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 02, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(300.32340425531913,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 02, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(300.34609929078016,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 02, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(300.36879432624113,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 02, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(300.3914893617021,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 03, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(300.64113475177305,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 03, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(300.663829787234,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 03, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(300.68652482269505,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 03, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(300.709219858156,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 03, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(300.73191489361704,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 03, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(300.754609929078,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 03, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(300.77730496453904,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 03, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(300.8,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 03, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(300.822695035461,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 03, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(300.845390070922,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 03, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(300.868085106383,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 03, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(300.890780141844,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 03, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(300.913475177305,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 03, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(300.936170212766,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 04, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(301.18581560283684,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 04, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(301.20851063829787,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 04, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(301.23120567375884,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 04, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(301.25390070921986,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 04, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(301.27659574468083,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 04, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(301.29929078014186,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 04, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(301.32198581560283,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 04, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(301.34468085106386,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 04, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(301.3673758865248,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 04, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(301.3900709219858,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 04, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(301.4127659574468,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 04, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(301.4354609929078,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 04, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(301.4581560283688,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 04, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(301.4808510638298,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 05, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(301.7304964539007,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 05, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(301.7531914893617,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 05, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(301.7758865248227,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 05, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(301.79858156028365,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 05, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(301.8212765957447,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 05, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(301.84397163120565,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 05, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(301.8666666666667,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 05, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(301.88936170212764,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 05, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(301.91205673758867,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 05, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(301.93475177304964,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 05, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(301.9574468085106,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 05, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(301.98014184397164,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 05, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(302.0028368794326,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 05, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(302.02553191489363,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 06, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(302.2751773049646,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 06, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(302.29787234042556,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 06, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(302.3205673758865,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 06, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(302.3432624113475,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 06, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(302.3659574468085,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 06, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(302.3886524822695,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 06, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(302.41134751773046,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 06, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(302.4340425531915,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 06, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(302.45673758865246,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 06, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(302.47943262411343,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 06, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(302.50212765957446,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 06, 2023; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(302.5248226950354,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 06, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(302.54751773049645,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 06, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(302.5702127659574,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 07, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(302.8198581560284,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 07, 2023; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(302.8425531914894,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 07, 2023; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(302.86524822695037,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 07, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(302.88794326241134,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 07, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(302.91063829787237,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 07, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(302.93333333333334,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 07, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(302.95602836879436,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 07, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(302.97872340425533,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 07, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(303.0014184397163,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 07, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(303.02411347517733,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 07, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(303.0468085106383,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 07, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(303.06950354609927,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 07, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(303.0921985815603,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 07, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(303.11489361702127,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 08, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(303.3645390070922,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 08, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(303.3872340425532,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 08, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(303.40992907801416,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 08, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(303.4326241134752,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 08, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(303.45531914893616,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 08, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(303.4780141843972,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 08, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(303.50070921985815,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 08, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(303.5234042553192,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 08, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(303.54609929078015,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 08, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(303.5687943262412,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 08, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(303.59148936170214,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 08, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(303.6141843971631,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 08, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(303.63687943262414,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 08, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(303.6595744680851,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 09, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(303.909219858156,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 09, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(303.93191489361703,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 09, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(303.954609929078,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 09, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(303.977304964539,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 09, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(304,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 09, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(304.02269503546097,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 09, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(304.045390070922,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 09, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(304.06808510638297,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 09, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(304.090780141844,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 09, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(304.11347517730496,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 09, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(304.136170212766,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 09, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(304.15886524822696,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 09, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(304.18156028368793,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 09, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(304.20425531914896,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 10, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(304.45390070921985,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 10, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(304.4765957446808,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 10, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(304.49929078014185,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 10, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(304.5219858156028,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 10, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(304.5446808510638,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 10, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(304.5673758865248,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 10, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(304.5900709219858,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 10, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(304.6127659574468,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 10, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(304.6354609929078,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 10, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(304.6581560283688,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 10, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(304.6808510638298,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 10, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(304.7035460992908,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 10, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(304.7262411347518,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 10, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(304.74893617021274,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 11, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(304.9985815602837,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 11, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(305.02127659574467,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 11, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(305.0439716312057,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 11, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(305.06666666666666,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 11, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(305.08936170212763,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 11, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(305.11205673758866,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 11, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(305.13475177304963,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 11, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(305.1574468085106,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 11, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(305.1801418439716,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 11, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(305.2028368794326,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 11, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(305.2255319148936,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 11, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(305.2482269503546,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 11, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(305.2709219858156,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 11, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(305.2936170212766,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 12, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(305.54326241134754,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 12, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(305.5659574468085,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 12, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(305.58865248226954,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 12, 2023; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(305.6113475177305,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 12, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(305.63404255319153,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 12, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(305.6567375886525,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 12, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(305.6794326241135,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 12, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(305.7021276595745,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 12, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(305.72482269503547,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 12, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(305.74751773049644,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 12, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(305.77021276595747,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 12, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(305.79290780141844,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 12, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(305.8156028368794,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 12, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(305.83829787234043,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 13, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(306.08794326241133,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 13, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(306.11063829787236,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 13, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(306.1333333333333,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 13, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(306.15602836879435,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 13, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(306.1787234042553,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 13, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(306.20141843971635,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 13, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(306.2241134751773,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 13, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(306.2468085106383,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 13, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(306.2695035460993,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 13, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(306.2921985815603,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 13, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(306.3148936170213,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 13, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(306.3375886524823,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 13, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(306.36028368794325,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 13, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(306.3829787234043,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 14, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(306.6326241134752,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 14, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(306.65531914893614,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 14, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(306.67801418439717,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 14, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(306.70070921985814,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 14, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(306.72340425531917,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 14, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(306.74609929078014,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 14, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(306.76879432624116,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 14, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(306.79148936170213,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 14, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(306.8141843971631,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 14, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(306.83687943262413,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 14, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(306.8595744680851,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 14, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(306.8822695035461,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 14, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(306.9049645390071,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 14, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(306.9276595744681,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 15, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(307.17730496453896,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 15, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(307.2,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 15, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(307.22269503546096,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 15, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(307.245390070922,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 15, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(307.26808510638296,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 15, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(307.290780141844,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 15, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(307.31347517730495,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 15, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(307.3361702127659,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 15, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(307.35886524822695,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 15, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(307.3815602836879,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 15, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(307.40425531914894,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 15, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(307.4269503546099,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 15, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(307.44964539007094,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 15, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(307.4723404255319,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 16, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(307.72198581560286,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 16, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(307.74468085106383,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 16, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(307.7673758865248,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 16, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(307.79007092198583,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 16, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(307.8127659574468,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 16, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(307.83546099290777,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 16, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(307.8581560283688,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 16, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(307.88085106382977,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 16, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(307.90354609929074,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 16, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(307.92624113475176,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 16, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(307.94893617021273,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 16, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(307.97163120567376,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 16, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(307.99432624113473,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 16, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(308.01702127659576,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 17, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(308.2666666666667,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 17, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(308.2893617021277,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 17, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(308.31205673758865,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 17, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(308.3347517730497,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 17, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(308.35744680851064,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 17, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(308.38014184397167,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 17, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(308.40283687943264,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 17, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(308.4255319148936,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 17, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(308.44822695035464,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 17, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(308.4709219858156,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 17, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(308.4936170212766,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 17, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(308.51631205673755,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 17, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(308.5390070921986,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 17, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(308.56170212765954,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 18, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(308.8113475177305,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 18, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(308.83404255319147,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 18, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(308.8567375886525,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 18, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(308.87943262411346,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 18, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(308.9021276595745,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 18, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(308.92482269503546,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 18, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(308.9475177304965,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 18, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(308.97021276595746,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 18, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(308.9929078014185,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 18, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(309.01560283687945,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 18, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(309.0382978723404,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 18, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(309.06099290780145,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 18, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(309.0836879432624,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 18, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(309.1063829787234,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 19, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(309.35602836879434,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 19, 2023; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(309.3787234042553,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 19, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(309.4014184397163,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 19, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(309.4241134751773,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 19, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(309.4468085106383,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 19, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(309.4695035460993,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 19, 2023; calls: 17" role="graphics-symbol" aria-roledescription="point" transform="translate(309.4921985815603,205.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 19, 2023; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(309.5148936170213,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 19, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(309.53758865248227,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 19, 2023; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(309.5602836879433,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 19, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(309.58297872340427,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 19, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(309.60567375886524,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 19, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(309.62836879432626,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 19, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(309.65106382978723,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 20, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(309.90070921985813,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 20, 2023; calls: 17" role="graphics-symbol" aria-roledescription="point" transform="translate(309.92340425531916,205.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 20, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(309.9460992907801,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 20, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(309.9687943262411,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 20, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(309.9914893617021,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 20, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(310.0141843971631,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 20, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(310.0368794326241,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 20, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(310.0595744680851,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 20, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(310.0822695035461,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 20, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(310.1049645390071,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 20, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(310.1276595744681,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 20, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(310.1503546099291,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 20, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(310.17304964539005,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 20, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(310.1957446808511,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 21, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(310.445390070922,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 21, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(310.468085106383,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 21, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(310.49078014184397,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 21, 2023; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(310.51347517730494,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 21, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(310.5361702127659,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 21, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(310.55886524822694,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 21, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(310.5815602836879,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 21, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(310.60425531914893,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 21, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(310.6269503546099,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 21, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(310.64964539007093,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 21, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(310.6723404255319,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 21, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(310.6950354609929,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 21, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(310.7177304964539,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 21, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(310.74042553191487,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 22, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(310.9900709219858,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 22, 2023; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(311.01276595744685,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 22, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(311.0354609929078,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 22, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(311.05815602836884,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 22, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(311.0808510638298,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 22, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(311.1035460992908,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 22, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(311.1262411347518,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 22, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(311.1489361702128,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 22, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(311.17163120567375,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 22, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(311.1943262411347,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 22, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(311.21702127659574,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 22, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(311.2397163120567,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 22, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(311.2624113475177,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 22, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(311.2851063829787,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 23, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(311.53475177304966,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 23, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(311.55744680851063,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 23, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(311.58014184397166,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 23, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(311.60283687943263,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 23, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(311.62553191489366,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 23, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(311.6482269503546,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 23, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(311.6709219858156,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 23, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(311.6936170212766,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 23, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(311.7163120567376,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 23, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(311.7390070921986,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 23, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(311.7617021276596,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 23, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(311.78439716312056,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 23, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(311.8070921985816,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 23, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(311.82978723404256,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 24, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(312.07943262411345,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 24, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(312.1021276595745,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 24, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(312.12482269503545,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 24, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(312.1475177304965,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 24, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(312.17021276595744,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 24, 2023; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(312.1929078014184,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 24, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(312.21560283687944,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 24, 2023; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(312.2382978723404,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 24, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(312.26099290780144,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 24, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(312.2836879432624,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 24, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(312.30638297872343,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 24, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(312.3290780141844,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 24, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(312.35177304964543,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 24, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(312.3744680851064,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 25, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(312.6241134751773,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 25, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(312.64680851063827,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 25, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(312.6695035460993,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 25, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(312.69219858156026,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 25, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(312.7148936170213,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 25, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(312.73758865248226,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 25, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(312.76028368794323,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 25, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(312.78297872340426,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 25, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(312.8056737588652,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 25, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(312.82836879432625,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 25, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(312.8510638297872,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 25, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(312.87375886524825,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 25, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(312.8964539007092,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 25, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(312.91914893617025,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 26, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(313.16879432624114,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 26, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(313.1914893617021,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 26, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(313.2141843971631,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 26, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(313.2368794326241,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 26, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(313.2595744680851,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 26, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(313.2822695035461,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 26, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(313.3049645390071,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 26, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(313.32765957446804,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 26, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(313.35035460992907,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 26, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(313.37304964539004,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 26, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(313.39574468085107,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 26, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(313.41843971631204,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 26, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(313.44113475177306,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 26, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(313.46382978723403,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 27, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(313.713475177305,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 27, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(313.73617021276596,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 27, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(313.758865248227,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 27, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(313.78156028368795,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 27, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(313.804255319149,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 08, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(320.2496453900709,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 08, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(320.2723404255319,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 08, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(320.2950354609929,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 08, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(320.3177304964539,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 08, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(320.3404255319149,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 08, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(320.3631205673759,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 08, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(320.3858156028369,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 08, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(320.4085106382979,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 08, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(320.4312056737589,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 08, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(320.45390070921985,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 08, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(320.4765957446809,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 08, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(320.49929078014185,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 08, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(320.5219858156029,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 08, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(320.54468085106384,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 09, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(320.79432624113474,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 09, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(320.8170212765957,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 09, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(320.83971631205674,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 09, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(320.8624113475177,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 09, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(320.88510638297873,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 09, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(320.9078014184397,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 09, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(320.93049645390073,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 09, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(320.9531914893617,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 09, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(320.97588652482267,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 09, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(320.9985815602837,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 09, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(321.02127659574467,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 09, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(321.0439716312057,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 09, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(321.06666666666666,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 09, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(321.0893617021277,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 10, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(321.3390070921986,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 10, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(321.36170212765956,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 10, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(321.3843971631205,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 10, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(321.40709219858155,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 10, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(321.4297872340425,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 10, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(321.45248226950355,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 10, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(321.4751773049645,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 10, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(321.49787234042554,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 10, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(321.5205673758865,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 10, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(321.5432624113475,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 10, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(321.5659574468085,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 10, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(321.5886524822695,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 10, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(321.6113475177305,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 10, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(321.6340425531915,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 11, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(321.88368794326243,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 11, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(321.9063829787234,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 11, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(321.9290780141844,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 11, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(321.9517730496454,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 11, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(321.97446808510637,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 11, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(321.9971631205674,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 11, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(322.01985815602836,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 11, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(322.04255319148933,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 11, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(322.06524822695036,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 11, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(322.08794326241133,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 11, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(322.1106382978723,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 11, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(322.1333333333333,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 11, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(322.1560283687943,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 11, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(322.1787234042553,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 12, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(322.4283687943263,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 12, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(322.45106382978724,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 12, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(322.4737588652482,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 12, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(322.49645390070924,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 12, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(322.5191489361702,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 12, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(322.54184397163124,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 12, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(322.5645390070922,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 12, 2023; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(322.5872340425532,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 12, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(322.6099290780142,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 12, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(322.6326241134752,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 12, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(322.65531914893614,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 12, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(322.67801418439717,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 12, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(322.70070921985814,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 12, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(322.7234042553191,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 13, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(322.97304964539006,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 13, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(322.9957446808511,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 13, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(323.01843971631206,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 13, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(323.04113475177303,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 13, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(323.06382978723406,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 13, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(323.086524822695,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 13, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(323.10921985815605,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 13, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(323.131914893617,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 13, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(323.15460992907805,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 13, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(323.177304964539,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 13, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(323.20000000000005,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 13, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(323.222695035461,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 13, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(323.245390070922,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 13, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(323.268085106383,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 14, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(323.5177304964539,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 14, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(323.5404255319149,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 14, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(323.5631205673759,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 14, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(323.5858156028369,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 14, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(323.60851063829784,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 14, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(323.63120567375887,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 14, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(323.65390070921984,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 14, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(323.67659574468087,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 14, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(323.69929078014184,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 14, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(323.72198581560286,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 14, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(323.74468085106383,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 14, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(323.76737588652486,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 14, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(323.79007092198583,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 14, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(323.8127659574468,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 15, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(324.0624113475177,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 15, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(324.0851063829787,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 15, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(324.1078014184397,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 15, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(324.1304964539007,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 15, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(324.1531914893617,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 15, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(324.17588652482266,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 15, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(324.1985815602837,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 15, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(324.22127659574465,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 15, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(324.2439716312057,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 15, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(324.26666666666665,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 15, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(324.2893617021277,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 15, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(324.31205673758865,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 15, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(324.3347517730496,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 15, 2023; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(324.35744680851064,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 16, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(324.6070921985816,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 16, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(324.62978723404257,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 16, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(324.65248226950354,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 16, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(324.67517730496456,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 16, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(324.69787234042553,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 16, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(324.7205673758865,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 16, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(324.7432624113475,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 16, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(324.7659574468085,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 16, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(324.78865248226947,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 16, 2023; calls: 19" role="graphics-symbol" aria-roledescription="point" transform="translate(324.8113475177305,182.85714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 16, 2023; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(324.83404255319147,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 16, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(324.8567375886525,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 16, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(324.87943262411346,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 16, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(324.90212765957443,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 17, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(325.1517730496454,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 17, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(325.1744680851064,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 17, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(325.1971631205674,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 17, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(325.2198581560284,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 17, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(325.2425531914894,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 17, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(325.26524822695035,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 17, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(325.2879432624114,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 17, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(325.31063829787234,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 17, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(325.3333333333333,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 17, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(325.35602836879434,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 17, 2023; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(325.3787234042553,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 17, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(325.4014184397163,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 17, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(325.4241134751773,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 17, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(325.4468085106383,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 18, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(325.69645390070923,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 18, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(325.7191489361702,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 18, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(325.7418439716312,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 18, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(325.7645390070922,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 18, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(325.7872340425532,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 18, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(325.8099290780142,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 18, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(325.83262411347516,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 18, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(325.8553191489362,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 18, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(325.87801418439716,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 18, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(325.9007092198582,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 18, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(325.92340425531916,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 18, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(325.9460992907802,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 18, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(325.96879432624115,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 18, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(325.9914893617021,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 19, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(326.241134751773,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 19, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(326.26382978723404,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 19, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(326.286524822695,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 19, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(326.30921985815604,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 19, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(326.331914893617,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 19, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(326.35460992907804,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 19, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(326.377304964539,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 19, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(326.4,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 19, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(326.422695035461,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 19, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(326.445390070922,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 19, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(326.468085106383,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 19, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(326.49078014184397,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 19, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(326.513475177305,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 19, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(326.53617021276597,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 20, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(326.78581560283686,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 20, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(326.80851063829783,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 20, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(326.83120567375886,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 20, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(326.85390070921983,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 20, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(326.87659574468086,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 20, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(326.8992907801418,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 20, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(326.92198581560285,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 20, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(326.9446808510638,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 20, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(326.9673758865248,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 20, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(326.9900709219858,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 20, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(327.0127659574468,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 20, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(327.0354609929078,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 20, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(327.0581560283688,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 20, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(327.0808510638298,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 21, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(327.3304964539007,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 21, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(327.35319148936173,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 21, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(327.3758865248227,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 21, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(327.3985815602837,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 21, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(327.42127659574464,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 21, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(327.44397163120567,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 21, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(327.46666666666664,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 21, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(327.48936170212767,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 21, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(327.51205673758864,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 21, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(327.5347517730496,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 21, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(327.55744680851063,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 21, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(327.5801418439716,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 21, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(327.60283687943263,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 21, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(327.6255319148936,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 22, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(327.87517730496455,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 22, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(327.8978723404255,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 22, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(327.92056737588655,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 22, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(327.9432624113475,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 22, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(327.96595744680855,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 22, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(327.9886524822695,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 22, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(328.0113475177305,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 22, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(328.0340425531915,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 22, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(328.0567375886525,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 22, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(328.07943262411345,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 22, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(328.1021276595744,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 22, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(328.12482269503545,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 22, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(328.1475177304964,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 22, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(328.17021276595744,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 23, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(328.4198581560284,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 23, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(328.44255319148937,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 23, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(328.46524822695034,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 23, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(328.48794326241136,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 23, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(328.51063829787233,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 23, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(328.53333333333336,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 23, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(328.55602836879433,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 23, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(328.57872340425536,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 23, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(328.6014184397163,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 23, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(328.62411347517735,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 23, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(328.6468085106383,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 23, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(328.6695035460993,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 23, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(328.6921985815603,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 23, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(328.7148936170213,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 24, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(328.9645390070922,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 24, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(328.9872340425532,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 24, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(329.0099290780142,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 24, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(329.03262411347515,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 24, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(329.0553191489362,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 24, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(329.07801418439715,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 24, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(329.1007092198582,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 24, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(329.12340425531914,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 24, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(329.14609929078017,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 24, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(329.16879432624114,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 24, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(329.19148936170217,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 24, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(329.21418439716314,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 24, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(329.2368794326241,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 24, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(329.25957446808513,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 25, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(329.50921985815603,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 25, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(329.531914893617,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 25, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(329.554609929078,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 25, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(329.577304964539,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 25, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(329.59999999999997,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 25, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(329.622695035461,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 25, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(329.64539007092196,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 25, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(329.668085106383,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 25, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(329.69078014184396,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 25, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(329.713475177305,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 25, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(329.73617021276596,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 25, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(329.7588652482269,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 25, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(329.78156028368795,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 25, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(329.8042553191489,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 26, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(330.0539007092199,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 26, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(330.07659574468084,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 26, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(330.0992907801418,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 26, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(330.12198581560284,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 26, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(330.1446808510638,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 26, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(330.1673758865248,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 26, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(330.1900709219858,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 26, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(330.2127659574468,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 26, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(330.2354609929078,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 26, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(330.2581560283688,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 26, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(330.2808510638298,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 26, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(330.30354609929077,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 26, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(330.32624113475174,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 26, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(330.34893617021277,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 27, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(330.5985815602837,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 27, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(330.6212765957447,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 27, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(330.6439716312057,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 27, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(330.6666666666667,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 27, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(330.68936170212766,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 27, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(330.7120567375887,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 27, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(330.73475177304965,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 27, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(330.7574468085106,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 27, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(330.7801418439716,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 27, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(330.8028368794326,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 27, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(330.8255319148936,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 27, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(330.8482269503546,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 27, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(330.8709219858156,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 27, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(330.89361702127655,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 28, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(331.1432624113475,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 28, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(331.16595744680853,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 28, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(331.1886524822695,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 28, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(331.21134751773053,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 28, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(331.2340425531915,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 28, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(331.25673758865247,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 28, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(331.2794326241135,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 28, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(331.30212765957447,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 28, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(331.3248226950355,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 28, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(331.34751773049646,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 28, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(331.3702127659575,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 28, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(331.39290780141846,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 28, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(331.41560283687943,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 28, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(331.4382978723404,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 29, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(331.68794326241135,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 29, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(331.7106382978723,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 29, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(331.73333333333335,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 29, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(331.7560283687943,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 29, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(331.77872340425535,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 29, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(331.8014184397163,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 29, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(331.8241134751773,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 29, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(331.8468085106383,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 29, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(331.8695035460993,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 29, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(331.8921985815603,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 29, 2023; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(331.9148936170213,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 29, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(331.9375886524823,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 29, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(331.9602836879433,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 29, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(331.9829787234043,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 30, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(332.23262411347514,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 30, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(332.25531914893617,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 30, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(332.27801418439714,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 30, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(332.30070921985816,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 30, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(332.32340425531913,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 30, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(332.34609929078016,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 30, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(332.36879432624113,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 30, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(332.3914893617021,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 30, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(332.4141843971631,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 30, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(332.4368794326241,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 30, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(332.4595744680851,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 30, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(332.4822695035461,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 30, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(332.5049645390071,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 30, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(332.5276595744681,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 01, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(332.777304964539,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 01, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(332.8,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 01, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(332.822695035461,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 01, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(332.84539007092195,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 01, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(332.868085106383,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 01, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(332.89078014184395,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 01, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(332.913475177305,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 01, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(332.93617021276594,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 01, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(332.9588652482269,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 01, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(332.98156028368794,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 01, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(333.0042553191489,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 01, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(333.02695035460994,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 01, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(333.0496453900709,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 01, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(333.07234042553193,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 02, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(333.32198581560283,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 02, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(333.34468085106386,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 02, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(333.3673758865248,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 02, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(333.39007092198585,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 02, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(333.4127659574468,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 02, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(333.4354609929078,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 02, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(333.45815602836876,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 02, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(333.4808510638298,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 02, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(333.50354609929076,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 02, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(333.52624113475173,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 02, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(333.54893617021276,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 02, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(333.5716312056737,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 02, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(333.59432624113475,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 02, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(333.6170212765957,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 03, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(333.8666666666667,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 03, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(333.88936170212764,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 03, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(333.91205673758867,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 03, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(333.93475177304964,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 03, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(333.95744680851067,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 03, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(333.98014184397164,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 03, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(334.00283687943266,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 03, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(334.02553191489363,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 03, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(334.04822695035466,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 03, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(334.07092198581563,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 03, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(334.0936170212766,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 03, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(334.11631205673757,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 03, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(334.1390070921986,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 03, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(334.16170212765957,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 04, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(334.4113475177305,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 04, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(334.4340425531915,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 04, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(334.45673758865246,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 04, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(334.4794326241135,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 04, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(334.50212765957446,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 04, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(334.5248226950355,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 04, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(334.54751773049645,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 04, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(334.5702127659575,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 04, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(334.59290780141845,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 04, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(334.6156028368794,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 04, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(334.63829787234044,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 04, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(334.6609929078014,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 04, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(334.68368794326244,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 04, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(334.7063829787234,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 05, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(334.9560283687943,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 05, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(334.97872340425533,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 05, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(335.0014184397163,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 05, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(335.0241134751773,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 05, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(335.0468085106383,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 05, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(335.06950354609927,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 05, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(335.0921985815603,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 05, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(335.11489361702127,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 05, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(335.1375886524823,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 05, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(335.16028368794326,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 05, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(335.18297872340423,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 05, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(335.20567375886526,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 05, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(335.22836879432623,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 05, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(335.25106382978726,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 06, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(335.50070921985815,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 06, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(335.5234042553191,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 06, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(335.54609929078015,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 06, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(335.5687943262411,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 06, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(335.5914893617021,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 06, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(335.6141843971631,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 06, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(335.6368794326241,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 06, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(335.6595744680851,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 06, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(335.6822695035461,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 06, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(335.7049645390071,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 06, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(335.7276595744681,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 06, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(335.75035460992905,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 06, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(335.7730496453901,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 06, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(335.79574468085104,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 07, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(336.045390070922,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 07, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(336.068085106383,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 07, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(336.090780141844,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 07, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(336.11347517730496,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 07, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(336.13617021276593,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 07, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(336.15886524822696,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 07, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(336.18156028368793,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 07, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(336.2042553191489,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 07, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(336.2269503546099,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 07, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(336.2496453900709,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 07, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(336.2723404255319,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 07, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(336.2950354609929,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 07, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(336.31773049645386,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 07, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(336.3404255319149,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 08, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(336.59007092198584,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 08, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(336.6127659574468,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 08, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(336.63546099290784,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 08, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(336.6581560283688,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 08, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(336.6808510638298,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 08, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(336.7035460992908,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 08, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(336.7262411347518,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 08, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(336.7489361702128,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 08, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(336.77163120567377,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 08, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(336.79432624113474,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 08, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(336.81702127659577,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 08, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(336.83971631205674,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 08, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(336.8624113475177,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 08, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(336.88510638297873,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 09, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(337.13475177304963,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 09, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(337.15744680851066,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 09, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(337.1801418439716,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 09, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(337.20283687943265,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 09, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(337.2255319148936,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 09, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(337.2482269503546,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 09, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(337.2709219858156,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 09, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(337.2936170212766,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 09, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(337.3163120567376,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 09, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(337.3390070921986,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 09, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(337.3617021276596,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 09, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(337.3843971631206,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 09, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(337.4070921985816,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 09, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(337.4297872340426,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 10, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(337.6794326241135,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 10, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(337.70212765957444,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 10, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(337.72482269503547,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 10, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(337.74751773049644,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 10, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(337.77021276595747,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 10, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(337.79290780141844,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 10, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(337.8156028368794,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 10, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(337.83829787234043,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 10, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(337.8609929078014,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 10, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(337.88368794326243,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 10, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(337.9063829787234,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 10, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(337.9290780141844,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 10, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(337.9517730496454,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 10, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(337.97446808510637,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 11, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(338.2241134751773,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 11, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(338.2468085106383,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 11, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(338.26950354609926,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 11, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(338.2921985815603,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 11, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(338.31489361702126,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 11, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(338.3375886524823,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 11, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(338.36028368794325,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 11, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(338.3829787234042,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 11, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(338.40567375886525,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 11, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(338.4283687943262,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 11, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(338.45106382978724,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 11, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(338.4737588652482,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 11, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(338.49645390070924,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 11, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(338.5191489361702,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 12, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(338.76879432624116,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 12, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(338.79148936170213,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 12, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(338.8141843971631,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 12, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(338.83687943262413,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 12, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(338.8595744680851,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 12, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(338.88226950354607,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 12, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(338.9049645390071,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 12, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(338.92765957446807,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 12, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(338.95035460992904,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 12, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(338.97304964539006,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 12, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(338.99574468085103,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 12, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(339.01843971631206,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 12, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(339.04113475177303,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 12, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(339.06382978723406,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 13, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(339.31347517730495,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 13, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(339.336170212766,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 13, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(339.35886524822695,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 13, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(339.381560283688,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 13, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(339.40425531914894,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 13, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(339.42695035460997,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 13, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(339.44964539007094,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 13, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(339.4723404255319,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 13, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(339.49503546099294,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 13, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(339.5177304964539,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 13, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(339.5404255319149,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 13, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(339.5631205673759,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 13, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(339.5858156028369,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 13, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(339.60851063829784,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 14, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(339.8581560283688,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 14, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(339.88085106382977,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 14, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(339.9035460992908,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 14, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(339.92624113475176,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 14, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(339.9489361702128,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 14, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(339.97163120567376,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 14, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(339.9943262411348,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 14, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(340.01702127659576,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 14, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(340.0397163120567,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 14, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(340.06241134751775,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 14, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(340.0851063829787,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 14, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(340.10780141843975,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 14, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(340.1304964539007,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 14, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(340.1531914893617,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 15, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(340.4028368794326,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 15, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(340.4255319148936,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 15, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(340.4482269503546,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 15, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(340.4709219858156,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 15, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(340.4936170212766,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 15, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(340.5163120567376,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 15, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(340.5390070921986,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 15, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(340.5617021276596,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 15, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(340.58439716312057,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 15, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(340.60709219858154,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 15, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(340.62978723404257,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 15, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(340.65248226950354,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 15, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(340.67517730496456,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 15, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(340.69787234042553,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 16, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(340.94751773049643,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 16, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(340.9702127659574,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 16, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(340.9929078014184,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 16, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(341.0156028368794,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 16, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(341.0382978723404,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 16, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(341.0609929078014,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 16, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(341.0836879432624,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 16, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(341.1063829787234,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 16, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(341.1290780141844,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 16, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(341.1517730496454,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 16, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(341.17446808510635,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 16, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(341.1971631205674,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 16, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(341.21985815602835,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 16, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(341.2425531914894,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 17, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(341.4921985815603,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 17, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(341.5148936170213,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 17, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(341.53758865248227,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 17, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(341.56028368794324,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 17, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(341.58297872340427,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 17, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(341.60567375886524,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 17, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(341.6283687943262,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 17, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(341.65106382978723,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 17, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(341.6737588652482,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 17, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(341.69645390070923,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 17, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(341.7191489361702,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 17, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(341.74184397163117,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 17, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(341.7645390070922,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 17, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(341.78723404255317,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 18, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(342.0368794326241,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 18, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(342.05957446808515,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 18, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(342.0822695035461,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 18, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(342.1049645390071,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 18, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(342.1276595744681,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 18, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(342.1503546099291,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 18, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(342.1730496453901,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 18, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(342.1957446808511,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 18, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(342.21843971631205,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 18, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(342.2411347517731,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 18, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(342.26382978723404,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 18, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(342.286524822695,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 18, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(342.309219858156,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 18, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(342.331914893617,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 19, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(342.58156028368796,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 19, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(342.60425531914893,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 19, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(342.62695035460996,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 19, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(342.64964539007093,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 19, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(342.6723404255319,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 19, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(342.6950354609929,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 19, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(342.7177304964539,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 19, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(342.7404255319149,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 19, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(342.7631205673759,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 19, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(342.7858156028369,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 19, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(342.8085106382979,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 19, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(342.83120567375886,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 19, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(342.8539007092199,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 19, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(342.87659574468086,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 20, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(343.12624113475175,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 20, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(343.1489361702128,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 20, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(343.17163120567375,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 20, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(343.1943262411348,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 20, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(343.21702127659574,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 20, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(343.2397163120567,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 20, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(343.26241134751774,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 20, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(343.2851063829787,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 20, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(343.30780141843974,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 20, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(343.3304964539007,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 20, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(343.35319148936173,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 20, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(343.3758865248227,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 20, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(343.3985815602837,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 20, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(343.4212765957447,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 21, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(343.6709219858156,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 21, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(343.69361702127657,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 21, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(343.7163120567376,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 21, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(343.73900709219856,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 21, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(343.7617021276596,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 21, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(343.78439716312056,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 21, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(343.80709219858153,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 21, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(343.82978723404256,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 21, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(343.8524822695035,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 21, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(343.87517730496455,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 21, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(343.8978723404255,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 22, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(344.21560283687944,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 22, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(344.2382978723404,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 22, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(344.26099290780144,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 22, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(344.2836879432624,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 22, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(344.3063829787234,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 22, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(344.32907801418435,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 22, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(344.3517730496454,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 22, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(344.37446808510634,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 22, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(344.39716312056737,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 22, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(344.41985815602834,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 22, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(344.44255319148937,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 22, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(344.46524822695034,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 22, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(344.48794326241136,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 22, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(344.51063829787233,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 23, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(344.7602836879433,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 23, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(344.78297872340426,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 23, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(344.8056737588653,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 23, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(344.82836879432625,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 23, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(344.8510638297873,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 23, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(344.87375886524825,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 23, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(344.8964539007092,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 23, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(344.91914893617025,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 23, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(344.9418439716312,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 23, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(344.9645390070922,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 23, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(344.98723404255315,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 23, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(345.0099290780142,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 23, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(345.03262411347515,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 23, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(345.0553191489362,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 24, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(345.3049645390071,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 24, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(345.3276595744681,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 24, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(345.35035460992907,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 24, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(345.3730496453901,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 24, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(345.39574468085107,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 24, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(345.4184397163121,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 24, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(345.44113475177306,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 24, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(345.46382978723403,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 24, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(345.48652482269506,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 24, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(345.50921985815603,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 24, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(345.53191489361706,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 24, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(345.554609929078,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 24, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(345.577304964539,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 24, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(345.6,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 25, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(345.8496453900709,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 25, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(345.8723404255319,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 25, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(345.8950354609929,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 25, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(345.9177304964539,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 25, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(345.9404255319149,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 25, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(345.9631205673759,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 25, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(345.9858156028369,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 25, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(346.0085106382979,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 25, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(346.03120567375885,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 25, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(346.0539007092199,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 25, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(346.07659574468084,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 25, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(346.09929078014187,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 25, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(346.12198581560284,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 25, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(346.14468085106387,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 26, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(346.3943262411347,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 26, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(346.41702127659573,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 26, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(346.4397163120567,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 26, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(346.46241134751773,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 26, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(346.4851063829787,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 26, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(346.5078014184397,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 26, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(346.5304964539007,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 26, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(346.5531914893617,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 26, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(346.5758865248227,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 26, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(346.59858156028366,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 26, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(346.6212765957447,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 26, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(346.64397163120566,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 26, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(346.6666666666667,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 26, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(346.68936170212766,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 27, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(346.9390070921986,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 27, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(346.9617021276596,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 27, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(346.98439716312055,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 27, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(347.0070921985815,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 27, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(347.02978723404254,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 27, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(347.0524822695035,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 27, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(347.07517730496454,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 27, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(347.0978723404255,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 27, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(347.12056737588654,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 27, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(347.1432624113475,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 27, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(347.1659574468085,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 27, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(347.1886524822695,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 27, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(347.2113475177305,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 27, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(347.2340425531915,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 28, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(347.48368794326245,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 28, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(347.5063829787234,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 28, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(347.5290780141844,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 28, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(347.5517730496454,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 28, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(347.5744680851064,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 28, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(347.5971631205674,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 28, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(347.6198581560284,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 28, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(347.64255319148936,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 28, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(347.6652482269503,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 28, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(347.68794326241135,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 28, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(347.7106382978723,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 28, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(347.7333333333333,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 28, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(347.7560283687943,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 28, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(347.7787234042553,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 29, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(348.02836879432624,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 29, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(348.05106382978727,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 29, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(348.07375886524824,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 29, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(348.0964539007092,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 29, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(348.11914893617023,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 29, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(348.1418439716312,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 29, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(348.16453900709223,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 29, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(348.1872340425532,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 29, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(348.2099290780142,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 29, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(348.2326241134752,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 29, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(348.25531914893617,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 29, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(348.2780141843972,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 29, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(348.30070921985816,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 29, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(348.32340425531913,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 30, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(348.5730496453901,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 30, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(348.59574468085106,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 30, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(348.6184397163121,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 30, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(348.64113475177305,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 30, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(348.663829787234,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 30, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(348.68652482269505,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 30, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(348.709219858156,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 30, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(348.73191489361704,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 30, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(348.754609929078,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 30, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(348.77730496453904,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 30, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(348.8,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 30, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(348.822695035461,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 30, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(348.845390070922,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 30, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(348.868085106383,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 31, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(349.1177304964539,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 31, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(349.1404255319149,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 31, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(349.16312056737587,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 31, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(349.18581560283684,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 31, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(349.20851063829787,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 31, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(349.23120567375884,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 31, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(349.25390070921986,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 31, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(349.27659574468083,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 31, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(349.29929078014186,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 31, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(349.32198581560283,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 31, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(349.34468085106386,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 31, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(349.3673758865248,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 31, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(349.3900709219858,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 31, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(349.4127659574468,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 01, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(349.6624113475177,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 01, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(349.6851063829787,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 01, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(349.7078014184397,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 01, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(349.7304964539007,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 01, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(349.75319148936165,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 01, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(349.7758865248227,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 01, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(349.79858156028365,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 01, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(349.8212765957447,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 01, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(349.84397163120565,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 01, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(349.8666666666667,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 01, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(349.88936170212764,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 01, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(349.91205673758867,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 01, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(349.93475177304964,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 01, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(349.9574468085106,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 02, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(350.20709219858156,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 02, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(350.2297872340426,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 02, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(350.25248226950356,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 02, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(350.2751773049646,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 02, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(350.29787234042556,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 02, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(350.3205673758865,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 02, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(350.3432624113475,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 02, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(350.3659574468085,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 02, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(350.3886524822695,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 02, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(350.41134751773046,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 02, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(350.4340425531915,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 02, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(350.45673758865246,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 02, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(350.4794326241135,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 02, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(350.50212765957446,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 03, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(350.7517730496454,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 03, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(350.7744680851064,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 03, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(350.7971631205674,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 03, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(350.8198581560284,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 03, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(350.8425531914894,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 03, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(350.86524822695037,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 03, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(350.88794326241134,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 03, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(350.91063829787237,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 03, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(350.93333333333334,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 03, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(350.95602836879436,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 03, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(350.97872340425533,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 03, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(351.0014184397163,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 03, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(351.0241134751773,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 03, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(351.0468085106383,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 04, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(351.2964539007092,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 04, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(351.3191489361702,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 04, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(351.3418439716312,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 04, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(351.3645390070922,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 04, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(351.3872340425532,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 04, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(351.4099290780142,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 04, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(351.4326241134752,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 04, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(351.45531914893616,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 04, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(351.4780141843972,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 04, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(351.50070921985815,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 04, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(351.5234042553192,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 04, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(351.54609929078015,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 04, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(351.5687943262412,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 04, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(351.59148936170214,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 05, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(351.84113475177304,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 05, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(351.863829787234,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 05, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(351.88652482269504,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 05, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(351.909219858156,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 05, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(351.93191489361703,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 05, 2023; calls: 20" role="graphics-symbol" aria-roledescription="point" transform="translate(351.954609929078,171.42857142857144)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 05, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(351.97730496453903,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 05, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(352,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 05, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(352.02269503546097,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 05, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(352.045390070922,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 05, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(352.06808510638297,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 05, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(352.090780141844,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 05, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(352.11347517730496,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 05, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(352.136170212766,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 06, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(352.3858156028369,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 06, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(352.40851063829786,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 06, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(352.4312056737588,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 06, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(352.45390070921985,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 06, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(352.4765957446808,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 06, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(352.49929078014185,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 06, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(352.5219858156028,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 06, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(352.54468085106384,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 06, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(352.5673758865248,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 06, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(352.5900709219858,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 06, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(352.6127659574468,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 06, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(352.6354609929078,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 06, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(352.6581560283688,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 06, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(352.6808510638298,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 07, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(352.93049645390073,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 07, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(352.9531914893617,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 07, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(352.9758865248227,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 07, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(352.9985815602837,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 07, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(353.02127659574467,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 07, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(353.0439716312057,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 07, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(353.06666666666666,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 07, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(353.08936170212763,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 07, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(353.11205673758866,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 07, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(353.13475177304963,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 07, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(353.1574468085106,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 07, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(353.1801418439716,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 07, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(353.2028368794326,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 07, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(353.2255319148936,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 08, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(353.49787234042554,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 08, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(353.5205673758865,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 08, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(353.54326241134754,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 08, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(353.5659574468085,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 08, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(353.58865248226954,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 08, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(353.6113475177305,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 08, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(353.63404255319153,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 08, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(353.6567375886525,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 08, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(353.6794326241135,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 08, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(353.70212765957444,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 08, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(353.72482269503547,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 08, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(353.74751773049644,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 08, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(353.7702127659574,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 09, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(354.04255319148933,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 09, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(354.06524822695036,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 09, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(354.08794326241133,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 09, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(354.11063829787236,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 09, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(354.1333333333333,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 09, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(354.15602836879435,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 09, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(354.1787234042553,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 09, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(354.20141843971635,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 09, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(354.2241134751773,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 09, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(354.2468085106383,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 09, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(354.2695035460993,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 09, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(354.2921985815603,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 09, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(354.3148936170213,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 10, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(354.5872340425532,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 10, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(354.60992907801415,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 10, 2023; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(354.6326241134752,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 10, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(354.65531914893614,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 10, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(354.67801418439717,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 10, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(354.70070921985814,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 10, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(354.72340425531917,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 10, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(354.74609929078014,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 10, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(354.76879432624116,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 10, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(354.79148936170213,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 10, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(354.8141843971631,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 10, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(354.83687943262413,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 10, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(354.8595744680851,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 11, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(355.131914893617,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 11, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(355.154609929078,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 11, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(355.17730496453896,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 11, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(355.2,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 11, 2023; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(355.22269503546096,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 11, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(355.245390070922,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 11, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(355.26808510638296,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 11, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(355.290780141844,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 11, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(355.31347517730495,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 11, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(355.336170212766,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 11, 2023; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(355.35886524822695,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 11, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(355.3815602836879,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 11, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(355.40425531914894,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 12, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(355.67659574468087,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 12, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(355.69929078014184,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 12, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(355.72198581560286,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 12, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(355.74468085106383,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 12, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(355.7673758865248,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 12, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(355.79007092198583,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 12, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(355.8127659574468,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 12, 2023; calls: 20" role="graphics-symbol" aria-roledescription="point" transform="translate(355.83546099290777,171.42857142857144)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 12, 2023; calls: 33" role="graphics-symbol" aria-roledescription="point" transform="translate(355.8581560283688,22.857142857142865)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 12, 2023; calls: 26" role="graphics-symbol" aria-roledescription="point" transform="translate(355.88085106382977,102.85714285714285)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 12, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(355.9035460992908,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 12, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(355.92624113475176,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 12, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(355.94893617021273,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 13, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(356.2212765957447,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 13, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(356.2439716312057,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 13, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(356.2666666666667,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 13, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(356.2893617021277,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 13, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(356.31205673758865,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 13, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(356.3347517730497,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 13, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(356.35744680851064,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 13, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(356.3801418439716,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 13, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(356.40283687943264,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 13, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(356.4255319148936,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 13, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(356.4482269503546,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 13, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(356.4709219858156,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 13, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(356.4936170212766,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 14, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(356.7659574468085,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 14, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(356.7886524822695,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 14, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(356.8113475177305,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 14, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(356.8340425531915,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 14, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(356.8567375886525,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 14, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(356.87943262411346,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 14, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(356.9021276595745,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 14, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(356.92482269503546,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 14, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(356.9475177304965,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 14, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(356.97021276595746,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 14, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(356.9929078014185,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 14, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(357.01560283687945,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 14, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(357.0382978723404,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 15, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(357.31063829787234,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 15, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(357.3333333333333,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 15, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(357.35602836879434,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 15, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(357.3787234042553,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 15, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(357.40141843971634,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 15, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(357.4241134751773,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 15, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(357.4468085106383,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 15, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(357.4695035460993,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 15, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(357.4921985815603,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 15, 2023; calls: 20" role="graphics-symbol" aria-roledescription="point" transform="translate(357.5148936170213,171.42857142857144)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 15, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(357.53758865248227,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 15, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(357.5602836879433,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 15, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(357.58297872340427,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 16, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(357.85531914893613,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 16, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(357.87801418439716,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 16, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(357.90070921985813,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 16, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(357.92340425531916,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 16, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(357.9460992907801,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 16, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(357.9687943262411,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 16, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(357.9914893617021,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 16, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(358.0141843971631,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 16, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(358.0368794326241,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 16, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(358.0595744680851,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 16, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(358.0822695035461,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 16, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(358.1049645390071,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 16, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(358.1276595744681,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 17, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(358.40000000000003,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 17, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(358.422695035461,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 17, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(358.445390070922,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 17, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(358.468085106383,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 17, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(358.49078014184397,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 17, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(358.51347517730494,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 17, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(358.5361702127659,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 17, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(358.55886524822694,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 17, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(358.5815602836879,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 17, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(358.60425531914893,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 17, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(358.6269503546099,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 17, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(358.64964539007093,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 17, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(358.6723404255319,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 18, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(358.9446808510638,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 18, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(358.96737588652485,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 18, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(358.9900709219858,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 18, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(359.01276595744685,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 18, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(359.0354609929078,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 18, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(359.0581560283688,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 18, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(359.0808510638298,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 18, 2023; calls: 21" role="graphics-symbol" aria-roledescription="point" transform="translate(359.1035460992908,160)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 18, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(359.12624113475175,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 18, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(359.1489361702128,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 18, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(359.17163120567375,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 18, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(359.1943262411347,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 18, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(359.21702127659574,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 19, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(359.48936170212767,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 19, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(359.51205673758864,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 19, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(359.53475177304966,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 19, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(359.55744680851063,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 19, 2023; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(359.58014184397166,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 19, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(359.60283687943263,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 19, 2023; calls: 19" role="graphics-symbol" aria-roledescription="point" transform="translate(359.62553191489366,182.85714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 19, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(359.6482269503546,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 19, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(359.6709219858156,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 19, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(359.6936170212766,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 19, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(359.7163120567376,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 19, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(359.7390070921986,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 19, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(359.7617021276596,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 20, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(360.03404255319145,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 20, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(360.0567375886525,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 20, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(360.07943262411345,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 20, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(360.1021276595745,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 20, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(360.12482269503545,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 20, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(360.1475177304965,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 20, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(360.17021276595744,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 20, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(360.19290780141847,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 20, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(360.21560283687944,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 20, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(360.2382978723404,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 20, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(360.26099290780144,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 20, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(360.2836879432624,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 20, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(360.30638297872343,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 21, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(360.5787234042553,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 21, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(360.60141843971627,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 21, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(360.6241134751773,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 21, 2023; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(360.64680851063827,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 21, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(360.6695035460993,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 21, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(360.69219858156026,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 21, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(360.7148936170213,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 21, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(360.73758865248226,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 21, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(360.7602836879433,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 21, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(360.78297872340426,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 21, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(360.8056737588652,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 21, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(360.82836879432625,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 21, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(360.8510638297872,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 22, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(361.12340425531914,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 22, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(361.14609929078017,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 22, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(361.16879432624114,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 22, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(361.1914893617021,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 22, 2023; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(361.2141843971631,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 22, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(361.2368794326241,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 22, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(361.2595744680851,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 22, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(361.2822695035461,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 22, 2023; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(361.3049645390071,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 22, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(361.32765957446804,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 22, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(361.35035460992907,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 22, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(361.37304964539004,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 22, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(361.39574468085107,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 23, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(361.668085106383,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 23, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(361.690780141844,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 23, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(361.713475177305,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 23, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(361.73617021276596,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 23, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(361.758865248227,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 23, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(361.78156028368795,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 23, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(361.8042553191489,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 23, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(361.82695035460995,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 23, 2023; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(361.8496453900709,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 23, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(361.8723404255319,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 23, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(361.89503546099286,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 23, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(361.9177304964539,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 23, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(361.94042553191485,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 24, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(362.21276595744683,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 24, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(362.2354609929078,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 24, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(362.25815602836883,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 24, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(362.2808510638298,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 24, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(362.30354609929077,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 24, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(362.3262411347518,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 24, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(362.34893617021277,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 24, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(362.3716312056738,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 24, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(362.39432624113476,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 24, 2023; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(362.4170212765958,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 24, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(362.43971631205676,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 24, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(362.46241134751773,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 24, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(362.48510638297876,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 25, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(362.7574468085106,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 25, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(362.78014184397165,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 25, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(362.8028368794326,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 25, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(362.8255319148936,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 25, 2023; calls: 22" role="graphics-symbol" aria-roledescription="point" transform="translate(362.8482269503546,148.57142857142858)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 25, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(362.8709219858156,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 25, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(362.8936170212766,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 25, 2023; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(362.9163120567376,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 25, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(362.9390070921986,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 25, 2023; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(362.9617021276596,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 25, 2023; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(362.9843971631206,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 25, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(363.0070921985816,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 25, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(363.02978723404254,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 26, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(363.30212765957447,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 26, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(363.32482269503544,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 26, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(363.34751773049646,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 26, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(363.37021276595743,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 26, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(363.3929078014184,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 26, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(363.41560283687943,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 26, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(363.4382978723404,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 26, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(363.4609929078014,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 26, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(363.4836879432624,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 26, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(363.5063829787234,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 26, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(363.5290780141844,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 26, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(363.5517730496454,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 26, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(363.5744680851064,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 27, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(363.8468085106383,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 27, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(363.8695035460993,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 27, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(363.89219858156025,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 27, 2023; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(363.9148936170213,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 27, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(363.93758865248225,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 27, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(363.9602836879432,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 27, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(363.98297872340424,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 27, 2023; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(364.0056737588652,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 27, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(364.02836879432624,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 27, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(364.0510638297872,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 27, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(364.07375886524824,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 27, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(364.0964539007092,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 27, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(364.11914893617023,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 28, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(364.39148936170216,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 28, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(364.4141843971631,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 28, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(364.43687943262415,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 28, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(364.4595744680851,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 28, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(364.4822695035461,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 28, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(364.5049645390071,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 28, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(364.5276595744681,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 28, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(364.55035460992906,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 28, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(364.57304964539003,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 28, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(364.59574468085106,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 28, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(364.618439716312,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 28, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(364.64113475177305,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 28, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(364.663829787234,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 29, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(364.93617021276594,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 29, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(364.95886524822697,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 29, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(364.98156028368794,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 29, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(365.00425531914897,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 29, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(365.02695035460994,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 29, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(365.04964539007096,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 29, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(365.07234042553193,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 29, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(365.0950354609929,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 29, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(365.11773049645393,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 29, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(365.1404255319149,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 29, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(365.1631205673759,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 29, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(365.1858156028369,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 29, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(365.20851063829787,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 30, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(365.4808510638298,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 30, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(365.50354609929076,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 30, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(365.5262411347518,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 30, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(365.54893617021276,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 30, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(365.5716312056738,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 30, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(365.59432624113475,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 30, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(365.6170212765958,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 30, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(365.63971631205675,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 30, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(365.6624113475177,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 30, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(365.68510638297874,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 30, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(365.7078014184397,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 30, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(365.73049645390074,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 30, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(365.7531914893617,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 31, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(366.0255319148936,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 31, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(366.0482269503546,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 31, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(366.0709219858156,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 31, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(366.0936170212766,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 31, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(366.11631205673757,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 31, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(366.1390070921986,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 31, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(366.16170212765957,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 31, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(366.18439716312054,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 31, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(366.20709219858156,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 31, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(366.22978723404253,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 31, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(366.25248226950356,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 31, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(366.27517730496453,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 31, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(366.29787234042556,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 01, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(366.5702127659574,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 01, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(366.59290780141845,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 01, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(366.6156028368794,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 01, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(366.6382978723404,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 01, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(366.6609929078014,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 01, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(366.6836879432624,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 01, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(366.7063829787234,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 01, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(366.7290780141844,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 01, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(366.75177304964535,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 01, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(366.7744680851064,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 01, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(366.79716312056735,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 01, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(366.8198581560284,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 01, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(366.84255319148934,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 02, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(367.1148936170213,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 02, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(367.1375886524823,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 02, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(367.16028368794326,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 02, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(367.1829787234043,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 02, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(367.20567375886526,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 02, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(367.22836879432623,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 02, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(367.2510638297872,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 02, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(367.2737588652482,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 02, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(367.2964539007092,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 02, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(367.31914893617017,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 02, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(367.3418439716312,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 02, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(367.36453900709216,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 02, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(367.3872340425532,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 03, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(367.6595744680851,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 03, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(367.6822695035461,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 03, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(367.7049645390071,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 03, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(367.7276595744681,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 03, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(367.7503546099291,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 03, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(367.7730496453901,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 03, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(367.7957446808511,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 03, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(367.81843971631207,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 03, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(367.8411347517731,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 03, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(367.86382978723407,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 03, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(367.88652482269504,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 04, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(368.2496453900709,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 04, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(368.2723404255319,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 04, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(368.2950354609929,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 04, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(368.3177304964539,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 04, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(368.3404255319149,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 04, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(368.3631205673759,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 04, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(368.3858156028369,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 04, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(368.4085106382979,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 04, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(368.4312056737589,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 05, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(368.79432624113474,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 05, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(368.8170212765957,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 05, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(368.83971631205674,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 05, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(368.8624113475177,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 05, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(368.88510638297873,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 05, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(368.9078014184397,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 05, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(368.93049645390073,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 05, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(368.9531914893617,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 05, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(368.9758865248227,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 06, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(369.3390070921986,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 06, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(369.36170212765956,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 06, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(369.3843971631205,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 06, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(369.40709219858155,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 06, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(369.4297872340425,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 06, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(369.45248226950355,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 06, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(369.4751773049645,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 06, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(369.49787234042554,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 06, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(369.5205673758865,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 07, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(369.88368794326243,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 07, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(369.9063829787234,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 07, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(369.92907801418437,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 07, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(369.9517730496454,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 07, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(369.97446808510637,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 07, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(369.99716312056734,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 07, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(370.01985815602836,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 07, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(370.04255319148933,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 07, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(370.06524822695036,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 08, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(370.4283687943263,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 08, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(370.45106382978724,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 08, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(370.47375886524827,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 08, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(370.49645390070924,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 08, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(370.5191489361702,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 08, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(370.54184397163124,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 08, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(370.5645390070922,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 08, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(370.5872340425532,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 08, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(370.6099290780142,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 09, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(370.97304964539006,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 09, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(370.9957446808511,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 09, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(371.01843971631206,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 09, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(371.0411347517731,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 09, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(371.06382978723406,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 09, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(371.086524822695,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 09, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(371.10921985815605,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 09, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(371.131914893617,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 09, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(371.15460992907805,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 10, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(371.4723404255319,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 10, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(371.4950354609929,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 10, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(371.5177304964539,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 10, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(371.5404255319149,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 10, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(371.5631205673759,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 10, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(371.5858156028369,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 10, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(371.60851063829784,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 10, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(371.63120567375887,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 10, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(371.65390070921984,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 10, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(371.67659574468087,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 10, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(371.69929078014184,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 10, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(371.72198581560286,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 10, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(371.74468085106383,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 11, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(372.01702127659576,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 11, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(372.0397163120567,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 11, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(372.0624113475177,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 11, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(372.0851063829787,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 11, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(372.1078014184397,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 11, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(372.1304964539007,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 11, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(372.1531914893617,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 11, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(372.17588652482266,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 11, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(372.1985815602837,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 11, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(372.22127659574465,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 11, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(372.2439716312057,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 11, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(372.26666666666665,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 11, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(372.2893617021277,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 12, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(372.5617021276596,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 12, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(372.58439716312057,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 12, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(372.60709219858154,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 12, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(372.62978723404257,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 12, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(372.65248226950354,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 12, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(372.6751773049645,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 12, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(372.69787234042553,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 12, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(372.7205673758865,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 12, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(372.7432624113475,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 12, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(372.7659574468085,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 12, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(372.78865248226947,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 12, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(372.8113475177305,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 12, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(372.83404255319147,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 13, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(373.1063829787234,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 13, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(373.1290780141844,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 13, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(373.1517730496454,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 13, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(373.1744680851064,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 13, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(373.1971631205674,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 13, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(373.2198581560284,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 13, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(373.2425531914894,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 13, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(373.26524822695035,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 13, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(373.2879432624114,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 13, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(373.31063829787234,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 13, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(373.3333333333333,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 13, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(373.35602836879434,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 13, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(373.3787234042553,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 14, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(373.65106382978723,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 14, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(373.6737588652482,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 14, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(373.69645390070923,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 14, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(373.7191489361702,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 14, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(373.7418439716312,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 14, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(373.7645390070922,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 14, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(373.7872340425532,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 14, 2023; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(373.8099290780142,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 14, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(373.8326241134752,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 14, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(373.8553191489362,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 14, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(373.87801418439716,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 14, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(373.9007092198582,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 14, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(373.92340425531916,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 15, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(374.1957446808511,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 15, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(374.21843971631205,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 15, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(374.241134751773,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 15, 2023; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(374.26382978723404,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 15, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(374.286524822695,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 15, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(374.30921985815604,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 15, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(374.331914893617,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 15, 2023; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(374.35460992907804,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 15, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(374.377304964539,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 15, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(374.40000000000003,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 15, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(374.422695035461,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 15, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(374.445390070922,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 15, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(374.468085106383,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 16, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(374.74042553191487,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 16, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(374.7631205673759,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 16, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(374.78581560283686,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 16, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(374.80851063829783,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 16, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(374.83120567375886,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 16, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(374.85390070921983,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 16, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(374.87659574468086,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 16, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(374.8992907801418,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 16, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(374.92198581560285,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 16, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(374.9446808510638,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 16, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(374.9673758865248,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 16, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(374.9900709219858,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 16, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(375.0127659574468,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 17, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(375.2851063829787,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 17, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(375.30780141843974,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 17, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(375.3304964539007,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 17, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(375.3531914893617,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 17, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(375.3758865248227,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 17, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(375.3985815602837,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 17, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(375.42127659574464,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 17, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(375.44397163120567,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 17, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(375.46666666666664,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 17, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(375.48936170212767,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 17, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(375.51205673758864,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 17, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(375.5347517730496,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 17, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(375.55744680851063,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 18, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(375.82978723404256,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 18, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(375.8524822695036,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 18, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(375.87517730496455,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 18, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(375.8978723404256,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 18, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(375.92056737588655,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 18, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(375.9432624113475,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 18, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(375.96595744680855,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 18, 2023; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(375.9886524822695,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 18, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(376.0113475177305,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 18, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(376.0340425531915,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 18, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(376.0567375886525,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 18, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(376.07943262411345,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 18, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(376.1021276595744,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 19, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(376.3744680851064,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 19, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(376.39716312056737,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 19, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(376.4198581560284,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 19, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(376.44255319148937,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 19, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(376.46524822695034,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 19, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(376.48794326241136,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 19, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(376.51063829787233,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 19, 2023; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(376.53333333333336,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 19, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(376.55602836879433,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 19, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(376.57872340425536,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 19, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(376.6014184397163,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 19, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(376.6241134751773,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 19, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(376.6468085106383,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 20, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(376.9191489361702,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 20, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(376.9418439716312,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 20, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(376.9645390070922,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 20, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(376.9872340425532,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 20, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(377.0099290780142,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 20, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(377.03262411347515,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 20, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(377.0553191489362,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 20, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(377.07801418439715,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 20, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(377.1007092198582,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 20, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(377.12340425531914,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 20, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(377.14609929078017,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 20, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(377.16879432624114,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 20, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(377.19148936170217,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 21, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(377.46382978723403,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 21, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(377.486524822695,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 21, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(377.50921985815603,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 21, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(377.531914893617,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 21, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(377.554609929078,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 21, 2023; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(377.577304964539,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 21, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(377.59999999999997,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 21, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(377.622695035461,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 21, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(377.64539007092196,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 21, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(377.668085106383,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 21, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(377.69078014184396,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 21, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(377.713475177305,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 21, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(377.73617021276596,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 22, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(378.0085106382979,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 22, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(378.03120567375885,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 22, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(378.0539007092199,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 22, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(378.07659574468084,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 22, 2023; calls: 20" role="graphics-symbol" aria-roledescription="point" transform="translate(378.0992907801418,171.42857142857144)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 22, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(378.12198581560284,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 22, 2023; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(378.1446808510638,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 22, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(378.1673758865248,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 22, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(378.1900709219858,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 22, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(378.2127659574468,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 22, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(378.2354609929078,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 22, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(378.2581560283688,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 22, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(378.2808510638298,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 23, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(378.5531914893617,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 23, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(378.5758865248227,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 23, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(378.5985815602837,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 23, 2023; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(378.6212765957447,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 23, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(378.6439716312057,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 23, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(378.6666666666667,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 23, 2023; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(378.68936170212766,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 23, 2023; calls: 20" role="graphics-symbol" aria-roledescription="point" transform="translate(378.7120567375887,171.42857142857144)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 23, 2023; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(378.73475177304965,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 23, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(378.7574468085106,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 23, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(378.7801418439716,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 23, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(378.8028368794326,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 23, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(378.8255319148936,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 24, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(379.07517730496454,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 24, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(379.0978723404255,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 24, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(379.12056737588654,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 24, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(379.1432624113475,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 24, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(379.16595744680853,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 24, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(379.1886524822695,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 24, 2023; calls: 18" role="graphics-symbol" aria-roledescription="point" transform="translate(379.21134751773053,194.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 24, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(379.2340425531915,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 24, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(379.2567375886525,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 24, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(379.2794326241135,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 24, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(379.30212765957447,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 24, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(379.3248226950355,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 24, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(379.34751773049646,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 25, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(379.6198581560284,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 25, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(379.64255319148936,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 25, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(379.6652482269503,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 25, 2023; calls: 19" role="graphics-symbol" aria-roledescription="point" transform="translate(379.68794326241135,182.85714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 25, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(379.7106382978723,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 25, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(379.73333333333335,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 25, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(379.7560283687943,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 25, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(379.77872340425535,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 25, 2023; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(379.8014184397163,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 25, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(379.8241134751773,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 25, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(379.8468085106383,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 25, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(379.8695035460993,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 25, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(379.8921985815603,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 26, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(380.1645390070922,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 26, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(380.1872340425532,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 26, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(380.20992907801417,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 26, 2023; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(380.23262411347514,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 26, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(380.25531914893617,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 26, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(380.27801418439714,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 26, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(380.30070921985816,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 26, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(380.32340425531913,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 26, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(380.34609929078016,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 26, 2023; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(380.36879432624113,217.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 26, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(380.3914893617021,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 26, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(380.4141843971631,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 26, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(380.4368794326241,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 27, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(380.73191489361704,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 27, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(380.754609929078,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 27, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(380.777304964539,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 27, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(380.79999999999995,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 27, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(380.822695035461,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 27, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(380.84539007092195,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 27, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(380.868085106383,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 27, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(380.89078014184395,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 27, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(380.913475177305,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 27, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(380.93617021276594,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 27, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(380.9588652482269,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 27, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(380.98156028368794,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 28, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(381.2765957446809,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 28, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(381.29929078014186,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 28, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(381.32198581560283,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 28, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(381.34468085106386,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 28, 2023; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(381.3673758865248,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 28, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(381.39007092198585,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 28, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(381.4127659574468,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 28, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(381.4354609929078,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 28, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(381.45815602836876,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 28, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(381.4808510638298,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 28, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(381.50354609929076,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 28, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(381.52624113475173,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 29, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(381.8212765957447,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 29, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(381.8439716312057,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 29, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(381.8666666666667,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 29, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(381.88936170212764,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 29, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(381.91205673758867,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 29, 2023; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(381.93475177304964,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 29, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(381.95744680851067,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 29, 2023; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(381.98014184397164,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 29, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(382.00283687943266,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 29, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(382.02553191489363,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 29, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(382.0482269503546,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 29, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(382.07092198581563,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 30, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(382.3659574468085,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 30, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(382.3886524822695,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 30, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(382.4113475177305,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 30, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(382.4340425531915,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 30, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(382.45673758865246,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 30, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(382.4794326241135,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 30, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(382.50212765957446,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 30, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(382.5248226950355,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 30, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(382.54751773049645,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 30, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(382.5702127659575,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 30, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(382.59290780141845,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 30, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(382.6156028368795,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 01, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(382.9106382978723,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 01, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(382.93333333333334,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 01, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(382.9560283687943,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 01, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(382.97872340425533,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 01, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(383.0014184397163,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 01, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(383.0241134751773,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 01, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(383.0468085106383,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 01, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(383.06950354609927,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 01, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(383.0921985815603,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 01, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(383.11489361702127,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 01, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(383.1375886524823,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 01, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(383.16028368794326,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 02, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(383.45531914893616,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 02, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(383.4780141843971,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 02, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(383.50070921985815,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 02, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(383.5234042553191,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 02, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(383.54609929078015,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 02, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(383.5687943262411,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 02, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(383.5914893617021,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 02, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(383.6141843971631,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 02, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(383.6368794326241,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 02, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(383.6595744680851,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 02, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(383.6822695035461,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 02, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(383.7049645390071,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 03, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(384,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 03, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(384.022695035461,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 03, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(384.045390070922,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 03, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(384.068085106383,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 03, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(384.090780141844,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 03, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(384.11347517730496,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 03, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(384.13617021276593,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 03, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(384.15886524822696,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 03, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(384.18156028368793,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 03, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(384.2042553191489,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 03, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(384.2269503546099,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 03, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(384.2496453900709,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 04, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(384.54468085106384,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 04, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(384.5673758865248,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 04, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(384.59007092198584,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 04, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(384.6127659574468,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 04, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(384.63546099290784,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 04, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(384.6581560283688,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 04, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(384.6808510638298,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 04, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(384.7035460992908,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 04, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(384.7262411347518,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 04, 2023; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(384.7489361702128,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 04, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(384.77163120567377,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 04, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(384.79432624113474,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 05, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(385.08936170212763,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 05, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(385.11205673758866,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 05, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(385.13475177304963,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 05, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(385.15744680851066,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 05, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(385.1801418439716,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 05, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(385.20283687943265,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 05, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(385.2255319148936,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 05, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(385.2482269503546,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 05, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(385.2709219858156,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 05, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(385.2936170212766,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 05, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(385.3163120567376,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 05, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(385.3390070921986,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 06, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(385.6340425531915,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 06, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(385.65673758865245,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 06, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(385.6794326241135,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 06, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(385.70212765957444,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 06, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(385.72482269503547,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 06, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(385.74751773049644,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 06, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(385.77021276595747,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 06, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(385.79290780141844,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 06, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(385.8156028368794,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 06, 2023; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(385.83829787234043,228.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 06, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(385.8609929078014,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 06, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(385.88368794326243,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 07, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(386.1787234042553,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 07, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(386.2014184397163,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 07, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(386.22411347517726,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 07, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(386.2468085106383,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 07, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(386.26950354609926,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 07, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(386.2921985815603,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 07, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(386.31489361702126,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 07, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(386.3375886524823,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 07, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(386.36028368794325,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 07, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(386.3829787234042,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 07, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(386.40567375886525,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 07, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(386.4283687943262,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 08, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(386.72340425531917,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 08, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(386.74609929078014,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 08, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(386.76879432624116,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 08, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(386.79148936170213,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 08, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(386.8141843971631,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 08, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(386.83687943262413,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 08, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(386.8595744680851,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 08, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(386.88226950354607,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 08, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(386.9049645390071,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 08, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(386.92765957446807,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 08, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(386.95035460992904,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 09, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(387.268085106383,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 09, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(387.290780141844,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 09, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(387.31347517730495,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 09, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(387.336170212766,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 09, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(387.35886524822695,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 09, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(387.381560283688,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 09, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(387.40425531914894,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 09, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(387.42695035460997,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 09, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(387.44964539007094,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 09, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(387.4723404255319,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 09, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(387.4950354609929,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 10, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(387.8127659574468,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 10, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(387.8354609929078,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 10, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(387.8581560283688,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 10, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(387.88085106382977,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 10, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(387.9035460992908,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 10, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(387.92624113475176,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 10, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(387.9489361702128,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 10, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(387.97163120567376,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 10, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(387.9943262411348,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 10, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(388.01702127659576,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 10, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(388.0397163120568,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 11, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(388.35744680851064,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 11, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(388.3801418439716,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 11, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(388.40283687943264,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 11, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(388.4255319148936,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 11, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(388.4482269503546,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 11, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(388.4709219858156,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 11, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(388.4936170212766,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 11, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(388.5163120567376,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 11, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(388.5390070921986,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 11, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(388.5617021276596,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 11, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(388.58439716312057,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 12, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(388.90212765957443,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 12, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(388.92482269503546,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 12, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(388.94751773049643,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 12, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(388.97021276595746,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 12, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(388.9929078014184,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 12, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(389.0156028368794,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 12, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(389.0382978723404,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 12, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(389.0609929078014,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 12, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(389.0836879432624,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 12, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(389.1063829787234,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 12, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(389.1290780141844,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 13, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(389.44680851063833,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 13, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(389.4695035460993,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 13, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(389.4921985815603,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 13, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(389.5148936170213,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 13, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(389.53758865248227,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 13, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(389.56028368794324,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 13, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(389.58297872340427,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 13, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(389.60567375886524,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 13, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(389.6283687943262,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 13, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(389.65106382978723,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 13, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(389.6737588652482,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 14, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(389.9914893617021,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 14, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(390.01418439716315,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 14, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(390.0368794326241,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 14, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(390.05957446808515,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 14, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(390.0822695035461,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 14, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(390.1049645390071,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 14, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(390.1276595744681,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 14, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(390.1503546099291,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 14, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(390.17304964539005,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 14, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(390.1957446808511,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 14, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(390.21843971631205,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 15, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(390.53617021276597,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 15, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(390.55886524822694,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 15, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(390.58156028368796,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 15, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(390.60425531914893,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 15, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(390.62695035460996,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 15, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(390.64964539007093,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 15, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(390.6723404255319,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 15, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(390.6950354609929,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 15, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(390.7177304964539,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 15, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(390.7404255319149,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 15, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(390.7631205673759,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 16, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(391.08085106382975,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 16, 2023; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(391.1035460992908,251.42857142857142)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 16, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(391.12624113475175,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 16, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(391.1489361702128,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 16, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(391.17163120567375,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 16, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(391.1943262411348,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 16, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(391.21702127659574,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 16, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(391.2397163120567,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 16, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(391.26241134751774,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 16, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(391.2851063829787,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 16, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(391.30780141843974,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 17, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(391.6255319148936,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 17, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(391.64822695035457,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 17, 2023; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(391.6709219858156,262.85714285714283)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 17, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(391.69361702127657,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 17, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(391.7163120567376,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 17, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(391.73900709219856,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 17, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(391.7617021276596,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 17, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(391.78439716312056,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 17, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(391.80709219858153,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 17, 2023; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(391.82978723404256,285.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 17, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(391.8524822695035,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 18, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(392.17021276595744,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 18, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(392.19290780141847,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 18, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(392.21560283687944,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 18, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(392.2382978723404,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 18, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(392.26099290780144,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 18, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(392.2836879432624,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 18, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(392.3063829787234,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 18, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(392.3290780141844,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 18, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(392.3517730496454,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 18, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(392.37446808510634,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 18, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(392.39716312056737,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 19, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(392.7148936170213,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 19, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(392.73758865248226,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 19, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(392.7602836879433,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 19, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(392.78297872340426,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 19, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(392.8056737588653,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 19, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(392.82836879432625,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 19, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(392.8510638297872,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 19, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(392.87375886524825,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 19, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(392.8964539007092,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 19, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(392.9191489361702,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 19, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(392.9418439716312,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 20, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(393.25957446808513,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 20, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(393.2822695035461,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 20, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(393.3049645390071,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 20, 2023; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(393.3276595744681,308.5714285714286)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 20, 2023; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(393.35035460992907,297.14285714285717)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 20, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(393.3730496453901,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 20, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(393.39574468085107,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 20, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(393.4184397163121,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 20, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(393.44113475177306,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 20, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(393.46382978723403,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 20, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(393.48652482269506,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 21, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(393.8042553191489,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 21, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(393.82695035460995,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 21, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(393.8496453900709,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 21, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(393.8723404255319,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 21, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(393.8950354609929,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 21, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(393.9177304964539,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 21, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(393.9404255319149,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 21, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(393.9631205673759,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 21, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(393.9858156028369,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 21, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(394.0085106382979,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 21, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(394.03120567375885,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 22, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(394.34893617021277,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 22, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(394.37163120567374,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 22, 2023; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(394.39432624113476,331.4285714285714)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 22, 2023; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(394.41702127659573,274.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 22, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(394.4397163120567,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 22, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(394.46241134751773,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 22, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(394.4851063829787,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 22, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(394.5078014184397,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 22, 2023; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(394.5304964539007,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 22, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(394.5531914893617,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 22, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(394.5758865248227,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 23, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(394.8936170212766,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 23, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(394.9163120567376,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 23, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(394.9390070921986,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 23, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(394.9617021276596,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 23, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(394.98439716312055,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 23, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(395.0070921985815,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 23, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(395.02978723404254,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 23, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(395.0524822695035,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 23, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(395.07517730496454,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 23, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(395.0978723404255,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 23, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(395.12056737588654,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 24, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(395.43829787234046,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 24, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(395.4609929078014,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 24, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(395.48368794326245,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 24, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(395.5063829787234,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 24, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(395.5290780141844,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 24, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(395.5517730496454,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 24, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(395.5744680851064,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 24, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(395.59716312056736,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 24, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(395.6198581560284,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 24, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(395.64255319148936,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 25, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(396.00567375886527,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 25, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(396.02836879432624,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 25, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(396.05106382978727,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 25, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(396.07375886524824,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 25, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(396.0964539007092,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 25, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(396.11914893617023,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 25, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(396.1418439716312,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 25, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(396.16453900709223,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 25, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(396.1872340425532,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 26, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(396.55035460992906,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 26, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(396.5730496453901,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 26, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(396.59574468085106,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 26, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(396.6184397163121,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 26, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(396.64113475177305,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 26, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(396.663829787234,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 26, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(396.68652482269505,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 26, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(396.709219858156,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 26, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(396.73191489361704,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 27, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(397.0950354609929,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 27, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(397.1177304964539,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 27, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(397.1404255319149,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 27, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(397.16312056737587,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 27, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(397.1858156028369,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 27, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(397.20851063829787,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 27, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(397.23120567375884,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 27, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(397.25390070921986,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 27, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(397.27659574468083,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 28, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(397.63971631205675,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 28, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(397.6624113475177,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 28, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(397.6851063829787,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 28, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(397.7078014184397,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 28, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(397.7304964539007,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 28, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(397.7531914893617,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 28, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(397.7758865248227,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 28, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(397.79858156028365,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 28, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(397.8212765957447,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 29, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(398.1843971631206,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 29, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(398.20709219858156,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 29, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(398.2297872340426,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 29, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(398.25248226950356,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 29, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(398.27517730496453,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 29, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(398.29787234042556,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 29, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(398.3205673758865,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 29, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(398.3432624113475,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 29, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(398.36595744680847,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 30, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(398.7290780141844,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 30, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(398.7517730496454,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 30, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(398.7744680851064,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 30, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(398.7971631205674,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 30, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(398.8198581560284,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 30, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(398.8425531914894,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 30, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(398.86524822695037,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 30, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(398.88794326241134,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 30, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(398.91063829787237,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 31, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(399.2737588652482,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 31, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(399.2964539007092,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 31, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(399.3191489361702,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 31, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(399.3418439716312,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 31, 2023; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(399.3645390070922,365.7142857142857)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 31, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(399.3872340425532,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 31, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(399.4099290780142,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 31, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(399.4326241134752,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Oct 31, 2023; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(399.45531914893616,354.2857142857143)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 01, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(399.818439716312,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 01, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(399.84113475177304,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 01, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(399.863829787234,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 01, 2023; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(399.88652482269504,342.8571428571429)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 01, 2023; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(399.909219858156,377.1428571428571)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 01, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(399.93191489361703,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 01, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(399.954609929078,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 01, 2023; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(399.97730496453903,388.57142857142856)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Nov 01, 2023; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(400,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="525" height="444" viewBox="0 0 525 444"><rect width="525" height="444" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(55,7)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h400v400h-400Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,400.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,0)" x2="0" y2="-400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(36,0)" x2="0" y2="-400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(73,0)" x2="0" y2="-400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(109,0)" x2="0" y2="-400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(145,0)" x2="0" y2="-400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(182,0)" x2="0" y2="-400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(218,0)" x2="0" y2="-400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(255,0)" x2="0" y2="-400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(291,0)" x2="0" y2="-400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(327,0)" x2="0" y2="-400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(364,0)" x2="0" y2="-400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(400,0)" x2="0" y2="-400" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'mean_calls_per_hour' for a linear scale with values from 0.0 to 1.1"><g transform="translate(0.5,400.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(36,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(73,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(109,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(145,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(182,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(218,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(255,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(291,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(327,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(364,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(400,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="start" transform="translate(0,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.0</text><text text-anchor="middle" transform="translate(36.36363636363637,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.1</text><text text-anchor="middle" transform="translate(72.72727272727273,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.2</text><text text-anchor="middle" transform="translate(109.09090909090908,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.3</text><text text-anchor="middle" transform="translate(145.45454545454547,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.4</text><text text-anchor="middle" transform="translate(181.8181818181818,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.5</text><text text-anchor="middle" transform="translate(218.18181818181816,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.6</text><text text-anchor="middle" transform="translate(254.5454545454545,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.7</text><text text-anchor="middle" transform="translate(290.90909090909093,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.8</text><text text-anchor="middle" transform="translate(327.27272727272725,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.9</text><text text-anchor="middle" transform="translate(363.6363636363636,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">1.0</text><text text-anchor="end" transform="translate(400,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">1.1</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="400" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(200,30)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">mean_calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'location' for a discrete scale with 46 values: F09, C05, F10, N20, G05, ending with A01"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,4)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,13)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,21)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,30)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,39)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,47)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,56)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,65)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,73)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,82)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,91)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,100)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,108)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,117)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,126)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,134)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,143)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,152)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,160)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,169)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,178)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,186)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,195)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,204)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,213)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,221)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,230)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,239)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,247)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,256)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,265)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,273)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,282)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,291)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,300)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,308)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,317)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,326)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,334)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,343)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,352)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,360)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,369)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,378)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,386)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,395)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,6.847826086956525)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">F09</text><text text-anchor="end" transform="translate(-7,15.543478260869568)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">C05</text><text text-anchor="end" transform="translate(-7,24.239130434782613)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">F10</text><text text-anchor="end" transform="translate(-7,32.934782608695656)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N20</text><text text-anchor="end" transform="translate(-7,41.630434782608695)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">G05</text><text text-anchor="end" transform="translate(-7,50.32608695652174)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">H05</text><text text-anchor="end" transform="translate(-7,59.02173913043478)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">S23</text><text text-anchor="end" transform="translate(-7,67.71739130434783)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">V05</text><text text-anchor="end" transform="translate(-7,76.41304347826087)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">D09</text><text text-anchor="end" transform="translate(-7,85.10869565217392)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">V23</text><text text-anchor="end" transform="translate(-7,93.80434782608697)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">M04</text><text text-anchor="end" transform="translate(-7,102.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">F05</text><text text-anchor="end" transform="translate(-7,111.19565217391305)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">B12M</text><text text-anchor="end" transform="translate(-7,119.8913043478261)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">H04</text><text text-anchor="end" transform="translate(-7,128.58695652173913)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">D03</text><text text-anchor="end" transform="translate(-7,137.2826086956522)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">H09</text><text text-anchor="end" transform="translate(-7,145.97826086956522)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">T10</text><text text-anchor="end" transform="translate(-7,154.67391304347825)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">S13T</text><text text-anchor="end" transform="translate(-7,163.3695652173913)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">V04</text><text text-anchor="end" transform="translate(-7,172.06521739130434)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">WB09</text><text text-anchor="end" transform="translate(-7,180.7608695652174)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">H07</text><text text-anchor="end" transform="translate(-7,189.45652173913044)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">NB5T</text><text text-anchor="end" transform="translate(-7,198.15217391304347)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">WD05</text><text text-anchor="end" transform="translate(-7,206.84782608695653)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">NB14</text><text text-anchor="end" transform="translate(-7,215.54347826086956)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">M01</text><text text-anchor="end" transform="translate(-7,224.2391304347826)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">M02</text><text text-anchor="end" transform="translate(-7,232.93478260869566)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N14</text><text text-anchor="end" transform="translate(-7,241.6304347826087)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">CB11</text><text text-anchor="end" transform="translate(-7,250.32608695652172)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">KS06</text><text text-anchor="end" transform="translate(-7,259.02173913043475)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">K09</text><text text-anchor="end" transform="translate(-7,267.71739130434787)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">D05</text><text text-anchor="end" transform="translate(-7,276.4130434782609)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N08M</text><text text-anchor="end" transform="translate(-7,285.1086956521739)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">A11</text><text text-anchor="end" transform="translate(-7,293.804347826087)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">W04</text><text text-anchor="end" transform="translate(-7,302.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">M05</text><text text-anchor="end" transform="translate(-7,311.195652173913)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">E07</text><text text-anchor="end" transform="translate(-7,319.8913043478261)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">WD07</text><text text-anchor="end" transform="translate(-7,328.5869565217391)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">W20</text><text text-anchor="end" transform="translate(-7,337.28260869565213)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">J11</text><text text-anchor="end" transform="translate(-7,345.97826086956525)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">H14</text><text text-anchor="end" transform="translate(-7,354.67391304347825)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">H15</text><text text-anchor="end" transform="translate(-7,363.36956521739125)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">J06</text><text text-anchor="end" transform="translate(-7,372.0652173913044)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">C01</text><text text-anchor="end" transform="translate(-7,380.7608695652174)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">J07</text><text text-anchor="end" transform="translate(-7,389.4565217391304)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">E04</text><text text-anchor="end" transform="translate(-7,398.1521739130435)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">A01</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="0" y2="400" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-38.783203125,200) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">location</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-rect role-mark marks" role="graphics-object" aria-roledescription="rect mark container"><path aria-label="mean_calls_per_hour: 0.6502; location: C05; type: male" role="graphics-symbol" aria-roledescription="bar" d="M67.3090909090909,9.130434782608699h236.43636363636358v7.826086956521739h-236.43636363636358Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.8081; location: F09; type: male" role="graphics-symbol" aria-roledescription="bar" d="M73.63636363636363,0.4347826086956559h293.85454545454553v7.826086956521739h-293.85454545454553Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.457; location: N20; type: male" role="graphics-symbol" aria-roledescription="bar" d="M60.72727272727273,26.521739130434785h166.1818181818182v7.826086956521739h-166.1818181818182Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.3505; location: D09; type: male" role="graphics-symbol" aria-roledescription="bar" d="M34.79999999999999,70h127.45454545454544v7.826086956521739h-127.45454545454544Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.2728; location: M04; type: male" role="graphics-symbol" aria-roledescription="bar" d="M48.21818181818181,87.3913043478261h99.19999999999999v7.826086956521739h-99.19999999999999Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.2832; location: H04; type: male" role="graphics-symbol" aria-roledescription="bar" d="M36.72727272727273,113.47826086956522h102.98181818181817v7.826086956521739h-102.98181818181817Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.3243; location: D03; type: male" role="graphics-symbol" aria-roledescription="bar" d="M17.454545454545453,122.17391304347825h117.9272727272727v7.826086956521739h-117.9272727272727Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.5401; location: G05; type: male" role="graphics-symbol" aria-roledescription="bar" d="M26.07272727272727,35.21739130434783h196.39999999999998v7.826086956521739h-196.39999999999998Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.2525; location: WD05; type: male" role="graphics-symbol" aria-roledescription="bar" d="M7.236363636363636,191.7391304347826h91.8181818181818v7.826086956521739h-91.8181818181818Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.1856; location: NB14; type: male" role="graphics-symbol" aria-roledescription="bar" d="M19.2,200.43478260869566h67.49090909090908v7.826086956521739h-67.49090909090908Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.155; location: N14; type: male" role="graphics-symbol" aria-roledescription="bar" d="M18.98181818181818,226.52173913043478h56.36363636363636v7.826086956521739h-56.36363636363636Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.2456; location: S13T; type: male" role="graphics-symbol" aria-roledescription="bar" d="M42.36363636363637,148.26086956521738h89.30909090909091v7.826086956521739h-89.30909090909091Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.548; location: F10; type: male" role="graphics-symbol" aria-roledescription="bar" d="M50.21818181818182,17.826086956521742h199.27272727272725v7.826086956521739h-199.27272727272725Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.363; location: F05; type: male" role="graphics-symbol" aria-roledescription="bar" d="M11.381818181818183,96.08695652173913h132v7.826086956521739h-132Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.302; location: WB09; type: male" role="graphics-symbol" aria-roledescription="bar" d="M7.127272727272727,165.65217391304347h109.8181818181818v7.826086956521739h-109.8181818181818Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.3708; location: B12M; type: male" role="graphics-symbol" aria-roledescription="bar" d="M6.800000000000001,104.78260869565217h134.83636363636361v7.826086956521739h-134.83636363636361Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.1643; location: CB11; type: male" role="graphics-symbol" aria-roledescription="bar" d="M13.054545454545455,235.2173913043478h59.74545454545453v7.826086956521739h-59.74545454545453Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.2846; location: T10; type: male" role="graphics-symbol" aria-roledescription="bar" d="M31.05454545454545,139.56521739130434h103.49090909090908v7.826086956521739h-103.49090909090908Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.0957; location: K09; type: male" role="graphics-symbol" aria-roledescription="bar" d="M19.49090909090909,252.6086956521739h34.8v7.826086956521739h-34.8Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.3115; location: H09; type: male" role="graphics-symbol" aria-roledescription="bar" d="M21.527272727272724,130.8695652173913h113.27272727272728v7.826086956521739h-113.27272727272728Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.451; location: S23; type: male" role="graphics-symbol" aria-roledescription="bar" d="M19.49090909090909,52.608695652173914h164v7.826086956521739h-164Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.3352; location: V05; type: male" role="graphics-symbol" aria-roledescription="bar" d="M42.39999999999999,61.30434782608695h121.89090909090906v7.826086956521739h-121.89090909090906Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.251; location: V04; type: male" role="graphics-symbol" aria-roledescription="bar" d="M31.127272727272725,156.95652173913044h91.27272727272727v7.826086956521739h-91.27272727272727Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.1053; location: KS06; type: male" role="graphics-symbol" aria-roledescription="bar" d="M22.036363636363635,243.91304347826085h38.29090909090908v7.826086956521739h-38.29090909090908Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.046; location: J11; type: male" role="graphics-symbol" aria-roledescription="bar" d="M5.018181818181818,330.86956521739125h16.727272727272727v7.826086956521739h-16.727272727272727Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.0698; location: E07; type: male" role="graphics-symbol" aria-roledescription="bar" d="M1.6363636363636362,304.78260869565213h25.381818181818183v7.826086956521739h-25.381818181818183Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.0791; location: A11; type: male" role="graphics-symbol" aria-roledescription="bar" d="M3.9999999999999996,278.695652173913h28.76363636363636v7.826086956521739h-28.76363636363636Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.217; location: NB5T; type: male" role="graphics-symbol" aria-roledescription="bar" d="M21.672727272727272,183.04347826086956h78.9090909090909v7.826086956521739h-78.9090909090909Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.2645; location: V23; type: male" role="graphics-symbol" aria-roledescription="bar" d="M63.236363636363635,78.69565217391305h96.18181818181817v7.826086956521739h-96.18181818181817Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.1598; location: M01; type: male" role="graphics-symbol" aria-roledescription="bar" d="M26.945454545454545,209.1304347826087h58.1090909090909v7.826086956521739h-58.1090909090909Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.3143; location: H05; type: male" role="graphics-symbol" aria-roledescription="bar" d="M81.05454545454545,43.913043478260875h114.2909090909091v7.826086956521739h-114.2909090909091Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.1203; location: N08M; type: male" role="graphics-symbol" aria-roledescription="bar" d="M3.6363636363636362,270h43.74545454545454v7.826086956521739h-43.74545454545454Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.181; location: H07; type: male" role="graphics-symbol" aria-roledescription="bar" d="M41.563636363636355,174.34782608695653h65.81818181818181v7.826086956521739h-65.81818181818181Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.1192; location: D05; type: male" role="graphics-symbol" aria-roledescription="bar" d="M10.618181818181817,261.304347826087h43.345454545454544v7.826086956521739h-43.345454545454544Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.1429; location: M02; type: male" role="graphics-symbol" aria-roledescription="bar" d="M29.018181818181816,217.82608695652172h51.963636363636354v7.826086956521739h-51.963636363636354Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.066; location: W04; type: male" role="graphics-symbol" aria-roledescription="bar" d="M4.654545454545454,287.3913043478261h24v7.826086956521739h-24Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.0491; location: W20; type: male" role="graphics-symbol" aria-roledescription="bar" d="M6.872727272727272,322.17391304347825h17.854545454545455v7.826086956521739h-17.854545454545455Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.0205; location: H15; type: male" role="graphics-symbol" aria-roledescription="bar" d="M2.0727272727272728,348.2608695652174h7.454545454545455v7.826086956521739h-7.454545454545455Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.0644; location: WD07; type: male" role="graphics-symbol" aria-roledescription="bar" d="M1.3818181818181816,313.47826086956525h23.418181818181814v7.826086956521739h-23.418181818181814Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.0724; location: M05; type: male" role="graphics-symbol" aria-roledescription="bar" d="M1.6363636363636362,296.0869565217391h26.327272727272724v7.826086956521739h-26.327272727272724Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.0147; location: J06; type: male" role="graphics-symbol" aria-roledescription="bar" d="M2.6545454545454543,356.9565217391304h5.345454545454545v7.826086956521739h-5.345454545454545Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.0117; location: J07; type: male" role="graphics-symbol" aria-roledescription="bar" d="M1.8181818181818181,374.3478260869565h4.254545454545454v7.826086956521739h-4.254545454545454Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.0137; location: E04; type: male" role="graphics-symbol" aria-roledescription="bar" d="M0,383.0434782608695h4.9818181818181815v7.826086956521739h-4.9818181818181815Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.0171; location: C01; type: male" role="graphics-symbol" aria-roledescription="bar" d="M0,365.6521739130435h6.218181818181818v7.826086956521739h-6.218181818181818Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.0143; location: H14; type: male" role="graphics-symbol" aria-roledescription="bar" d="M5.2,339.5652173913044h5.2v7.826086956521739h-5.2Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0; location: A01; type: male" role="graphics-symbol" aria-roledescription="bar" d="M0.618181818181818,391.7391304347826h0v7.826086956521739h0Z" fill="#f58518"/><path aria-label="mean_calls_per_hour: 0.1851; location: C05; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,9.130434782608699h67.3090909090909v7.826086956521739h-67.3090909090909Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0.2025; location: F09; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,0.4347826086956559h73.63636363636363v7.826086956521739h-73.63636363636363Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0.167; location: N20; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,26.521739130434785h60.72727272727273v7.826086956521739h-60.72727272727273Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0.0957; location: D09; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,70h34.79999999999999v7.826086956521739h-34.79999999999999Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0.1326; location: M04; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,87.3913043478261h48.21818181818181v7.826086956521739h-48.21818181818181Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0.101; location: H04; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,113.47826086956522h36.72727272727273v7.826086956521739h-36.72727272727273Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0.048; location: D03; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,122.17391304347825h17.454545454545453v7.826086956521739h-17.454545454545453Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0.0717; location: G05; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,35.21739130434783h26.07272727272727v7.826086956521739h-26.07272727272727Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0.0199; location: WD05; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,191.7391304347826h7.236363636363636v7.826086956521739h-7.236363636363636Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0.0528; location: NB14; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,200.43478260869566h19.2v7.826086956521739h-19.2Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0.0522; location: N14; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,226.52173913043478h18.98181818181818v7.826086956521739h-18.98181818181818Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0.1165; location: S13T; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,148.26086956521738h42.36363636363637v7.826086956521739h-42.36363636363637Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0.1381; location: F10; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,17.826086956521742h50.21818181818182v7.826086956521739h-50.21818181818182Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0.0313; location: F05; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,96.08695652173913h11.381818181818183v7.826086956521739h-11.381818181818183Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0.0196; location: WB09; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,165.65217391304347h7.127272727272727v7.826086956521739h-7.127272727272727Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0.0187; location: B12M; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,104.78260869565217h6.800000000000001v7.826086956521739h-6.800000000000001Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0.0359; location: CB11; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,235.2173913043478h13.054545454545455v7.826086956521739h-13.054545454545455Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0.0854; location: T10; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,139.56521739130434h31.05454545454545v7.826086956521739h-31.05454545454545Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0.0536; location: K09; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,252.6086956521739h19.49090909090909v7.826086956521739h-19.49090909090909Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0.0592; location: H09; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,130.8695652173913h21.527272727272724v7.826086956521739h-21.527272727272724Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0.0536; location: S23; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,52.608695652173914h19.49090909090909v7.826086956521739h-19.49090909090909Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0.1166; location: V05; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,61.30434782608695h42.39999999999999v7.826086956521739h-42.39999999999999Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0.0856; location: V04; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,156.95652173913044h31.127272727272725v7.826086956521739h-31.127272727272725Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0.0606; location: KS06; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,243.91304347826085h22.036363636363635v7.826086956521739h-22.036363636363635Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0.0138; location: J11; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,330.86956521739125h5.018181818181818v7.826086956521739h-5.018181818181818Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0.0045; location: E07; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,304.78260869565213h1.6363636363636362v7.826086956521739h-1.6363636363636362Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0.011; location: A11; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,278.695652173913h3.9999999999999996v7.826086956521739h-3.9999999999999996Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0.0596; location: NB5T; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,183.04347826086956h21.672727272727272v7.826086956521739h-21.672727272727272Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0.1739; location: V23; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,78.69565217391305h63.236363636363635v7.826086956521739h-63.236363636363635Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0.0741; location: M01; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,209.1304347826087h26.945454545454545v7.826086956521739h-26.945454545454545Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0.2229; location: H05; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,43.913043478260875h81.05454545454545v7.826086956521739h-81.05454545454545Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0.01; location: N08M; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,270h3.6363636363636362v7.826086956521739h-3.6363636363636362Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0.1143; location: H07; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,174.34782608695653h41.563636363636355v7.826086956521739h-41.563636363636355Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0.0292; location: D05; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,261.304347826087h10.618181818181817v7.826086956521739h-10.618181818181817Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0.0798; location: M02; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,217.82608695652172h29.018181818181816v7.826086956521739h-29.018181818181816Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0.0128; location: W04; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,287.3913043478261h4.654545454545454v7.826086956521739h-4.654545454545454Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0.0189; location: W20; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,322.17391304347825h6.872727272727272v7.826086956521739h-6.872727272727272Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0.0057; location: H15; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,348.2608695652174h2.0727272727272728v7.826086956521739h-2.0727272727272728Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0.0038; location: WD07; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,313.47826086956525h1.3818181818181816v7.826086956521739h-1.3818181818181816Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0.0045; location: M05; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,296.0869565217391h1.6363636363636362v7.826086956521739h-1.6363636363636362Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0.0073; location: J06; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,356.9565217391304h2.6545454545454543v7.826086956521739h-2.6545454545454543Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0.005; location: J07; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,374.3478260869565h1.8181818181818181v7.826086956521739h-1.8181818181818181Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0; location: E04; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,383.0434782608695h0v7.826086956521739h0Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0; location: C01; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,365.6521739130435h0v7.826086956521739h0Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0.0143; location: H14; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,339.5652173913044h5.2v7.826086956521739h-5.2Z" fill="#4c78a8"/><path aria-label="mean_calls_per_hour: 0.0017; location: A01; type: female" role="graphics-symbol" aria-roledescription="bar" d="M0,391.7391304347826h0.618181818181818v7.826086956521739h-0.618181818181818Z" fill="#4c78a8"/></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'type' for fill color with 2 values: female, male"><g transform="translate(418,0)"><path class="background" aria-hidden="true" d="M0,0h47v40h-47Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h46.0146484375v11h-46.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,-5h10v10h-10Z" fill="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">female</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,13)"><path class="background" aria-hidden="true" d="M0,0h46.0146484375v11h-46.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,-5h10v10h-10Z" fill="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">male</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">type</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="467" height="513" viewBox="0 0 467 513"><rect width="467" height="513" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(6,6)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h455v500h-455Z"/><g><g class="mark-shape role-mark layer_0_marks" role="graphics-symbol" aria-roledescription="shape mark container"><path transform="translate(0,0)" d="M188.194,493.712L179.556,485.994L178.726,484.687L175.651,479.534L174.701,476.723L171.228,466.391L167.116,460.474L165.959,459.019L161.795,456.553L158.443,454.605L156.128,452.361L154.4,448.071L153.674,446.32L152.275,438.578L149.891,434.855L149.269,433.844L147.196,427.335L145.451,423.858L140.699,414.538L134.756,405.242L130.333,399.793L127.914,398.141L126.584,397.919L125.91,397.895L123.491,397.574L121.47,392.248L120.951,388.797L120.52,385.912L116.649,378.515L111.38,368.357L109.583,362.045L109.825,355.24L110.741,350.136L111.259,349.2L112.14,347.375L114.438,342.937L115.164,335.54L114.766,331.152L112.883,324.594L113.764,312.71L113.315,307.533L111.414,301.763L111.207,295.575L110.343,292.469L109.894,292.05L106.162,288.203L102.569,284.505L100.271,282.212L92.859,272.08L83.27,258.988L83.132,258.767L80.644,255.389L78.484,253.072L72.748,246.883L71.521,245.7L65.699,246.316L61.38,242.347L56.248,237.589L50.512,226.84L48.785,223.586L46.107,222.329L41.874,220.356L38.505,217.793L38.142,217.571L32.302,213.182L28.639,210.446L24.683,207.488L20.277,205.688L17.34,204.455L7.751,195.999L3.276,194.545L2.309,193.51L0.996,184.289L1.808,174.009L2.793,169.72L4.348,166.86L4.624,166.417L5.419,164.888L6.093,162.201L7.146,158.109L8.235,153.696L10.135,150.837L14.109,144.821L20.122,135.7L23.111,131.189L27.482,124.583L31.438,110.285L32.198,107.647L33.373,97.737L34.548,94.04L37.053,90.293L39.351,86.792L43.29,80.876L44.949,79.2L45.243,78.954L48.076,76.045L49.769,72.816L50.478,64.311L46.107,66.406L43.964,62.586L44.31,61.748L45.675,58.247L48.802,50.384L52.084,47.13L58.114,41.066L55.626,37.221L55.108,35.027L56.11,27.065L63.056,19.793L69.154,13.385L75.685,8.282L79.642,7.05L94.12,7.592L100.495,6.36L107.216,3.278L108.477,1.75L108.546,1.627L109.859,0L112.935,0L117.461,0.518L123.18,3.278L126.446,4.831L130.212,4.757L131.335,4.141L132.959,3.204L135.361,6.631L139.697,10.032L146.28,10.476L148.215,9.712L153.104,7.74L159.203,7.173L161.242,7.493L163.091,10.451L165.63,11.758L183.115,13.36L187.019,15.085L190.596,14.888L192.531,14.814L194.501,19.424L195.693,26.966L196.487,28.667L199.304,31.009L201.705,36.605L207.441,41.288L210.119,42.348L212.935,43.408L215.942,44.542L221.557,46.686L224.045,53.687L225.582,56.251L227.604,56.965L229.366,57.064L230.333,57.187L239.629,58.025L253.105,57.853L261.139,57.779L274.511,54.698L282.632,54.476L286.64,52.701L290.389,52.06L295.486,51.74L301.464,51.37L308.858,51.542L314.266,51.666L319.397,51.789L321.574,52.38L325.496,53.465L328.762,53.588L332.615,48.905L337.055,43.506L339.975,43.58L340.856,43.654L343.154,43.679L343.81,42.299L344.899,39.957L349.857,37.615L353.071,37.245L354.038,37.319L354.315,38.133L357.2,37.196L358.634,38.601L359.101,41.14L359.722,44.468L361.156,44.566L380.645,46.021L382.891,45.824L387.971,43.433L391.858,43.408L398.043,43.359L400.22,43.359L430.818,45.503L434.187,46.243L438.42,47.229L439.198,48.19L439.284,50.384L439.353,51.173L442.999,59.529L444.882,60.638L451.534,61.723L452.847,62.61L454.004,64.927L452.242,74.369L449.132,78.584L446.679,81.912L445.556,84.081L444.795,88.444L445.055,98.033L446.091,99.956L450.998,100.794L453.037,110.408L452.76,113.465L451.534,119.011L449.201,121.526L447.404,123.424L446.765,125.1L444.467,157.345L440.407,166.737L438.144,171.988L438.109,176.82L441.081,178.126L445.867,180.271L446.195,182.416L445.21,186.705L442.014,189.072L437.263,192.573L434.982,194.274L433.064,196.32L431.838,199.697L431.302,201.25L428.365,203.223L427.95,203.519L422.301,210.692L421.281,210.914L420.953,222.205L416.772,225.78L415.079,227.21L411.364,230.366L410.5,231.475L406.976,236.036L396.506,243.826L394.933,244.96L391.91,246.563L389.733,247.722L385.984,252.258L384.913,255.241L382.304,257.632L379.108,258.89L378.658,259.038L376.827,259.777L369.311,265.497L366.893,267.371L358.444,270.674L354.194,270.896L353.572,271.513L347.473,277.282L342.255,289.116L338.541,297.547L330.835,301.468L323.354,303.933L323.509,305.19L323.838,307.779L322.214,312.365L319.397,314.978L318.326,316.556L318.292,316.679L314.042,323.139L311.381,325.259L309.204,326.172L307.614,326.837L306.561,329.525L306.595,331.596L306.647,335.91L305.662,341.852L304.556,343.159L301.066,347.4L298.371,352.602L297.231,354.796L292.704,358.667L290.216,360.812L290.234,363.672L291.287,364.806L292.428,366.064L293.171,370.995L292.791,371.537L289.681,375.606L287.089,379.033L281.871,385.986L282.079,406.179L281.319,414.119L277.068,420.998L266.356,432.365L264.162,435.94L262.728,439.959L262.331,441.093L258.737,446.69L257.476,446.863L255.264,447.159L252.725,449.378L247.611,453.915L245.572,464L245.192,465.898L239.214,472.186L237.02,477.981L235.672,481.482L228.64,491.493L223.855,495.34L223.319,495.783L223.094,495.981L221.781,497.066L211.294,500L202.172,499.704Z" fill="gray" stroke="white"/></g><g class="mark-symbol role-mark layer_1_marks" role="graphics-object" aria-roledescription="symbol mark container"><path aria-label="longitude: 167.47371; latitude: −45.50603" role="graphics-symbol" aria-roledescription="circle" transform="translate(240.97622385900468,178.64407530147582)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="red" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.47822; latitude: −45.50608" role="graphics-symbol" aria-roledescription="circle" transform="translate(318.89643584843725,179.8766925695818)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="red" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.47487; latitude: −45.50601" role="graphics-symbol" aria-roledescription="circle" transform="translate(261.0177858052775,178.15102816256694)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="red" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.47079; latitude: −45.49971" role="graphics-symbol" aria-roledescription="circle" transform="translate(190.52677290793508,22.849974274635315)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="red" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.468933702; latitude: −45.5086551015" role="graphics-symbol" aria-roledescription="circle" transform="translate(158.45512320613489,243.36050284700468)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="red" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.46577; latitude: −45.50885" role="graphics-symbol" aria-roledescription="circle" transform="translate(103.79518207348883,248.16544068488292)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="red" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.47281; latitude: −45.51053" role="graphics-symbol" aria-roledescription="circle" transform="translate(225.42673498671502,289.5840800948208)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="red" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.4702; latitude: −45.50162" role="graphics-symbol" aria-roledescription="circle" transform="translate(180.3332188394852,69.93147390917875)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="red" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.46985; latitude: −45.50471" role="graphics-symbol" aria-roledescription="circle" transform="translate(174.28619554871693,146.10335599142127)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="red" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.46643; latitude: −45.50213" role="graphics-symbol" aria-roledescription="circle" transform="translate(115.19814017694443,82.50324405438732)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="red" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.46574; latitude: −45.50211" role="graphics-symbol" aria-roledescription="circle" transform="translate(103.27686455892399,82.01023133192211)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="red" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.47041; latitude: −45.50671" role="graphics-symbol" aria-roledescription="circle" transform="translate(183.96143246022984,195.40777345991228)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="red" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.47307; latitude: −45.51185" role="graphics-symbol" aria-roledescription="circle" transform="translate(229.91880923276767,322.12816411000676)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="red" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.46526; latitude: −45.50827" role="graphics-symbol" aria-roledescription="circle" transform="translate(94.98380494862795,233.8664355278015)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="red" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.47839; latitude: −45.50368" role="graphics-symbol" aria-roledescription="circle" transform="translate(321.83356137480587,120.71226376853883)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="red" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.4687; latitude: −45.51197" role="graphics-symbol" aria-roledescription="circle" transform="translate(154.41740526352078,325.08675509574823)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="red" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.46834; latitude: −45.50025" role="graphics-symbol" aria-roledescription="circle" transform="translate(148.1976099461317,36.16081220423803)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="red" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.46642; latitude: −45.5054" role="graphics-symbol" aria-roledescription="circle" transform="translate(115.02536768792197,163.11318207520526)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="red" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.46917; latitude: −45.50127" role="graphics-symbol" aria-roledescription="circle" transform="translate(162.5376933394,61.303854417055845)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="red" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.47058; latitude: −45.51238" role="graphics-symbol" aria-roledescription="circle" transform="translate(186.89855819754303,335.1953216595575)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="red" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.46759; latitude: −45.5102" role="graphics-symbol" aria-roledescription="circle" transform="translate(135.23970285058022,281.44817837153096)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="red" stroke-width="2" opacity="0.7"/></g><g class="mark-symbol role-mark layer_2_marks" role="graphics-object" aria-roledescription="symbol mark container"><path aria-label="longitude: 167.47707; latitude: −45.503" role="graphics-symbol" aria-roledescription="circle" transform="translate(299.0276461043395,103.94946760940365)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="orange" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.47052; latitude: −45.50881" role="graphics-symbol" aria-roledescription="circle" transform="translate(185.86192542640492,247.17929803032894)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="orange" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.46855; latitude: −45.50359" role="graphics-symbol" aria-roledescription="circle" transform="translate(151.82582451729104,118.4936467052903)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="orange" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.46606; latitude: −45.49971" role="graphics-symbol" aria-roledescription="circle" transform="translate(108.80557284504175,22.849974183016457)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="orange" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.46588; latitude: −45.50071" role="graphics-symbol" aria-roledescription="circle" transform="translate(105.69567515375093,47.49977485870477)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="orange" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.47632; latitude: −45.50121" role="graphics-symbol" aria-roledescription="circle" transform="translate(286.0697383508086,59.82483954145573)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="orange" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.474986743; latitude: −45.5090083349" role="graphics-symbol" aria-roledescription="circle" transform="translate(263.0347854164429,252.06896953610703)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="orange" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.46228; latitude: −45.50249" role="graphics-symbol" aria-roledescription="circle" transform="translate(43.497721777297556,91.37750334374141)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="orange" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.46245; latitude: −45.50574" role="graphics-symbol" aria-roledescription="circle" transform="translate(46.43484741309658,171.49491208710242)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="orange" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.47352; latitude: −45.50444" role="graphics-symbol" aria-roledescription="circle" transform="translate(237.693553423509,139.44739359919913)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="orange" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.48029; latitude: −45.50037" role="graphics-symbol" aria-roledescription="circle" transform="translate(354.6602596254088,39.11879345460329)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="orange" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.47869; latitude: −45.50989" role="graphics-symbol" aria-roledescription="circle" transform="translate(327.016725235153,273.8054048687918)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="orange" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.46212; latitude: −45.50292" role="graphics-symbol" aria-roledescription="circle" transform="translate(40.73336850712076,101.97738725761883)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="orange" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.4656; latitude: −45.50319" role="graphics-symbol" aria-roledescription="circle" transform="translate(100.85805650195107,108.63316977967042)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="orange" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.47606; latitude: −45.50885" role="graphics-symbol" aria-roledescription="circle" transform="translate(281.57766499975696,248.16544070874806)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="orange" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.47166; latitude: −45.5104" role="graphics-symbol" aria-roledescription="circle" transform="translate(205.55794433504343,286.37902219523676)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="orange" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.47154; latitude: −45.51609" role="graphics-symbol" aria-roledescription="circle" transform="translate(203.48467918345705,426.6688704366097)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="orange" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.47226; latitude: −45.51814" role="graphics-symbol" aria-roledescription="circle" transform="translate(215.92426927993074,477.216140551609)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="orange" stroke-width="2" opacity="0.7"/></g><g class="mark-symbol role-mark layer_3_marks" role="graphics-object" aria-roledescription="symbol mark container"><path aria-label="longitude: 167.47237; latitude: −45.51531" role="graphics-symbol" aria-roledescription="circle" transform="translate(217.82476285472512,407.4367341817124)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="blue" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.47322; latitude: −45.51379" role="graphics-symbol" aria-roledescription="circle" transform="translate(232.51039086515084,369.9594909112202)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="blue" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.46801; latitude: −45.51419" role="graphics-symbol" aria-roledescription="circle" transform="translate(142.4961308259517,379.82182528451085)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="blue" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.48185; latitude: −45.50406" role="graphics-symbol" aria-roledescription="circle" transform="translate(381.6127060633153,130.07979717326816)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="blue" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.46915; latitude: −45.5148" role="graphics-symbol" aria-roledescription="circle" transform="translate(162.1921492521651,394.86202001874335)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="blue" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.48099; latitude: −45.50634" role="graphics-symbol" aria-roledescription="circle" transform="translate(366.7543062083423,186.28632426890545)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="blue" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.48406; latitude: −45.5027" role="graphics-symbol" aria-roledescription="circle" transform="translate(419.7953383238055,96.55418065027334)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="blue" stroke-width="2" opacity="0.7"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="467" height="513" viewBox="0 0 467 513"><rect width="467" height="513" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(6,6)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h455v500h-455Z"/><g><g class="mark-shape role-mark layer_0_marks" role="graphics-symbol" aria-roledescription="shape mark container"><path transform="translate(0,0)" d="M188.194,493.712L179.556,485.994L178.726,484.687L175.651,479.534L174.701,476.723L171.228,466.391L167.116,460.474L165.959,459.019L161.795,456.553L158.443,454.605L156.128,452.361L154.4,448.071L153.674,446.32L152.275,438.578L149.891,434.855L149.269,433.844L147.196,427.335L145.451,423.858L140.699,414.538L134.756,405.242L130.333,399.793L127.914,398.141L126.584,397.919L125.91,397.895L123.491,397.574L121.47,392.248L120.951,388.797L120.52,385.912L116.649,378.515L111.38,368.357L109.583,362.045L109.825,355.24L110.741,350.136L111.259,349.2L112.14,347.375L114.438,342.937L115.164,335.54L114.766,331.152L112.883,324.594L113.764,312.71L113.315,307.533L111.414,301.763L111.207,295.575L110.343,292.469L109.894,292.05L106.162,288.203L102.569,284.505L100.271,282.212L92.859,272.08L83.27,258.988L83.132,258.767L80.644,255.389L78.484,253.072L72.748,246.883L71.521,245.7L65.699,246.316L61.38,242.347L56.248,237.589L50.512,226.84L48.785,223.586L46.107,222.329L41.874,220.356L38.505,217.793L38.142,217.571L32.302,213.182L28.639,210.446L24.683,207.488L20.277,205.688L17.34,204.455L7.751,195.999L3.276,194.545L2.309,193.51L0.996,184.289L1.808,174.009L2.793,169.72L4.348,166.86L4.624,166.417L5.419,164.888L6.093,162.201L7.146,158.109L8.235,153.696L10.135,150.837L14.109,144.821L20.122,135.7L23.111,131.189L27.482,124.583L31.438,110.285L32.198,107.647L33.373,97.737L34.548,94.04L37.053,90.293L39.351,86.792L43.29,80.876L44.949,79.2L45.243,78.954L48.076,76.045L49.769,72.816L50.478,64.311L46.107,66.406L43.964,62.586L44.31,61.748L45.675,58.247L48.802,50.384L52.084,47.13L58.114,41.066L55.626,37.221L55.108,35.027L56.11,27.065L63.056,19.793L69.154,13.385L75.685,8.282L79.642,7.05L94.12,7.592L100.495,6.36L107.216,3.278L108.477,1.75L108.546,1.627L109.859,0L112.935,0L117.461,0.518L123.18,3.278L126.446,4.831L130.212,4.757L131.335,4.141L132.959,3.204L135.361,6.631L139.697,10.032L146.28,10.476L148.215,9.712L153.104,7.74L159.203,7.173L161.242,7.493L163.091,10.451L165.63,11.758L183.115,13.36L187.019,15.085L190.596,14.888L192.531,14.814L194.501,19.424L195.693,26.966L196.487,28.667L199.304,31.009L201.705,36.605L207.441,41.288L210.119,42.348L212.935,43.408L215.942,44.542L221.557,46.686L224.045,53.687L225.582,56.251L227.604,56.965L229.366,57.064L230.333,57.187L239.629,58.025L253.105,57.853L261.139,57.779L274.511,54.698L282.632,54.476L286.64,52.701L290.389,52.06L295.486,51.74L301.464,51.37L308.858,51.542L314.266,51.666L319.397,51.789L321.574,52.38L325.496,53.465L328.762,53.588L332.615,48.905L337.055,43.506L339.975,43.58L340.856,43.654L343.154,43.679L343.81,42.299L344.899,39.957L349.857,37.615L353.071,37.245L354.038,37.319L354.315,38.133L357.2,37.196L358.634,38.601L359.101,41.14L359.722,44.468L361.156,44.566L380.645,46.021L382.891,45.824L387.971,43.433L391.858,43.408L398.043,43.359L400.22,43.359L430.818,45.503L434.187,46.243L438.42,47.229L439.198,48.19L439.284,50.384L439.353,51.173L442.999,59.529L444.882,60.638L451.534,61.723L452.847,62.61L454.004,64.927L452.242,74.369L449.132,78.584L446.679,81.912L445.556,84.081L444.795,88.444L445.055,98.033L446.091,99.956L450.998,100.794L453.037,110.408L452.76,113.465L451.534,119.011L449.201,121.526L447.404,123.424L446.765,125.1L444.467,157.345L440.407,166.737L438.144,171.988L438.109,176.82L441.081,178.126L445.867,180.271L446.195,182.416L445.21,186.705L442.014,189.072L437.263,192.573L434.982,194.274L433.064,196.32L431.838,199.697L431.302,201.25L428.365,203.223L427.95,203.519L422.301,210.692L421.281,210.914L420.953,222.205L416.772,225.78L415.079,227.21L411.364,230.366L410.5,231.475L406.976,236.036L396.506,243.826L394.933,244.96L391.91,246.563L389.733,247.722L385.984,252.258L384.913,255.241L382.304,257.632L379.108,258.89L378.658,259.038L376.827,259.777L369.311,265.497L366.893,267.371L358.444,270.674L354.194,270.896L353.572,271.513L347.473,277.282L342.255,289.116L338.541,297.547L330.835,301.468L323.354,303.933L323.509,305.19L323.838,307.779L322.214,312.365L319.397,314.978L318.326,316.556L318.292,316.679L314.042,323.139L311.381,325.259L309.204,326.172L307.614,326.837L306.561,329.525L306.595,331.596L306.647,335.91L305.662,341.852L304.556,343.159L301.066,347.4L298.371,352.602L297.231,354.796L292.704,358.667L290.216,360.812L290.234,363.672L291.287,364.806L292.428,366.064L293.171,370.995L292.791,371.537L289.681,375.606L287.089,379.033L281.871,385.986L282.079,406.179L281.319,414.119L277.068,420.998L266.356,432.365L264.162,435.94L262.728,439.959L262.331,441.093L258.737,446.69L257.476,446.863L255.264,447.159L252.725,449.378L247.611,453.915L245.572,464L245.192,465.898L239.214,472.186L237.02,477.981L235.672,481.482L228.64,491.493L223.855,495.34L223.319,495.783L223.094,495.981L221.781,497.066L211.294,500L202.172,499.704Z" fill="gray" stroke="white"/></g><g class="mark-symbol role-mark layer_1_marks" role="graphics-object" aria-roledescription="symbol mark container"><path aria-label="longitude: 167.47371; latitude: −45.50603" role="graphics-symbol" aria-roledescription="circle" transform="translate(240.97622385900468,178.64407530147582)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="red" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.47822; latitude: −45.50608" role="graphics-symbol" aria-roledescription="circle" transform="translate(318.89643584843725,179.8766925695818)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="red" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.47487; latitude: −45.50601" role="graphics-symbol" aria-roledescription="circle" transform="translate(261.0177858052775,178.15102816256694)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="red" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.47079; latitude: −45.49971" role="graphics-symbol" aria-roledescription="circle" transform="translate(190.52677290793508,22.849974274635315)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="red" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.468933702; latitude: −45.5086551015" role="graphics-symbol" aria-roledescription="circle" transform="translate(158.45512320613489,243.36050284700468)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="red" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.46577; latitude: −45.50885" role="graphics-symbol" aria-roledescription="circle" transform="translate(103.79518207348883,248.16544068488292)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="red" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.4702; latitude: −45.50162" role="graphics-symbol" aria-roledescription="circle" transform="translate(180.3332188394852,69.93147390917875)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="red" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.46985; latitude: −45.50471" role="graphics-symbol" aria-roledescription="circle" transform="translate(174.28619554871693,146.10335599142127)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="red" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.46643; latitude: −45.50213" role="graphics-symbol" aria-roledescription="circle" transform="translate(115.19814017694443,82.50324405438732)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="red" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.46574; latitude: −45.50211" role="graphics-symbol" aria-roledescription="circle" transform="translate(103.27686455892399,82.01023133192211)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="red" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.46526; latitude: −45.50827" role="graphics-symbol" aria-roledescription="circle" transform="translate(94.98380494862795,233.8664355278015)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="red" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.46834; latitude: −45.50025" role="graphics-symbol" aria-roledescription="circle" transform="translate(148.1976099461317,36.16081220423803)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="red" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.46642; latitude: −45.5054" role="graphics-symbol" aria-roledescription="circle" transform="translate(115.02536768792197,163.11318207520526)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="red" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.46917; latitude: −45.50127" role="graphics-symbol" aria-roledescription="circle" transform="translate(162.5376933394,61.303854417055845)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="red" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.46759; latitude: −45.5102" role="graphics-symbol" aria-roledescription="circle" transform="translate(135.23970285058022,281.44817837153096)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="red" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.46606; latitude: −45.49971" role="graphics-symbol" aria-roledescription="circle" transform="translate(108.80557284504175,22.849974183016457)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="red" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.46588; latitude: −45.50071" role="graphics-symbol" aria-roledescription="circle" transform="translate(105.69567515375093,47.49977485870477)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="red" stroke-width="2" opacity="0.7"/></g><g class="mark-symbol role-mark layer_2_marks" role="graphics-object" aria-roledescription="symbol mark container"><path aria-label="longitude: 167.47281; latitude: −45.51053" role="graphics-symbol" aria-roledescription="circle" transform="translate(225.42673498671502,289.5840800948208)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="orange" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.47041; latitude: −45.50671" role="graphics-symbol" aria-roledescription="circle" transform="translate(183.96143246022984,195.40777345991228)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="orange" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.47307; latitude: −45.51185" role="graphics-symbol" aria-roledescription="circle" transform="translate(229.91880923276767,322.12816411000676)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="orange" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.47839; latitude: −45.50368" role="graphics-symbol" aria-roledescription="circle" transform="translate(321.83356137480587,120.71226376853883)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="orange" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.4687; latitude: −45.51197" role="graphics-symbol" aria-roledescription="circle" transform="translate(154.41740526352078,325.08675509574823)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="orange" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.47058; latitude: −45.51238" role="graphics-symbol" aria-roledescription="circle" transform="translate(186.89855819754303,335.1953216595575)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="orange" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.47707; latitude: −45.503" role="graphics-symbol" aria-roledescription="circle" transform="translate(299.0276461043395,103.94946760940365)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="orange" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.47052; latitude: −45.50881" role="graphics-symbol" aria-roledescription="circle" transform="translate(185.86192542640492,247.17929803032894)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="orange" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.46855; latitude: −45.50359" role="graphics-symbol" aria-roledescription="circle" transform="translate(151.82582451729104,118.4936467052903)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="orange" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.47632; latitude: −45.50121" role="graphics-symbol" aria-roledescription="circle" transform="translate(286.0697383508086,59.82483954145573)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="orange" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.474986743; latitude: −45.5090083349" role="graphics-symbol" aria-roledescription="circle" transform="translate(263.0347854164429,252.06896953610703)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="orange" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.46228; latitude: −45.50249" role="graphics-symbol" aria-roledescription="circle" transform="translate(43.497721777297556,91.37750334374141)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="orange" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.46245; latitude: −45.50574" role="graphics-symbol" aria-roledescription="circle" transform="translate(46.43484741309658,171.49491208710242)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="orange" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.47352; latitude: −45.50444" role="graphics-symbol" aria-roledescription="circle" transform="translate(237.693553423509,139.44739359919913)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="orange" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.48029; latitude: −45.50037" role="graphics-symbol" aria-roledescription="circle" transform="translate(354.6602596254088,39.11879345460329)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="orange" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.47869; latitude: −45.50989" role="graphics-symbol" aria-roledescription="circle" transform="translate(327.016725235153,273.8054048687918)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="orange" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.46212; latitude: −45.50292" role="graphics-symbol" aria-roledescription="circle" transform="translate(40.73336850712076,101.97738725761883)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="orange" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.4656; latitude: −45.50319" role="graphics-symbol" aria-roledescription="circle" transform="translate(100.85805650195107,108.63316977967042)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="orange" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.47606; latitude: −45.50885" role="graphics-symbol" aria-roledescription="circle" transform="translate(281.57766499975696,248.16544070874806)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="orange" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.47166; latitude: −45.5104" role="graphics-symbol" aria-roledescription="circle" transform="translate(205.55794433504343,286.37902219523676)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="orange" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.47154; latitude: −45.51609" role="graphics-symbol" aria-roledescription="circle" transform="translate(203.48467918345705,426.6688704366097)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="orange" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.47226; latitude: −45.51814" role="graphics-symbol" aria-roledescription="circle" transform="translate(215.92426927993074,477.216140551609)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="orange" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.47237; latitude: −45.51531" role="graphics-symbol" aria-roledescription="circle" transform="translate(217.82476285472512,407.4367341817124)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="orange" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.47322; latitude: −45.51379" role="graphics-symbol" aria-roledescription="circle" transform="translate(232.51039086515084,369.9594909112202)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="orange" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.46801; latitude: −45.51419" role="graphics-symbol" aria-roledescription="circle" transform="translate(142.4961308259517,379.82182528451085)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="orange" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.46915; latitude: −45.5148" role="graphics-symbol" aria-roledescription="circle" transform="translate(162.1921492521651,394.86202001874335)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="orange" stroke-width="2" opacity="0.7"/></g><g class="mark-symbol role-mark layer_3_marks" role="graphics-object" aria-roledescription="symbol mark container"><path aria-label="longitude: 167.48185; latitude: −45.50406" role="graphics-symbol" aria-roledescription="circle" transform="translate(381.6127060633153,130.07979717326816)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="blue" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.48099; latitude: −45.50634" role="graphics-symbol" aria-roledescription="circle" transform="translate(366.7543062083423,186.28632426890545)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="blue" stroke-width="2" opacity="0.7"/><path aria-label="longitude: 167.48406; latitude: −45.5027" role="graphics-symbol" aria-roledescription="circle" transform="translate(419.7953383238055,96.55418065027334)" d="M5,0A5,5,0,1,1,-5,0A5,5,0,1,1,5,0" fill="blue" stroke-width="2" opacity="0.7"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="511" height="447" viewBox="0 0 511 447"><rect width="511" height="447" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(41,10)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h400v400h-400Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,400.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(31,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(62,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(92,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(123,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(154,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(185,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(215,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(246,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(277,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(308,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(338,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(369,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(400,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,400)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,367)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,333)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,300)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,267)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,233)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,167)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,133)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,100)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,67)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,33)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'month' for a linear scale with values from 0 to 13"><g transform="translate(0.5,400.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(31,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(62,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(92,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(123,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(154,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(185,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(215,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(246,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(277,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(308,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(338,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(369,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(400,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="start" transform="translate(0,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0</text><text text-anchor="middle" transform="translate(30.76923076923077,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">1</text><text text-anchor="middle" transform="translate(61.53846153846154,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2</text><text text-anchor="middle" transform="translate(92.3076923076923,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">3</text><text text-anchor="middle" transform="translate(123.07692307692308,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">4</text><text text-anchor="middle" transform="translate(153.84615384615387,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">5</text><text text-anchor="middle" transform="translate(184.6153846153846,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">6</text><text text-anchor="middle" transform="translate(215.3846153846154,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">7</text><text text-anchor="middle" transform="translate(246.15384615384616,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">8</text><text text-anchor="middle" transform="translate(276.9230769230769,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">9</text><text text-anchor="middle" transform="translate(307.69230769230774,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">10</text><text text-anchor="middle" transform="translate(338.46153846153845,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">11</text><text text-anchor="middle" transform="translate(369.2307692307692,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">12</text><text text-anchor="end" transform="translate(400,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">13</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="400" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(200,30)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">month</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'mean' for a linear scale with values from 0 to 6"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,400)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,367)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,333)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,300)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,267)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,233)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,167)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,133)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,100)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,67)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,33)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,403)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.0</text><text text-anchor="end" transform="translate(-7,369.66666666666663)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.5</text><text text-anchor="end" transform="translate(-7,336.33333333333337)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">1.0</text><text text-anchor="end" transform="translate(-7,303)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">1.5</text><text text-anchor="end" transform="translate(-7,269.6666666666667)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2.0</text><text text-anchor="end" transform="translate(-7,236.33333333333331)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2.5</text><text text-anchor="end" transform="translate(-7,203)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">3.0</text><text text-anchor="end" transform="translate(-7,169.66666666666666)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">3.5</text><text text-anchor="end" transform="translate(-7,136.33333333333334)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">4.0</text><text text-anchor="end" transform="translate(-7,103)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">4.5</text><text text-anchor="end" transform="translate(-7,69.66666666666666)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">5.0</text><text text-anchor="end" transform="translate(-7,36.33333333333335)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">5.5</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">6.0</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,400)" x2="0" y2="-400" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-24.9013671875,200) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">mean</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-rect role-mark marks" role="graphics-object" aria-roledescription="rect mark container"><path aria-label="month: 1; mean: 3.5105973025; type: male" role="graphics-symbol" aria-roledescription="bar" d="M28.26923076923077,165.96017983301218h5v234.03982016698782h-5Z" fill="#f58518"/><path aria-label="month: 2; mean: 3.70802919708; type: male" role="graphics-symbol" aria-roledescription="bar" d="M59.03846153846154,152.79805352798053h5v247.20194647201947h-5Z" fill="#f58518"/><path aria-label="month: 3; mean: 3.78514588859; type: male" role="graphics-symbol" aria-roledescription="bar" d="M89.8076923076923,147.65694076038903h5v252.34305923961097h-5Z" fill="#f58518"/><path aria-label="month: 4; mean: 4.24335378323; type: male" role="graphics-symbol" aria-roledescription="bar" d="M120.57692307692308,117.10974778459442h5v282.89025221540555h-5Z" fill="#f58518"/><path aria-label="month: 5; mean: 3.6102117061; type: male" role="graphics-symbol" aria-roledescription="bar" d="M151.34615384615387,159.3192195931922h5v240.6807804068078h-5Z" fill="#f58518"/><path aria-label="month: 6; mean: 2.83692722372; type: male" role="graphics-symbol" aria-roledescription="bar" d="M182.1153846153846,210.8715184186882h5v189.1284815813118h-5Z" fill="#f58518"/><path aria-label="month: 7; mean: 2.53800475059; type: male" role="graphics-symbol" aria-roledescription="bar" d="M212.8846153846154,230.79968329374506h5v169.20031670625494h-5Z" fill="#f58518"/><path aria-label="month: 8; mean: 4.56147540984; type: male" role="graphics-symbol" aria-roledescription="bar" d="M243.65384615384616,95.9016393442623h5v304.0983606557377h-5Z" fill="#f58518"/><path aria-label="month: 9; mean: 4.0255033557; type: male" role="graphics-symbol" aria-roledescription="bar" d="M274.4230769230769,131.63310961968676h5v268.36689038031324h-5Z" fill="#f58518"/><path aria-label="month: 10; mean: 4.08425414365; type: male" role="graphics-symbol" aria-roledescription="bar" d="M305.19230769230774,127.71639042357275h5v272.28360957642724h-5Z" fill="#f58518"/><path aria-label="month: 11; mean: 3.37821782178; type: male" role="graphics-symbol" aria-roledescription="bar" d="M335.96153846153845,174.78547854785478h5v225.21452145214522h-5Z" fill="#f58518"/><path aria-label="month: 12; mean: 4.20170454545; type: male" role="graphics-symbol" aria-roledescription="bar" d="M366.7307692307692,119.88636363636363h5v280.1136363636364h-5Z" fill="#f58518"/><path aria-label="month: 1; mean: 1.22736030829; type: female" role="graphics-symbol" aria-roledescription="bar" d="M28.26923076923077,84.13615928066793h5v81.82402055234425h-5Z" fill="#4c78a8"/><path aria-label="month: 2; mean: 1.22141119221; type: female" role="graphics-symbol" aria-roledescription="bar" d="M59.03846153846154,71.37064071370638h5v81.42741281427415h-5Z" fill="#4c78a8"/><path aria-label="month: 3; mean: 1.18965517241; type: female" role="graphics-symbol" aria-roledescription="bar" d="M89.8076923076923,68.34659593280286h5v79.31034482758618h-5Z" fill="#4c78a8"/><path aria-label="month: 4; mean: 1.12678936605; type: female" role="graphics-symbol" aria-roledescription="bar" d="M120.57692307692308,41.99045671438313h5v75.11929107021129h-5Z" fill="#4c78a8"/><path aria-label="month: 5; mean: 0.897882938979; type: female" role="graphics-symbol" aria-roledescription="bar" d="M151.34615384615387,99.46035699460354h5v59.85886259858866h-5Z" fill="#4c78a8"/><path aria-label="month: 6; mean: 0.827493261456; type: female" role="graphics-symbol" aria-roledescription="bar" d="M182.1153846153846,155.70530098831986h5v55.166217430368334h-5Z" fill="#4c78a8"/><path aria-label="month: 7; mean: 0.598574821853; type: female" role="graphics-symbol" aria-roledescription="bar" d="M212.8846153846154,190.8946951702296h5v39.904988123515466h-5Z" fill="#4c78a8"/><path aria-label="month: 8; mean: 1.2643442623; type: female" role="graphics-symbol" aria-roledescription="bar" d="M243.65384615384616,11.612021857923516h5v84.28961748633878h-5Z" fill="#4c78a8"/><path aria-label="month: 9; mean: 0.911409395973; type: female" role="graphics-symbol" aria-roledescription="bar" d="M274.4230769230769,70.87248322147647h5v60.76062639821029h-5Z" fill="#4c78a8"/><path aria-label="month: 10; mean: 1.00414364641; type: female" role="graphics-symbol" aria-roledescription="bar" d="M305.19230769230774,60.773480662983424h5v66.94290976058932h-5Z" fill="#4c78a8"/><path aria-label="month: 11; mean: 0.859405940594; type: female" role="graphics-symbol" aria-roledescription="bar" d="M335.96153846153845,117.49174917491749h5v57.29372937293729h-5Z" fill="#4c78a8"/><path aria-label="month: 12; mean: 1.34943181818; type: female" role="graphics-symbol" aria-roledescription="bar" d="M366.7307692307692,29.924242424242387h5v89.96212121212125h-5Z" fill="#4c78a8"/></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'type' for fill color with 2 values: female, male"><g transform="translate(418,0)"><path class="background" aria-hidden="true" d="M0,0h47v40h-47Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h46.0146484375v11h-46.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,-5h10v10h-10Z" fill="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">female</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,13)"><path class="background" aria-hidden="true" d="M0,0h46.0146484375v11h-46.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,-5h10v10h-10Z" fill="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">male</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">type</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="517" height="447" viewBox="0 0 517 447"><rect width="517" height="447" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(47,10)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h400v400h-400Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,400.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(33,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(67,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(100,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(133,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(167,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(200,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(233,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(267,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(300,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(333,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(367,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(400,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,400)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,360)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,320)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,280)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,240)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,160)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,120)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,80)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,40)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'moon_phase' for a linear scale with values from −0.1 to 1.1"><g transform="translate(0.5,400.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(33,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(67,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(100,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(133,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(167,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(200,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(233,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(267,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(300,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(333,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(367,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(400,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="start" transform="translate(0,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">−0.1</text><text text-anchor="middle" transform="translate(33.33333333333333,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.0</text><text text-anchor="middle" transform="translate(66.66666666666666,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.1</text><text text-anchor="middle" transform="translate(100,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.2</text><text text-anchor="middle" transform="translate(133.33333333333331,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.3</text><text text-anchor="middle" transform="translate(166.66666666666666,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.4</text><text text-anchor="middle" transform="translate(199.99999999999994,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.5</text><text text-anchor="middle" transform="translate(233.33333333333331,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.6</text><text text-anchor="middle" transform="translate(266.66666666666663,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.7</text><text text-anchor="middle" transform="translate(299.99999999999994,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.8</text><text text-anchor="middle" transform="translate(333.3333333333333,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.9</text><text text-anchor="middle" transform="translate(366.66666666666663,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">1.0</text><text text-anchor="end" transform="translate(400,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">1.1</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="400" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(200,30)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">moon_phase</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'calls_per_hour' for a linear scale with values from 0.0 to 0.5"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,400)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,360)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,320)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,280)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,240)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,160)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,120)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,80)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,40)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,403)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.00</text><text text-anchor="end" transform="translate(-7,363)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.05</text><text text-anchor="end" transform="translate(-7,323)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.10</text><text text-anchor="end" transform="translate(-7,283)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.15</text><text text-anchor="end" transform="translate(-7,243)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.20</text><text text-anchor="end" transform="translate(-7,203)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.25</text><text text-anchor="end" transform="translate(-7,163)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.30</text><text text-anchor="end" transform="translate(-7,123.00000000000001)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.35</text><text text-anchor="end" transform="translate(-7,82.99999999999999)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.40</text><text text-anchor="end" transform="translate(-7,42.99999999999999)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.45</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.50</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,400)" x2="0" y2="-400" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-30.462890625,200) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-rect role-mark marks" role="graphics-object" aria-roledescription="rect mark container"><path aria-label="moon_phase: 0.7; calls_per_hour: 0.311394523532; type: male" role="graphics-symbol" aria-roledescription="bar" d="M264.16666666666663,150.8843811747047h5v249.1156188252953h-5Z" fill="#f58518"/><path aria-label="moon_phase: 0.6; calls_per_hour: 0.320163957014; type: male" role="graphics-symbol" aria-roledescription="bar" d="M230.83333333333331,143.86883438855804h5v256.13116561144193h-5Z" fill="#f58518"/><path aria-label="moon_phase: 0.5; calls_per_hour: 0.36064829349; type: male" role="graphics-symbol" aria-roledescription="bar" d="M197.49999999999994,111.4813652080386h5v288.5186347919614h-5Z" fill="#f58518"/><path aria-label="moon_phase: 0.4; calls_per_hour: 0.322949131017; type: male" role="graphics-symbol" aria-roledescription="bar" d="M164.16666666666666,141.64069518653827h5v258.35930481346173h-5Z" fill="#f58518"/><path aria-label="moon_phase: 0.3; calls_per_hour: 0.329285581982; type: male" role="graphics-symbol" aria-roledescription="bar" d="M130.83333333333331,136.57153441409858h5v263.42846558590145h-5Z" fill="#f58518"/><path aria-label="moon_phase: 0.2; calls_per_hour: 0.334589611394; type: male" role="graphics-symbol" aria-roledescription="bar" d="M97.5,132.328310884485h5v267.671689115515h-5Z" fill="#f58518"/><path aria-label="moon_phase: 0.1; calls_per_hour: 0.306197410602; type: male" role="graphics-symbol" aria-roledescription="bar" d="M64.16666666666666,155.04207151822226h5v244.95792848177774h-5Z" fill="#f58518"/><path aria-label="moon_phase: 0; calls_per_hour: 0.32540261473; type: male" role="graphics-symbol" aria-roledescription="bar" d="M30.83333333333333,139.67790821572567h5v260.32209178427433h-5Z" fill="#f58518"/><path aria-label="moon_phase: 0.8; calls_per_hour: 0.345149006046; type: male" role="graphics-symbol" aria-roledescription="bar" d="M297.49999999999994,123.88079516324294h5v276.11920483675704h-5Z" fill="#f58518"/><path aria-label="moon_phase: 0.9; calls_per_hour: 0.326011965223; type: male" role="graphics-symbol" aria-roledescription="bar" d="M330.8333333333333,139.19042782150498h5v260.80957217849505h-5Z" fill="#f58518"/><path aria-label="moon_phase: 1; calls_per_hour: 0.313099243002; type: male" role="graphics-symbol" aria-roledescription="bar" d="M364.16666666666663,149.5206055987214h5v250.4793944012786h-5Z" fill="#f58518"/><path aria-label="moon_phase: 0.7; calls_per_hour: 0.0816511014515; type: female" role="graphics-symbol" aria-roledescription="bar" d="M264.16666666666663,85.5635000135346h5v65.32088116117012h-5Z" fill="#4c78a8"/><path aria-label="moon_phase: 0.6; calls_per_hour: 0.0869657074188; type: female" role="graphics-symbol" aria-roledescription="bar" d="M230.83333333333331,74.29626845353647h5v69.57256593502157h-5Z" fill="#4c78a8"/><path aria-label="moon_phase: 0.5; calls_per_hour: 0.0938357349537; type: female" role="graphics-symbol" aria-roledescription="bar" d="M197.49999999999994,36.412777245113624h5v75.06858796292497h-5Z" fill="#4c78a8"/><path aria-label="moon_phase: 0.4; calls_per_hour: 0.0953241355248; type: female" role="graphics-symbol" aria-roledescription="bar" d="M164.16666666666666,65.38138676669018h5v76.25930841984808h-5Z" fill="#4c78a8"/><path aria-label="moon_phase: 0.3; calls_per_hour: 0.0860121863313; type: female" role="graphics-symbol" aria-roledescription="bar" d="M130.83333333333331,67.76178534905371h5v68.80974906504487h-5Z" fill="#4c78a8"/><path aria-label="moon_phase: 0.2; calls_per_hour: 0.10413601994; type: female" role="graphics-symbol" aria-roledescription="bar" d="M97.5,49.019494932313634h5v83.30881595217137h-5Z" fill="#4c78a8"/><path aria-label="moon_phase: 0.1; calls_per_hour: 0.0853947718665; type: female" role="graphics-symbol" aria-roledescription="bar" d="M64.16666666666666,86.72625402504278h5v68.31581749317948h-5Z" fill="#4c78a8"/><path aria-label="moon_phase: 0; calls_per_hour: 0.0954573236732; type: female" role="graphics-symbol" aria-roledescription="bar" d="M30.83333333333333,63.31204927713121h5v76.36585893859446h-5Z" fill="#4c78a8"/><path aria-label="moon_phase: 0.8; calls_per_hour: 0.0901708834915; type: female" role="graphics-symbol" aria-roledescription="bar" d="M297.49999999999994,51.74408837001154h5v72.1367067932314h-5Z" fill="#4c78a8"/><path aria-label="moon_phase: 0.9; calls_per_hour: 0.0806100997937; type: female" role="graphics-symbol" aria-roledescription="bar" d="M330.8333333333333,74.70234798656242h5v64.48807983494257h-5Z" fill="#4c78a8"/><path aria-label="moon_phase: 1; calls_per_hour: 0.0900357566524; type: female" role="graphics-symbol" aria-roledescription="bar" d="M364.16666666666663,77.4920002768046h5v72.0286053219168h-5Z" fill="#4c78a8"/></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'type' for fill color with 2 values: female, male"><g transform="translate(418,0)"><path class="background" aria-hidden="true" d="M0,0h47v40h-47Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h46.0146484375v11h-46.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,-5h10v10h-10Z" fill="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">female</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,13)"><path class="background" aria-hidden="true" d="M0,0h46.0146484375v11h-46.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,-5h10v10h-10Z" fill="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">male</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">type</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="512" height="447" viewBox="0 0 512 447"><rect width="512" height="447" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(53,10)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h400v400h-400Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,400.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(33,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(67,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(100,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(133,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(167,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(200,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(233,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(267,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(300,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(333,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(367,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(400,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,400)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,360)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,320)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,280)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,240)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,160)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,120)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,80)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,40)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'moon_phase' for a linear scale with values from −0.1 to 1.1"><g transform="translate(0.5,400.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(33,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(67,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(100,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(133,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(167,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(200,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(233,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(267,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(300,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(333,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(367,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(400,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="start" transform="translate(0,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">−0.1</text><text text-anchor="middle" transform="translate(33.33333333333333,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.0</text><text text-anchor="middle" transform="translate(66.66666666666666,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.1</text><text text-anchor="middle" transform="translate(100,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.2</text><text text-anchor="middle" transform="translate(133.33333333333331,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.3</text><text text-anchor="middle" transform="translate(166.66666666666666,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.4</text><text text-anchor="middle" transform="translate(199.99999999999994,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.5</text><text text-anchor="middle" transform="translate(233.33333333333331,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.6</text><text text-anchor="middle" transform="translate(266.66666666666663,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.7</text><text text-anchor="middle" transform="translate(299.99999999999994,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.8</text><text text-anchor="middle" transform="translate(333.3333333333333,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.9</text><text text-anchor="middle" transform="translate(366.66666666666663,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">1.0</text><text text-anchor="end" transform="translate(400,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">1.1</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="400" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(200,30)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">moon_phase</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'calls_per_hour' for a linear scale with values from 0.00 to 0.05"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,400)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,360)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,320)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,280)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,240)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,160)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,120)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,80)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,40)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,403)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.000</text><text text-anchor="end" transform="translate(-7,363)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.005</text><text text-anchor="end" transform="translate(-7,323)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.010</text><text text-anchor="end" transform="translate(-7,283)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.015</text><text text-anchor="end" transform="translate(-7,243.00000000000003)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.020</text><text text-anchor="end" transform="translate(-7,203)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.025</text><text text-anchor="end" transform="translate(-7,163)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.030</text><text text-anchor="end" transform="translate(-7,122.99999999999997)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.035</text><text text-anchor="end" transform="translate(-7,83.00000000000003)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.040</text><text text-anchor="end" transform="translate(-7,43.000000000000036)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.045</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.050</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,400)" x2="0" y2="-400" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-36.0244140625,200) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-rect role-mark marks" role="graphics-object" aria-roledescription="rect mark container"><path aria-label="moon_phase: 0.7; calls_per_hour: 0.0355695944946; type: duet" role="graphics-symbol" aria-roledescription="bar" d="M264.16666666666663,115.44324404310858h5v284.55675595689144h-5Z" fill="#4c78a8"/><path aria-label="moon_phase: 0.6; calls_per_hour: 0.0461214064491; type: duet" role="graphics-symbol" aria-roledescription="bar" d="M230.83333333333331,31.02874840731147h5v368.97125159268853h-5Z" fill="#4c78a8"/><path aria-label="moon_phase: 0.5; calls_per_hour: 0.0440260464149; type: duet" role="graphics-symbol" aria-roledescription="bar" d="M197.49999999999994,47.791628681137595h5v352.2083713188624h-5Z" fill="#4c78a8"/><path aria-label="moon_phase: 0.4; calls_per_hour: 0.0436747206614; type: duet" role="graphics-symbol" aria-roledescription="bar" d="M164.16666666666666,50.602234708800296h5v349.3977652911997h-5Z" fill="#4c78a8"/><path aria-label="moon_phase: 0.3; calls_per_hour: 0.0365094249839; type: duet" role="graphics-symbol" aria-roledescription="bar" d="M130.83333333333331,107.92460012898597h5v292.07539987101404h-5Z" fill="#4c78a8"/><path aria-label="moon_phase: 0.2; calls_per_hour: 0.0485351194063; type: duet" role="graphics-symbol" aria-roledescription="bar" d="M97.5,11.71904474952905h5v388.2809552504709h-5Z" fill="#4c78a8"/><path aria-label="moon_phase: 0.1; calls_per_hour: 0.0391122537617; type: duet" role="graphics-symbol" aria-roledescription="bar" d="M64.16666666666666,87.10196990670242h5v312.89803009329756h-5Z" fill="#4c78a8"/><path aria-label="moon_phase: 0; calls_per_hour: 0.0421505284946; type: duet" role="graphics-symbol" aria-roledescription="bar" d="M30.83333333333333,62.79577204307625h5v337.2042279569238h-5Z" fill="#4c78a8"/><path aria-label="moon_phase: 0.8; calls_per_hour: 0.0414917112943; type: duet" role="graphics-symbol" aria-roledescription="bar" d="M297.49999999999994,68.06630964561933h5v331.9336903543807h-5Z" fill="#4c78a8"/><path aria-label="moon_phase: 0.9; calls_per_hour: 0.0316112571796; type: duet" role="graphics-symbol" aria-roledescription="bar" d="M330.8333333333333,147.10994256346405h5v252.89005743653595h-5Z" fill="#4c78a8"/><path aria-label="moon_phase: 1; calls_per_hour: 0.0380765870459; type: duet" role="graphics-symbol" aria-roledescription="bar" d="M364.16666666666663,95.38730363283818h5v304.6126963671618h-5Z" fill="#4c78a8"/></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'type' for fill color with 1 value: duet"><g transform="translate(418,0)"><path class="background" aria-hidden="true" d="M0,0h36v27h-36Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h35.462890625v11h-35.462890625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,-5h10v10h-10Z" fill="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">duet</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">type</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="453" height="447" viewBox="0 0 453 447"><rect width="453" height="447" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(47,10)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h400v400h-400Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,400.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(29,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(57,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(86,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(114,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(143,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(171,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(200,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(229,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(257,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(286,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(314,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(343,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(371,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(400,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,400)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,360)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,320)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,280)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,240)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,160)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,120)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,80)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,40)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'temperature' for a linear scale with values from −4 to 24"><g transform="translate(0.5,400.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(29,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(57,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(86,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(114,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(143,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(171,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(200,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(229,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(257,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(286,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(314,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(343,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(371,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(400,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="start" transform="translate(0,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">−4</text><text text-anchor="middle" transform="translate(28.57142857142857,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">−2</text><text text-anchor="middle" transform="translate(57.14285714285714,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0</text><text text-anchor="middle" transform="translate(85.71428571428571,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2</text><text text-anchor="middle" transform="translate(114.28571428571428,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">4</text><text text-anchor="middle" transform="translate(142.85714285714286,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">6</text><text text-anchor="middle" transform="translate(171.42857142857142,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">8</text><text text-anchor="middle" transform="translate(200,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">10</text><text text-anchor="middle" transform="translate(228.57142857142856,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">12</text><text text-anchor="middle" transform="translate(257.14285714285717,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">14</text><text text-anchor="middle" transform="translate(285.7142857142857,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">16</text><text text-anchor="middle" transform="translate(314.2857142857143,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">18</text><text text-anchor="middle" transform="translate(342.85714285714283,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">20</text><text text-anchor="middle" transform="translate(371.42857142857144,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">22</text><text text-anchor="end" transform="translate(400,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">24</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="400" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(200,30)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">temperature</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'calls_per_hour' for a linear scale with values from 0.0 to 0.5"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,400)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,360)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,320)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,280)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,240)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,160)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,120)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,80)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,40)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,403)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.00</text><text text-anchor="end" transform="translate(-7,363)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.05</text><text text-anchor="end" transform="translate(-7,323)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.10</text><text text-anchor="end" transform="translate(-7,283)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.15</text><text text-anchor="end" transform="translate(-7,243)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.20</text><text text-anchor="end" transform="translate(-7,203)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.25</text><text text-anchor="end" transform="translate(-7,163)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.30</text><text text-anchor="end" transform="translate(-7,123.00000000000001)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.35</text><text text-anchor="end" transform="translate(-7,82.99999999999999)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.40</text><text text-anchor="end" transform="translate(-7,42.99999999999999)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.45</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.50</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,400)" x2="0" y2="-400" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-30.462890625,200) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-rect role-mark marks" role="graphics-object" aria-roledescription="rect mark container"><path aria-label="temperature: −2; calls_per_hour: 0.232558139535" role="graphics-symbol" aria-roledescription="bar" d="M26.07142857142857,213.95348837209303h5v186.04651162790697h-5Z" fill="#4c78a8"/><path aria-label="temperature: −1; calls_per_hour: 0.433333333333" role="graphics-symbol" aria-roledescription="bar" d="M40.357142857142854,53.33333333333332h5v346.6666666666667h-5Z" fill="#4c78a8"/><path aria-label="temperature: 0; calls_per_hour: 0.326586936523" role="graphics-symbol" aria-roledescription="bar" d="M54.64285714285714,138.7304507819687h5v261.26954921803133h-5Z" fill="#4c78a8"/><path aria-label="temperature: 1; calls_per_hour: 0.333117303953" role="graphics-symbol" aria-roledescription="bar" d="M68.92857142857143,133.50615683732988h5v266.49384316267015h-5Z" fill="#4c78a8"/><path aria-label="temperature: 2; calls_per_hour: 0.373980582524" role="graphics-symbol" aria-roledescription="bar" d="M83.21428571428571,100.81553398058252h5v299.18446601941747h-5Z" fill="#4c78a8"/><path aria-label="temperature: 3; calls_per_hour: 0.361492046078" role="graphics-symbol" aria-roledescription="bar" d="M97.5,110.80636313768512h5v289.19363686231486h-5Z" fill="#4c78a8"/><path aria-label="temperature: 4; calls_per_hour: 0.359570269678" role="graphics-symbol" aria-roledescription="bar" d="M111.78571428571428,112.34378425783818h5v287.6562157421618h-5Z" fill="#4c78a8"/><path aria-label="temperature: 5; calls_per_hour: 0.376318063959" role="graphics-symbol" aria-roledescription="bar" d="M126.07142857142858,98.94554883318926h5v301.05445116681074h-5Z" fill="#4c78a8"/><path aria-label="temperature: 6; calls_per_hour: 0.418779342723" role="graphics-symbol" aria-roledescription="bar" d="M140.35714285714286,64.97652582159623h5v335.0234741784038h-5Z" fill="#4c78a8"/><path aria-label="temperature: 7; calls_per_hour: 0.420652999241" role="graphics-symbol" aria-roledescription="bar" d="M154.64285714285714,63.47760060744116h5v336.52239939255884h-5Z" fill="#4c78a8"/><path aria-label="temperature: 8; calls_per_hour: 0.426538818435" role="graphics-symbol" aria-roledescription="bar" d="M168.92857142857142,58.768945252087825h5v341.2310547479122h-5Z" fill="#4c78a8"/><path aria-label="temperature: 9; calls_per_hour: 0.422838549737" role="graphics-symbol" aria-roledescription="bar" d="M183.21428571428572,61.729160210722036h5v338.27083978927794h-5Z" fill="#4c78a8"/><path aria-label="temperature: 10; calls_per_hour: 0.41857096878" role="graphics-symbol" aria-roledescription="bar" d="M197.5,65.14322497586096h5v334.85677502413904h-5Z" fill="#4c78a8"/><path aria-label="temperature: 11; calls_per_hour: 0.441942530667" role="graphics-symbol" aria-roledescription="bar" d="M211.78571428571428,46.4459754663082h5v353.5540245336918h-5Z" fill="#4c78a8"/><path aria-label="temperature: 12; calls_per_hour: 0.478049691762" role="graphics-symbol" aria-roledescription="bar" d="M226.07142857142856,17.560246590696813h5v382.4397534093032h-5Z" fill="#4c78a8"/><path aria-label="temperature: 13; calls_per_hour: 0.451053555751" role="graphics-symbol" aria-roledescription="bar" d="M240.35714285714283,39.15715539947322h5v360.8428446005268h-5Z" fill="#4c78a8"/><path aria-label="temperature: 14; calls_per_hour: 0.45251673692" role="graphics-symbol" aria-roledescription="bar" d="M254.64285714285717,37.986610463674666h5v362.01338953632535h-5Z" fill="#4c78a8"/><path aria-label="temperature: 15; calls_per_hour: 0.420311124156" role="graphics-symbol" aria-roledescription="bar" d="M268.92857142857144,63.75110067508069h5v336.2488993249193h-5Z" fill="#4c78a8"/><path aria-label="temperature: 16; calls_per_hour: 0.379255740301" role="graphics-symbol" aria-roledescription="bar" d="M283.2142857142857,96.59540775930324h5v303.40459224069673h-5Z" fill="#4c78a8"/><path aria-label="temperature: 17; calls_per_hour: 0.383375314861" role="graphics-symbol" aria-roledescription="bar" d="M297.5,93.29974811083122h5v306.7002518891688h-5Z" fill="#4c78a8"/><path aria-label="temperature: 18; calls_per_hour: 0.373493975904" role="graphics-symbol" aria-roledescription="bar" d="M311.7857142857143,101.20481927710844h5v298.7951807228916h-5Z" fill="#4c78a8"/><path aria-label="temperature: 19; calls_per_hour: 0.3139329806" role="graphics-symbol" aria-roledescription="bar" d="M326.07142857142856,148.8536155202822h5v251.1463844797178h-5Z" fill="#4c78a8"/><path aria-label="temperature: 20; calls_per_hour: 0.292553191489" role="graphics-symbol" aria-roledescription="bar" d="M340.35714285714283,165.95744680851064h5v234.04255319148936h-5Z" fill="#4c78a8"/><path aria-label="temperature: 21; calls_per_hour: 0.30179028133" role="graphics-symbol" aria-roledescription="bar" d="M354.64285714285717,158.5677749360614h5v241.4322250639386h-5Z" fill="#4c78a8"/><path aria-label="temperature: 22; calls_per_hour: 0.274111675127" role="graphics-symbol" aria-roledescription="bar" d="M368.92857142857144,180.71065989847716h5v219.28934010152284h-5Z" fill="#4c78a8"/><path aria-label="temperature: 23; calls_per_hour: 0.0833333333333" role="graphics-symbol" aria-roledescription="bar" d="M383.2142857142857,333.33333333333337h5v66.66666666666663h-5Z" fill="#4c78a8"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="459" height="447" viewBox="0 0 459 447"><rect width="459" height="447" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(53,10)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h400v400h-400Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,400.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(50,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(100,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(150,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(200,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(250,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(300,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(350,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(400,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,400)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,360)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,320)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,280)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,240)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,160)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,120)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,80)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,40)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'calls_per_hour' for a linear scale with values from −5 to 35"><g transform="translate(0.5,400.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(50,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(100,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(150,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(200,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(250,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(300,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(350,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(400,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="start" transform="translate(0,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">−5</text><text text-anchor="middle" transform="translate(50,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0</text><text text-anchor="middle" transform="translate(100,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">5</text><text text-anchor="middle" transform="translate(150,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">10</text><text text-anchor="middle" transform="translate(200,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">15</text><text text-anchor="middle" transform="translate(250,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">20</text><text text-anchor="middle" transform="translate(300,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">25</text><text text-anchor="middle" transform="translate(350,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">30</text><text text-anchor="end" transform="translate(400,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">35</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="400" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(200,30)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'frequency' for a linear scale with values from 0 to 1,000"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,400)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,360)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,320)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,280)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,240)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,160)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,120)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,80)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,40)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,403)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0</text><text text-anchor="end" transform="translate(-7,363)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">100</text><text text-anchor="end" transform="translate(-7,323)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">200</text><text text-anchor="end" transform="translate(-7,283)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">300</text><text text-anchor="end" transform="translate(-7,243)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">400</text><text text-anchor="end" transform="translate(-7,203)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">500</text><text text-anchor="end" transform="translate(-7,163)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">600</text><text text-anchor="end" transform="translate(-7,123.00000000000001)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">700</text><text text-anchor="end" transform="translate(-7,82.99999999999999)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">800</text><text text-anchor="end" transform="translate(-7,42.99999999999999)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">900</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">1,000</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,400)" x2="0" y2="-400" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-36.0244140625,200) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">frequency</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-rect role-mark marks" role="graphics-object" aria-roledescription="rect mark container"><path aria-label="calls_per_hour: 0; frequency: 998" role="graphics-symbol" aria-roledescription="bar" d="M47.5,0.8000000000000007h5v399.2h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 1; frequency: 901" role="graphics-symbol" aria-roledescription="bar" d="M57.5,39.599999999999994h5v360.4h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 2; frequency: 907" role="graphics-symbol" aria-roledescription="bar" d="M67.5,37.19999999999999h5v362.8h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 3; frequency: 793" role="graphics-symbol" aria-roledescription="bar" d="M77.5,82.79999999999998h5v317.20000000000005h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 4; frequency: 686" role="graphics-symbol" aria-roledescription="bar" d="M87.5,125.59999999999998h5v274.40000000000003h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 5; frequency: 621" role="graphics-symbol" aria-roledescription="bar" d="M97.5,151.6h5v248.4h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 6; frequency: 510" role="graphics-symbol" aria-roledescription="bar" d="M107.50000000000001,196h5v204h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 7; frequency: 446" role="graphics-symbol" aria-roledescription="bar" d="M117.5,221.60000000000002h5v178.39999999999998h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 8; frequency: 322" role="graphics-symbol" aria-roledescription="bar" d="M127.5,271.2h5v128.8h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 9; frequency: 291" role="graphics-symbol" aria-roledescription="bar" d="M137.5,283.6h5v116.39999999999998h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 10; frequency: 213" role="graphics-symbol" aria-roledescription="bar" d="M147.5,314.8h5v85.19999999999999h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 11; frequency: 163" role="graphics-symbol" aria-roledescription="bar" d="M157.5,334.8h5v65.19999999999999h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 12; frequency: 132" role="graphics-symbol" aria-roledescription="bar" d="M167.5,347.2h5v52.80000000000001h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 13; frequency: 90" role="graphics-symbol" aria-roledescription="bar" d="M177.5,364h5v36h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 14; frequency: 73" role="graphics-symbol" aria-roledescription="bar" d="M187.5,370.8h5v29.19999999999999h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 15; frequency: 52" role="graphics-symbol" aria-roledescription="bar" d="M197.5,379.2h5v20.80000000000001h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 16; frequency: 45" role="graphics-symbol" aria-roledescription="bar" d="M207.5,382h5v18h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 17; frequency: 27" role="graphics-symbol" aria-roledescription="bar" d="M217.50000000000003,389.2h5v10.800000000000011h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 18; frequency: 19" role="graphics-symbol" aria-roledescription="bar" d="M227.49999999999997,392.4h5v7.600000000000023h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 19; frequency: 27" role="graphics-symbol" aria-roledescription="bar" d="M237.5,389.2h5v10.800000000000011h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 20; frequency: 16" role="graphics-symbol" aria-roledescription="bar" d="M247.5,393.6h5v6.399999999999977h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 21; frequency: 11" role="graphics-symbol" aria-roledescription="bar" d="M257.5,395.6h5v4.399999999999977h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 22; frequency: 6" role="graphics-symbol" aria-roledescription="bar" d="M267.5,397.6h5v2.3999999999999773h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 23; frequency: 7" role="graphics-symbol" aria-roledescription="bar" d="M277.5,397.2h5v2.8000000000000114h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 24; frequency: 8" role="graphics-symbol" aria-roledescription="bar" d="M287.5,396.8h5v3.1999999999999886h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 25; frequency: 3" role="graphics-symbol" aria-roledescription="bar" d="M297.5,398.8h5v1.1999999999999886h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 26; frequency: 2" role="graphics-symbol" aria-roledescription="bar" d="M307.5,399.2h5v0.8000000000000114h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 27; frequency: 1" role="graphics-symbol" aria-roledescription="bar" d="M317.5,399.6h5v0.39999999999997726h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 28; frequency: 2" role="graphics-symbol" aria-roledescription="bar" d="M327.5,399.2h5v0.8000000000000114h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 29; frequency: 1" role="graphics-symbol" aria-roledescription="bar" d="M337.5,399.6h5v0.39999999999997726h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 33; frequency: 1" role="graphics-symbol" aria-roledescription="bar" d="M377.5,399.6h5v0.39999999999997726h-5Z" fill="#4c78a8"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="311" height="447" viewBox="0 0 311 447"><rect width="311" height="447" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(41,10)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h200v400h-200Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,400.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(13,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(75,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(138,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(200,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,400)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,371)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,343)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,314)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,286)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,257)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,229)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,171)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,143)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,114)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,86)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,57)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,29)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'hour_bucket' for a linear scale with values from 4 to 20"><g transform="translate(0.5,400.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(13,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(75,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(138,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(200,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="middle" transform="translate(12.5,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">5</text><text text-anchor="middle" transform="translate(75,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">10</text><text text-anchor="middle" transform="translate(137.5,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">15</text><text text-anchor="end" transform="translate(200,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">20</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="200" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(100,30)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">hour_bucket</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'mean' for a linear scale with values from 0 to 7"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,400)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,371)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,343)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,314)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,286)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,257)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,229)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,171)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,143)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,114)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,86)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,57)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,29)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,403)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.0</text><text text-anchor="end" transform="translate(-7,374.42857142857144)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.5</text><text text-anchor="end" transform="translate(-7,345.8571428571429)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">1.0</text><text text-anchor="end" transform="translate(-7,317.2857142857143)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">1.5</text><text text-anchor="end" transform="translate(-7,288.7142857142857)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2.0</text><text text-anchor="end" transform="translate(-7,260.1428571428571)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2.5</text><text text-anchor="end" transform="translate(-7,231.57142857142856)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">3.0</text><text text-anchor="end" transform="translate(-7,203)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">3.5</text><text text-anchor="end" transform="translate(-7,174.42857142857144)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">4.0</text><text text-anchor="end" transform="translate(-7,145.85714285714283)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">4.5</text><text text-anchor="end" transform="translate(-7,117.28571428571428)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">5.0</text><text text-anchor="end" transform="translate(-7,88.71428571428572)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">5.5</text><text text-anchor="end" transform="translate(-7,60.14285714285716)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">6.0</text><text text-anchor="end" transform="translate(-7,31.57142857142856)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">6.5</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">7.0</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,400)" x2="0" y2="-400" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-24.9013671875,200) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">mean</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-rect role-mark marks" role="graphics-object" aria-roledescription="rect mark container"><path aria-label="hour_bucket: 5; mean: 0.732558139535; type: male" role="graphics-symbol" aria-roledescription="bar" d="M10,358.13953488372096h5v41.860465116279045h-5Z" fill="#f58518"/><path aria-label="hour_bucket: 6; mean: 4.75675675676; type: male" role="graphics-symbol" aria-roledescription="bar" d="M22.5,128.18532818532816h5v271.81467181467184h-5Z" fill="#f58518"/><path aria-label="hour_bucket: 7; mean: 4.18018018018; type: male" role="graphics-symbol" aria-roledescription="bar" d="M35,161.13256113256114h5v238.86743886743886h-5Z" fill="#f58518"/><path aria-label="hour_bucket: 8; mean: 3.02702702703; type: male" role="graphics-symbol" aria-roledescription="bar" d="M47.5,227.02702702702703h5v172.97297297297297h-5Z" fill="#f58518"/><path aria-label="hour_bucket: 9; mean: 3.2972972973; type: male" role="graphics-symbol" aria-roledescription="bar" d="M60,211.5830115830116h5v188.4169884169884h-5Z" fill="#f58518"/><path aria-label="hour_bucket: 10; mean: 2.84545454545; type: male" role="graphics-symbol" aria-roledescription="bar" d="M72.5,237.40259740259742h5v162.59740259740258h-5Z" fill="#f58518"/><path aria-label="hour_bucket: 11; mean: 2.65137614679; type: male" role="graphics-symbol" aria-roledescription="bar" d="M85,248.49279161205766h5v151.50720838794234h-5Z" fill="#f58518"/><path aria-label="hour_bucket: 12; mean: 2.7962962963; type: male" role="graphics-symbol" aria-roledescription="bar" d="M97.5,240.2116402116402h5v159.7883597883598h-5Z" fill="#f58518"/><path aria-label="hour_bucket: 13; mean: 2.49074074074; type: male" role="graphics-symbol" aria-roledescription="bar" d="M110,257.67195767195767h5v142.32804232804233h-5Z" fill="#f58518"/><path aria-label="hour_bucket: 14; mean: 2.57407407407; type: male" role="graphics-symbol" aria-roledescription="bar" d="M122.5,252.91005291005294h5v147.08994708994706h-5Z" fill="#f58518"/><path aria-label="hour_bucket: 15; mean: 3.24074074074; type: male" role="graphics-symbol" aria-roledescription="bar" d="M135,214.81481481481478h5v185.18518518518522h-5Z" fill="#f58518"/><path aria-label="hour_bucket: 16; mean: 3.02777777778; type: male" role="graphics-symbol" aria-roledescription="bar" d="M147.5,226.984126984127h5v173.015873015873h-5Z" fill="#f58518"/><path aria-label="hour_bucket: 17; mean: 3.62962962963; type: male" role="graphics-symbol" aria-roledescription="bar" d="M160,192.5925925925926h5v207.4074074074074h-5Z" fill="#f58518"/><path aria-label="hour_bucket: 18; mean: 3.10843373494; type: male" role="graphics-symbol" aria-roledescription="bar" d="M172.5,222.37521514629947h5v177.62478485370053h-5Z" fill="#f58518"/><path aria-label="hour_bucket: 19; mean: 0.792682926829; type: male" role="graphics-symbol" aria-roledescription="bar" d="M185,354.70383275261327h5v45.296167247386734h-5Z" fill="#f58518"/><path aria-label="hour_bucket: 5; mean: 0.697674418605; type: female" role="graphics-symbol" aria-roledescription="bar" d="M10,318.27242524916943h5v39.867109634551525h-5Z" fill="#4c78a8"/><path aria-label="hour_bucket: 6; mean: 2.15315315315; type: female" role="graphics-symbol" aria-roledescription="bar" d="M22.5,5.1480051480051525h5v123.037323037323h-5Z" fill="#4c78a8"/><path aria-label="hour_bucket: 7; mean: 1.54054054054; type: female" role="graphics-symbol" aria-roledescription="bar" d="M35,73.1016731016731h5v88.03088803088804h-5Z" fill="#4c78a8"/><path aria-label="hour_bucket: 8; mean: 1.10810810811; type: female" role="graphics-symbol" aria-roledescription="bar" d="M47.5,163.70656370656368h5v63.32046332046335h-5Z" fill="#4c78a8"/><path aria-label="hour_bucket: 9; mean: 1.12612612613; type: female" role="graphics-symbol" aria-roledescription="bar" d="M60,147.23294723294723h5v64.35006435006437h-5Z" fill="#4c78a8"/><path aria-label="hour_bucket: 10; mean: 1.05454545455; type: female" role="graphics-symbol" aria-roledescription="bar" d="M72.5,177.14285714285717h5v60.259740259740255h-5Z" fill="#4c78a8"/><path aria-label="hour_bucket: 11; mean: 1.44036697248; type: female" role="graphics-symbol" aria-roledescription="bar" d="M85,166.18610747051116h5v82.3066841415465h-5Z" fill="#4c78a8"/><path aria-label="hour_bucket: 12; mean: 1.55555555556; type: female" role="graphics-symbol" aria-roledescription="bar" d="M97.5,151.32275132275132h5v88.88888888888889h-5Z" fill="#4c78a8"/><path aria-label="hour_bucket: 13; mean: 1.71296296296; type: female" role="graphics-symbol" aria-roledescription="bar" d="M110,159.78835978835977h5v97.8835978835979h-5Z" fill="#4c78a8"/><path aria-label="hour_bucket: 14; mean: 1.71296296296; type: female" role="graphics-symbol" aria-roledescription="bar" d="M122.5,155.026455026455h5v97.88359788359793h-5Z" fill="#4c78a8"/><path aria-label="hour_bucket: 15; mean: 1.90740740741; type: female" role="graphics-symbol" aria-roledescription="bar" d="M135,105.82010582010577h5v108.99470899470901h-5Z" fill="#4c78a8"/><path aria-label="hour_bucket: 16; mean: 2.05555555556; type: female" role="graphics-symbol" aria-roledescription="bar" d="M147.5,109.52380952380953h5v117.46031746031746h-5Z" fill="#4c78a8"/><path aria-label="hour_bucket: 17; mean: 2.28703703704; type: female" role="graphics-symbol" aria-roledescription="bar" d="M160,61.904761904761905h5v130.6878306878307h-5Z" fill="#4c78a8"/><path aria-label="hour_bucket: 18; mean: 2.13253012048; type: female" role="graphics-symbol" aria-roledescription="bar" d="M172.5,100.51635111876078h5v121.85886402753869h-5Z" fill="#4c78a8"/><path aria-label="hour_bucket: 19; mean: 0.40243902439; type: female" role="graphics-symbol" aria-roledescription="bar" d="M185,331.7073170731707h5v22.996515679442552h-5Z" fill="#4c78a8"/></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'type' for fill color with 2 values: female, male"><g transform="translate(218,0)"><path class="background" aria-hidden="true" d="M0,0h47v40h-47Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h46.0146484375v11h-46.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,-5h10v10h-10Z" fill="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">female</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,13)"><path class="background" aria-hidden="true" d="M0,0h46.0146484375v11h-46.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,-5h10v10h-10Z" fill="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">male</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">type</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="449" height="447" viewBox="0 0 449 447"><rect width="449" height="447" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(39,10)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h400v400h-400Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,400.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(14,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(34,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(54,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(74,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(94,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(114,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(134,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(154,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(175,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(195,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(215,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(235,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(255,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(275,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(295,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(315,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(336,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(356,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(376,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(396,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,400)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,350)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,300)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,250)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,150)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,100)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,50)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'hour_bucket' for a time scale with values from Tuesday, 05 May 2020, 6:00:00 AM to Monday, 21 September 2020, 10:00:00 AM"><g transform="translate(0.5,400.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(14,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(34,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(54,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(74,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(94,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(114,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(134,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(154,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(175,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(195,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(215,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(235,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(255,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(275,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(295,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(315,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(336,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(356,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(376,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(396,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="middle" transform="translate(13.652694610778443,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">May 10</text><text text-anchor="middle" transform="translate(33.772455089820355,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="0">May 17</text><text text-anchor="middle" transform="translate(53.89221556886228,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">May 24</text><text text-anchor="middle" transform="translate(74.0119760479042,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="0">May 31</text><text text-anchor="middle" transform="translate(94.13173652694611,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">Jun 07</text><text text-anchor="middle" transform="translate(114.25149700598803,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="0">Jun 14</text><text text-anchor="middle" transform="translate(134.37125748502993,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">Jun 21</text><text text-anchor="middle" transform="translate(154.49101796407186,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="0">Jun 28</text><text text-anchor="middle" transform="translate(174.61077844311376,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">Jul 05</text><text text-anchor="middle" transform="translate(194.7305389221557,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="0">Jul 12</text><text text-anchor="middle" transform="translate(214.8502994011976,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">Jul 19</text><text text-anchor="middle" transform="translate(234.97005988023952,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="0">Jul 26</text><text text-anchor="middle" transform="translate(255.08982035928142,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">Aug 02</text><text text-anchor="middle" transform="translate(275.20958083832335,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="0">Aug 09</text><text text-anchor="middle" transform="translate(295.3293413173653,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">Aug 16</text><text text-anchor="middle" transform="translate(315.44910179640715,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="0">Aug 23</text><text text-anchor="middle" transform="translate(335.5688622754491,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">Aug 30</text><text text-anchor="middle" transform="translate(355.688622754491,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="0">Sep 06</text><text text-anchor="middle" transform="translate(375.80838323353294,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">Sep 13</text><text text-anchor="middle" transform="translate(395.9281437125748,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="0">Sep 20</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="400" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(200,30)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">hour_bucket</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'calls' for a linear scale with values from 0 to 40"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,400)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,350)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,300)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,250)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,150)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,100)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,50)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,403)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0</text><text text-anchor="end" transform="translate(-7,353)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">5</text><text text-anchor="end" transform="translate(-7,303)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">10</text><text text-anchor="end" transform="translate(-7,253)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">15</text><text text-anchor="end" transform="translate(-7,203)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">20</text><text text-anchor="end" transform="translate(-7,153)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">25</text><text text-anchor="end" transform="translate(-7,103)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">30</text><text text-anchor="end" transform="translate(-7,53)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">35</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">40</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,400)" x2="0" y2="-400" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-22.123046875,200) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-symbol role-mark marks" role="graphics-object" aria-roledescription="symbol mark container"><path aria-label="hour_bucket: May 05, 2020; calls: 20" role="graphics-symbol" aria-roledescription="point" transform="translate(0,200)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 05, 2020; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(0.11976047904191617,250)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 05, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(0.23952095808383234,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 05, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(0.3592814371257485,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 05, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(0.47904191616766467,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 05, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(0.5988023952095809,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 05, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(0.718562874251497,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 05, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(0.8383233532934131,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 05, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(0.9580838323353293,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 05, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(1.0778443113772456,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 05, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(1.1976047904191618,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 05, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(1.3173652694610778,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 06, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(2.874251497005988,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 06, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(2.9940119760479043,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 06, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(3.1137724550898205,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 06, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(3.2335329341317367,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 06, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(3.3532934131736525,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 06, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(3.473053892215569,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 06, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(3.592814371257485,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 06, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(3.7125748502994016,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 06, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(3.8323353293413174,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 06, 2020; calls: 20" role="graphics-symbol" aria-roledescription="point" transform="translate(3.952095808383234,200)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 06, 2020; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(4.07185628742515,280)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 06, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(4.191616766467066,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 07, 2020; calls: 18" role="graphics-symbol" aria-roledescription="point" transform="translate(5.748502994011976,220.00000000000003)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 07, 2020; calls: 19" role="graphics-symbol" aria-roledescription="point" transform="translate(5.868263473053893,210)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 07, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(5.9880239520958085,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 07, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(6.107784431137724,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 07, 2020; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(6.227544910179641,290)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 07, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(6.347305389221557,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 07, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(6.467065868263473,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 07, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(6.58682634730539,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 07, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(6.706586826347305,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 07, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(6.826347305389222,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 07, 2020; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(6.946107784431138,260)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 07, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(7.065868263473053,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 08, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(8.622754491017965,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 08, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(8.742514970059881,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 08, 2020; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(8.862275449101796,290)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 08, 2020; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(8.982035928143713,260)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 08, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(9.10179640718563,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 08, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(9.221556886227544,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 08, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(9.341317365269461,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 08, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(9.461077844311378,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 08, 2020; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(9.580838323353294,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 08, 2020; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(9.70059880239521,250)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 08, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(9.820359281437126,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 08, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(9.940119760479043,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 09, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(11.497005988023952,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 09, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(11.616766467065869,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 09, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(11.736526946107785,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 09, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(11.8562874251497,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 09, 2020; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(11.976047904191617,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 09, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(12.095808383233534,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 09, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(12.215568862275449,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 09, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(12.335329341317365,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 09, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(12.455089820359282,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 09, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(12.574850299401197,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 09, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(12.694610778443113,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 09, 2020; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(12.81437125748503,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 10, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(14.37125748502994,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 10, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(14.491017964071856,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 10, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(14.610778443113773,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 10, 2020; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(14.73053892215569,270)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 10, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(14.850299401197606,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 10, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(14.97005988023952,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 10, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(15.089820359281436,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 10, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(15.209580838323353,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 10, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(15.32934131736527,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 10, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(15.449101796407186,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 10, 2020; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(15.568862275449103,290)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 10, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(15.68862275449102,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 11, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(17.24550898203593,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 11, 2020; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(17.365269461077844,280)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 11, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(17.485029940119762,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 11, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(17.604790419161674,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 11, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(17.724550898203592,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 11, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(17.844311377245507,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 11, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(17.964071856287426,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 11, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(18.08383233532934,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 11, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(18.20359281437126,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 11, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(18.323353293413174,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 11, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(18.44311377245509,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 11, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(18.562874251497004,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 12, 2020; calls: 25" role="graphics-symbol" aria-roledescription="point" transform="translate(20.119760479041915,150)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 12, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(20.23952095808383,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 12, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(20.35928143712575,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 12, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(20.479041916167663,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 12, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(20.59880239520958,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 12, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(20.718562874251496,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 12, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(20.838323353293415,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 12, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(20.958083832335326,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 12, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(21.077844311377245,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 12, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(21.19760479041916,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 12, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(21.317365269461078,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 12, 2020; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(21.437125748502993,280)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 13, 2020; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(22.994011976047904,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 13, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(23.11377245508982,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 13, 2020; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(23.233532934131738,250)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 13, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(23.353293413173652,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 13, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(23.47305389221557,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 13, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(23.592814371257482,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 13, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(23.7125748502994,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 13, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(23.832335329341316,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 13, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(23.952095808383234,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 13, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(24.07185628742515,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 13, 2020; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(24.191616766467067,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 13, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(24.311377245508982,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 14, 2020; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(25.868263473053894,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 14, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(25.98802395209581,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 14, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(26.107784431137727,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 14, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(26.22754491017964,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 14, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(26.34730538922156,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 14, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(26.46706586826347,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 14, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(26.586826347305387,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 14, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(26.706586826347305,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 14, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(26.82634730538922,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 14, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(26.94610778443114,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 14, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(27.065868263473053,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 14, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(27.18562874251497,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 15, 2020; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(28.74251497005988,290)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 15, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(28.862275449101798,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 15, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(28.982035928143713,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 15, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(29.101796407185628,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 15, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(29.221556886227546,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 15, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(29.34131736526946,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 15, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(29.46107784431138,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 15, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(29.58083832335329,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 15, 2020; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(29.700598802395213,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 15, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(29.820359281437124,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 15, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(29.94011976047904,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 15, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(30.059880239520957,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 16, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(31.616766467065872,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 16, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(31.736526946107784,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 16, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(31.8562874251497,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 16, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(31.976047904191617,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 16, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(32.09580838323353,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 16, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(32.215568862275454,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 16, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(32.33532934131736,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 16, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(32.455089820359284,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 16, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(32.5748502994012,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 16, 2020; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(32.69461077844311,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 16, 2020; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(32.81437125748503,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 16, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(32.93413173652694,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 17, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(34.49101796407186,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 17, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(34.61077844311377,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 17, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(34.73053892215569,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 17, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(34.8502994011976,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 17, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(34.970059880239525,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 17, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(35.08982035928144,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 17, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(35.20958083832335,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 17, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(35.32934131736527,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 17, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(35.449101796407184,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 17, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(35.568862275449106,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 17, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(35.688622754491014,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 17, 2020; calls: 24" role="graphics-symbol" aria-roledescription="point" transform="translate(35.808383233532936,160)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 18, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(37.365269461077844,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 18, 2020; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(37.485029940119766,250)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 18, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(37.604790419161674,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 18, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(37.72455089820359,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 18, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(37.84431137724551,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 18, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(37.964071856287426,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 18, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(38.08383233532934,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 18, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(38.203592814371255,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 18, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(38.32335329341318,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 18, 2020; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(38.44311377245509,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 18, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(38.56287425149701,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 18, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(38.68263473053892,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 19, 2020; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(40.23952095808383,280)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 19, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(40.35928143712575,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 19, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(40.47904191616766,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 19, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(40.59880239520958,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 19, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(40.7185628742515,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 19, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(40.83832335329342,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 19, 2020; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(40.958083832335326,280)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 19, 2020; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(41.07784431137724,290)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 19, 2020; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(41.19760479041916,280)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 19, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(41.31736526946108,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 19, 2020; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(41.43712574850299,260)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 19, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(41.55688622754491,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 20, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(43.11377245508982,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 20, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(43.23353293413174,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 20, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(43.35329341317365,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 20, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(43.47305389221557,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 20, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(43.59281437125748,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 20, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(43.712574850299404,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 20, 2020; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(43.83233532934131,290)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 20, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(43.952095808383234,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 20, 2020; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(44.07185628742515,270)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 20, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(44.19161676646707,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 20, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(44.31137724550898,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 20, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(44.4311377245509,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 21, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(45.98802395209581,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 21, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(46.10778443113773,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 21, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(46.22754491017964,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 21, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(46.34730538922155,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 21, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(46.467065868263475,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 21, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(46.58682634730539,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 21, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(46.706586826347305,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 21, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(46.82634730538922,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 21, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(46.94610778443114,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 21, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(47.06586826347306,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 21, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(47.185628742514965,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 21, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(47.30538922155689,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 22, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(48.862275449101794,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 22, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(48.982035928143716,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 22, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(49.101796407185624,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 22, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(49.221556886227546,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 22, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(49.34131736526946,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 22, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(49.46107784431138,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 22, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(49.58083832335329,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 22, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(49.700598802395206,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 22, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(49.82035928143713,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 22, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(49.94011976047904,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 22, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(50.05988023952096,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 22, 2020; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(50.17964071856288,280)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 23, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(51.73652694610779,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 23, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(51.8562874251497,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 23, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(51.97604790419162,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 23, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(52.09580838323353,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 23, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(52.215568862275454,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 23, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(52.33532934131736,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 23, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(52.45508982035928,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 23, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(52.5748502994012,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 23, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(52.69461077844312,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 23, 2020; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(52.81437125748503,280)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 23, 2020; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(52.93413173652694,280)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 23, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(53.053892215568865,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 24, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(54.61077844311377,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 24, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(54.73053892215569,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 24, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(54.8502994011976,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 24, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(54.97005988023952,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 24, 2020; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(55.08982035928144,270)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 24, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(55.209580838323355,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 24, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(55.32934131736526,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 24, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(55.449101796407184,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 24, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(55.568862275449106,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 24, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(55.688622754491014,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 24, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(55.80838323353293,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 24, 2020; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(55.92814371257485,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 25, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(57.48502994011976,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 25, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(57.60479041916168,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 25, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(57.724550898203596,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 25, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(57.8443113772455,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 25, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(57.964071856287426,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 25, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(58.08383233532935,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 25, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(58.203592814371255,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 25, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(58.32335329341317,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 25, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(58.44311377245509,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 25, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(58.56287425149701,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 25, 2020; calls: 18" role="graphics-symbol" aria-roledescription="point" transform="translate(58.68263473053892,220.00000000000003)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 25, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(58.80239520958084,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 26, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(60.359281437125745,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 26, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(60.47904191616767,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 26, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(60.59880239520958,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 26, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(60.71856287425149,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 26, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(60.83832335329341,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 26, 2020; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(60.95808383233533,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 26, 2020; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(61.07784431137725,280)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 26, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(61.197604790419156,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 26, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(61.31736526946108,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 26, 2020; calls: 20" role="graphics-symbol" aria-roledescription="point" transform="translate(61.43712574850299,200)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 26, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(61.55688622754491,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 26, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(61.67664670658682,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 27, 2020; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(63.233532934131745,260)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 27, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(63.35329341317365,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 27, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(63.47305389221557,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 27, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(63.59281437125749,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 27, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(63.7125748502994,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 27, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(63.83233532934132,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 27, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(63.952095808383234,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 27, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(64.07185628742515,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 27, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(64.19161676646706,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 27, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(64.31137724550898,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 27, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(64.43113772455091,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 27, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(64.55089820359281,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 28, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(66.10778443113773,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 28, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(66.22754491017963,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 28, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(66.34730538922156,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 28, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(66.46706586826348,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 28, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(66.58682634730539,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 28, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(66.7065868263473,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 28, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(66.82634730538922,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 28, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(66.94610778443113,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 28, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(67.06586826347305,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 28, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(67.18562874251496,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 28, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(67.3053892215569,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 28, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(67.42514970059881,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 29, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(68.98203592814372,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 29, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(69.10179640718563,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 29, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(69.22155688622755,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 29, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(69.34131736526946,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 29, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(69.46107784431138,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 29, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(69.58083832335329,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 10, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(103.35329341317365,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 10, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(103.47305389221557,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 10, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(103.59281437125749,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 10, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(103.7125748502994,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 10, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(103.8323353293413,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 10, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(103.95209580838323,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 10, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(104.07185628742515,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 10, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(104.19161676646706,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 10, 2020; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(104.31137724550898,280)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 10, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(104.43113772455091,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 10, 2020; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(104.55089820359282,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 10, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(104.67065868263472,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 10, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(104.79041916167664,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 10, 2020; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(104.91017964071855,250)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 10, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(105.02994011976048,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 11, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(106.22754491017965,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 11, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(106.34730538922155,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 11, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(106.46706586826346,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 11, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(106.58682634730539,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 11, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(106.7065868263473,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 11, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(106.82634730538922,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 11, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(106.94610778443115,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 11, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(107.06586826347306,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 11, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(107.18562874251496,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 11, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(107.30538922155688,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 11, 2020; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(107.4251497005988,290)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 11, 2020; calls: 17" role="graphics-symbol" aria-roledescription="point" transform="translate(107.54491017964072,229.99999999999997)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 11, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(107.66467065868264,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 11, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(107.78443113772455,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 11, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(107.90419161676648,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 12, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(109.10179640718563,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 12, 2020; calls: 17" role="graphics-symbol" aria-roledescription="point" transform="translate(109.22155688622755,229.99999999999997)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 12, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(109.34131736526946,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 12, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(109.46107784431138,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 12, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(109.5808383233533,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 12, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(109.7005988023952,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 12, 2020; calls: 25" role="graphics-symbol" aria-roledescription="point" transform="translate(109.82035928143712,150)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 12, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(109.94011976047904,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 12, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(110.05988023952096,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 12, 2020; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(110.17964071856288,280)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 12, 2020; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(110.2994011976048,290)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 12, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(110.41916167664671,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 12, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(110.53892215568861,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 12, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(110.65868263473052,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 12, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(110.77844311377245,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 13, 2020; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(111.97604790419162,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 13, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(112.09580838323355,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 13, 2020; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(112.21556886227543,280)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 13, 2020; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(112.33532934131736,280)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 13, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(112.45508982035928,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 13, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(112.57485029940119,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 13, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(112.69461077844312,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 13, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(112.81437125748504,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 13, 2020; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(112.93413173652695,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 13, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(113.05389221556885,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 13, 2020; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(113.17365269461077,270)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 13, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(113.2934131736527,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 13, 2020; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(113.41317365269461,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 13, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(113.53293413173652,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 13, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(113.65269461077845,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 14, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(114.8502994011976,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 14, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(114.97005988023952,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 14, 2020; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(115.08982035928143,280)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 14, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(115.20958083832336,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 14, 2020; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(115.32934131736528,280)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 14, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(115.44910179640719,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 14, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(115.56886227544909,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 14, 2020; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(115.688622754491,270)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 14, 2020; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(115.80838323353294,280)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 14, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(115.92814371257485,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 14, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(116.04790419161677,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 14, 2020; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(116.1676646706587,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 14, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(116.28742514970061,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 14, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(116.40718562874251,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 14, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(116.52694610778443,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 15, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(117.72455089820359,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 15, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(117.84431137724552,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 15, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(117.96407185628743,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 15, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(118.08383233532933,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 15, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(118.20359281437125,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 15, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(118.32335329341316,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 15, 2020; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(118.44311377245509,280)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 15, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(118.562874251497,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 15, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(118.68263473053892,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 15, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(118.80239520958085,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 15, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(118.92215568862274,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 15, 2020; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(119.04191616766467,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 15, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(119.16167664670658,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 15, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(119.2814371257485,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 15, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(119.40119760479043,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 16, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(120.59880239520957,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 16, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(120.71856287425149,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 16, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(120.8383233532934,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 16, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(120.95808383233533,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 16, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(121.07784431137725,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 16, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(121.19760479041916,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 16, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(121.31736526946109,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 16, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(121.43712574850298,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 16, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(121.55688622754491,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 16, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(121.67664670658682,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 16, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(121.79640718562874,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 16, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(121.91616766467067,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 16, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(122.03592814371258,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 16, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(122.1556886227545,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 16, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(122.2754491017964,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 17, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(123.47305389221557,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 17, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(123.59281437125749,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 17, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(123.7125748502994,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 17, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(123.83233532934132,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 17, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(123.95209580838322,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 17, 2020; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(124.07185628742513,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 17, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(124.19161676646706,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 17, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(124.31137724550898,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 17, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(124.4311377245509,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 17, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(124.55089820359282,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 17, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(124.67065868263474,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 17, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(124.79041916167664,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 17, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(124.91017964071855,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 17, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(125.02994011976047,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 17, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(125.1497005988024,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 18, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(126.34730538922156,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 18, 2020; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(126.46706586826349,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 18, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(126.58682634730538,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 18, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(126.7065868263473,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 18, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(126.82634730538922,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 18, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(126.94610778443113,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 18, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(127.06586826347306,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 18, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(127.18562874251498,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 18, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(127.3053892215569,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 18, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(127.4251497005988,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 18, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(127.54491017964071,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 18, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(127.66467065868264,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 18, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(127.78443113772455,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 18, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(127.90419161676647,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 18, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(128.0239520958084,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 19, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(129.22155688622755,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 19, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(129.34131736526945,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 19, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(129.46107784431138,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 19, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(129.5808383233533,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 19, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(129.7005988023952,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 19, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(129.82035928143713,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 19, 2020; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(129.94011976047904,260)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 19, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(130.05988023952096,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 19, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(130.17964071856287,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 19, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(130.2994011976048,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 19, 2020; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(130.41916167664672,270)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 19, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(130.53892215568862,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 19, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(130.65868263473055,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 19, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(130.77844311377245,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 19, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(130.89820359281435,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 20, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(132.09580838323353,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 20, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(132.21556886227546,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 20, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(132.3353293413174,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 20, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(132.45508982035926,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 20, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(132.5748502994012,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 20, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(132.69461077844312,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 20, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(132.81437125748502,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 20, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(132.93413173652695,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 20, 2020; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(133.05389221556888,260)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 20, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(133.17365269461078,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 20, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(133.29341317365268,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 20, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(133.4131736526946,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 20, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(133.5329341317365,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 20, 2020; calls: 17" role="graphics-symbol" aria-roledescription="point" transform="translate(133.65269461077844,229.99999999999997)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 20, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(133.77245508982037,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 21, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(134.97005988023952,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 21, 2020; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(135.08982035928142,280)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 21, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(135.20958083832335,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 21, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(135.32934131736528,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 21, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(135.44910179640718,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 21, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(135.5688622754491,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 21, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(135.68862275449104,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 21, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(135.80838323353294,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 21, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(135.92814371257484,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 21, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(136.04790419161677,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 21, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(136.1676646706587,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 21, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(136.2874251497006,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 21, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(136.40718562874252,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 21, 2020; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(136.52694610778445,250)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 21, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(136.64670658682633,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 22, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(137.8443113772455,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 22, 2020; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(137.96407185628743,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 22, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(138.08383233532936,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 22, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(138.20359281437126,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 22, 2020; calls: 24" role="graphics-symbol" aria-roledescription="point" transform="translate(138.32335329341316,160)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 22, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(138.4431137724551,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 22, 2020; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(138.562874251497,280)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 22, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(138.68263473053892,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 22, 2020; calls: 17" role="graphics-symbol" aria-roledescription="point" transform="translate(138.80239520958085,229.99999999999997)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 22, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(138.92215568862275,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 22, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(139.04191616766468,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 22, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(139.16167664670658,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 22, 2020; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(139.2814371257485,270)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 22, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(139.4011976047904,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 22, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(139.52095808383234,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 23, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(140.71856287425152,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 23, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(140.8383233532934,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 23, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(140.95808383233532,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 23, 2020; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(141.07784431137725,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 23, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(141.19760479041915,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 23, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(141.31736526946108,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 23, 2020; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(141.437125748503,280)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 23, 2020; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(141.5568862275449,260)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 23, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(141.6766467065868,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 23, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(141.79640718562874,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 23, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(141.91616766467067,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 23, 2020; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(142.03592814371257,290)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 23, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(142.1556886227545,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 23, 2020; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(142.27544910179643,270)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 23, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(142.39520958083833,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 24, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(143.59281437125748,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 24, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(143.7125748502994,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 24, 2020; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(143.83233532934133,270)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 24, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(143.95209580838323,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 24, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(144.07185628742516,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 24, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(144.19161676646706,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 24, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(144.31137724550896,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 24, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(144.4311377245509,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 24, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(144.55089820359282,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 24, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(144.67065868263472,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 24, 2020; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(144.79041916167665,270)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 24, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(144.91017964071858,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 24, 2020; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(145.02994011976048,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 24, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(145.14970059880238,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 24, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(145.2694610778443,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 25, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(146.4670658682635,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 25, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(146.5868263473054,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 25, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(146.7065868263473,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 25, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(146.82634730538922,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 25, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(146.94610778443115,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 25, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(147.06586826347305,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 25, 2020; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(147.18562874251498,290)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 25, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(147.30538922155688,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 25, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(147.4251497005988,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 25, 2020; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(147.5449101796407,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 25, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(147.66467065868264,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 25, 2020; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(147.78443113772454,260)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 25, 2020; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(147.90419161676647,250)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 25, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(148.0239520958084,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 25, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(148.1437125748503,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 26, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(149.34131736526945,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 26, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(149.46107784431138,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 26, 2020; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(149.5808383233533,290)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 26, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(149.7005988023952,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 26, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(149.82035928143713,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 26, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(149.94011976047906,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 26, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(150.05988023952094,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 26, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(150.17964071856287,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 26, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(150.2994011976048,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 26, 2020; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(150.4191616766467,280)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 26, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(150.53892215568862,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 26, 2020; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(150.65868263473055,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 26, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(150.77844311377245,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 26, 2020; calls: 19" role="graphics-symbol" aria-roledescription="point" transform="translate(150.89820359281435,210)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 26, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(151.01796407185628,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 27, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(152.21556886227546,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 27, 2020; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(152.33532934131736,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 27, 2020; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(152.4550898203593,260)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 27, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(152.5748502994012,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 27, 2020; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(152.69461077844312,290)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 27, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(152.81437125748502,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 27, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(152.93413173652695,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 27, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(153.05389221556885,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 27, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(153.17365269461078,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 27, 2020; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(153.2934131736527,270)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 27, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(153.4131736526946,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 27, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(153.5329341317365,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 27, 2020; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(153.65269461077844,280)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 27, 2020; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(153.77245508982037,290)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 27, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(153.89221556886227,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 28, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(155.08982035928142,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 28, 2020; calls: 17" role="graphics-symbol" aria-roledescription="point" transform="translate(155.20958083832335,229.99999999999997)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 28, 2020; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(155.32934131736528,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 28, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(155.44910179640718,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 28, 2020; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(155.5688622754491,260)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 28, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(155.68862275449104,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 28, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(155.80838323353294,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 28, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(155.92814371257484,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 28, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(156.04790419161677,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 28, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(156.16766467065867,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 28, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(156.2874251497006,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 28, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(156.40718562874252,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 28, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(156.52694610778443,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 28, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(156.64670658682635,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 28, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(156.76646706586826,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 29, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(157.96407185628743,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 29, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(158.08383233532933,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 29, 2020; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(158.20359281437126,290)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 29, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(158.3233532934132,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 29, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(158.4431137724551,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 29, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(158.562874251497,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 29, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(158.68263473053892,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 29, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(158.80239520958085,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 29, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(158.92215568862275,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 29, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(159.04191616766468,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 29, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(159.1616766467066,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 29, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(159.28143712574848,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jun 29, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(159.4011976047904,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 14, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(201.07784431137725,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 14, 2020; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(201.19760479041915,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 14, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(201.31736526946108,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 14, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(201.43712574850298,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 14, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(201.55688622754494,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 14, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(201.67664670658684,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 14, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(201.7964071856287,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 14, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(201.91616766467067,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 14, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(202.03592814371257,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 14, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(202.1556886227545,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 14, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(202.2754491017964,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 14, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(202.39520958083835,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 14, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(202.51497005988023,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 14, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(202.63473053892213,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 14, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(202.75449101796409,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 15, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(203.95209580838323,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 15, 2020; calls: 18" role="graphics-symbol" aria-roledescription="point" transform="translate(204.07185628742516,220.00000000000003)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 15, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(204.19161676646706,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 15, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(204.31137724550896,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 15, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(204.4311377245509,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 15, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(204.5508982035928,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 15, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(204.67065868263475,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 15, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(204.79041916167665,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 15, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(204.91017964071858,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 15, 2020; calls: 23" role="graphics-symbol" aria-roledescription="point" transform="translate(205.02994011976048,170.00000000000003)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 15, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(205.14970059880238,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 15, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(205.2694610778443,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 15, 2020; calls: 21" role="graphics-symbol" aria-roledescription="point" transform="translate(205.3892215568862,190)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 15, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(205.50898203592817,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 15, 2020; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(205.62874251497004,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 16, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(206.8263473053892,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 16, 2020; calls: 18" role="graphics-symbol" aria-roledescription="point" transform="translate(206.94610778443115,220.00000000000003)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 16, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(207.06586826347305,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 16, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(207.18562874251498,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 16, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(207.30538922155688,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 16, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(207.4251497005988,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 16, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(207.5449101796407,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 16, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(207.6646706586826,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 16, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(207.78443113772457,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 16, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(207.90419161676647,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 16, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(208.0239520958084,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 16, 2020; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(208.1437125748503,280)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 16, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(208.26347305389223,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 16, 2020; calls: 21" role="graphics-symbol" aria-roledescription="point" transform="translate(208.38323353293413,190)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 16, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(208.50299401197603,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 17, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(209.70059880239523,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 17, 2020; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(209.8203592814371,290)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 17, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(209.94011976047906,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 17, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(210.05988023952096,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 17, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(210.17964071856287,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 17, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(210.2994011976048,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 17, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(210.4191616766467,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 17, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(210.53892215568862,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 17, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(210.65868263473052,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 17, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(210.77844311377248,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 17, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(210.89820359281438,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 17, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(211.01796407185626,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 17, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(211.1377245508982,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 17, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(211.2574850299401,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 17, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(211.37724550898204,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 18, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(212.5748502994012,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 18, 2020; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(212.6946107784431,270)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 18, 2020; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(212.81437125748505,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 18, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(212.93413173652692,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 18, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(213.05389221556888,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 18, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(213.17365269461078,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 18, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(213.2934131736527,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 18, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(213.4131736526946,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 18, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(213.5329341317365,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 18, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(213.65269461077844,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 18, 2020; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(213.77245508982034,290)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 18, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(213.8922155688623,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 18, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(214.01197604790417,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 18, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(214.13173652694613,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 18, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(214.25149700598803,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 19, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(215.44910179640718,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 19, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(215.5688622754491,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 19, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(215.688622754491,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 19, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(215.80838323353296,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 19, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(215.92814371257484,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 19, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(216.04790419161674,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 19, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(216.1676646706587,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 19, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(216.2874251497006,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 19, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(216.40718562874252,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 19, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(216.52694610778443,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 19, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(216.64670658682635,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 19, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(216.76646706586826,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 19, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(216.88622754491016,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 19, 2020; calls: 17" role="graphics-symbol" aria-roledescription="point" transform="translate(217.0059880239521,229.99999999999997)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 19, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(217.12574850299399,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 20, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(218.3233532934132,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 20, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(218.4431137724551,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 20, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(218.562874251497,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 20, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(218.68263473053892,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 20, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(218.80239520958082,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 20, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(218.92215568862275,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 20, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(219.04191616766465,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 20, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(219.1616766467066,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 20, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(219.2814371257485,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 20, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(219.4011976047904,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 20, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(219.52095808383234,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 20, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(219.64071856287424,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 20, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(219.76047904191617,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 20, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(219.88023952095807,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 20, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(220.00000000000003,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 21, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(221.19760479041918,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 21, 2020; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(221.31736526946105,270)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 21, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(221.437125748503,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 21, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(221.5568862275449,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 21, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(221.67664670658684,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 21, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(221.79640718562874,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 21, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(221.91616766467064,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 21, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(222.03592814371257,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 21, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(222.15568862275447,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 21, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(222.27544910179643,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 21, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(222.39520958083833,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 21, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(222.51497005988026,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 21, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(222.63473053892216,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 21, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(222.75449101796406,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 21, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(222.874251497006,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 22, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(224.07185628742513,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 22, 2020; calls: 25" role="graphics-symbol" aria-roledescription="point" transform="translate(224.1916167664671,150)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 22, 2020; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(224.311377245509,260)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 22, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(224.43113772455087,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 22, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(224.55089820359282,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 22, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(224.67065868263472,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 22, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(224.79041916167665,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 22, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(224.91017964071855,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 22, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(225.0299401197605,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 22, 2020; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(225.14970059880238,250)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 22, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(225.26946107784428,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 22, 2020; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(225.38922155688624,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 22, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(225.50898203592814,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 22, 2020; calls: 18" role="graphics-symbol" aria-roledescription="point" transform="translate(225.62874251497007,220.00000000000003)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 22, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(225.74850299401197,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 23, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(226.94610778443112,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 23, 2020; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(227.06586826347305,280)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 23, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(227.18562874251495,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 23, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(227.3053892215569,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 23, 2020; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(227.4251497005988,260)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 23, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(227.54491017964074,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 23, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(227.66467065868264,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 23, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(227.78443113772454,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 23, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(227.90419161676647,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 23, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(228.02395209580837,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 23, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(228.1437125748503,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 23, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(228.2634730538922,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 23, 2020; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(228.38323353293416,290)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 23, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(228.50299401197606,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 23, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(228.62275449101793,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 24, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(229.82035928143713,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 24, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(229.94011976047904,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 24, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(230.05988023952096,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 24, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(230.17964071856287,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 24, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(230.29940119760477,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 24, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(230.41916167664672,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 24, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(230.5389221556886,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 24, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(230.65868263473055,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 24, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(230.77844311377245,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 24, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(230.89820359281438,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 24, 2020; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(231.01796407185628,290)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 24, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(231.13772455089818,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 24, 2020; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(231.2574850299401,250)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 24, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(231.377245508982,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 24, 2020; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(231.49700598802397,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 25, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(232.69461077844312,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 25, 2020; calls: 22" role="graphics-symbol" aria-roledescription="point" transform="translate(232.81437125748502,179.99999999999997)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 25, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(232.93413173652695,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 25, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(233.05389221556885,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 25, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(233.17365269461078,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 25, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(233.29341317365268,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 25, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(233.41317365269464,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 25, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(233.5329341317365,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 25, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(233.6526946107784,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 25, 2020; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(233.77245508982037,280)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 25, 2020; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(233.89221556886227,270)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 25, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(234.0119760479042,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 25, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(234.1317365269461,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 25, 2020; calls: 17" role="graphics-symbol" aria-roledescription="point" transform="translate(234.25149700598803,229.99999999999997)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 25, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(234.37125748502993,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 26, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(235.56886227544908,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 26, 2020; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(235.68862275449104,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 26, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(235.80838323353294,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 26, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(235.92814371257487,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 26, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(236.04790419161677,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 26, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(236.16766467065867,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 26, 2020; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(236.2874251497006,260)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 26, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(236.4071856287425,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 26, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(236.52694610778445,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 26, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(236.64670658682633,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 26, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(236.76646706586828,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 26, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(236.88622754491018,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 26, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(237.00598802395209,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 26, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(237.125748502994,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 26, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(237.24550898203591,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 27, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(238.4431137724551,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 27, 2020; calls: 17" role="graphics-symbol" aria-roledescription="point" transform="translate(238.562874251497,229.99999999999997)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 27, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(238.6826347305389,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 27, 2020; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(238.80239520958085,270)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 27, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(238.92215568862275,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 27, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(239.04191616766468,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 27, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(239.16167664670658,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 27, 2020; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(239.2814371257485,290)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 27, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(239.4011976047904,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 27, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(239.5209580838323,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 27, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(239.64071856287427,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 27, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(239.76047904191614,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 27, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(239.8802395209581,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 27, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(240,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 27, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(240.11976047904193,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 28, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(241.31736526946108,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 28, 2020; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(241.43712574850298,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 28, 2020; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(241.5568862275449,270)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 28, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(241.6766467065868,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 28, 2020; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(241.79640718562877,290)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 28, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(241.91616766467067,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 28, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(242.03592814371257,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 28, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(242.1556886227545,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 28, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(242.2754491017964,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 28, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(242.39520958083833,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 28, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(242.51497005988023,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 28, 2020; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(242.63473053892218,280)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 28, 2020; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(242.75449101796406,280)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 28, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(242.87425149700596,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 28, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(242.99401197604791,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 29, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(244.19161676646706,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 29, 2020; calls: 17" role="graphics-symbol" aria-roledescription="point" transform="translate(244.311377245509,229.99999999999997)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 29, 2020; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(244.4311377245509,260)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 29, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(244.5508982035928,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 29, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(244.67065868263472,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 29, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(244.79041916167662,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 29, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(244.91017964071858,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 29, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(245.02994011976048,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 29, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(245.1497005988024,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 29, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(245.2694610778443,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 29, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(245.3892215568862,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 29, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(245.50898203592814,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 29, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(245.62874251497004,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 29, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(245.74850299401197,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 29, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(245.86826347305387,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 30, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(247.06586826347302,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 30, 2020; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(247.18562874251498,270)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 30, 2020; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(247.30538922155688,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 30, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(247.4251497005988,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 30, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(247.5449101796407,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 30, 2020; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(247.66467065868264,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 30, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(247.78443113772454,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 30, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(247.90419161676644,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 30, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(248.0239520958084,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 30, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(248.14371257485027,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 30, 2020; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(248.26347305389223,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 30, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(248.38323353293413,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 30, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(248.50299401197606,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 30, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(248.62275449101796,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 30, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(248.74251497005986,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 31, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(249.94011976047906,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 31, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(250.05988023952094,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 31, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(250.1796407185629,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 31, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(250.2994011976048,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 31, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(250.41916167664672,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 31, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(250.53892215568862,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 31, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(250.65868263473052,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 31, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(250.77844311377245,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 31, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(250.89820359281435,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 31, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(251.0179640718563,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 31, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(251.1377245508982,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 31, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(251.25748502994014,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 31, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(251.37724550898204,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 31, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(251.49700598802394,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Jul 31, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(251.61676646706587,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 01, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(252.81437125748502,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 01, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(252.93413173652698,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 01, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(253.05389221556885,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 01, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(253.17365269461075,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 01, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(253.2934131736527,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 01, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(253.4131736526946,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 01, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(253.53293413173654,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 01, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(253.65269461077844,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 01, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(253.77245508982037,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 01, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(253.89221556886227,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 01, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(254.01197604790417,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 01, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(254.13173652694613,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 01, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(254.25149700598803,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 01, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(254.37125748502996,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 01, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(254.49101796407186,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 02, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(255.688622754491,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 02, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(255.80838323353294,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 02, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(255.92814371257484,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 02, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(256.0479041916168,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 02, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(256.16766467065867,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 02, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(256.2874251497006,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 02, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(256.4071856287425,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 02, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(256.5269461077844,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 02, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(256.6467065868264,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 02, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(256.76646706586826,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 02, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(256.8862275449102,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 02, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(257.0059880239521,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 02, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(257.12574850299404,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 02, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(257.2455089820359,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 02, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(257.36526946107784,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 03, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(258.562874251497,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 03, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(258.6826347305389,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 03, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(258.8023952095809,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 03, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(258.92215568862275,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 03, 2020; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(259.0419161676647,260)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 03, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(259.1616766467066,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 03, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(259.2814371257485,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 03, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(259.4011976047904,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 03, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(259.52095808383234,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 03, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(259.64071856287427,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 03, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(259.76047904191614,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 03, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(259.88023952095807,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 03, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(260,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 03, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(260.11976047904193,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 03, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(260.23952095808386,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 04, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(261.437125748503,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 04, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(261.5568862275449,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 04, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(261.67664670658684,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 04, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(261.7964071856287,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 04, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(261.9161676646707,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 04, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(262.03592814371257,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 04, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(262.1556886227545,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 04, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(262.2754491017964,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 04, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(262.3952095808383,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 04, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(262.5149700598802,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 04, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(262.63473053892216,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 04, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(262.7544910179641,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 04, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(262.87425149700596,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 04, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(262.99401197604794,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 04, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(263.1137724550898,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 05, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(264.311377245509,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 05, 2020; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(264.4311377245509,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 05, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(264.5508982035928,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 05, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(264.6706586826348,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 05, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(264.79041916167665,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 05, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(264.9101796407185,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 05, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(265.0299401197605,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 05, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(265.1497005988024,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 05, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(265.2694610778443,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 05, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(265.38922155688624,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 05, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(265.50898203592817,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 05, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(265.62874251497004,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 05, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(265.748502994012,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 05, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(265.8682634730539,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 10, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(278.68263473053895,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 10, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(278.8023952095808,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 10, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(278.92215568862275,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 10, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(279.0419161676647,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 10, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(279.16167664670655,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 10, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(279.28143712574854,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 10, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(279.4011976047904,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 10, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(279.52095808383234,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 10, 2020; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(279.64071856287427,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 10, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(279.7604790419162,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 10, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(279.88023952095807,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 10, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(280,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 10, 2020; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(280.11976047904193,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 10, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(280.2395209580838,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 10, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(280.3592814371258,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 11, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(281.5568862275449,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 11, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(281.6766467065868,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 11, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(281.79640718562877,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 11, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(281.91616766467064,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 11, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(282.03592814371257,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 11, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(282.1556886227545,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 11, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(282.2754491017964,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 11, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(282.3952095808383,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 11, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(282.5149700598802,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 11, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(282.63473053892216,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 11, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(282.7544910179641,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 11, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(282.874251497006,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 11, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(282.9940119760479,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 11, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(283.1137724550898,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 11, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(283.23353293413174,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 12, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(284.43113772455087,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 12, 2020; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(284.55089820359285,290)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 12, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(284.6706586826347,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 12, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(284.79041916167665,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 12, 2020; calls: 17" role="graphics-symbol" aria-roledescription="point" transform="translate(284.9101796407186,229.99999999999997)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 12, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(285.02994011976045,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 12, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(285.1497005988024,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 12, 2020; calls: 23" role="graphics-symbol" aria-roledescription="point" transform="translate(285.2694610778443,170.00000000000003)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 12, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(285.38922155688624,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 12, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(285.5089820359281,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 12, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(285.6287425149701,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 12, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(285.748502994012,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 12, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(285.8682634730539,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 12, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(285.98802395209583,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 12, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(286.1077844311377,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 13, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(287.3053892215569,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 13, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(287.4251497005988,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 13, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(287.5449101796407,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 13, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(287.66467065868267,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 13, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(287.78443113772454,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 13, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(287.90419161676647,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 13, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(288.0239520958084,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 13, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(288.1437125748503,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 13, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(288.2634730538922,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 13, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(288.3832335329341,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 13, 2020; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(288.50299401197606,280)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 13, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(288.62275449101793,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 13, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(288.7425149700599,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 13, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(288.8622754491018,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 13, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(288.9820359281437,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 14, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(290.1796407185629,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 14, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(290.29940119760477,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 14, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(290.4191616766467,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 14, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(290.5389221556886,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 14, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(290.65868263473055,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 14, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(290.7784431137725,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 14, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(290.89820359281435,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 14, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(291.0179640718563,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 14, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(291.1377245508982,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 14, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(291.25748502994014,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 14, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(291.377245508982,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 14, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(291.49700598802394,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 14, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(291.6167664670659,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 14, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(291.73652694610774,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 14, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(291.85628742514973,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 15, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(293.05389221556885,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 15, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(293.1736526946108,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 15, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(293.2934131736527,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 15, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(293.4131736526946,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 15, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(293.5329341317365,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 15, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(293.65269461077844,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 15, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(293.77245508982037,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 15, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(293.8922155688623,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 15, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(294.0119760479042,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 15, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(294.1317365269461,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 15, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(294.251497005988,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 15, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(294.37125748502996,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 15, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(294.49101796407183,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 15, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(294.61077844311376,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 15, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(294.7305389221557,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 16, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(295.9281437125748,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 16, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(296.0479041916168,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 16, 2020; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(296.16766467065867,290)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 16, 2020; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(296.2874251497006,290)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 16, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(296.4071856287425,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 16, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(296.52694610778445,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 16, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(296.6467065868263,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 16, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(296.76646706586826,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 16, 2020; calls: 21" role="graphics-symbol" aria-roledescription="point" transform="translate(296.8862275449102,190)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 16, 2020; calls: 39" role="graphics-symbol" aria-roledescription="point" transform="translate(297.00598802395206,10.000000000000009)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 16, 2020; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(297.12574850299404,280)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 16, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(297.2455089820359,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 16, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(297.36526946107784,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 16, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(297.4850299401198,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 16, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(297.60479041916165,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 17, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(298.8023952095808,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 17, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(298.92215568862275,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 17, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(299.0419161676647,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 17, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(299.1616766467066,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 17, 2020; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(299.2814371257485,250)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 17, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(299.4011976047904,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 17, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(299.52095808383234,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 17, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(299.64071856287427,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 17, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(299.76047904191614,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 17, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(299.8802395209581,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 17, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(300,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 17, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(300.1197604790419,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 17, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(300.23952095808386,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 17, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(300.35928143712573,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 17, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(300.47904191616766,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 18, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(301.67664670658684,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 18, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(301.7964071856287,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 18, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(301.91616766467064,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 18, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(302.03592814371257,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 18, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(302.1556886227545,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 18, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(302.2754491017964,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 18, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(302.39520958083835,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 18, 2020; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(302.5149700598802,280)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 18, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(302.63473053892216,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 18, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(302.7544910179641,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 18, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(302.87425149700596,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 18, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(302.99401197604794,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 18, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(303.1137724550898,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 18, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(303.23353293413174,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 18, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(303.3532934131737,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 19, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(304.5508982035928,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 19, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(304.6706586826347,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 19, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(304.79041916167665,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 19, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(304.9101796407186,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 19, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(305.02994011976045,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 19, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(305.1497005988024,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 19, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(305.2694610778443,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 19, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(305.38922155688624,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 19, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(305.50898203592817,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 19, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(305.62874251497004,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 19, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(305.748502994012,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 19, 2020; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(305.8682634730539,260)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 19, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(305.9880239520958,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 19, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(306.1077844311377,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 19, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(306.22754491017963,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 20, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(307.4251497005988,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 20, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(307.54491017964074,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 20, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(307.6646706586826,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 20, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(307.78443113772454,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 20, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(307.90419161676647,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 20, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(308.0239520958084,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 20, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(308.14371257485027,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 20, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(308.26347305389226,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 20, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(308.3832335329341,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 20, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(308.50299401197606,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 20, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(308.622754491018,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 20, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(308.74251497005986,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 20, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(308.8622754491018,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 20, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(308.9820359281437,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 20, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(309.10179640718565,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 21, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(310.2994011976048,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 21, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(310.4191616766467,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 21, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(310.5389221556886,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 21, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(310.65868263473055,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 21, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(310.7784431137725,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 21, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(310.89820359281435,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 21, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(311.0179640718563,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 21, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(311.1377245508982,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 21, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(311.2574850299401,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 21, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(311.37724550898207,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 21, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(311.49700598802394,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 21, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(311.6167664670659,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 21, 2020; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(311.7365269461078,250)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 21, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(311.8562874251497,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 21, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(311.9760479041916,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 22, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(313.1736526946108,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 22, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(313.2934131736527,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 22, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(313.4131736526946,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 22, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(313.5329341317365,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 22, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(313.65269461077844,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 22, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(313.77245508982037,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 22, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(313.8922155688623,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 22, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(314.01197604790417,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 22, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(314.1317365269461,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 22, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(314.251497005988,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 22, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(314.3712574850299,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 22, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(314.4910179640719,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 22, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(314.61077844311376,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 22, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(314.7305389221557,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 22, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(314.8502994011976,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 23, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(316.04790419161674,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 23, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(316.16766467065867,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 23, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(316.2874251497006,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 23, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(316.4071856287425,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 23, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(316.5269461077844,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 23, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(316.6467065868264,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 23, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(316.76646706586826,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 23, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(316.8862275449102,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 23, 2020; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(317.0059880239521,280)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 23, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(317.125748502994,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 23, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(317.2455089820359,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 23, 2020; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(317.36526946107784,270)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 23, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(317.4850299401198,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 23, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(317.6047904191617,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 23, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(317.7245508982036,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 24, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(318.92215568862275,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 24, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(319.0419161676647,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 24, 2020; calls: 20" role="graphics-symbol" aria-roledescription="point" transform="translate(319.1616766467066,200)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 24, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(319.2814371257485,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 24, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(319.4011976047904,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 24, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(319.52095808383234,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 24, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(319.6407185628742,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 24, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(319.7604790419162,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 24, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(319.88023952095807,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 24, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(320,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 24, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(320.11976047904193,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 24, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(320.2395209580838,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 24, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(320.35928143712573,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 24, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(320.47904191616766,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 24, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(320.5988023952096,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 25, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(321.79640718562877,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 25, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(321.91616766467064,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 25, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(322.03592814371257,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 25, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(322.1556886227545,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 25, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(322.2754491017964,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 25, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(322.3952095808383,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 25, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(322.5149700598803,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 25, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(322.63473053892216,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 25, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(322.754491017964,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 25, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(322.874251497006,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 25, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(322.9940119760479,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 25, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(323.1137724550898,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 25, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(323.23353293413174,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 25, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(323.3532934131737,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 25, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(323.47305389221555,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 26, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(324.6706586826347,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 26, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(324.79041916167665,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 26, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(324.9101796407186,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 26, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(325.0299401197605,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 26, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(325.1497005988024,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 26, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(325.2694610778443,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 26, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(325.38922155688624,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 26, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(325.5089820359281,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 26, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(325.6287425149701,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 26, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(325.748502994012,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 26, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(325.8682634730539,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 26, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(325.98802395209583,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 26, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(326.1077844311377,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 26, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(326.22754491017963,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 26, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(326.34730538922156,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 27, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(327.54491017964074,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 27, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(327.6646706586826,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 27, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(327.78443113772454,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 27, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(327.90419161676647,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 27, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(328.02395209580834,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 27, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(328.1437125748503,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 27, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(328.2634730538922,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 27, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(328.3832335329341,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 27, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(328.50299401197606,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 27, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(328.62275449101793,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 27, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(328.74251497005986,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 27, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(328.8622754491018,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 27, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(328.9820359281437,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 27, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(329.10179640718565,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 27, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(329.2215568862276,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 28, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(330.4191616766467,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 28, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(330.5389221556886,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 28, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(330.65868263473055,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 28, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(330.7784431137724,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 28, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(330.8982035928144,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 28, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(331.0179640718563,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 28, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(331.13772455089816,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 28, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(331.25748502994014,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 28, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(331.377245508982,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 28, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(331.49700598802394,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 28, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(331.6167664670659,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 28, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(331.7365269461078,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 28, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(331.8562874251497,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 28, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(331.9760479041916,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 28, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(332.09580838323353,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 29, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(333.2934131736527,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 29, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(333.41317365269464,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 29, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(333.5329341317365,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 29, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(333.65269461077844,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 29, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(333.77245508982037,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 29, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(333.89221556886224,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 29, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(334.0119760479042,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 29, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(334.1317365269461,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 29, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(334.251497005988,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 29, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(334.37125748502996,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 29, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(334.49101796407183,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 29, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(334.61077844311376,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 29, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(334.7305389221557,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 29, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(334.8502994011976,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 29, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(334.9700598802395,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 30, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(336.16766467065867,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 30, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(336.2874251497006,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 30, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(336.4071856287425,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 30, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(336.52694610778445,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 30, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(336.6467065868263,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 30, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(336.76646706586826,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 30, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(336.8862275449102,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 30, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(337.00598802395206,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 30, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(337.12574850299404,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 30, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(337.2455089820359,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 30, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(337.36526946107784,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 30, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(337.4850299401198,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 30, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(337.6047904191617,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 30, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(337.7245508982036,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 30, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(337.8443113772455,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 31, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(339.0419161676647,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 31, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(339.16167664670655,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 31, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(339.28143712574854,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 31, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(339.4011976047904,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 31, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(339.52095808383234,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 31, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(339.64071856287427,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 31, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(339.76047904191614,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 31, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(339.88023952095807,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 31, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(340,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 31, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(340.11976047904193,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 31, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(340.23952095808386,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 31, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(340.35928143712573,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 31, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(340.47904191616766,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 31, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(340.5988023952096,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Aug 31, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(340.7185628742515,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 01, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(341.91616766467064,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 01, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(342.03592814371257,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 01, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(342.1556886227545,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 01, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(342.27544910179637,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 01, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(342.39520958083835,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 02, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(344.79041916167665,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 02, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(344.9101796407186,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 02, 2020; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(345.02994011976045,280)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 02, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(345.1497005988024,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 02, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(345.2694610778443,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 02, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(345.3892215568862,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 02, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(345.50898203592817,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 02, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(345.62874251497004,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 02, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(345.748502994012,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 02, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(345.8682634730539,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 02, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(345.98802395209583,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 02, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(346.1077844311377,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 02, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(346.22754491017963,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 02, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(346.34730538922156,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 02, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(346.46706586826343,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 03, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(347.66467065868267,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 03, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(347.78443113772454,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 03, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(347.90419161676647,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 03, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(348.0239520958084,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 03, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(348.14371257485027,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 03, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(348.2634730538922,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 03, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(348.3832335329341,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 03, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(348.50299401197606,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 03, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(348.622754491018,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 03, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(348.74251497005986,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 03, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(348.8622754491018,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 03, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(348.9820359281437,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 03, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(349.10179640718565,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 03, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(349.2215568862275,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 03, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(349.3413173652695,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 04, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(350.5389221556886,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 04, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(350.6586826347305,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 04, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(350.7784431137725,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 04, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(350.89820359281435,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 04, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(351.0179640718563,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 04, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(351.1377245508982,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 04, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(351.25748502994014,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 04, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(351.377245508982,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 04, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(351.49700598802394,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 04, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(351.6167664670659,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 04, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(351.7365269461078,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 04, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(351.85628742514973,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 04, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(351.9760479041916,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 04, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(352.09580838323353,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 04, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(352.21556886227546,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 05, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(353.4131736526946,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 05, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(353.53293413173657,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 05, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(353.65269461077844,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 05, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(353.77245508982037,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 05, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(353.8922155688623,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 05, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(354.01197604790417,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 05, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(354.1317365269461,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 05, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(354.251497005988,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 05, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(354.37125748502996,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 05, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(354.49101796407183,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 05, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(354.6107784431138,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 05, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(354.7305389221557,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 05, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(354.8502994011976,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 05, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(354.97005988023955,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 05, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(355.0898203592814,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 06, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(356.2874251497006,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 06, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(356.4071856287425,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 06, 2020; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(356.5269461077844,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 06, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(356.6467065868264,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 06, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(356.76646706586826,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 06, 2020; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(356.8862275449102,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 06, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(357.0059880239521,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 06, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(357.12574850299404,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 06, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(357.2455089820359,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 06, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(357.36526946107784,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 06, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(357.4850299401198,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 06, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(357.60479041916165,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 06, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(357.72455089820363,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 06, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(357.8443113772455,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 06, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(357.96407185628743,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 07, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(359.1616766467066,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 07, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(359.2814371257485,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 07, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(359.4011976047904,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 07, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(359.52095808383234,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 07, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(359.64071856287427,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 07, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(359.76047904191614,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 07, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(359.88023952095807,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 07, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(360,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 07, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(360.11976047904193,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 07, 2020; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(360.23952095808386,310)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 07, 2020; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(360.35928143712573,290)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 07, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(360.47904191616766,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 07, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(360.5988023952096,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 07, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(360.71856287425146,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 07, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(360.83832335329345,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 08, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(362.03592814371257,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 08, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(362.1556886227545,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 08, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(362.2754491017964,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 08, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(362.3952095808383,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 08, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(362.5149700598802,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 08, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(362.63473053892216,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 08, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(362.7544910179641,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 08, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(362.87425149700596,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 08, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(362.99401197604794,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 08, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(363.1137724550898,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 08, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(363.23353293413174,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 08, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(363.3532934131737,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 08, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(363.47305389221555,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 08, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(363.5928143712575,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 08, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(363.7125748502994,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 09, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(364.9101796407185,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 09, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(365.0299401197605,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 09, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(365.1497005988024,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 09, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(365.2694610778443,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 09, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(365.38922155688624,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 09, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(365.50898203592817,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 09, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(365.62874251497004,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 09, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(365.748502994012,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 09, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(365.8682634730539,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 09, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(365.9880239520958,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 09, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(366.10778443113776,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 09, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(366.22754491017963,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 09, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(366.34730538922156,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 09, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(366.4670658682635,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 09, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(366.58682634730536,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 10, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(367.78443113772454,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 10, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(367.90419161676647,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 10, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(368.0239520958084,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 10, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(368.1437125748503,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 10, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(368.2634730538922,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 10, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(368.3832335329341,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 10, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(368.50299401197606,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 10, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(368.622754491018,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 10, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(368.74251497005986,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 10, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(368.86227544910184,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 10, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(368.9820359281437,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 10, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(369.1017964071856,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 10, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(369.2215568862276,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 10, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(369.34131736526945,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 10, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(369.4610778443114,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 11, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(370.65868263473055,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 11, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(370.7784431137724,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 11, 2020; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(370.89820359281435,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 11, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(371.0179640718563,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 11, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(371.1377245508982,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 11, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(371.25748502994014,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 11, 2020; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(371.37724550898207,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 11, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(371.49700598802394,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 11, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(371.6167664670659,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 11, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(371.7365269461078,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 11, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(371.8562874251497,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 11, 2020; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(371.97604790419166,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 11, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(372.09580838323353,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 11, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(372.21556886227546,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 11, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(372.3353293413174,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 12, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(373.5329341317365,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 12, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(373.65269461077844,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 12, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(373.77245508982037,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 12, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(373.8922155688623,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 12, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(374.01197604790417,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 12, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(374.1317365269461,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 12, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(374.251497005988,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 12, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(374.3712574850299,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 12, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(374.4910179640719,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 12, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(374.61077844311376,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 12, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(374.7305389221557,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 12, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(374.8502994011976,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 12, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(374.9700598802395,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 12, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(375.0898203592814,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 12, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(375.20958083832335,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 13, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(376.4071856287425,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 13, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(376.52694610778445,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 13, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(376.6467065868263,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 13, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(376.76646706586826,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 13, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(376.8862275449102,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 13, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(377.0059880239521,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 13, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(377.125748502994,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 13, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(377.245508982036,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 13, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(377.36526946107784,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 13, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(377.4850299401197,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 13, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(377.6047904191617,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 13, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(377.7245508982036,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 13, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(377.8443113772455,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 13, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(377.96407185628743,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 13, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(378.08383233532936,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 14, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(379.28143712574854,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 14, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(379.4011976047904,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 14, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(379.52095808383234,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 14, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(379.64071856287427,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 14, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(379.7604790419162,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 14, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(379.88023952095807,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 14, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(380,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 14, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(380.11976047904193,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 14, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(380.2395209580838,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 14, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(380.3592814371258,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 14, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(380.47904191616766,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 14, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(380.5988023952096,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 14, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(380.7185628742515,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 14, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(380.8383233532934,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 14, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(380.9580838323353,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 15, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(382.1556886227545,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 15, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(382.2754491017964,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 15, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(382.3952095808383,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 15, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(382.5149700598802,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 15, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(382.63473053892216,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 15, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(382.7544910179641,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 15, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(382.874251497006,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 15, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(382.9940119760479,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 15, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(383.1137724550898,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 15, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(383.23353293413174,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 15, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(383.3532934131736,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 15, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(383.4730538922156,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 15, 2020; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(383.5928143712575,280)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 15, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(383.7125748502994,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 15, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(383.83233532934133,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 16, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(385.02994011976045,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 16, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(385.1497005988024,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 16, 2020; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(385.2694610778443,250)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 16, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(385.38922155688624,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 16, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(385.5089820359281,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 16, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(385.6287425149701,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 16, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(385.748502994012,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 16, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(385.8682634730539,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 16, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(385.98802395209583,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 16, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(386.1077844311377,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 16, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(386.22754491017963,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 16, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(386.34730538922156,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 16, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(386.4670658682635,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 16, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(386.5868263473054,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 16, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(386.7065868263473,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 17, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(387.90419161676647,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 17, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(388.0239520958084,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 17, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(388.1437125748503,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 17, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(388.2634730538922,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 17, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(388.3832335329341,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 17, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(388.50299401197606,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 17, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(388.62275449101793,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 17, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(388.7425149700599,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 17, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(388.8622754491018,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 17, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(388.9820359281437,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 17, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(389.10179640718565,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 17, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(389.2215568862275,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 17, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(389.34131736526945,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 17, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(389.4610778443114,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 17, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(389.5808383233533,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 18, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(390.7784431137725,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 18, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(390.89820359281435,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 18, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(391.0179640718563,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 18, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(391.1377245508982,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 18, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(391.25748502994014,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 18, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(391.377245508982,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 18, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(391.49700598802394,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 18, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(391.6167664670659,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 18, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(391.73652694610774,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 18, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(391.85628742514973,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 18, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(391.9760479041916,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 18, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(392.09580838323353,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 18, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(392.21556886227546,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 18, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(392.3353293413174,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 18, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(392.45508982035926,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 19, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(393.65269461077844,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 19, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(393.77245508982037,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 19, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(393.8922155688623,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 19, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(394.0119760479042,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 19, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(394.1317365269461,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 19, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(394.251497005988,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 19, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(394.37125748502996,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 19, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(394.49101796407183,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 19, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(394.61077844311376,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 19, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(394.7305389221557,340)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 19, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(394.8502994011976,330)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 19, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(394.97005988023955,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 19, 2020; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(395.0898203592814,240)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 19, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(395.20958083832335,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 19, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(395.3293413173653,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 20, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(396.52694610778445,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 20, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(396.6467065868263,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 20, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(396.76646706586826,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 20, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(396.8862275449102,320)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 20, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(397.00598802395206,380)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 20, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(397.12574850299404,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 20, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(397.2455089820359,360)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 20, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(397.36526946107784,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 20, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(397.4850299401198,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 20, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(397.60479041916165,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 20, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(397.7245508982036,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 20, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(397.8443113772455,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 20, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(397.96407185628743,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 20, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(398.08383233532936,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 20, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(398.2035928143713,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 21, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(399.4011976047904,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 21, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(399.52095808383234,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 21, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(399.64071856287427,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 21, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(399.76047904191614,370)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 21, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(399.8802395209581,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Sep 21, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(400,390)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="511" height="461" viewBox="0 0 511 461"><rect width="511" height="461" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(41,10)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h400v400h-400Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,400)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,367)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,333)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,300)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,267)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,233)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,167)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,133)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,100)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,67)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,33)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'location' for a discrete scale with 6 values: TF_1, TF_2, TF_3, TF_4, TF_5, TF_6"><g transform="translate(0.5,400.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(33,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(99,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(166,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(233,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(300,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(366,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(32.833333333333314,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">TF_1</text><text text-anchor="end" transform="translate(99.49999999999999,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">TF_2</text><text text-anchor="end" transform="translate(166.16666666666666,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">TF_3</text><text text-anchor="end" transform="translate(232.83333333333331,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">TF_4</text><text text-anchor="end" transform="translate(299.5,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">TF_5</text><text text-anchor="end" transform="translate(366.1666666666667,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">TF_6</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="400" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(200,43.33984375)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">location</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'mean_calls_per_hour' for a linear scale with values from 0.0 to 1.2"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,400)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,367)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,333)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,300)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,267)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,233)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,167)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,133)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,100)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,67)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,33)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,403)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.0</text><text text-anchor="end" transform="translate(-7,369.66666666666663)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.1</text><text text-anchor="end" transform="translate(-7,336.3333333333333)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.2</text><text text-anchor="end" transform="translate(-7,303)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.3</text><text text-anchor="end" transform="translate(-7,269.66666666666663)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.4</text><text text-anchor="end" transform="translate(-7,236.33333333333331)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.5</text><text text-anchor="end" transform="translate(-7,203)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.6</text><text text-anchor="end" transform="translate(-7,169.66666666666666)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.7</text><text text-anchor="end" transform="translate(-7,136.33333333333331)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.8</text><text text-anchor="end" transform="translate(-7,103)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.9</text><text text-anchor="end" transform="translate(-7,69.66666666666666)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">1.0</text><text text-anchor="end" transform="translate(-7,36.3333333333333)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">1.1</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">1.2</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,400)" x2="0" y2="-400" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-24.9013671875,200) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">mean_calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-rect role-mark marks" role="graphics-object" aria-roledescription="rect mark container"><path aria-label="location: TF_2; mean_calls_per_hour: 0.7402; type: male" role="graphics-symbol" aria-roledescription="bar" d="M69.99999999999999,153.26666666666665h60.00000000000001v246.73333333333335h-60.00000000000001Z" fill="#f58518"/><path aria-label="location: TF_5; mean_calls_per_hour: 0.6378; type: male" role="graphics-symbol" aria-roledescription="bar" d="M270,187.39999999999998h60.00000000000001v212.60000000000002h-60.00000000000001Z" fill="#f58518"/><path aria-label="location: TF_6; mean_calls_per_hour: 0.6609; type: male" role="graphics-symbol" aria-roledescription="bar" d="M336.6666666666667,179.69999999999996h60.00000000000001v220.30000000000004h-60.00000000000001Z" fill="#f58518"/><path aria-label="location: TF_1; mean_calls_per_hour: 0.6576; type: male" role="graphics-symbol" aria-roledescription="bar" d="M3.3333333333333144,180.79999999999998h60.00000000000001v219.20000000000002h-60.00000000000001Z" fill="#f58518"/><path aria-label="location: TF_3; mean_calls_per_hour: 0.314; type: male" role="graphics-symbol" aria-roledescription="bar" d="M136.66666666666666,295.3333333333333h60.00000000000001v104.66666666666669h-60.00000000000001Z" fill="#f58518"/><path aria-label="location: TF_4; mean_calls_per_hour: 0.412; type: male" role="graphics-symbol" aria-roledescription="bar" d="M203.33333333333331,262.6666666666667h60.00000000000001v137.33333333333331h-60.00000000000001Z" fill="#f58518"/><path aria-label="location: TF_2; mean_calls_per_hour: 0.4023; type: female" role="graphics-symbol" aria-roledescription="bar" d="M69.99999999999999,19.166666666666643h60.00000000000001v134.10000000000002h-60.00000000000001Z" fill="#4c78a8"/><path aria-label="location: TF_5; mean_calls_per_hour: 0.3575; type: female" role="graphics-symbol" aria-roledescription="bar" d="M270,68.23333333333328h60.00000000000001v119.1666666666667h-60.00000000000001Z" fill="#4c78a8"/><path aria-label="location: TF_6; mean_calls_per_hour: 0.386; type: female" role="graphics-symbol" aria-roledescription="bar" d="M336.6666666666667,51.03333333333335h60.00000000000001v128.6666666666666h-60.00000000000001Z" fill="#4c78a8"/><path aria-label="location: TF_1; mean_calls_per_hour: 0.2805; type: female" role="graphics-symbol" aria-roledescription="bar" d="M3.3333333333333144,87.30000000000003h60.00000000000001v93.49999999999996h-60.00000000000001Z" fill="#4c78a8"/><path aria-label="location: TF_3; mean_calls_per_hour: 0.1783; type: female" role="graphics-symbol" aria-roledescription="bar" d="M136.66666666666666,235.9h60.00000000000001v59.43333333333331h-60.00000000000001Z" fill="#4c78a8"/><path aria-label="location: TF_4; mean_calls_per_hour: 0.1857; type: female" role="graphics-symbol" aria-roledescription="bar" d="M203.33333333333331,200.76666666666662h60.00000000000001v61.90000000000006h-60.00000000000001Z" fill="#4c78a8"/></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'type' for fill color with 2 values: female, male"><g transform="translate(418,0)"><path class="background" aria-hidden="true" d="M0,0h47v40h-47Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h46.0146484375v11h-46.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,-5h10v10h-10Z" fill="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">female</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,13)"><path class="background" aria-hidden="true" d="M0,0h46.0146484375v11h-46.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,-5h10v10h-10Z" fill="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">male</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">type</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="450" height="447" viewBox="0 0 450 447"><rect width="450" height="447" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(44,10)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h400v400h-400Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,400.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(44,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(89,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(133,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(178,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(222,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(267,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(311,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(356,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(400,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,400)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,373)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,347)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,320)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,293)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,267)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,240)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,213)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,187)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,160)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,133)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,107)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,80)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,53)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,27)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'calls_per_hour' for a linear scale with values from −5 to 40"><g transform="translate(0.5,400.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(44,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(89,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(133,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(178,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(222,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(267,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(311,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(356,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(400,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="start" transform="translate(0,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">−5</text><text text-anchor="middle" transform="translate(44.44444444444444,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0</text><text text-anchor="middle" transform="translate(88.88888888888889,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">5</text><text text-anchor="middle" transform="translate(133.33333333333331,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">10</text><text text-anchor="middle" transform="translate(177.77777777777777,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">15</text><text text-anchor="middle" transform="translate(222.22222222222223,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">20</text><text text-anchor="middle" transform="translate(266.66666666666663,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">25</text><text text-anchor="middle" transform="translate(311.11111111111114,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">30</text><text text-anchor="middle" transform="translate(355.55555555555554,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">35</text><text text-anchor="end" transform="translate(400,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">40</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="400" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(200,30)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'frequency' for a linear scale with values from 0 to 300"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,400)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,373)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,347)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,320)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,293)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,267)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,240)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,213)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,187)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,160)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,133)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,107)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,80)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,53)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,27)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,403)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0</text><text text-anchor="end" transform="translate(-7,376.3333333333333)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">20</text><text text-anchor="end" transform="translate(-7,349.6666666666667)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">40</text><text text-anchor="end" transform="translate(-7,323)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">60</text><text text-anchor="end" transform="translate(-7,296.33333333333337)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">80</text><text text-anchor="end" transform="translate(-7,269.6666666666667)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">100</text><text text-anchor="end" transform="translate(-7,243)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">120</text><text text-anchor="end" transform="translate(-7,216.33333333333334)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">140</text><text text-anchor="end" transform="translate(-7,189.66666666666666)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">160</text><text text-anchor="end" transform="translate(-7,163)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">180</text><text text-anchor="end" transform="translate(-7,136.33333333333334)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">200</text><text text-anchor="end" transform="translate(-7,109.66666666666669)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">220</text><text text-anchor="end" transform="translate(-7,82.99999999999999)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">240</text><text text-anchor="end" transform="translate(-7,56.33333333333332)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">260</text><text text-anchor="end" transform="translate(-7,29.66666666666666)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">280</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">300</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,400)" x2="0" y2="-400" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-27.6845703125,200) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">frequency</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-rect role-mark marks" role="graphics-object" aria-roledescription="rect mark container"><path aria-label="calls_per_hour: 0; frequency: 291" role="graphics-symbol" aria-roledescription="bar" d="M41.94444444444444,12.00000000000001h5v388h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 1; frequency: 153" role="graphics-symbol" aria-roledescription="bar" d="M50.833333333333336,196h5v204h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 2; frequency: 186" role="graphics-symbol" aria-roledescription="bar" d="M59.72222222222222,152h5v248h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 3; frequency: 143" role="graphics-symbol" aria-roledescription="bar" d="M68.61111111111111,209.33333333333331h5v190.66666666666669h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 4; frequency: 146" role="graphics-symbol" aria-roledescription="bar" d="M77.5,205.33333333333331h5v194.66666666666669h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 5; frequency: 142" role="graphics-symbol" aria-roledescription="bar" d="M86.38888888888889,210.66666666666666h5v189.33333333333334h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 6; frequency: 123" role="graphics-symbol" aria-roledescription="bar" d="M95.27777777777777,236.00000000000003h5v163.99999999999997h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 7; frequency: 74" role="graphics-symbol" aria-roledescription="bar" d="M104.16666666666667,301.3333333333333h5v98.66666666666669h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 8; frequency: 74" role="graphics-symbol" aria-roledescription="bar" d="M113.05555555555554,301.3333333333333h5v98.66666666666669h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 9; frequency: 47" role="graphics-symbol" aria-roledescription="bar" d="M121.94444444444444,337.3333333333333h5v62.666666666666686h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 10; frequency: 37" role="graphics-symbol" aria-roledescription="bar" d="M130.83333333333331,350.6666666666667h5v49.333333333333314h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 11; frequency: 24" role="graphics-symbol" aria-roledescription="bar" d="M139.72222222222223,368h5v32h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 12; frequency: 34" role="graphics-symbol" aria-roledescription="bar" d="M148.61111111111111,354.6666666666667h5v45.333333333333314h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 13; frequency: 18" role="graphics-symbol" aria-roledescription="bar" d="M157.5,376h5v24h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 14; frequency: 16" role="graphics-symbol" aria-roledescription="bar" d="M166.38888888888889,378.6666666666667h5v21.333333333333314h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 15; frequency: 12" role="graphics-symbol" aria-roledescription="bar" d="M175.27777777777777,384h5v16h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 16; frequency: 9" role="graphics-symbol" aria-roledescription="bar" d="M184.16666666666666,388h5v12h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 17; frequency: 10" role="graphics-symbol" aria-roledescription="bar" d="M193.05555555555554,386.6666666666667h5v13.333333333333314h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 18; frequency: 5" role="graphics-symbol" aria-roledescription="bar" d="M201.94444444444443,393.3333333333333h5v6.666666666666686h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 19; frequency: 2" role="graphics-symbol" aria-roledescription="bar" d="M210.83333333333334,397.3333333333333h5v2.6666666666666856h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 20; frequency: 4" role="graphics-symbol" aria-roledescription="bar" d="M219.72222222222223,394.6666666666667h5v5.333333333333314h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 21; frequency: 3" role="graphics-symbol" aria-roledescription="bar" d="M228.6111111111111,396h5v4h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 22; frequency: 1" role="graphics-symbol" aria-roledescription="bar" d="M237.5,398.6666666666667h5v1.3333333333333144h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 23; frequency: 2" role="graphics-symbol" aria-roledescription="bar" d="M246.38888888888889,397.3333333333333h5v2.6666666666666856h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 24; frequency: 2" role="graphics-symbol" aria-roledescription="bar" d="M255.27777777777777,397.3333333333333h5v2.6666666666666856h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 25; frequency: 3" role="graphics-symbol" aria-roledescription="bar" d="M264.16666666666663,396h5v4h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 39; frequency: 1" role="graphics-symbol" aria-roledescription="bar" d="M388.6111111111111,398.6666666666667h5v1.3333333333333144h-5Z" fill="#4c78a8"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="509" height="447" viewBox="0 0 509 447"><rect width="509" height="447" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(39,10)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h400v400h-400Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,400.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(44,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(89,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(133,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(178,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(222,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(267,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(311,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(356,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(400,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,400)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,350)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,300)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,250)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,150)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,100)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,50)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'calls_per_hour' for a linear scale with values from −5 to 40"><g transform="translate(0.5,400.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(44,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(89,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(133,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(178,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(222,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(267,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(311,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(356,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(400,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="start" transform="translate(0,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">−5</text><text text-anchor="middle" transform="translate(44.44444444444444,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0</text><text text-anchor="middle" transform="translate(88.88888888888889,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">5</text><text text-anchor="middle" transform="translate(133.33333333333331,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">10</text><text text-anchor="middle" transform="translate(177.77777777777777,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">15</text><text text-anchor="middle" transform="translate(222.22222222222223,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">20</text><text text-anchor="middle" transform="translate(266.66666666666663,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">25</text><text text-anchor="middle" transform="translate(311.11111111111114,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">30</text><text text-anchor="middle" transform="translate(355.55555555555554,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">35</text><text text-anchor="end" transform="translate(400,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">40</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="400" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(200,30)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'median_calls' for a linear scale with values from 0 to 40"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,400)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,350)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,300)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,250)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,150)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,100)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,50)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,403)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0</text><text text-anchor="end" transform="translate(-7,353)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">5</text><text text-anchor="end" transform="translate(-7,303)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">10</text><text text-anchor="end" transform="translate(-7,253)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">15</text><text text-anchor="end" transform="translate(-7,203)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">20</text><text text-anchor="end" transform="translate(-7,153)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">25</text><text text-anchor="end" transform="translate(-7,103)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">30</text><text text-anchor="end" transform="translate(-7,53)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">35</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">40</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,400)" x2="0" y2="-400" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-22.123046875,200) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">median_calls</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-rect role-mark marks" role="graphics-object" aria-roledescription="rect mark container"><path aria-label="calls_per_hour: 0; median_calls: 0; type: male" role="graphics-symbol" aria-roledescription="bar" d="M41.94444444444444,400h5v0h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 1; median_calls: 1; type: male" role="graphics-symbol" aria-roledescription="bar" d="M50.833333333333336,390h5v10h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 2; median_calls: 2; type: male" role="graphics-symbol" aria-roledescription="bar" d="M59.72222222222222,380h5v20h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 3; median_calls: 2; type: male" role="graphics-symbol" aria-roledescription="bar" d="M68.61111111111111,380h5v20h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 4; median_calls: 2.5; type: male" role="graphics-symbol" aria-roledescription="bar" d="M77.5,375h5v25h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 5; median_calls: 3; type: male" role="graphics-symbol" aria-roledescription="bar" d="M86.38888888888889,370h5v30h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 6; median_calls: 4; type: male" role="graphics-symbol" aria-roledescription="bar" d="M95.27777777777777,360h5v40h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 7; median_calls: 5; type: male" role="graphics-symbol" aria-roledescription="bar" d="M104.16666666666667,350h5v50h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 8; median_calls: 6; type: male" role="graphics-symbol" aria-roledescription="bar" d="M113.05555555555554,340h5v60h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 9; median_calls: 6; type: male" role="graphics-symbol" aria-roledescription="bar" d="M121.94444444444444,340h5v60h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 10; median_calls: 6; type: male" role="graphics-symbol" aria-roledescription="bar" d="M130.83333333333331,340h5v60h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 11; median_calls: 7; type: male" role="graphics-symbol" aria-roledescription="bar" d="M139.72222222222223,330h5v70h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 12; median_calls: 7; type: male" role="graphics-symbol" aria-roledescription="bar" d="M148.61111111111111,330h5v70h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 13; median_calls: 8.5; type: male" role="graphics-symbol" aria-roledescription="bar" d="M157.5,315h5v85h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 14; median_calls: 9; type: male" role="graphics-symbol" aria-roledescription="bar" d="M166.38888888888889,310h5v90h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 15; median_calls: 10; type: male" role="graphics-symbol" aria-roledescription="bar" d="M175.27777777777777,300h5v100h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 16; median_calls: 10; type: male" role="graphics-symbol" aria-roledescription="bar" d="M184.16666666666666,300h5v100h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 17; median_calls: 10.5; type: male" role="graphics-symbol" aria-roledescription="bar" d="M193.05555555555554,295h5v105h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 18; median_calls: 10; type: male" role="graphics-symbol" aria-roledescription="bar" d="M201.94444444444443,300h5v100h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 19; median_calls: 13; type: male" role="graphics-symbol" aria-roledescription="bar" d="M210.83333333333334,270h5v130h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 20; median_calls: 10; type: male" role="graphics-symbol" aria-roledescription="bar" d="M219.72222222222223,300h5v100h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 21; median_calls: 14; type: male" role="graphics-symbol" aria-roledescription="bar" d="M228.6111111111111,260h5v140h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 22; median_calls: 14; type: male" role="graphics-symbol" aria-roledescription="bar" d="M237.5,260h5v140h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 23; median_calls: 12.5; type: male" role="graphics-symbol" aria-roledescription="bar" d="M246.38888888888889,275h5v125h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 24; median_calls: 14.5; type: male" role="graphics-symbol" aria-roledescription="bar" d="M255.27777777777777,254.99999999999997h5v145.00000000000003h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 25; median_calls: 14; type: male" role="graphics-symbol" aria-roledescription="bar" d="M264.16666666666663,260h5v140h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 39; median_calls: 26; type: male" role="graphics-symbol" aria-roledescription="bar" d="M388.6111111111111,140h5v260h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 0; median_calls: 0; type: female" role="graphics-symbol" aria-roledescription="bar" d="M41.94444444444444,400h5v0h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 1; median_calls: 0; type: female" role="graphics-symbol" aria-roledescription="bar" d="M50.833333333333336,390h5v0h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 2; median_calls: 0; type: female" role="graphics-symbol" aria-roledescription="bar" d="M59.72222222222222,380h5v0h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 3; median_calls: 1; type: female" role="graphics-symbol" aria-roledescription="bar" d="M68.61111111111111,370h5v10h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 4; median_calls: 1.5; type: female" role="graphics-symbol" aria-roledescription="bar" d="M77.5,360h5v15h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 5; median_calls: 2; type: female" role="graphics-symbol" aria-roledescription="bar" d="M86.38888888888889,350h5v20h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 6; median_calls: 2; type: female" role="graphics-symbol" aria-roledescription="bar" d="M95.27777777777777,340h5v20h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 7; median_calls: 2; type: female" role="graphics-symbol" aria-roledescription="bar" d="M104.16666666666667,330h5v20h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 8; median_calls: 2; type: female" role="graphics-symbol" aria-roledescription="bar" d="M113.05555555555554,320h5v20h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 9; median_calls: 3; type: female" role="graphics-symbol" aria-roledescription="bar" d="M121.94444444444444,310h5v30h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 10; median_calls: 4; type: female" role="graphics-symbol" aria-roledescription="bar" d="M130.83333333333331,300h5v40h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 11; median_calls: 4; type: female" role="graphics-symbol" aria-roledescription="bar" d="M139.72222222222223,290h5v40h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 12; median_calls: 5; type: female" role="graphics-symbol" aria-roledescription="bar" d="M148.61111111111111,280h5v50h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 13; median_calls: 4.5; type: female" role="graphics-symbol" aria-roledescription="bar" d="M157.5,270h5v45h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 14; median_calls: 5; type: female" role="graphics-symbol" aria-roledescription="bar" d="M166.38888888888889,260h5v50h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 15; median_calls: 5; type: female" role="graphics-symbol" aria-roledescription="bar" d="M175.27777777777777,250h5v50h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 16; median_calls: 6; type: female" role="graphics-symbol" aria-roledescription="bar" d="M184.16666666666666,240h5v60h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 17; median_calls: 6.5; type: female" role="graphics-symbol" aria-roledescription="bar" d="M193.05555555555554,229.99999999999997h5v65.00000000000003h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 18; median_calls: 8; type: female" role="graphics-symbol" aria-roledescription="bar" d="M201.94444444444443,220.00000000000003h5v79.99999999999997h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 19; median_calls: 6; type: female" role="graphics-symbol" aria-roledescription="bar" d="M210.83333333333334,210h5v60h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 20; median_calls: 10; type: female" role="graphics-symbol" aria-roledescription="bar" d="M219.72222222222223,200h5v100h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 21; median_calls: 7; type: female" role="graphics-symbol" aria-roledescription="bar" d="M228.6111111111111,190h5v70h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 22; median_calls: 8; type: female" role="graphics-symbol" aria-roledescription="bar" d="M237.5,179.99999999999997h5v80.00000000000003h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 23; median_calls: 10.5; type: female" role="graphics-symbol" aria-roledescription="bar" d="M246.38888888888889,170.00000000000003h5v104.99999999999997h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 24; median_calls: 9.5; type: female" role="graphics-symbol" aria-roledescription="bar" d="M255.27777777777777,160h5v94.99999999999997h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 25; median_calls: 11; type: female" role="graphics-symbol" aria-roledescription="bar" d="M264.16666666666663,150h5v110h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 39; median_calls: 13; type: female" role="graphics-symbol" aria-roledescription="bar" d="M388.6111111111111,10.000000000000009h5v130h-5Z" fill="#4c78a8"/></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'type' for fill color with 2 values: female, male"><g transform="translate(418,0)"><path class="background" aria-hidden="true" d="M0,0h47v40h-47Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h46.0146484375v11h-46.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,-5h10v10h-10Z" fill="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">female</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,13)"><path class="background" aria-hidden="true" d="M0,0h46.0146484375v11h-46.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,-5h10v10h-10Z" fill="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">male</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">type</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="311" height="447" viewBox="0 0 311 447"><rect width="311" height="447" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(41,10)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h200v400h-200Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,400.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(17,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(58,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(100,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(142,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(183,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,400)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,360)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,320)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,280)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,240)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,160)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,120)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,80)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,40)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'hour_bucket' for a linear scale with values from 8.8 to 11.2"><g transform="translate(0.5,400.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(17,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(58,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(100,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(142,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(183,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="middle" transform="translate(16.666666666666618,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">9.0</text><text text-anchor="middle" transform="translate(58.3333333333333,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">9.5</text><text text-anchor="middle" transform="translate(100,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">10.0</text><text text-anchor="middle" transform="translate(141.66666666666669,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">10.5</text><text text-anchor="middle" transform="translate(183.3333333333334,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">11.0</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="200" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(100,30)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">hour_bucket</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'mean' for a linear scale with values from 0 to 5"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,400)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,360)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,320)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,280)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,240)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,160)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,120)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,80)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,40)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,403)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.0</text><text text-anchor="end" transform="translate(-7,363)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.5</text><text text-anchor="end" transform="translate(-7,323)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">1.0</text><text text-anchor="end" transform="translate(-7,283)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">1.5</text><text text-anchor="end" transform="translate(-7,243)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2.0</text><text text-anchor="end" transform="translate(-7,203)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2.5</text><text text-anchor="end" transform="translate(-7,163)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">3.0</text><text text-anchor="end" transform="translate(-7,123.00000000000001)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">3.5</text><text text-anchor="end" transform="translate(-7,82.99999999999999)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">4.0</text><text text-anchor="end" transform="translate(-7,42.99999999999999)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">4.5</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">5.0</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,400)" x2="0" y2="-400" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-24.9013671875,200) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">mean</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-rect role-mark marks" role="graphics-object" aria-roledescription="rect mark container"><path aria-label="hour_bucket: 9; mean: 4.2196969697; type: male" role="graphics-symbol" aria-roledescription="bar" d="M14.166666666666618,62.42424242424241h5v337.5757575757576h-5Z" fill="#f58518"/><path aria-label="hour_bucket: 10; mean: 3.73631840796; type: male" role="graphics-symbol" aria-roledescription="bar" d="M97.5,101.09452736318407h5v298.90547263681594h-5Z" fill="#f58518"/><path aria-label="hour_bucket: 11; mean: 2.69565217391; type: male" role="graphics-symbol" aria-roledescription="bar" d="M180.8333333333334,184.34782608695653h5v215.65217391304347h-5Z" fill="#f58518"/><path aria-label="hour_bucket: 9; mean: 0.742424242424; type: female" role="graphics-symbol" aria-roledescription="bar" d="M14.166666666666618,3.0303030303030276h5v59.39393939393938h-5Z" fill="#4c78a8"/><path aria-label="hour_bucket: 10; mean: 0.592039800995; type: female" role="graphics-symbol" aria-roledescription="bar" d="M97.5,53.73134328358206h5v47.36318407960201h-5Z" fill="#4c78a8"/><path aria-label="hour_bucket: 11; mean: 0.231884057971; type: female" role="graphics-symbol" aria-roledescription="bar" d="M180.8333333333334,165.79710144927535h5v18.550724637681185h-5Z" fill="#4c78a8"/></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'type' for fill color with 2 values: female, male"><g transform="translate(218,0)"><path class="background" aria-hidden="true" d="M0,0h47v40h-47Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h46.0146484375v11h-46.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,-5h10v10h-10Z" fill="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">female</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,13)"><path class="background" aria-hidden="true" d="M0,0h46.0146484375v11h-46.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,-5h10v10h-10Z" fill="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">male</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">type</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="449" height="447" viewBox="0 0 449 447"><rect width="449" height="447" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(39,10)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h400v400h-400Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,400.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(12,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(59,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(107,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(154,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(201,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(248,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(296,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(343,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(390,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,400)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,367)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,333)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,300)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,267)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,233)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,167)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,133)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,100)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,67)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,33)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'hour_bucket' for a time scale with values from Thursday, 08 March 2018, 10:00:00 AM to Sunday, 19 April 2020, 10:00:00 AM"><g transform="translate(0.5,400.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(12,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(59,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(107,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(154,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(201,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(248,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(296,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(343,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(390,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="middle" transform="translate(12.202878240715787,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">April</text><text text-anchor="middle" transform="translate(59.31116261521048,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">July</text><text text-anchor="middle" transform="translate(106.89376381178246,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">October</text><text text-anchor="middle" transform="translate(154.49792486390342,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2019</text><text text-anchor="middle" transform="translate(201.0672128496739,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">April</text><text text-anchor="middle" transform="translate(248.1754972241686,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">July</text><text text-anchor="middle" transform="translate(295.75809842074057,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">October</text><text text-anchor="middle" transform="translate(343.3622594728615,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2020</text><text text-anchor="middle" transform="translate(390.44898399180727,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">April</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="400" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(200,30)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">hour_bucket</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'calls' for a linear scale with values from 0 to 24"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,400)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,367)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,333)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,300)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,267)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,233)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,167)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,133)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,100)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,67)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,33)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,403)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0</text><text text-anchor="end" transform="translate(-7,369.66666666666663)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2</text><text text-anchor="end" transform="translate(-7,336.33333333333337)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">4</text><text text-anchor="end" transform="translate(-7,303)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">6</text><text text-anchor="end" transform="translate(-7,269.6666666666667)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">8</text><text text-anchor="end" transform="translate(-7,236.33333333333331)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">10</text><text text-anchor="end" transform="translate(-7,203)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">12</text><text text-anchor="end" transform="translate(-7,169.66666666666666)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">14</text><text text-anchor="end" transform="translate(-7,136.33333333333334)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">16</text><text text-anchor="end" transform="translate(-7,103)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">18</text><text text-anchor="end" transform="translate(-7,69.66666666666666)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">20</text><text text-anchor="end" transform="translate(-7,36.33333333333335)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">22</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">24</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,400)" x2="0" y2="-400" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-22.123046875,200) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-symbol role-mark marks" role="graphics-object" aria-roledescription="symbol mark container"><path aria-label="hour_bucket: Mar 08, 2018; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(0,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 08, 2018; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(0.021559855548967822,283.3333333333333)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 09, 2018; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(0.5174365331752276,166.66666666666666)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 09, 2018; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(0.5389963887241955,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 10, 2018; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(1.0348730663504553,316.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 10, 2018; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(1.0564329218994233,316.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 11, 2018; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(1.5523095995256833,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 11, 2018; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(1.5738694550746508,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 12, 2018; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(2.0697461327009106,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 12, 2018; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(2.0913059882498786,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 13, 2018; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(2.5871826658761385,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 13, 2018; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(2.6087425214251065,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 14, 2018; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(3.1046191990513665,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 14, 2018; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(3.1261790546003345,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 15, 2018; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(3.6220557322265945,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 15, 2018; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(3.6436155877755616,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 16, 2018; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(4.139492265401821,266.6666666666667)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 16, 2018; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(4.16105212095079,333.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 17, 2018; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(4.6569287985770496,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 17, 2018; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(4.678488654126017,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 18, 2018; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(5.174365331752277,366.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 18, 2018; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(5.1959251873012455,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 19, 2018; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(5.6918018649275055,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 19, 2018; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(5.713361720476473,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 20, 2018; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(6.209238398102733,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 20, 2018; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(6.230798253651701,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 21, 2018; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(6.726674931277961,366.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 21, 2018; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(6.748234786826929,366.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 22, 2018; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(7.244111464453189,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 22, 2018; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(7.2656713200021565,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 23, 2018; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(7.7615479976284165,333.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 23, 2018; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(7.783107853177383,366.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 24, 2018; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(8.278984530803642,366.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 24, 2018; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(8.30054438635261,266.6666666666667)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 25, 2018; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(8.79642106397887,333.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 25, 2018; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(8.81798091952784,333.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 26, 2018; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(9.313857597154099,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 26, 2018; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(9.335417452703068,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 27, 2018; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(9.831294130329326,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 27, 2018; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(9.852853985878294,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 28, 2018; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(10.348730663504554,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 28, 2018; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(10.370290519053523,266.6666666666667)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 29, 2018; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(10.866167196679783,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 29, 2018; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(10.887727052228751,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 30, 2018; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(11.383603729855011,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 30, 2018; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(11.405163585403978,366.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 31, 2018; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(11.901040263030238,333.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 31, 2018; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(11.922600118579206,316.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 01, 2018; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(12.440036651754435,266.6666666666667)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 01, 2018; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(12.461596507303401,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 02, 2018; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(12.957473184929661,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 02, 2018; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(12.97903304047863,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 03, 2018; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(13.474909718104888,366.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 03, 2018; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(13.496469573653858,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 04, 2018; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(13.992346251280116,283.3333333333333)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 04, 2018; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(14.013906106829085,333.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 05, 2018; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(14.509782784455345,316.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 05, 2018; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(14.531342640004313,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 06, 2018; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(15.027219317630571,333.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 06, 2018; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(15.048779173179538,266.6666666666667)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 07, 2018; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(15.5446558508058,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 07, 2018; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(15.566215706354766,150)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 08, 2018; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(16.062092383981028,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 08, 2018; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(16.083652239529993,333.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 09, 2018; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(16.579528917156257,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 09, 2018; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(16.60108877270522,133.33333333333334)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 10, 2018; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(17.096965450331485,316.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 10, 2018; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(17.11852530588045,250)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 11, 2018; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(17.61440198350671,333.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 11, 2018; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(17.63596183905568,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 12, 2018; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(18.13183851668194,316.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 12, 2018; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(18.153398372230907,333.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 13, 2018; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(18.649275049857167,333.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 13, 2018; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(18.670834905406135,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 14, 2018; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(19.166711583032395,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 14, 2018; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(19.18827143858136,366.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 15, 2018; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(19.684148116207624,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 15, 2018; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(19.70570797175659,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 16, 2018; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(20.201584649382852,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 16, 2018; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(20.223144504931817,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 17, 2018; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(20.719021182558077,366.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 17, 2018; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(20.740581038107045,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 18, 2018; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(21.2364577157333,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 18, 2018; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(21.258017571282274,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 19, 2018; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(21.75389424890853,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 19, 2018; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(21.775454104457502,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 20, 2018; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(22.27133078208376,366.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 20, 2018; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(22.292890637632727,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 21, 2018; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(22.788767315258987,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 21, 2018; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(22.810327170807955,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 22, 2018; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(23.306203848434215,333.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 22, 2018; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(23.327763703983184,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 23, 2018; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(23.823640381609444,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 23, 2018; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(23.845200237158412,366.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 24, 2018; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(24.341076914784672,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 24, 2018; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(24.36263677033364,283.3333333333333)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 25, 2018; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(24.858513447959897,366.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 25, 2018; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(24.88007330350887,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 26, 2018; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(25.375949981135125,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 26, 2018; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(25.397509836684094,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 27, 2018; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(25.89338651431035,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 27, 2018; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(25.914946369859322,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 28, 2018; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(26.410823047485582,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 28, 2018; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(26.43238290303455,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 29, 2018; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(26.928259580660807,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 29, 2018; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(26.949819436209776,333.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 30, 2018; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(27.44569611383604,150)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 30, 2018; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(27.467255969385008,316.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 01, 2018; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(27.963132647011264,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 01, 2018; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(27.984692502560232,316.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 02, 2018; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(28.480569180186492,233.33333333333331)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 02, 2018; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(28.502129035735464,250)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 03, 2018; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(28.998005713361717,333.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 03, 2018; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(29.01956556891069,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 04, 2018; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(29.51544224653695,216.66666666666669)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 04, 2018; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(29.537002102085918,333.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 05, 2018; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(30.032878779712174,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 05, 2018; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(30.054438635261143,366.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 06, 2018; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(30.550315312887406,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 06, 2018; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(30.571875168436367,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 07, 2018; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(31.06775184606263,366.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 07, 2018; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(31.0893117016116,366.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 08, 2018; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(31.58518837923786,333.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 08, 2018; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(31.606748234786824,366.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 09, 2018; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(32.102624912413084,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 09, 2018; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(32.124184767962056,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 10, 2018; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(32.62006144558832,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 10, 2018; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(32.64162130113728,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 11, 2018; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(33.13749797876354,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 11, 2018; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(33.15905783431251,333.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 12, 2018; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(33.65493451193877,366.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 12, 2018; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(33.676494367487734,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 13, 2018; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(34.172371045114,366.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 13, 2018; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(34.19393090066297,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 14, 2018; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(34.689807578289226,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 14, 2018; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(34.71136743383819,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 15, 2018; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(35.207244111464455,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 15, 2018; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(35.22880396701342,316.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 10, 2019; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(189.8776478197596,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 10, 2019; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(189.89920767530856,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 14, 2019; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(191.94739395246052,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 14, 2019; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(191.9689538080095,233.33333333333331)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 15, 2019; calls: 17" role="graphics-symbol" aria-roledescription="point" transform="translate(192.46483048563573,116.66666666666666)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 15, 2019; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(192.48639034118472,266.6666666666667)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 16, 2019; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(192.98226701881097,250)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 16, 2019; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(193.00382687435996,200)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 17, 2019; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(193.49970355198622,250)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 17, 2019; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(193.52126340753517,250)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 18, 2019; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(194.01714008516143,250)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 18, 2019; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(194.0386999407104,316.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 19, 2019; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(194.53457661833667,250)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 19, 2019; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(194.55613647388563,333.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 20, 2019; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(195.0520131515119,283.3333333333333)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 20, 2019; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(195.07357300706084,266.6666666666667)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 21, 2019; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(195.5694496846871,166.66666666666666)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 21, 2019; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(195.59100954023606,166.66666666666666)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 22, 2019; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(196.08688621786234,216.66666666666669)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 22, 2019; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(196.1084460734113,133.33333333333334)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 23, 2019; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(196.60432275103756,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 23, 2019; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(196.62588260658654,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 24, 2019; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(197.1217592842128,283.3333333333333)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 24, 2019; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(197.1433191397618,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 25, 2019; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(197.639195817388,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 25, 2019; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(197.660755672937,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 26, 2019; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(198.15663235056326,316.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 26, 2019; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(198.17819220611221,183.33333333333334)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 27, 2019; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(198.6740688837385,266.6666666666667)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 27, 2019; calls: 24" role="graphics-symbol" aria-roledescription="point" transform="translate(198.69562873928746,0)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 28, 2019; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(199.1915054169137,250)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 28, 2019; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(199.21306527246267,133.33333333333334)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 29, 2019; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(199.70894195008893,200)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 29, 2019; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(199.73050180563789,233.33333333333331)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 30, 2019; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(200.22637848326417,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 30, 2019; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(200.24793833881313,250)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 31, 2019; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(200.74381501643938,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 31, 2019; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(200.76537487198837,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 01, 2019; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(201.2612515496146,366.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 01, 2019; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(201.28281140516359,366.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 02, 2019; calls: 20" role="graphics-symbol" aria-roledescription="point" transform="translate(201.7786880827898,66.66666666666666)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 02, 2019; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(201.80024793833883,283.3333333333333)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 03, 2019; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(202.29612461596508,283.3333333333333)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 03, 2019; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(202.31768447151404,216.66666666666669)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 04, 2019; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(202.8135611491403,133.33333333333334)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 04, 2019; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(202.83512100468926,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 05, 2019; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(203.33099768231554,216.66666666666669)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 05, 2019; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(203.35255753786447,216.66666666666669)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 06, 2019; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(203.84843421549076,166.66666666666666)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 06, 2019; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(203.86999407103974,216.66666666666669)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 07, 2019; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(204.38743060421496,166.66666666666666)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 07, 2019; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(204.4089904597639,166.66666666666666)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 08, 2019; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(204.90486713739017,216.66666666666669)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 08, 2019; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(204.92642699293913,200)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 09, 2019; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(205.42230367056538,283.3333333333333)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 09, 2019; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(205.4438635261144,366.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 10, 2019; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(205.93974020374063,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 10, 2019; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(205.9613000592896,333.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 11, 2019; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(206.45717673691587,316.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 11, 2019; calls: 17" role="graphics-symbol" aria-roledescription="point" transform="translate(206.47873659246483,116.66666666666666)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 12, 2019; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(206.9746132700911,200)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 12, 2019; calls: 19" role="graphics-symbol" aria-roledescription="point" transform="translate(206.99617312564004,83.33333333333334)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 13, 2019; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(207.49204980326633,216.66666666666669)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 13, 2019; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(207.51360965881526,266.6666666666667)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 14, 2019; calls: 18" role="graphics-symbol" aria-roledescription="point" transform="translate(208.00948633644154,100)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 14, 2019; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(208.03104619199053,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 15, 2019; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(208.52692286961675,316.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 15, 2019; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(208.54848272516574,283.3333333333333)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 16, 2019; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(209.04435940279197,266.6666666666667)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 16, 2019; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(209.06591925834098,283.3333333333333)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 17, 2019; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(209.56179593596724,316.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 17, 2019; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(209.5833557915162,316.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 18, 2019; calls: 22" role="graphics-symbol" aria-roledescription="point" transform="translate(210.07923246914245,33.33333333333335)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 18, 2019; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(210.1007923246914,200)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 19, 2019; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(210.5966690023177,266.6666666666667)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 19, 2019; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(210.61822885786668,333.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 20, 2019; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(211.1141055354929,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 20, 2019; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(211.1356653910419,316.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 21, 2019; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(211.63154206866813,266.6666666666667)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 21, 2019; calls: 9" role="graphics-symbol" aria-roledescription="point" transform="translate(211.6531019242171,250)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 22, 2019; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(212.1489786018434,333.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 22, 2019; calls: 14" role="graphics-symbol" aria-roledescription="point" transform="translate(212.17053845739233,166.66666666666666)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 23, 2019; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(212.6664151350186,200)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 23, 2019; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(212.68797499056754,150)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 24, 2019; calls: 15" role="graphics-symbol" aria-roledescription="point" transform="translate(213.18385166819382,150)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 24, 2019; calls: 17" role="graphics-symbol" aria-roledescription="point" transform="translate(213.20541152374278,116.66666666666666)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 25, 2019; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(213.70128820136904,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 25, 2019; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(213.72284805691802,316.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 26, 2019; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(214.21872473454425,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 26, 2019; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(214.24028459009327,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 27, 2019; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(214.73616126771952,316.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 27, 2019; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(214.75772112326848,133.33333333333334)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 28, 2019; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(215.25359780089474,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 28, 2019; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(215.2751576564437,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 29, 2019; calls: 12" role="graphics-symbol" aria-roledescription="point" transform="translate(215.77103433406995,200)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 29, 2019; calls: 17" role="graphics-symbol" aria-roledescription="point" transform="translate(215.7925941896189,116.66666666666666)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 30, 2019; calls: 13" role="graphics-symbol" aria-roledescription="point" transform="translate(216.2884708672452,183.33333333333334)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 30, 2019; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(216.31003072279418,283.3333333333333)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 01, 2019; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(216.8059074004204,216.66666666666669)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 01, 2019; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(216.8274672559694,233.33333333333331)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 02, 2019; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(217.32334393359562,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 02, 2019; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(217.3449037891446,133.33333333333334)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 03, 2019; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(217.8407804667709,316.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 03, 2019; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(217.86234032231982,316.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 04, 2019; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(218.3582169999461,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 04, 2019; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(218.37977685549507,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 05, 2019; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(218.87565353312132,316.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 05, 2019; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(218.89721338867028,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 06, 2019; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(219.39309006629654,133.33333333333334)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 06, 2019; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(219.41464992184555,283.3333333333333)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 07, 2019; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(219.91052659947178,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 07, 2019; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(219.93208645502077,283.3333333333333)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 08, 2019; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(220.42796313264702,216.66666666666669)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 08, 2019; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(220.44952298819598,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 09, 2019; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(220.94539966582226,316.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 09, 2019; calls: 16" role="graphics-symbol" aria-roledescription="point" transform="translate(220.9669595213712,133.33333333333334)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 10, 2019; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(221.46283619899748,216.66666666666669)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 10, 2019; calls: 10" role="graphics-symbol" aria-roledescription="point" transform="translate(221.4843960545464,233.33333333333331)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 11, 2019; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(221.9802727321727,216.66666666666669)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 11, 2019; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(222.00183258772168,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 12, 2019; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(222.4977092653479,283.3333333333333)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 12, 2019; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(222.5192691208969,316.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 13, 2019; calls: 11" role="graphics-symbol" aria-roledescription="point" transform="translate(223.01514579852312,216.66666666666669)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 13, 2019; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(223.0367056540721,333.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 14, 2019; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(223.5325823316984,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 14, 2019; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(223.55414218724735,266.6666666666667)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 15, 2019; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(224.0500188648736,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 15, 2019; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(224.07157872042256,366.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 16, 2019; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(224.56745539804882,333.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 16, 2019; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(224.58901525359778,366.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 17, 2019; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(225.08489193122406,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 17, 2019; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(225.10645178677305,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 18, 2019; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(225.60232846439928,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 18, 2019; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(225.62388831994826,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 19, 2019; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(226.11976499757452,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 19, 2019; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(226.14132485312348,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 20, 2019; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(226.63720153074976,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: May 20, 2019; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(226.6587613862987,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 17, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(367.87581523203795,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 17, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(367.8973750875869,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 18, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(368.39325176521317,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 18, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(368.4148116207621,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 19, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(368.9106882983884,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 19, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(368.93224815393734,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 20, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(369.4281248315636,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 20, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(369.4496846871126,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 21, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(369.94556136473886,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 21, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(369.9671212202878,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 22, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(370.4629978979141,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 22, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(370.48455775346304,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 23, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(370.98043443108935,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 23, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(371.00199428663825,316.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 24, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(371.49787096426456,366.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 24, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(371.51943081981346,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 25, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(372.0153074974398,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 25, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(372.03686735298874,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 26, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(372.532744030615,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 26, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(372.55430388616395,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 27, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(373.0501805637902,366.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 27, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(373.0717404193392,333.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 28, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(373.5676170969655,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 28, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(373.58917695251444,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 29, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(374.0850536301407,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Feb 29, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(374.10661348568965,366.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 01, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(374.6024901633159,283.3333333333333)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 01, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(374.62405001886486,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 02, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(375.1199266964911,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 02, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(375.14148655204013,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 03, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(375.63736322966633,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 03, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(375.65892308521535,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 04, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(376.1547997628416,366.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 04, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(376.17635961839056,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 05, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(376.6722362960168,283.3333333333333)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 05, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(376.6937961515658,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 06, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(377.18967282919203,333.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 06, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(377.211232684741,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 07, 2020; calls: 7" role="graphics-symbol" aria-roledescription="point" transform="translate(377.70710936236725,283.3333333333333)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 07, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(377.72866921791626,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 08, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(378.22454589554246,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 08, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(378.2461057510915,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 09, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(378.74198242871773,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 09, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(378.7635422842667,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 10, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(379.25941896189295,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 10, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(379.2809788174419,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 11, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(379.77685549506816,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 11, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(379.7984153506171,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 12, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(380.29429202824343,333.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 12, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(380.3158518837924,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 13, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(380.81172856141865,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 13, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(380.8332884169676,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 14, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(381.32916509459386,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 14, 2020; calls: 8" role="graphics-symbol" aria-roledescription="point" transform="translate(381.3507249501428,266.6666666666667)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 15, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(381.84660162776913,333.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 15, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(381.86816148331803,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 16, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(382.36403816094435,366.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 16, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(382.3855980164933,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 17, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(382.88147469411956,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 17, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(382.9030345496685,366.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 18, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(383.3989112272948,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 18, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(383.42047108284373,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 19, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(383.91634776047,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 19, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(383.937907616019,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 20, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(384.43378429364526,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 20, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(384.4553441491942,333.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 21, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(384.9512208268205,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 21, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(384.97278068236943,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 22, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(385.4686573599957,366.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 22, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(385.49021721554465,366.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 23, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(385.9860938931709,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 23, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(386.0076537487199,333.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 24, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(386.5035304263461,366.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 24, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(386.52509028189513,333.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 25, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(387.02096695952133,366.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 25, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(387.04252681507035,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 26, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(387.5384034926966,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 26, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(387.55996334824556,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 27, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(388.0558400258718,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 27, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(388.0773998814208,366.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 28, 2020; calls: 3" role="graphics-symbol" aria-roledescription="point" transform="translate(388.57327655904703,350)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 28, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(388.594836414596,366.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 29, 2020; calls: 6" role="graphics-symbol" aria-roledescription="point" transform="translate(389.09071309222224,300)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 29, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(389.11227294777126,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 30, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(389.6081496253975,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 30, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(389.6297094809465,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 31, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(390.12558615857273,333.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Mar 31, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(390.1471460141217,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 01, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(390.643022691748,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 01, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(390.6645825472969,333.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 02, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(391.1604592249232,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 02, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(391.1820190804721,333.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 03, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(391.67789575809843,333.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 03, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(391.6994556136474,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 04, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(392.19533229127364,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 04, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(392.2168921468226,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 05, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(392.7343286799979,366.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 05, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(392.7558885355468,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 06, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(393.2517652131731,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 06, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(393.27332506872204,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 07, 2020; calls: 1" role="graphics-symbol" aria-roledescription="point" transform="translate(393.7692017463483,383.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 07, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(393.79076160189726,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 08, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(394.2866382795236,366.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 08, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(394.3081981350725,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 09, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(394.8040748126988,366.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 09, 2020; calls: 4" role="graphics-symbol" aria-roledescription="point" transform="translate(394.82563466824774,333.33333333333337)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 10, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(395.321511345874,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 10, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(395.34307120142296,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 11, 2020; calls: 5" role="graphics-symbol" aria-roledescription="point" transform="translate(395.8389478790492,316.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 11, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(395.8605077345982,366.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 12, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(396.35638441222443,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 12, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(396.37794426777344,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 13, 2020; calls: 2" role="graphics-symbol" aria-roledescription="point" transform="translate(396.87382094539964,366.66666666666663)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 13, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(396.89538080094866,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 14, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(397.3912574785749,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 14, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(397.4128173341239,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 15, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(397.90869401175013,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 15, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(397.9302538672991,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 16, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(398.42613054492534,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 16, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(398.4476904004743,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 17, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(398.94356707810056,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 17, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(398.9651269336496,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 18, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(399.46100361127577,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 18, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(399.4825634668248,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 19, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(399.97844014445104,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/><path aria-label="hour_bucket: Apr 19, 2020; calls: 0" role="graphics-symbol" aria-roledescription="point" transform="translate(400,400)" d="M2.739,0A2.739,2.739,0,1,1,-2.739,0A2.739,2.739,0,1,1,2.739,0" stroke="#4c78a8" stroke-width="2" opacity="0.7"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="511" height="484" viewBox="0 0 511 484"><rect width="511" height="484" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(41,10)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h400v400h-400Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,400)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,343)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,286)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,229)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,171)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,114)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,57)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'location' for a discrete scale with 6 values: Crossroad, Grono, Lake_Sec, Mahoe, Marley, North_R"><g transform="translate(0.5,400.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(33,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(99,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(166,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(233,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(300,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(366,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(32.833333333333314,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">Crossroad</text><text text-anchor="end" transform="translate(99.49999999999999,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">Grono</text><text text-anchor="end" transform="translate(166.16666666666666,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">Lake_Sec</text><text text-anchor="end" transform="translate(232.83333333333331,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">Mahoe</text><text text-anchor="end" transform="translate(299.5,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">Marley</text><text text-anchor="end" transform="translate(366.1666666666667,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">North_R</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="400" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(200,66.1279296875)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">location</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'mean_calls_per_hour' for a linear scale with values from 0.0 to 3.5"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,400)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,343)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,286)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,229)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,171)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,114)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,57)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,403)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.0</text><text text-anchor="end" transform="translate(-7,345.8571428571429)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.5</text><text text-anchor="end" transform="translate(-7,288.7142857142857)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">1.0</text><text text-anchor="end" transform="translate(-7,231.57142857142856)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">1.5</text><text text-anchor="end" transform="translate(-7,174.42857142857144)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2.0</text><text text-anchor="end" transform="translate(-7,117.28571428571428)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2.5</text><text text-anchor="end" transform="translate(-7,60.14285714285716)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">3.0</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">3.5</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,400)" x2="0" y2="-400" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-24.9013671875,200) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">mean_calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-rect role-mark marks" role="graphics-object" aria-roledescription="rect mark container"><path aria-label="location: Lake_Sec; mean_calls_per_hour: 2.0328; type: male" role="graphics-symbol" aria-roledescription="bar" d="M136.66666666666666,167.68h60.00000000000001v232.32h-60.00000000000001Z" fill="#f58518"/><path aria-label="location: Crossroad; mean_calls_per_hour: 1.5298; type: male" role="graphics-symbol" aria-roledescription="bar" d="M3.3333333333333144,225.16571428571427h60.00000000000001v174.83428571428573h-60.00000000000001Z" fill="#f58518"/><path aria-label="location: Grono; mean_calls_per_hour: 2.5789; type: male" role="graphics-symbol" aria-roledescription="bar" d="M69.99999999999999,105.26857142857145h60.00000000000001v294.7314285714285h-60.00000000000001Z" fill="#f58518"/><path aria-label="location: Marley; mean_calls_per_hour: 0.4489; type: male" role="graphics-symbol" aria-roledescription="bar" d="M270,348.69714285714286h60.00000000000001v51.302857142857135h-60.00000000000001Z" fill="#f58518"/><path aria-label="location: North_R; mean_calls_per_hour: 0.0328; type: male" role="graphics-symbol" aria-roledescription="bar" d="M336.6666666666667,396.25142857142856h60.00000000000001v3.748571428571438h-60.00000000000001Z" fill="#f58518"/><path aria-label="location: Mahoe; mean_calls_per_hour: 0; type: male" role="graphics-symbol" aria-roledescription="bar" d="M203.33333333333331,400h60.00000000000001v0h-60.00000000000001Z" fill="#f58518"/><path aria-label="location: Lake_Sec; mean_calls_per_hour: 0.1606; type: female" role="graphics-symbol" aria-roledescription="bar" d="M136.66666666666666,149.3257142857143h60.00000000000001v18.35428571428571h-60.00000000000001Z" fill="#4c78a8"/><path aria-label="location: Crossroad; mean_calls_per_hour: 0.2682; type: female" role="graphics-symbol" aria-roledescription="bar" d="M3.3333333333333144,194.51428571428573h60.00000000000001v30.65142857142854h-60.00000000000001Z" fill="#4c78a8"/><path aria-label="location: Grono; mean_calls_per_hour: 0.6541; type: female" role="graphics-symbol" aria-roledescription="bar" d="M69.99999999999999,30.514285714285716h60.00000000000001v74.75428571428573h-60.00000000000001Z" fill="#4c78a8"/><path aria-label="location: Marley; mean_calls_per_hour: 0.073; type: female" role="graphics-symbol" aria-roledescription="bar" d="M270,340.3542857142857h60.00000000000001v8.342857142857156h-60.00000000000001Z" fill="#4c78a8"/><path aria-label="location: North_R; mean_calls_per_hour: 0; type: female" role="graphics-symbol" aria-roledescription="bar" d="M336.6666666666667,396.25142857142856h60.00000000000001v0h-60.00000000000001Z" fill="#4c78a8"/><path aria-label="location: Mahoe; mean_calls_per_hour: 0.007; type: female" role="graphics-symbol" aria-roledescription="bar" d="M203.33333333333331,399.2h60.00000000000001v0.8000000000000114h-60.00000000000001Z" fill="#4c78a8"/></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'type' for fill color with 2 values: female, male"><g transform="translate(418,0)"><path class="background" aria-hidden="true" d="M0,0h47v40h-47Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h46.0146484375v11h-46.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,-5h10v10h-10Z" fill="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">female</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,13)"><path class="background" aria-hidden="true" d="M0,0h46.0146484375v11h-46.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,-5h10v10h-10Z" fill="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">male</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">type</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="450" height="447" viewBox="0 0 450 447"><rect width="450" height="447" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(44,10)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h400v400h-400Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,400.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(29,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(57,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(86,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(114,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(143,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(171,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(200,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(229,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(257,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(286,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(314,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(343,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(371,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(400,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,400)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,360)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,320)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,280)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,240)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,160)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,120)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,80)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,40)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'calls_per_hour' for a linear scale with values from −2 to 26"><g transform="translate(0.5,400.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(29,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(57,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(86,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(114,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(143,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(171,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(200,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(229,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(257,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(286,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(314,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(343,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(371,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(400,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="start" transform="translate(0,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">−2</text><text text-anchor="middle" transform="translate(28.57142857142857,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0</text><text text-anchor="middle" transform="translate(57.14285714285714,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2</text><text text-anchor="middle" transform="translate(85.71428571428571,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">4</text><text text-anchor="middle" transform="translate(114.28571428571428,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">6</text><text text-anchor="middle" transform="translate(142.85714285714286,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">8</text><text text-anchor="middle" transform="translate(171.42857142857142,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">10</text><text text-anchor="middle" transform="translate(200,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">12</text><text text-anchor="middle" transform="translate(228.57142857142856,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">14</text><text text-anchor="middle" transform="translate(257.14285714285717,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">16</text><text text-anchor="middle" transform="translate(285.7142857142857,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">18</text><text text-anchor="middle" transform="translate(314.2857142857143,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">20</text><text text-anchor="middle" transform="translate(342.85714285714283,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">22</text><text text-anchor="middle" transform="translate(371.42857142857144,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">24</text><text text-anchor="end" transform="translate(400,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">26</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="400" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(200,30)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'frequency' for a linear scale with values from 0 to 100"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,400)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,360)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,320)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,280)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,240)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,160)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,120)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,80)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,40)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,403)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0</text><text text-anchor="end" transform="translate(-7,363)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">10</text><text text-anchor="end" transform="translate(-7,323)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">20</text><text text-anchor="end" transform="translate(-7,283)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">30</text><text text-anchor="end" transform="translate(-7,243)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">40</text><text text-anchor="end" transform="translate(-7,203)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">50</text><text text-anchor="end" transform="translate(-7,163)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">60</text><text text-anchor="end" transform="translate(-7,123.00000000000001)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">70</text><text text-anchor="end" transform="translate(-7,82.99999999999999)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">80</text><text text-anchor="end" transform="translate(-7,42.99999999999999)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">90</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">100</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,400)" x2="0" y2="-400" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-27.6845703125,200) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">frequency</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-rect role-mark marks" role="graphics-object" aria-roledescription="rect mark container"><path aria-label="calls_per_hour: 0; frequency: 94" role="graphics-symbol" aria-roledescription="bar" d="M26.07142857142857,24.00000000000002h5v376h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 1; frequency: 55" role="graphics-symbol" aria-roledescription="bar" d="M40.357142857142854,179.99999999999997h5v220.00000000000003h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 2; frequency: 40" role="graphics-symbol" aria-roledescription="bar" d="M54.64285714285714,240h5v160h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 3; frequency: 32" role="graphics-symbol" aria-roledescription="bar" d="M68.92857142857143,272h5v128h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 4; frequency: 35" role="graphics-symbol" aria-roledescription="bar" d="M83.21428571428571,260h5v140h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 5; frequency: 25" role="graphics-symbol" aria-roledescription="bar" d="M97.5,300h5v100h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 6; frequency: 25" role="graphics-symbol" aria-roledescription="bar" d="M111.78571428571428,300h5v100h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 7; frequency: 17" role="graphics-symbol" aria-roledescription="bar" d="M126.07142857142858,332h5v68h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 8; frequency: 14" role="graphics-symbol" aria-roledescription="bar" d="M140.35714285714286,344h5v56h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 9; frequency: 10" role="graphics-symbol" aria-roledescription="bar" d="M154.64285714285714,360h5v40h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 10; frequency: 5" role="graphics-symbol" aria-roledescription="bar" d="M168.92857142857142,380h5v20h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 11; frequency: 13" role="graphics-symbol" aria-roledescription="bar" d="M183.21428571428572,348h5v52h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 12; frequency: 7" role="graphics-symbol" aria-roledescription="bar" d="M197.5,372h5v28h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 13; frequency: 2" role="graphics-symbol" aria-roledescription="bar" d="M211.78571428571428,392h5v8h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 14; frequency: 7" role="graphics-symbol" aria-roledescription="bar" d="M226.07142857142856,372h5v28h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 15; frequency: 4" role="graphics-symbol" aria-roledescription="bar" d="M240.35714285714283,384h5v16h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 16; frequency: 8" role="graphics-symbol" aria-roledescription="bar" d="M254.64285714285717,368h5v32h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 17; frequency: 4" role="graphics-symbol" aria-roledescription="bar" d="M268.92857142857144,384h5v16h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 18; frequency: 1" role="graphics-symbol" aria-roledescription="bar" d="M283.2142857142857,396h5v4h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 19; frequency: 1" role="graphics-symbol" aria-roledescription="bar" d="M297.5,396h5v4h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 20; frequency: 1" role="graphics-symbol" aria-roledescription="bar" d="M311.7857142857143,396h5v4h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 22; frequency: 1" role="graphics-symbol" aria-roledescription="bar" d="M340.35714285714283,396h5v4h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 24; frequency: 1" role="graphics-symbol" aria-roledescription="bar" d="M368.92857142857144,396h5v4h-5Z" fill="#4c78a8"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="509" height="447" viewBox="0 0 509 447"><rect width="509" height="447" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(39,10)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h400v400h-400Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,400.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(29,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(57,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(86,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(114,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(143,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(171,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(200,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(229,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(257,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(286,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(314,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(343,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(371,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(400,-400)" x2="0" y2="400" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,400)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,367)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,333)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,300)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,267)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,233)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,167)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,133)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,100)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,67)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,33)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="400" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'calls_per_hour' for a linear scale with values from −2 to 26"><g transform="translate(0.5,400.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(29,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(57,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(86,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(114,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(143,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(171,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(200,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(229,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(257,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(286,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(314,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(343,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(371,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(400,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="start" transform="translate(0,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">−2</text><text text-anchor="middle" transform="translate(28.57142857142857,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0</text><text text-anchor="middle" transform="translate(57.14285714285714,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2</text><text text-anchor="middle" transform="translate(85.71428571428571,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">4</text><text text-anchor="middle" transform="translate(114.28571428571428,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">6</text><text text-anchor="middle" transform="translate(142.85714285714286,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">8</text><text text-anchor="middle" transform="translate(171.42857142857142,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">10</text><text text-anchor="middle" transform="translate(200,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">12</text><text text-anchor="middle" transform="translate(228.57142857142856,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">14</text><text text-anchor="middle" transform="translate(257.14285714285717,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">16</text><text text-anchor="middle" transform="translate(285.7142857142857,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">18</text><text text-anchor="middle" transform="translate(314.2857142857143,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">20</text><text text-anchor="middle" transform="translate(342.85714285714283,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">22</text><text text-anchor="middle" transform="translate(371.42857142857144,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">24</text><text text-anchor="end" transform="translate(400,15)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">26</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="400" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(200,30)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'median_calls' for a linear scale with values from 0 to 24"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,400)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,367)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,333)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,300)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,267)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,233)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,167)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,133)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,100)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,67)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,33)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,403)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0</text><text text-anchor="end" transform="translate(-7,369.66666666666663)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2</text><text text-anchor="end" transform="translate(-7,336.33333333333337)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">4</text><text text-anchor="end" transform="translate(-7,303)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">6</text><text text-anchor="end" transform="translate(-7,269.6666666666667)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">8</text><text text-anchor="end" transform="translate(-7,236.33333333333331)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">10</text><text text-anchor="end" transform="translate(-7,203)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">12</text><text text-anchor="end" transform="translate(-7,169.66666666666666)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">14</text><text text-anchor="end" transform="translate(-7,136.33333333333334)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">16</text><text text-anchor="end" transform="translate(-7,103)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">18</text><text text-anchor="end" transform="translate(-7,69.66666666666666)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">20</text><text text-anchor="end" transform="translate(-7,36.33333333333335)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">22</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">24</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,400)" x2="0" y2="-400" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-22.123046875,200) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">median_calls</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-rect role-mark marks" role="graphics-object" aria-roledescription="rect mark container"><path aria-label="calls_per_hour: 0; median_calls: 0; type: male" role="graphics-symbol" aria-roledescription="bar" d="M26.07142857142857,400h5v0h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 1; median_calls: 1; type: male" role="graphics-symbol" aria-roledescription="bar" d="M40.357142857142854,383.33333333333337h5v16.66666666666663h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 2; median_calls: 2; type: male" role="graphics-symbol" aria-roledescription="bar" d="M54.64285714285714,366.66666666666663h5v33.33333333333337h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 3; median_calls: 3; type: male" role="graphics-symbol" aria-roledescription="bar" d="M68.92857142857143,350h5v50h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 4; median_calls: 3; type: male" role="graphics-symbol" aria-roledescription="bar" d="M83.21428571428571,350h5v50h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 5; median_calls: 4; type: male" role="graphics-symbol" aria-roledescription="bar" d="M97.5,333.33333333333337h5v66.66666666666663h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 6; median_calls: 6; type: male" role="graphics-symbol" aria-roledescription="bar" d="M111.78571428571428,300h5v100h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 7; median_calls: 6; type: male" role="graphics-symbol" aria-roledescription="bar" d="M126.07142857142858,300h5v100h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 8; median_calls: 7; type: male" role="graphics-symbol" aria-roledescription="bar" d="M140.35714285714286,283.3333333333333h5v116.66666666666669h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 9; median_calls: 7.5; type: male" role="graphics-symbol" aria-roledescription="bar" d="M154.64285714285714,275h5v125h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 10; median_calls: 8; type: male" role="graphics-symbol" aria-roledescription="bar" d="M168.92857142857142,266.6666666666667h5v133.33333333333331h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 11; median_calls: 10; type: male" role="graphics-symbol" aria-roledescription="bar" d="M183.21428571428572,233.33333333333331h5v166.66666666666669h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 12; median_calls: 11; type: male" role="graphics-symbol" aria-roledescription="bar" d="M197.5,216.66666666666669h5v183.33333333333331h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 13; median_calls: 10; type: male" role="graphics-symbol" aria-roledescription="bar" d="M211.78571428571428,233.33333333333331h5v166.66666666666669h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 14; median_calls: 11; type: male" role="graphics-symbol" aria-roledescription="bar" d="M226.07142857142856,216.66666666666669h5v183.33333333333331h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 15; median_calls: 11; type: male" role="graphics-symbol" aria-roledescription="bar" d="M240.35714285714283,216.66666666666669h5v183.33333333333331h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 16; median_calls: 14; type: male" role="graphics-symbol" aria-roledescription="bar" d="M254.64285714285717,166.66666666666666h5v233.33333333333334h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 17; median_calls: 14; type: male" role="graphics-symbol" aria-roledescription="bar" d="M268.92857142857144,166.66666666666666h5v233.33333333333334h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 18; median_calls: 14; type: male" role="graphics-symbol" aria-roledescription="bar" d="M283.2142857142857,166.66666666666666h5v233.33333333333334h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 19; median_calls: 15; type: male" role="graphics-symbol" aria-roledescription="bar" d="M297.5,150h5v250h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 20; median_calls: 18; type: male" role="graphics-symbol" aria-roledescription="bar" d="M311.7857142857143,100h5v300h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 22; median_calls: 17; type: male" role="graphics-symbol" aria-roledescription="bar" d="M340.35714285714283,116.66666666666666h5v283.33333333333337h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 24; median_calls: 18; type: male" role="graphics-symbol" aria-roledescription="bar" d="M368.92857142857144,100h5v300h-5Z" fill="#f58518"/><path aria-label="calls_per_hour: 0; median_calls: 0; type: female" role="graphics-symbol" aria-roledescription="bar" d="M26.07142857142857,400h5v0h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 1; median_calls: 0; type: female" role="graphics-symbol" aria-roledescription="bar" d="M40.357142857142854,383.33333333333337h5v0h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 2; median_calls: 0; type: female" role="graphics-symbol" aria-roledescription="bar" d="M54.64285714285714,366.66666666666663h5v0h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 3; median_calls: 0; type: female" role="graphics-symbol" aria-roledescription="bar" d="M68.92857142857143,350h5v0h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 4; median_calls: 1; type: female" role="graphics-symbol" aria-roledescription="bar" d="M83.21428571428571,333.33333333333337h5v16.66666666666663h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 5; median_calls: 1; type: female" role="graphics-symbol" aria-roledescription="bar" d="M97.5,316.66666666666663h5v16.666666666666742h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 6; median_calls: 0; type: female" role="graphics-symbol" aria-roledescription="bar" d="M111.78571428571428,300h5v0h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 7; median_calls: 1; type: female" role="graphics-symbol" aria-roledescription="bar" d="M126.07142857142858,283.3333333333333h5v16.666666666666686h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 8; median_calls: 1; type: female" role="graphics-symbol" aria-roledescription="bar" d="M140.35714285714286,266.6666666666667h5v16.66666666666663h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 9; median_calls: 1.5; type: female" role="graphics-symbol" aria-roledescription="bar" d="M154.64285714285714,250h5v25h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 10; median_calls: 2; type: female" role="graphics-symbol" aria-roledescription="bar" d="M168.92857142857142,233.33333333333331h5v33.33333333333337h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 11; median_calls: 1; type: female" role="graphics-symbol" aria-roledescription="bar" d="M183.21428571428572,216.66666666666669h5v16.66666666666663h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 12; median_calls: 1; type: female" role="graphics-symbol" aria-roledescription="bar" d="M197.5,200h5v16.666666666666686h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 13; median_calls: 3; type: female" role="graphics-symbol" aria-roledescription="bar" d="M211.78571428571428,183.33333333333334h5v49.99999999999997h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 14; median_calls: 3; type: female" role="graphics-symbol" aria-roledescription="bar" d="M226.07142857142856,166.66666666666666h5v50.00000000000003h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 15; median_calls: 4; type: female" role="graphics-symbol" aria-roledescription="bar" d="M240.35714285714283,150h5v66.66666666666669h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 16; median_calls: 2; type: female" role="graphics-symbol" aria-roledescription="bar" d="M254.64285714285717,133.33333333333334h5v33.333333333333314h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 17; median_calls: 3; type: female" role="graphics-symbol" aria-roledescription="bar" d="M268.92857142857144,116.66666666666666h5v50h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 18; median_calls: 4; type: female" role="graphics-symbol" aria-roledescription="bar" d="M283.2142857142857,100h5v66.66666666666666h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 19; median_calls: 4; type: female" role="graphics-symbol" aria-roledescription="bar" d="M297.5,83.33333333333334h5v66.66666666666666h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 20; median_calls: 2; type: female" role="graphics-symbol" aria-roledescription="bar" d="M311.7857142857143,66.66666666666666h5v33.33333333333334h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 22; median_calls: 5; type: female" role="graphics-symbol" aria-roledescription="bar" d="M340.35714285714283,33.33333333333335h5v83.33333333333331h-5Z" fill="#4c78a8"/><path aria-label="calls_per_hour: 24; median_calls: 6; type: female" role="graphics-symbol" aria-roledescription="bar" d="M368.92857142857144,0h5v100h-5Z" fill="#4c78a8"/></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'type' for fill color with 2 values: female, male"><g transform="translate(418,0)"><path class="background" aria-hidden="true" d="M0,0h47v40h-47Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h46.0146484375v11h-46.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,-5h10v10h-10Z" fill="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">female</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,13)"><path class="background" aria-hidden="true" d="M0,0h46.0146484375v11h-46.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,-5h10v10h-10Z" fill="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">male</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">type</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
Drive,SizeTB,Files,Hours,From,To
Pomona-1,2.94,104839,26057.2,28/10/2021,30/07/2022
Pomona-2,2.46,87741,21811.2,26/08/2022,17/02/2023
Pomona-3,3.54,126497,31443.2,17/02/2023,02/11/2023
TOTAL,8.94,319077,79311.6,,
Location,Solo_Male,Solo_Female,Duets,Individual,False_Positives
C05,4303,793,604,6304,487
F09,3183,422,501,4607,385
N20,1799,403,401,3004,876
D09,2030,410,198,2836,381
M04,1453,544,315,2627,896
H04,1487,330,311,2439,580
D03,1577,105,151,1984,248
G05,1337,76,117,1647,339
WD05,729,18,43,833,190
NB14,544,114,57,772,518
N14,457,87,101,746,188
S13T,398,162,51,662,198
F10,447,67,61,636,126
F05,554,25,25,629,117
WB09,430,12,17,476,110
B12M,364,7,12,395,39
CB11,285,49,17,368,71
T10,244,48,36,364,39
K09,178,89,24,315,366
H09,214,18,28,288,94
S23,230,15,14,273,37
V05,148,28,36,248,43
V04,112,27,17,173,20
KS06,87,42,19,167,113
J11,107,18,20,165,73
E07,135,3,6,150,17
A11,118,7,11,147,133
NB5T,78,4,24,130,51
V23,59,34,14,121,273
M01,65,21,17,120,45
H05,36,20,19,94,19
N08M,78,1,6,91,34
H07,26,12,12,62,46
D05,45,8,4,61,3
M02,28,13,6,53,48
W04,30,5,1,37,18
W20,22,6,4,36,23
H15,21,3,4,32,51
WD07,16,0,1,18,18
M05,16,1,0,17,122
J06,8,4,0,12,13
J07,6,2,1,10,14
E04,4,0,0,4,3
C01,3,0,0,3,14
H14,1,1,0,2,1
A01,0,1,0,1,7
B02,0,0,0,0,99
TOTAL,23492,4055,3306,34159,7586
hour_bucket,calls_mean,male_mean,female_mean,duet_mean
5,2.613259668508287,1.977900552486188,0.6353591160220995,0.2983425414364641
6,4.812925170068027,3.6122448979591835,1.2006802721088434,0.5782312925170068
7,4.2277904328018225,3.316628701594533,0.9111617312072893,0.45558086560364464
8,5.295726495726496,4.225641025641026,1.07008547008547,0.5213675213675214
9,5.3640625,4.246875,1.1171875,0.528125
10,5.064566929133858,4.075590551181103,0.988976377952756,0.4393700787401575
11,4.840944881889763,3.8724409448818897,0.968503937007874,0.47716535433070867
12,4.935433070866142,3.943307086614173,0.9921259842519685,0.47244094488188976
13,4.6472440944881885,3.664566929133858,0.9826771653543307,0.4015748031496063
14,4.812893081761007,3.738993710691824,1.0738993710691824,0.5157232704402516
15,4.796850393700788,3.6598425196850393,1.137007874015748,0.4456692913385827
16,5.070811744386874,3.9585492227979273,1.1122625215889466,0.4438687392055268
17,3.652360515021459,2.740343347639485,0.9120171673819742,0.34549356223175964
18,1.9683377308707124,1.4986807387862797,0.46965699208443273,0.19261213720316622
location,male,female,duet,individual
F09,0.8081,0.2025,0.1099,1.0106
C05,0.6502,0.1851,0.08,0.8353
F10,0.548,0.1381,0.0658,0.6861
N20,0.457,0.167,0.0833,0.624
G05,0.5401,0.0717,0.0435,0.6118
H05,0.3143,0.2229,0.1086,0.5372
S23,0.451,0.0536,0.0259,0.5046
V05,0.3352,0.1166,0.0656,0.4518
D09,0.3505,0.0957,0.0312,0.4462
V23,0.2645,0.1739,0.0507,0.4384
M04,0.2728,0.1326,0.0486,0.4054
F05,0.363,0.0313,0.0157,0.3943
B12M,0.3708,0.0187,0.0118,0.3895
H04,0.2832,0.101,0.049,0.3842
D03,0.3243,0.048,0.0283,0.3723
H09,0.3115,0.0592,0.036,0.3707
T10,0.2846,0.0854,0.0366,0.37
S13T,0.2456,0.1165,0.0279,0.3621
V04,0.251,0.0856,0.0331,0.3366
WB09,0.302,0.0196,0.0115,0.3216
H07,0.181,0.1143,0.0571,0.2953
NB5T,0.217,0.0596,0.0511,0.2766
WD05,0.2525,0.0199,0.0141,0.2724
NB14,0.1856,0.0528,0.0176,0.2384
M01,0.1598,0.0741,0.0331,0.2339
M02,0.1429,0.0798,0.0252,0.2227
N14,0.155,0.0522,0.028,0.2072
CB11,0.1643,0.0359,0.0092,0.2002
KS06,0.1053,0.0606,0.0189,0.1659
K09,0.0957,0.0536,0.0114,0.1493
D05,0.1192,0.0292,0.0097,0.1484
N08M,0.1203,0.01,0.0086,0.1303
A11,0.0791,0.011,0.0067,0.0901
W04,0.066,0.0128,0.0021,0.0788
M05,0.0724,0.0045,0.0,0.0769
E07,0.0698,0.0045,0.003,0.0743
WD07,0.0644,0.0038,0.0038,0.0682
W20,0.0491,0.0189,0.0076,0.068
J11,0.046,0.0138,0.0072,0.0598
H14,0.0143,0.0143,0.0,0.0286
H15,0.0205,0.0057,0.0033,0.0262
J06,0.0147,0.0073,0.0,0.022
C01,0.0171,0.0,0.0,0.0171
J07,0.0117,0.005,0.0017,0.0167
E04,0.0137,0.0,0.0,0.0137
A01,0.0,0.0017,0.0,0.0017
TOTAL,0.221,0.0624,0.0279,0.2834
month,calls_mean,male_mean,female_mean,duet_mean
1,4.737957610789981,3.510597302504817,1.2273603082851638,0.5452793834296724
2,4.929440389294404,3.708029197080292,1.221411192214112,0.5644768856447688
3,4.974801061007957,3.7851458885941645,1.1896551724137931,0.5079575596816976
4,5.370143149284254,4.2433537832310835,1.1267893660531698,0.5153374233128835
5,4.508094645080947,3.6102117061021173,0.8978829389788294,0.3848069738480697
6,3.664420485175202,2.8369272237196768,0.8274932614555256,0.3706199460916442
7,3.1365795724465557,2.5380047505938244,0.5985748218527316,0.21971496437054633
8,5.825819672131147,4.561475409836065,1.264344262295082,0.5163934426229508
9,4.936912751677852,4.025503355704698,0.9114093959731544,0.4268456375838926
10,5.088397790055248,4.084254143646409,1.0041436464088398,0.48342541436464087
11,4.237623762376238,3.378217821782178,0.8594059405940594,0.45742574257425744
12,5.551136363636363,4.201704545454546,1.3494318181818181,0.6704545454545454
variable,mean,min,median,max
calls,4.629915920802821,0,4.0,33
male,3.6320857065364796,0,3.0,29
female,0.9978302142663412,0,1.0,12
duet,0.4483319772172498,0,0.0,9
hour_bucket,,2021-10-28T07:00:00.0,2022-12-07T09:30:00.0,2023-11-01T16:00:00.0
Location,Solo_Male,Solo_Female,Duets,Individual,False_Positives,Close,Low_Noise
TF_2,674,233,292,1491,1531,,
TF_5,679,265,263,1470,2200,,
TF_6,574,210,301,1386,2150,,
TF_1,743,189,223,1378,1465,,
TF_3,344,143,121,729,874,,
TF_4,355,143,31,560,732,,
TOTAL,3369,1183,1231,7014,8952,0,0
location,male,female,duet,individual
TF_2,0.7402,0.4023,0.2238,1.1425
TF_6,0.6609,0.386,0.2273,1.0469
TF_5,0.6378,0.3575,0.1781,0.9953
TF_1,0.6576,0.2805,0.1518,0.9381
TF_4,0.412,0.1857,0.0331,0.5977
TF_3,0.314,0.1783,0.0817,0.4923
TOTAL,0.5704,0.2984,0.1493,0.8688
variable,mean,min,median,max
calls,4.490396927016645,0,4.0,39
male,2.9449423815621,0,2.0,26
female,1.5454545454545454,0,1.0,13
duet,0.7880921895006402,0,0.0,10
hour_bucket,,2020-05-05T06:00:00.0,2020-07-26T13:30:00.0,2020-09-21T10:00:00.0
Location,Solo_Male,Solo_Female,Duets,Individual,False_Positives,Close,Low_Noise
Lake_Sec,529,16,28,601,162,20,157
Crossroad,403,22,59,543,218,38,195
Grono,269,13,74,430,29,84,234
Marley,110,7,13,143,139,4,59
North_R,9,0,0,9,101,0,3
Mahoe,0,1,0,1,10,0,0
Astelia,0,0,0,0,6,,
TOTAL,1320,59,174,1727,665,146,648
location,male,female,duet,individual
Grono,2.5789,0.6541,0.5564,3.233
Lake_Sec,2.0328,0.1606,0.1022,2.1934
Crossroad,1.5298,0.2682,0.1954,1.798
Marley,0.4489,0.073,0.0474,0.5219
North_R,0.0328,0.0,0.0,0.0328
Mahoe,0.0,0.007,0.0,0.007
TOTAL,1.1039,0.1938,0.1502,1.2977
variable,mean,min,median,max
calls,4.296019900497512,0,3.0,24
male,3.716417910447761,0,3.0,18
female,0.5796019900497512,0,0.0,6
duet,0.43283582089552236,0,0.0,5
hour_bucket,,2018-03-08T10:00:00.0,2019-04-13T09:30:00.0,2020-04-19T10:00:00.0
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="313" height="405" viewBox="0 0 313 405"><rect width="313" height="405" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(47,27)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h200v300h-200Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,300)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,267)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,233)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,167)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,133)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,100)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,67)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,33)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'trip_date' for a discrete scale with 2 values: 2021-11-13, 2021-11-25"><g transform="translate(0.5,300.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(50,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(150,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(50,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2021-11-13</text><text text-anchor="end" transform="translate(150,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2021-11-25</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="200" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(100,70.4150390625)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">trip_date</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'calls_per_hour' for a linear scale with values from 0.00 to 0.18"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,300)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,267)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,233)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,167)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,133)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,100)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,67)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,33)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,303)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.00</text><text text-anchor="end" transform="translate(-7,269.66666666666663)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.02</text><text text-anchor="end" transform="translate(-7,236.33333333333334)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.04</text><text text-anchor="end" transform="translate(-7,203.00000000000003)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.06</text><text text-anchor="end" transform="translate(-7,169.66666666666669)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.08</text><text text-anchor="end" transform="translate(-7,136.33333333333331)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.10</text><text text-anchor="end" transform="translate(-7,103.00000000000001)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.12</text><text text-anchor="end" transform="translate(-7,69.66666666666663)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.14</text><text text-anchor="end" transform="translate(-7,36.333333333333314)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.16</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.18</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,300)" x2="0" y2="-300" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-30.462890625,150) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-scope pathgroup" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2021-11-13; calls_per_hour: 0.1776; location: C05" role="graphics-symbol" aria-roledescription="line mark" d="M50,4L150,110.167" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'location' for stroke color with 1 value: C05"><g transform="translate(218,0)"><path class="background" aria-hidden="true" d="M0,0h43v27h-43Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h34.3447265625v11h-34.3447265625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">C05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">location</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-title"><g transform="translate(100,-22)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-text role-title-text" role="graphics-symbol" aria-roledescription="title" aria-label="Title text 'Female Calls per Hour'" pointer-events="none"><text text-anchor="middle" transform="translate(0,10)" font-family="sans-serif" font-size="13px" font-weight="bold" fill="#000" opacity="1">Female Calls per Hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="313" height="405" viewBox="0 0 313 405"><rect width="313" height="405" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(47,27)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h200v300h-200Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,300)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,273)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,245)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,218)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,191)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,164)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,136)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,109)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,82)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,55)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,27)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'trip_date' for a discrete scale with 2 values: 2021-11-13, 2021-11-25"><g transform="translate(0.5,300.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(50,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(150,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(50,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2021-11-13</text><text text-anchor="end" transform="translate(150,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2021-11-25</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="200" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(100,70.4150390625)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">trip_date</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'calls_per_hour' for a linear scale with values from 0.0 to 0.6"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,300)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,273)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,245)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,218)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,191)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,164)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,136)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,109)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,82)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,55)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,27)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,303)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.00</text><text text-anchor="end" transform="translate(-7,275.7272727272727)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.05</text><text text-anchor="end" transform="translate(-7,248.45454545454544)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.10</text><text text-anchor="end" transform="translate(-7,221.1818181818182)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.15</text><text text-anchor="end" transform="translate(-7,193.9090909090909)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.20</text><text text-anchor="end" transform="translate(-7,166.63636363636363)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.25</text><text text-anchor="end" transform="translate(-7,139.36363636363637)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.30</text><text text-anchor="end" transform="translate(-7,112.09090909090912)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.35</text><text text-anchor="end" transform="translate(-7,84.81818181818181)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.40</text><text text-anchor="end" transform="translate(-7,57.54545454545456)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.45</text><text text-anchor="end" transform="translate(-7,30.27272727272728)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.50</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.55</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,300)" x2="0" y2="-300" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-30.462890625,150) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-scope pathgroup" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2021-11-13; calls_per_hour: 0.5421; location: C05" role="graphics-symbol" aria-roledescription="line mark" d="M50,4.309L150,26.127" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'location' for stroke color with 1 value: C05"><g transform="translate(218,0)"><path class="background" aria-hidden="true" d="M0,0h43v27h-43Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h34.3447265625v11h-34.3447265625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">C05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">location</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-title"><g transform="translate(100,-22)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-text role-title-text" role="graphics-symbol" aria-roledescription="title" aria-label="Title text 'Male Calls per Hour'" pointer-events="none"><text text-anchor="middle" transform="translate(0,10)" font-family="sans-serif" font-size="13px" font-weight="bold" fill="#000" opacity="1">Male Calls per Hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="313" height="406" viewBox="0 0 313 406"><rect width="313" height="406" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(47,27)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h200v300h-200Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,300)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,263)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,225)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,188)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,150)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,113)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,75)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,37)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'trip_date' for a discrete scale with 2 values: 2021-11-25, 2021-12-18"><g transform="translate(0.5,300.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(50,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(150,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(50,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2021-11-25</text><text text-anchor="end" transform="translate(150,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2021-12-18</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="200" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(100,71.15234375)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">trip_date</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'calls_per_hour' for a linear scale with values from 0.00 to 0.16"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,300)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,263)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,225)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,188)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,150)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,113)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,75)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,37)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,303)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.00</text><text text-anchor="end" transform="translate(-7,265.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.02</text><text text-anchor="end" transform="translate(-7,228)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.04</text><text text-anchor="end" transform="translate(-7,190.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.06</text><text text-anchor="end" transform="translate(-7,153)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.08</text><text text-anchor="end" transform="translate(-7,115.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.10</text><text text-anchor="end" transform="translate(-7,78)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.12</text><text text-anchor="end" transform="translate(-7,40.499999999999964)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.14</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.16</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,300)" x2="0" y2="-300" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-30.462890625,150) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-scope pathgroup" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2021-11-25; calls_per_hour: 0.1139; location: C05" role="graphics-symbol" aria-roledescription="line mark" d="M50,86.437L150,17.625" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'location' for stroke color with 1 value: C05"><g transform="translate(218,0)"><path class="background" aria-hidden="true" d="M0,0h43v27h-43Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h34.3447265625v11h-34.3447265625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">C05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">location</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-title"><g transform="translate(100,-22)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-text role-title-text" role="graphics-symbol" aria-roledescription="title" aria-label="Title text 'Female Calls per Hour'" pointer-events="none"><text text-anchor="middle" transform="translate(0,10)" font-family="sans-serif" font-size="13px" font-weight="bold" fill="#000" opacity="1">Female Calls per Hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="313" height="406" viewBox="0 0 313 406"><rect width="313" height="406" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(47,27)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h200v300h-200Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,300)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,273)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,245)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,218)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,191)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,164)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,136)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,109)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,82)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,55)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,27)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'trip_date' for a discrete scale with 2 values: 2021-11-25, 2021-12-18"><g transform="translate(0.5,300.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(50,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(150,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(50,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2021-11-25</text><text text-anchor="end" transform="translate(150,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2021-12-18</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="200" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(100,71.15234375)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">trip_date</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'calls_per_hour' for a linear scale with values from 0.0 to 0.6"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,300)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,273)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,245)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,218)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,191)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,164)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,136)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,109)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,82)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,55)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,27)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,303)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.00</text><text text-anchor="end" transform="translate(-7,275.7272727272727)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.05</text><text text-anchor="end" transform="translate(-7,248.45454545454544)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.10</text><text text-anchor="end" transform="translate(-7,221.1818181818182)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.15</text><text text-anchor="end" transform="translate(-7,193.9090909090909)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.20</text><text text-anchor="end" transform="translate(-7,166.63636363636363)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.25</text><text text-anchor="end" transform="translate(-7,139.36363636363637)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.30</text><text text-anchor="end" transform="translate(-7,112.09090909090912)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.35</text><text text-anchor="end" transform="translate(-7,84.81818181818181)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.40</text><text text-anchor="end" transform="translate(-7,57.54545454545456)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.45</text><text text-anchor="end" transform="translate(-7,30.27272727272728)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.50</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.55</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,300)" x2="0" y2="-300" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-30.462890625,150) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-scope pathgroup" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2021-11-25; calls_per_hour: 0.5021; location: C05" role="graphics-symbol" aria-roledescription="line mark" d="M50,26.127L150,33" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'location' for stroke color with 1 value: C05"><g transform="translate(218,0)"><path class="background" aria-hidden="true" d="M0,0h43v27h-43Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h34.3447265625v11h-34.3447265625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">C05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">location</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-title"><g transform="translate(100,-22)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-text role-title-text" role="graphics-symbol" aria-roledescription="title" aria-label="Title text 'Male Calls per Hour'" pointer-events="none"><text text-anchor="middle" transform="translate(0,10)" font-family="sans-serif" font-size="13px" font-weight="bold" fill="#000" opacity="1">Male Calls per Hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="313" height="406" viewBox="0 0 313 406"><rect width="313" height="406" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(47,27)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h200v300h-200Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,300)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,257)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,214)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,171)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,129)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,86)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,43)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'trip_date' for a discrete scale with 2 values: 2021-12-18, 2022-01-17"><g transform="translate(0.5,300.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(50,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(150,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(50,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2021-12-18</text><text text-anchor="end" transform="translate(150,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-01-17</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="200" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(100,71.15234375)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">trip_date</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'calls_per_hour' for a linear scale with values from 0.00 to 0.35"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,300)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,257)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,214)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,171)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,129)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,86)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,43)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,303)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.00</text><text text-anchor="end" transform="translate(-7,260.1428571428571)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.05</text><text text-anchor="end" transform="translate(-7,217.28571428571425)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.10</text><text text-anchor="end" transform="translate(-7,174.42857142857142)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.15</text><text text-anchor="end" transform="translate(-7,131.57142857142856)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.20</text><text text-anchor="end" transform="translate(-7,88.71428571428571)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.25</text><text text-anchor="end" transform="translate(-7,45.85714285714284)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.30</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.35</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,300)" x2="0" y2="-300" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-30.462890625,150) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-scope pathgroup" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2021-12-18; calls_per_hour: 0.1506; location: C05" role="graphics-symbol" aria-roledescription="line mark" d="M50,170.914L150,34.714" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2021-12-18; calls_per_hour: 0.0441; location: N14" role="graphics-symbol" aria-roledescription="line mark" d="M50,262.2L150,287.743" stroke="#f58518" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'location' for stroke color with 2 values: C05, N14"><g transform="translate(218,0)"><path class="background" aria-hidden="true" d="M0,0h43v40h-43Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h34.3447265625v11h-34.3447265625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">C05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,13)"><path class="background" aria-hidden="true" d="M0,0h34.3447265625v11h-34.3447265625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N14</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">location</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-title"><g transform="translate(100,-22)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-text role-title-text" role="graphics-symbol" aria-roledescription="title" aria-label="Title text 'Female Calls per Hour'" pointer-events="none"><text text-anchor="middle" transform="translate(0,10)" font-family="sans-serif" font-size="13px" font-weight="bold" fill="#000" opacity="1">Female Calls per Hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="307" height="406" viewBox="0 0 307 406"><rect width="307" height="406" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(41,27)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h200v300h-200Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,300)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,250)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,150)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,100)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,50)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'trip_date' for a discrete scale with 2 values: 2021-12-18, 2022-01-17"><g transform="translate(0.5,300.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(50,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(150,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(50,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2021-12-18</text><text text-anchor="end" transform="translate(150,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-01-17</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="200" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(100,71.15234375)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">trip_date</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'calls_per_hour' for a linear scale with values from 0.0 to 0.6"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,300)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,250)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,150)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,100)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,50)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,303)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.0</text><text text-anchor="end" transform="translate(-7,252.99999999999997)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.1</text><text text-anchor="end" transform="translate(-7,203)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.2</text><text text-anchor="end" transform="translate(-7,153)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.3</text><text text-anchor="end" transform="translate(-7,102.99999999999997)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.4</text><text text-anchor="end" transform="translate(-7,52.999999999999986)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.5</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.6</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,300)" x2="0" y2="-300" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-24.9013671875,150) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-scope pathgroup" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2021-12-18; calls_per_hour: 0.4895; location: C05" role="graphics-symbol" aria-roledescription="line mark" d="M50,55.25L150,21.45" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2021-12-18; calls_per_hour: 0.1029; location: N14" role="graphics-symbol" aria-roledescription="line mark" d="M50,248.55L150,273.8" stroke="#f58518" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'location' for stroke color with 2 values: C05, N14"><g transform="translate(218,0)"><path class="background" aria-hidden="true" d="M0,0h43v40h-43Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h34.3447265625v11h-34.3447265625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">C05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,13)"><path class="background" aria-hidden="true" d="M0,0h34.3447265625v11h-34.3447265625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N14</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">location</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-title"><g transform="translate(100,-22)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-text role-title-text" role="graphics-symbol" aria-roledescription="title" aria-label="Title text 'Male Calls per Hour'" pointer-events="none"><text text-anchor="middle" transform="translate(0,10)" font-family="sans-serif" font-size="13px" font-weight="bold" fill="#000" opacity="1">Male Calls per Hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="313" height="406" viewBox="0 0 313 406"><rect width="313" height="406" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(47,27)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h200v300h-200Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,300)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,257)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,214)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,171)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,129)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,86)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,43)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'trip_date' for a discrete scale with 2 values: 2022-01-17, 2022-02-12"><g transform="translate(0.5,300.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(50,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(150,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(50,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-01-17</text><text text-anchor="end" transform="translate(150,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-02-12</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="200" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(100,71.15234375)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">trip_date</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'calls_per_hour' for a linear scale with values from 0.00 to 0.35"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,300)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,257)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,214)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,171)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,129)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,86)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,43)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,303)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.00</text><text text-anchor="end" transform="translate(-7,260.1428571428571)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.05</text><text text-anchor="end" transform="translate(-7,217.28571428571425)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.10</text><text text-anchor="end" transform="translate(-7,174.42857142857142)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.15</text><text text-anchor="end" transform="translate(-7,131.57142857142856)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.20</text><text text-anchor="end" transform="translate(-7,88.71428571428571)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.25</text><text text-anchor="end" transform="translate(-7,45.85714285714284)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.30</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.35</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,300)" x2="0" y2="-300" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-30.462890625,150) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-scope pathgroup" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-01-17; calls_per_hour: 0.3095; location: C05" role="graphics-symbol" aria-roledescription="line mark" d="M50,34.714L150,172.629" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-01-17; calls_per_hour: 0; location: H15" role="graphics-symbol" aria-roledescription="line mark" d="M50,300L150,280.371" stroke="#f58518" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-01-17; calls_per_hour: 0.0238; location: K09" role="graphics-symbol" aria-roledescription="line mark" d="M50,279.6L150,275.486" stroke="#e45756" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-01-17; calls_per_hour: 0.0143; location: N14" role="graphics-symbol" aria-roledescription="line mark" d="M50,287.743L150,295.114" stroke="#72b7b2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'location' for stroke color with 4 values: C05, H15, K09, N14"><g transform="translate(218,0)"><path class="background" aria-hidden="true" d="M0,0h43v66h-43Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h34.3447265625v11h-34.3447265625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">C05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,13)"><path class="background" aria-hidden="true" d="M0,0h34.3447265625v11h-34.3447265625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">H15</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,26)"><path class="background" aria-hidden="true" d="M0,0h34.3447265625v11h-34.3447265625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#e45756" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">K09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,39)"><path class="background" aria-hidden="true" d="M0,0h34.3447265625v11h-34.3447265625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#72b7b2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N14</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">location</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-title"><g transform="translate(100,-22)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-text role-title-text" role="graphics-symbol" aria-roledescription="title" aria-label="Title text 'Female Calls per Hour'" pointer-events="none"><text text-anchor="middle" transform="translate(0,10)" font-family="sans-serif" font-size="13px" font-weight="bold" fill="#000" opacity="1">Female Calls per Hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="307" height="406" viewBox="0 0 307 406"><rect width="307" height="406" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(41,27)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h200v300h-200Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,300)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,250)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,150)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,100)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,50)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'trip_date' for a discrete scale with 2 values: 2022-01-17, 2022-02-12"><g transform="translate(0.5,300.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(50,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(150,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(50,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-01-17</text><text text-anchor="end" transform="translate(150,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-02-12</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="200" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(100,71.15234375)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">trip_date</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'calls_per_hour' for a linear scale with values from 0.0 to 0.6"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,300)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,250)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,150)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,100)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,50)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,303)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.0</text><text text-anchor="end" transform="translate(-7,252.99999999999997)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.1</text><text text-anchor="end" transform="translate(-7,203)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.2</text><text text-anchor="end" transform="translate(-7,153)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.3</text><text text-anchor="end" transform="translate(-7,102.99999999999997)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.4</text><text text-anchor="end" transform="translate(-7,52.999999999999986)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.5</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.6</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,300)" x2="0" y2="-300" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-24.9013671875,150) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-scope pathgroup" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-01-17; calls_per_hour: 0.5571; location: C05" role="graphics-symbol" aria-roledescription="line mark" d="M50,21.45L150,77.15" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-01-17; calls_per_hour: 0.0143; location: H15" role="graphics-symbol" aria-roledescription="line mark" d="M50,292.85L150,274.3" stroke="#f58518" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-01-17; calls_per_hour: 0.0476; location: K09" role="graphics-symbol" aria-roledescription="line mark" d="M50,276.2L150,277.15" stroke="#e45756" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-01-17; calls_per_hour: 0.0524; location: N14" role="graphics-symbol" aria-roledescription="line mark" d="M50,273.8L150,260.25" stroke="#72b7b2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'location' for stroke color with 4 values: C05, H15, K09, N14"><g transform="translate(218,0)"><path class="background" aria-hidden="true" d="M0,0h43v66h-43Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h34.3447265625v11h-34.3447265625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">C05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,13)"><path class="background" aria-hidden="true" d="M0,0h34.3447265625v11h-34.3447265625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">H15</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,26)"><path class="background" aria-hidden="true" d="M0,0h34.3447265625v11h-34.3447265625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#e45756" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">K09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,39)"><path class="background" aria-hidden="true" d="M0,0h34.3447265625v11h-34.3447265625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#72b7b2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N14</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">location</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-title"><g transform="translate(100,-22)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-text role-title-text" role="graphics-symbol" aria-roledescription="title" aria-label="Title text 'Male Calls per Hour'" pointer-events="none"><text text-anchor="middle" transform="translate(0,10)" font-family="sans-serif" font-size="13px" font-weight="bold" fill="#000" opacity="1">Male Calls per Hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="313" height="406" viewBox="0 0 313 406"><rect width="313" height="406" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(47,27)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h200v300h-200Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,300)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,270)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,240)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,210)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,180)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,150)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,120)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,90)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,60)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,30)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'trip_date' for a discrete scale with 2 values: 2022-02-12, 2022-03-23"><g transform="translate(0.5,300.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(50,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(150,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(50,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-02-12</text><text text-anchor="end" transform="translate(150,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-03-23</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="200" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(100,71.15234375)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">trip_date</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'calls_per_hour' for a linear scale with values from 0.00 to 0.10"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,300)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,270)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,240)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,210)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,180)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,150)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,120)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,90)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,60)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,30)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,303)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.00</text><text text-anchor="end" transform="translate(-7,273)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.01</text><text text-anchor="end" transform="translate(-7,243)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.02</text><text text-anchor="end" transform="translate(-7,213)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.03</text><text text-anchor="end" transform="translate(-7,183.00000000000003)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.04</text><text text-anchor="end" transform="translate(-7,153)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.05</text><text text-anchor="end" transform="translate(-7,123)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.06</text><text text-anchor="end" transform="translate(-7,92.99999999999999)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.07</text><text text-anchor="end" transform="translate(-7,63.00000000000002)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.08</text><text text-anchor="end" transform="translate(-7,33.00000000000003)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.09</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.10</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,300)" x2="0" y2="-300" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-30.462890625,150) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-scope pathgroup" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-02-12; calls_per_hour: 0.0057; location: N14" role="graphics-symbol" aria-roledescription="line mark" d="M50,282.9L150,16.8" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'location' for stroke color with 1 value: N14"><g transform="translate(218,0)"><path class="background" aria-hidden="true" d="M0,0h43v27h-43Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h34.3447265625v11h-34.3447265625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N14</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">location</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-title"><g transform="translate(100,-22)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-text role-title-text" role="graphics-symbol" aria-roledescription="title" aria-label="Title text 'Female Calls per Hour'" pointer-events="none"><text text-anchor="middle" transform="translate(0,10)" font-family="sans-serif" font-size="13px" font-weight="bold" fill="#000" opacity="1">Female Calls per Hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="313" height="406" viewBox="0 0 313 406"><rect width="313" height="406" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(47,27)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h200v300h-200Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,300)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,270)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,240)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,210)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,180)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,150)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,120)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,90)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,60)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,30)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'trip_date' for a discrete scale with 2 values: 2022-02-12, 2022-03-23"><g transform="translate(0.5,300.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(50,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(150,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(50,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-02-12</text><text text-anchor="end" transform="translate(150,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-03-23</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="200" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(100,71.15234375)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">trip_date</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'calls_per_hour' for a linear scale with values from 0.00 to 0.20"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,300)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,270)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,240)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,210)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,180)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,150)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,120)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,90)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,60)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,30)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,303)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.00</text><text text-anchor="end" transform="translate(-7,273)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.02</text><text text-anchor="end" transform="translate(-7,243)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.04</text><text text-anchor="end" transform="translate(-7,213)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.06</text><text text-anchor="end" transform="translate(-7,183.00000000000003)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.08</text><text text-anchor="end" transform="translate(-7,153)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.10</text><text text-anchor="end" transform="translate(-7,123)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.12</text><text text-anchor="end" transform="translate(-7,92.99999999999999)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.14</text><text text-anchor="end" transform="translate(-7,63.00000000000002)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.16</text><text text-anchor="end" transform="translate(-7,33.00000000000003)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.18</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.20</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,300)" x2="0" y2="-300" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-30.462890625,150) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-scope pathgroup" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-02-12; calls_per_hour: 0.0795; location: N14" role="graphics-symbol" aria-roledescription="line mark" d="M50,180.75L150,11.55" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'location' for stroke color with 1 value: N14"><g transform="translate(218,0)"><path class="background" aria-hidden="true" d="M0,0h43v27h-43Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h34.3447265625v11h-34.3447265625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N14</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">location</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-title"><g transform="translate(100,-22)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-text role-title-text" role="graphics-symbol" aria-roledescription="title" aria-label="Title text 'Male Calls per Hour'" pointer-events="none"><text text-anchor="middle" transform="translate(0,10)" font-family="sans-serif" font-size="13px" font-weight="bold" fill="#000" opacity="1">Male Calls per Hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="313" height="406" viewBox="0 0 313 406"><rect width="313" height="406" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(47,27)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h200v300h-200Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,300)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,267)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,233)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,167)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,133)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,100)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,67)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,33)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'trip_date' for a discrete scale with 2 values: 2022-02-12, 2022-04-27"><g transform="translate(0.5,300.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(50,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(150,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(50,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-02-12</text><text text-anchor="end" transform="translate(150,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-04-27</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="200" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(100,71.15234375)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">trip_date</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'calls_per_hour' for a linear scale with values from 0.00 to 0.18"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,300)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,267)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,233)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,167)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,133)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,100)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,67)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,33)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,303)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.00</text><text text-anchor="end" transform="translate(-7,269.66666666666663)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.02</text><text text-anchor="end" transform="translate(-7,236.33333333333334)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.04</text><text text-anchor="end" transform="translate(-7,203.00000000000003)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.06</text><text text-anchor="end" transform="translate(-7,169.66666666666669)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.08</text><text text-anchor="end" transform="translate(-7,136.33333333333331)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.10</text><text text-anchor="end" transform="translate(-7,103.00000000000001)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.12</text><text text-anchor="end" transform="translate(-7,69.66666666666663)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.14</text><text text-anchor="end" transform="translate(-7,36.333333333333314)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.16</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.18</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,300)" x2="0" y2="-300" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-30.462890625,150) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-scope pathgroup" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-02-12; calls_per_hour: 0.1486; location: C05" role="graphics-symbol" aria-roledescription="line mark" d="M50,52.333L150,16.167" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-02-12; calls_per_hour: 0.0286; location: K09" role="graphics-symbol" aria-roledescription="line mark" d="M50,252.333L150,259.667" stroke="#f58518" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-02-12; calls_per_hour: 0.0057; location: N14" role="graphics-symbol" aria-roledescription="line mark" d="M50,290.5L150,142.667" stroke="#e45756" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'location' for stroke color with 3 values: C05, K09, N14"><g transform="translate(218,0)"><path class="background" aria-hidden="true" d="M0,0h43v53h-43Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h34.3447265625v11h-34.3447265625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">C05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,13)"><path class="background" aria-hidden="true" d="M0,0h34.3447265625v11h-34.3447265625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">K09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,26)"><path class="background" aria-hidden="true" d="M0,0h34.3447265625v11h-34.3447265625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#e45756" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N14</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">location</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-title"><g transform="translate(100,-22)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-text role-title-text" role="graphics-symbol" aria-roledescription="title" aria-label="Title text 'Female Calls per Hour'" pointer-events="none"><text text-anchor="middle" transform="translate(0,10)" font-family="sans-serif" font-size="13px" font-weight="bold" fill="#000" opacity="1">Female Calls per Hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="307" height="406" viewBox="0 0 307 406"><rect width="307" height="406" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(41,27)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h200v300h-200Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,300)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,250)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,150)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,100)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,50)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'trip_date' for a discrete scale with 2 values: 2022-02-12, 2022-04-27"><g transform="translate(0.5,300.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(50,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(150,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(50,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-02-12</text><text text-anchor="end" transform="translate(150,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-04-27</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="200" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(100,71.15234375)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">trip_date</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'calls_per_hour' for a linear scale with values from 0.0 to 0.6"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,300)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,250)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,150)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,100)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,50)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,303)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.0</text><text text-anchor="end" transform="translate(-7,252.99999999999997)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.1</text><text text-anchor="end" transform="translate(-7,203)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.2</text><text text-anchor="end" transform="translate(-7,153)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.3</text><text text-anchor="end" transform="translate(-7,102.99999999999997)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.4</text><text text-anchor="end" transform="translate(-7,52.999999999999986)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.5</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.6</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,300)" x2="0" y2="-300" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-24.9013671875,150) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-scope pathgroup" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-02-12; calls_per_hour: 0.4457; location: C05" role="graphics-symbol" aria-roledescription="line mark" d="M50,77.15L150,9.95" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-02-12; calls_per_hour: 0.0457; location: K09" role="graphics-symbol" aria-roledescription="line mark" d="M50,277.15L150,273.8" stroke="#f58518" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-02-12; calls_per_hour: 0.0795; location: N14" role="graphics-symbol" aria-roledescription="line mark" d="M50,260.25L150,203.85" stroke="#e45756" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'location' for stroke color with 3 values: C05, K09, N14"><g transform="translate(218,0)"><path class="background" aria-hidden="true" d="M0,0h43v53h-43Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h34.3447265625v11h-34.3447265625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">C05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,13)"><path class="background" aria-hidden="true" d="M0,0h34.3447265625v11h-34.3447265625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">K09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,26)"><path class="background" aria-hidden="true" d="M0,0h34.3447265625v11h-34.3447265625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#e45756" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N14</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">location</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-title"><g transform="translate(100,-22)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-text role-title-text" role="graphics-symbol" aria-roledescription="title" aria-label="Title text 'Male Calls per Hour'" pointer-events="none"><text text-anchor="middle" transform="translate(0,10)" font-family="sans-serif" font-size="13px" font-weight="bold" fill="#000" opacity="1">Male Calls per Hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="314" height="406" viewBox="0 0 314 406"><rect width="314" height="406" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(47,27)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h200v300h-200Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,300)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,273)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,245)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,218)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,191)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,164)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,136)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,109)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,82)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,55)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,27)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'trip_date' for a discrete scale with 2 values: 2022-04-27, 2022-05-27"><g transform="translate(0.5,300.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(50,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(150,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(50,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-04-27</text><text text-anchor="end" transform="translate(150,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-05-27</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="200" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(100,71.15234375)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">trip_date</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'calls_per_hour' for a linear scale with values from 0.00 to 0.22"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,300)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,273)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,245)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,218)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,191)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,164)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,136)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,109)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,82)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,55)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,27)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,303)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.00</text><text text-anchor="end" transform="translate(-7,275.7272727272727)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.02</text><text text-anchor="end" transform="translate(-7,248.45454545454544)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.04</text><text text-anchor="end" transform="translate(-7,221.1818181818182)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.06</text><text text-anchor="end" transform="translate(-7,193.9090909090909)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.08</text><text text-anchor="end" transform="translate(-7,166.63636363636363)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.10</text><text text-anchor="end" transform="translate(-7,139.36363636363637)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.12</text><text text-anchor="end" transform="translate(-7,112.09090909090907)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.14</text><text text-anchor="end" transform="translate(-7,84.81818181818181)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.16</text><text text-anchor="end" transform="translate(-7,57.54545454545456)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.18</text><text text-anchor="end" transform="translate(-7,30.27272727272725)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.20</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.22</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,300)" x2="0" y2="-300" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-30.462890625,150) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-scope pathgroup" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-04-27; calls_per_hour: 0.0389; location: A11" role="graphics-symbol" aria-roledescription="line mark" d="M50,246.955L150,290.455" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-04-27; calls_per_hour: 0.0101; location: B12M" role="graphics-symbol" aria-roledescription="line mark" d="M50,286.227L150,257.727" stroke="#f58518" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-04-27; calls_per_hour: 0.1703; location: C05" role="graphics-symbol" aria-roledescription="line mark" d="M50,67.773L150,85.773" stroke="#e45756" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-04-27; calls_per_hour: 0.0664; location: M01" role="graphics-symbol" aria-roledescription="line mark" d="M50,209.455L150,188.591" stroke="#72b7b2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-04-27; calls_per_hour: 0.1315; location: M04" role="graphics-symbol" aria-roledescription="line mark" d="M50,120.682L150,147.818" stroke="#54a24b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-04-27; calls_per_hour: 0.2177; location: N20" role="graphics-symbol" aria-roledescription="line mark" d="M50,3.136L150,49.091" stroke="#eeca3b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-04-27; calls_per_hour: 0.0337; location: WD05" role="graphics-symbol" aria-roledescription="line mark" d="M50,254.045L150,248.045" stroke="#b279a2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'location' for stroke color with 7 values: A11, B12M, C05, M01, M04, N20, WD05"><g transform="translate(218,0)"><path class="background" aria-hidden="true" d="M0,0h44v105h-44Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">A11</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,13)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">B12M</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,26)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#e45756" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">C05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,39)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#72b7b2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">M01</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,52)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#54a24b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">M04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,65)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#eeca3b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N20</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,78)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#b279a2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">WD05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">location</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-title"><g transform="translate(100,-22)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-text role-title-text" role="graphics-symbol" aria-roledescription="title" aria-label="Title text 'Female Calls per Hour'" pointer-events="none"><text text-anchor="middle" transform="translate(0,10)" font-family="sans-serif" font-size="13px" font-weight="bold" fill="#000" opacity="1">Female Calls per Hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="308" height="406" viewBox="0 0 308 406"><rect width="308" height="406" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(41,27)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h200v300h-200Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,300)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,263)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,225)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,188)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,150)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,113)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,75)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,38)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'trip_date' for a discrete scale with 2 values: 2022-04-27, 2022-05-27"><g transform="translate(0.5,300.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(50,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(150,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(50,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-04-27</text><text text-anchor="end" transform="translate(150,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-05-27</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="200" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(100,71.15234375)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">trip_date</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'calls_per_hour' for a linear scale with values from 0.0 to 0.8"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,300)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,263)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,225)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,188)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,150)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,113)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,75)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,38)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,303)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.0</text><text text-anchor="end" transform="translate(-7,265.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.1</text><text text-anchor="end" transform="translate(-7,228)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.2</text><text text-anchor="end" transform="translate(-7,190.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.3</text><text text-anchor="end" transform="translate(-7,153)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.4</text><text text-anchor="end" transform="translate(-7,115.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.5</text><text text-anchor="end" transform="translate(-7,78.00000000000003)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.6</text><text text-anchor="end" transform="translate(-7,40.500000000000036)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.7</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.8</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,300)" x2="0" y2="-300" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-24.9013671875,150) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-scope pathgroup" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-04-27; calls_per_hour: 0.1166; location: A11" role="graphics-symbol" aria-roledescription="line mark" d="M50,256.275L150,275.175" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-04-27; calls_per_hour: 0.2441; location: B12M" role="graphics-symbol" aria-roledescription="line mark" d="M50,208.463L150,93.75" stroke="#f58518" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-04-27; calls_per_hour: 0.5801; location: C05" role="graphics-symbol" aria-roledescription="line mark" d="M50,82.463L150,25.875" stroke="#e45756" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-04-27; calls_per_hour: 0.1172; location: M01" role="graphics-symbol" aria-roledescription="line mark" d="M50,256.05L150,224.138" stroke="#72b7b2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-04-27; calls_per_hour: 0.1686; location: M04" role="graphics-symbol" aria-roledescription="line mark" d="M50,236.775L150,219.825" stroke="#54a24b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-04-27; calls_per_hour: 0.6532; location: N20" role="graphics-symbol" aria-roledescription="line mark" d="M50,55.05L150,61.5" stroke="#eeca3b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-04-27; calls_per_hour: 0.2559; location: WD05" role="graphics-symbol" aria-roledescription="line mark" d="M50,204.038L150,183.938" stroke="#b279a2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'location' for stroke color with 7 values: A11, B12M, C05, M01, M04, N20, WD05"><g transform="translate(218,0)"><path class="background" aria-hidden="true" d="M0,0h44v105h-44Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">A11</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,13)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">B12M</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,26)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#e45756" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">C05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,39)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#72b7b2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">M01</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,52)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#54a24b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">M04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,65)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#eeca3b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N20</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,78)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#b279a2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">WD05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">location</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-title"><g transform="translate(100,-22)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-text role-title-text" role="graphics-symbol" aria-roledescription="title" aria-label="Title text 'Male Calls per Hour'" pointer-events="none"><text text-anchor="middle" transform="translate(0,10)" font-family="sans-serif" font-size="13px" font-weight="bold" fill="#000" opacity="1">Male Calls per Hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="314" height="406" viewBox="0 0 314 406"><rect width="314" height="406" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(47,27)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h200v300h-200Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,300)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,270)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,240)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,210)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,180)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,150)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,120)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,90)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,60)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,30)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'trip_date' for a discrete scale with 2 values: 2022-05-27, 2022-06-18"><g transform="translate(0.5,300.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(50,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(150,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(50,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-05-27</text><text text-anchor="end" transform="translate(150,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-06-18</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="200" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(100,71.15234375)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">trip_date</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'calls_per_hour' for a linear scale with values from 0.00 to 0.20"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,300)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,270)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,240)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,210)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,180)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,150)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,120)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,90)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,60)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,30)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,303)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.00</text><text text-anchor="end" transform="translate(-7,273)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.02</text><text text-anchor="end" transform="translate(-7,243)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.04</text><text text-anchor="end" transform="translate(-7,213)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.06</text><text text-anchor="end" transform="translate(-7,183.00000000000003)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.08</text><text text-anchor="end" transform="translate(-7,153)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.10</text><text text-anchor="end" transform="translate(-7,123)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.12</text><text text-anchor="end" transform="translate(-7,92.99999999999999)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.14</text><text text-anchor="end" transform="translate(-7,63.00000000000002)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.16</text><text text-anchor="end" transform="translate(-7,33.00000000000003)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.18</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.20</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,300)" x2="0" y2="-300" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-30.462890625,150) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-scope pathgroup" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-05-27; calls_per_hour: 0.1571; location: C05" role="graphics-symbol" aria-roledescription="line mark" d="M50,64.35L150,198" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-05-27; calls_per_hour: 0.1116; location: M04" role="graphics-symbol" aria-roledescription="line mark" d="M50,132.6L150,66.3" stroke="#f58518" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-05-27; calls_per_hour: 0.184; location: N20" role="graphics-symbol" aria-roledescription="line mark" d="M50,24L150,63.75" stroke="#e45756" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-05-27; calls_per_hour: 0.0381; location: WD05" role="graphics-symbol" aria-roledescription="line mark" d="M50,242.85L150,265.95" stroke="#72b7b2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'location' for stroke color with 4 values: C05, M04, N20, WD05"><g transform="translate(218,0)"><path class="background" aria-hidden="true" d="M0,0h44v66h-44Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">C05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,13)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">M04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,26)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#e45756" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N20</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,39)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#72b7b2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">WD05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">location</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-title"><g transform="translate(100,-22)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-text role-title-text" role="graphics-symbol" aria-roledescription="title" aria-label="Title text 'Female Calls per Hour'" pointer-events="none"><text text-anchor="middle" transform="translate(0,10)" font-family="sans-serif" font-size="13px" font-weight="bold" fill="#000" opacity="1">Female Calls per Hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="308" height="406" viewBox="0 0 308 406"><rect width="308" height="406" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(41,27)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h200v300h-200Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,300)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,263)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,225)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,188)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,150)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,113)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,75)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,38)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'trip_date' for a discrete scale with 2 values: 2022-05-27, 2022-06-18"><g transform="translate(0.5,300.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(50,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(150,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(50,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-05-27</text><text text-anchor="end" transform="translate(150,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-06-18</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="200" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(100,71.15234375)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">trip_date</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'calls_per_hour' for a linear scale with values from 0.0 to 0.8"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,300)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,263)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,225)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,188)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,150)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,113)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,75)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,38)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,303)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.0</text><text text-anchor="end" transform="translate(-7,265.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.1</text><text text-anchor="end" transform="translate(-7,228)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.2</text><text text-anchor="end" transform="translate(-7,190.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.3</text><text text-anchor="end" transform="translate(-7,153)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.4</text><text text-anchor="end" transform="translate(-7,115.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.5</text><text text-anchor="end" transform="translate(-7,78.00000000000003)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.6</text><text text-anchor="end" transform="translate(-7,40.500000000000036)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.7</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.8</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,300)" x2="0" y2="-300" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-24.9013671875,150) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-scope pathgroup" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-05-27; calls_per_hour: 0.731; location: C05" role="graphics-symbol" aria-roledescription="line mark" d="M50,25.875L150,120.15" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-05-27; calls_per_hour: 0.2138; location: M04" role="graphics-symbol" aria-roledescription="line mark" d="M50,219.825L150,222.075" stroke="#f58518" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-05-27; calls_per_hour: 0.636; location: N20" role="graphics-symbol" aria-roledescription="line mark" d="M50,61.5L150,87.413" stroke="#e45756" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-05-27; calls_per_hour: 0.3095; location: WD05" role="graphics-symbol" aria-roledescription="line mark" d="M50,183.938L150,230.588" stroke="#72b7b2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'location' for stroke color with 4 values: C05, M04, N20, WD05"><g transform="translate(218,0)"><path class="background" aria-hidden="true" d="M0,0h44v66h-44Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">C05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,13)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">M04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,26)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#e45756" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N20</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,39)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#72b7b2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">WD05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">location</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-title"><g transform="translate(100,-22)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-text role-title-text" role="graphics-symbol" aria-roledescription="title" aria-label="Title text 'Male Calls per Hour'" pointer-events="none"><text text-anchor="middle" transform="translate(0,10)" font-family="sans-serif" font-size="13px" font-weight="bold" fill="#000" opacity="1">Male Calls per Hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="314" height="406" viewBox="0 0 314 406"><rect width="314" height="406" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(47,27)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h200v300h-200Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,300)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,267)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,233)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,167)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,133)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,100)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,67)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,33)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'trip_date' for a discrete scale with 2 values: 2022-06-18, 2022-08-27"><g transform="translate(0.5,300.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(50,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(150,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(50,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-06-18</text><text text-anchor="end" transform="translate(150,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-08-27</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="200" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(100,71.15234375)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">trip_date</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'calls_per_hour' for a linear scale with values from 0.00 to 0.18"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,300)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,267)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,233)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,167)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,133)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,100)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,67)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,33)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,303)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.00</text><text text-anchor="end" transform="translate(-7,269.66666666666663)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.02</text><text text-anchor="end" transform="translate(-7,236.33333333333334)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.04</text><text text-anchor="end" transform="translate(-7,203.00000000000003)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.06</text><text text-anchor="end" transform="translate(-7,169.66666666666669)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.08</text><text text-anchor="end" transform="translate(-7,136.33333333333331)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.10</text><text text-anchor="end" transform="translate(-7,103.00000000000001)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.12</text><text text-anchor="end" transform="translate(-7,69.66666666666663)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.14</text><text text-anchor="end" transform="translate(-7,36.333333333333314)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.16</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.18</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,300)" x2="0" y2="-300" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-30.462890625,150) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-scope pathgroup" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-06-18; calls_per_hour: 0.068; location: C05" role="graphics-symbol" aria-roledescription="line mark" d="M50,186.667L150,75.167" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-06-18; calls_per_hour: 0.0219; location: D03" role="graphics-symbol" aria-roledescription="line mark" d="M50,263.5L150,277.5" stroke="#f58518" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-06-18; calls_per_hour: 0.1147; location: D09" role="graphics-symbol" aria-roledescription="line mark" d="M50,108.833L150,63.833" stroke="#e45756" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-06-18; calls_per_hour: 0; location: E07" role="graphics-symbol" aria-roledescription="line mark" d="M50,300L150,294.333" stroke="#72b7b2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-06-18; calls_per_hour: 0.145; location: F09" role="graphics-symbol" aria-roledescription="line mark" d="M50,58.333L150,165.167" stroke="#54a24b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-06-18; calls_per_hour: 0.0961; location: H04" role="graphics-symbol" aria-roledescription="line mark" d="M50,139.833L150,125.667" stroke="#eeca3b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-06-18; calls_per_hour: 0.0135; location: J11" role="graphics-symbol" aria-roledescription="line mark" d="M50,277.5L150,232.5" stroke="#b279a2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-06-18; calls_per_hour: 0.0195; location: K09" role="graphics-symbol" aria-roledescription="line mark" d="M50,267.5L150,200.333" stroke="#ff9da6" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-06-18; calls_per_hour: 0.1558; location: M04" role="graphics-symbol" aria-roledescription="line mark" d="M50,40.333L150,170.667" stroke="#9d755d" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-06-18; calls_per_hour: 0.0205; location: T10" role="graphics-symbol" aria-roledescription="line mark" d="M50,265.833L150,15.667" stroke="#bab0ac" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-06-18; calls_per_hour: 0.0306; location: WB09" role="graphics-symbol" aria-roledescription="line mark" d="M50,249L150,260.667" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-06-18; calls_per_hour: 0.0227; location: WD05" role="graphics-symbol" aria-roledescription="line mark" d="M50,262.167L150,274.667" stroke="#f58518" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'location' for stroke color with 12 values: C05, D03, D09, E07, F09, ending with WD05"><g transform="translate(218,0)"><path class="background" aria-hidden="true" d="M0,0h44v170h-44Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">C05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,13)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">D03</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,26)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#e45756" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">D09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,39)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#72b7b2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">E07</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,52)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#54a24b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">F09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,65)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#eeca3b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">H04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,78)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#b279a2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">J11</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,91)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#ff9da6" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">K09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,104)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#9d755d" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">M04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,117)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#bab0ac" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">T10</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,130)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">WB09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,143)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">WD05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">location</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-title"><g transform="translate(100,-22)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-text role-title-text" role="graphics-symbol" aria-roledescription="title" aria-label="Title text 'Female Calls per Hour'" pointer-events="none"><text text-anchor="middle" transform="translate(0,10)" font-family="sans-serif" font-size="13px" font-weight="bold" fill="#000" opacity="1">Female Calls per Hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="308" height="406" viewBox="0 0 308 406"><rect width="308" height="406" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(41,27)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h200v300h-200Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,300)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,250)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,150)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,100)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,50)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'trip_date' for a discrete scale with 2 values: 2022-06-18, 2022-08-27"><g transform="translate(0.5,300.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(50,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(150,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(50,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-06-18</text><text text-anchor="end" transform="translate(150,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-08-27</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="200" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(100,71.15234375)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">trip_date</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'calls_per_hour' for a linear scale with values from 0.0 to 0.6"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,300)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,250)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,150)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,100)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,50)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,303)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.0</text><text text-anchor="end" transform="translate(-7,252.99999999999997)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.1</text><text text-anchor="end" transform="translate(-7,203)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.2</text><text text-anchor="end" transform="translate(-7,153)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.3</text><text text-anchor="end" transform="translate(-7,102.99999999999997)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.4</text><text text-anchor="end" transform="translate(-7,52.999999999999986)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.5</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.6</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,300)" x2="0" y2="-300" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-24.9013671875,150) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-scope pathgroup" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-06-18; calls_per_hour: 0.4796; location: C05" role="graphics-symbol" aria-roledescription="line mark" d="M50,60.2L150,112.8" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-06-18; calls_per_hour: 0.2003; location: D03" role="graphics-symbol" aria-roledescription="line mark" d="M50,199.85L150,139.8" stroke="#f58518" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-06-18; calls_per_hour: 0.3103; location: D09" role="graphics-symbol" aria-roledescription="line mark" d="M50,144.85L150,128.85" stroke="#e45756" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-06-18; calls_per_hour: 0.0204; location: E07" role="graphics-symbol" aria-roledescription="line mark" d="M50,289.8L150,276.8" stroke="#72b7b2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-06-18; calls_per_hour: 0.5835; location: F09" role="graphics-symbol" aria-roledescription="line mark" d="M50,8.25L150,84.15" stroke="#54a24b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-06-18; calls_per_hour: 0.2766; location: H04" role="graphics-symbol" aria-roledescription="line mark" d="M50,161.7L150,188.7" stroke="#eeca3b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-06-18; calls_per_hour: 0.0455; location: J11" role="graphics-symbol" aria-roledescription="line mark" d="M50,277.25L150,246.05" stroke="#b279a2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-06-18; calls_per_hour: 0.0586; location: K09" role="graphics-symbol" aria-roledescription="line mark" d="M50,270.7L150,268.15" stroke="#ff9da6" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-06-18; calls_per_hour: 0.2078; location: M04" role="graphics-symbol" aria-roledescription="line mark" d="M50,196.1L150,226.65" stroke="#9d755d" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-06-18; calls_per_hour: 0.1311; location: T10" role="graphics-symbol" aria-roledescription="line mark" d="M50,234.45L150,75.8" stroke="#bab0ac" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-06-18; calls_per_hour: 0.1803; location: WB09" role="graphics-symbol" aria-roledescription="line mark" d="M50,209.85L150,138.1" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-06-18; calls_per_hour: 0.1851; location: WD05" role="graphics-symbol" aria-roledescription="line mark" d="M50,207.45L150,212.3" stroke="#f58518" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'location' for stroke color with 12 values: C05, D03, D09, E07, F09, ending with WD05"><g transform="translate(218,0)"><path class="background" aria-hidden="true" d="M0,0h44v170h-44Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">C05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,13)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">D03</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,26)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#e45756" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">D09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,39)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#72b7b2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">E07</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,52)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#54a24b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">F09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,65)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#eeca3b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">H04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,78)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#b279a2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">J11</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,91)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#ff9da6" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">K09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,104)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#9d755d" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">M04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,117)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#bab0ac" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">T10</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,130)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">WB09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,143)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">WD05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">location</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-title"><g transform="translate(100,-22)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-text role-title-text" role="graphics-symbol" aria-roledescription="title" aria-label="Title text 'Male Calls per Hour'" pointer-events="none"><text text-anchor="middle" transform="translate(0,10)" font-family="sans-serif" font-size="13px" font-weight="bold" fill="#000" opacity="1">Male Calls per Hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="314" height="406" viewBox="0 0 314 406"><rect width="314" height="406" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(47,27)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h200v300h-200Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,300)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,275)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,250)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,225)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,175)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,150)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,125)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,100)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,75)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,50)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,25)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'trip_date' for a discrete scale with 2 values: 2022-08-27, 2022-10-08"><g transform="translate(0.5,300.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(50,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(150,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(50,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-08-27</text><text text-anchor="end" transform="translate(150,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-10-08</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="200" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(100,71.15234375)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">trip_date</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'calls_per_hour' for a linear scale with values from 0.00 to 0.24"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,300)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,275)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,250)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,225)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,175)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,150)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,125)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,100)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,75)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,50)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,25)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,303)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.00</text><text text-anchor="end" transform="translate(-7,278)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.02</text><text text-anchor="end" transform="translate(-7,252.99999999999997)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.04</text><text text-anchor="end" transform="translate(-7,228)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.06</text><text text-anchor="end" transform="translate(-7,203)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.08</text><text text-anchor="end" transform="translate(-7,177.99999999999997)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.10</text><text text-anchor="end" transform="translate(-7,153)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.12</text><text text-anchor="end" transform="translate(-7,127.99999999999999)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.14</text><text text-anchor="end" transform="translate(-7,102.99999999999997)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.16</text><text text-anchor="end" transform="translate(-7,78)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.18</text><text text-anchor="end" transform="translate(-7,52.999999999999986)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.20</text><text text-anchor="end" transform="translate(-7,27.99999999999998)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.22</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.24</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,300)" x2="0" y2="-300" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-30.462890625,150) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-scope pathgroup" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-08-27; calls_per_hour: 0.1349; location: C05" role="graphics-symbol" aria-roledescription="line mark" d="M50,131.375L150,2.75" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-08-27; calls_per_hour: 0.0135; location: D03" role="graphics-symbol" aria-roledescription="line mark" d="M50,283.125L150,207.625" stroke="#f58518" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-08-27; calls_per_hour: 0.1417; location: D09" role="graphics-symbol" aria-roledescription="line mark" d="M50,122.875L150,125" stroke="#e45756" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-08-27; calls_per_hour: 0.0034; location: E07" role="graphics-symbol" aria-roledescription="line mark" d="M50,295.75L150,293.625" stroke="#72b7b2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-08-27; calls_per_hour: 0.0809; location: F09" role="graphics-symbol" aria-roledescription="line mark" d="M50,198.875L150,20.75" stroke="#54a24b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-08-27; calls_per_hour: 0.1046; location: H04" role="graphics-symbol" aria-roledescription="line mark" d="M50,169.25L150,268.375" stroke="#eeca3b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-08-27; calls_per_hour: 0.0405; location: J11" role="graphics-symbol" aria-roledescription="line mark" d="M50,249.375L150,297.125" stroke="#b279a2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-08-27; calls_per_hour: 0.0598; location: K09" role="graphics-symbol" aria-roledescription="line mark" d="M50,225.25L150,165" stroke="#ff9da6" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-08-27; calls_per_hour: 0.0776; location: M04" role="graphics-symbol" aria-roledescription="line mark" d="M50,203L150,217.75" stroke="#9d755d" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-08-27; calls_per_hour: 0.0662; location: N14" role="graphics-symbol" aria-roledescription="line mark" d="M50,217.25L150,300" stroke="#bab0ac" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-08-27; calls_per_hour: 0.0859; location: S13T" role="graphics-symbol" aria-roledescription="line mark" d="M50,192.625L150,58.625" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-08-27; calls_per_hour: 0.1706; location: T10" role="graphics-symbol" aria-roledescription="line mark" d="M50,86.75L150,295" stroke="#f58518" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-08-27; calls_per_hour: 0.0236; location: WB09" role="graphics-symbol" aria-roledescription="line mark" d="M50,270.5L150,287.375" stroke="#e45756" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-08-27; calls_per_hour: 0.0152; location: WD05" role="graphics-symbol" aria-roledescription="line mark" d="M50,281L150,285.25" stroke="#72b7b2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'location' for stroke color with 14 values: C05, D03, D09, E07, F09, ending with WD05"><g transform="translate(218,0)"><path class="background" aria-hidden="true" d="M0,0h44v196h-44Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">C05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,13)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">D03</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,26)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#e45756" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">D09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,39)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#72b7b2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">E07</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,52)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#54a24b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">F09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,65)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#eeca3b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">H04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,78)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#b279a2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">J11</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,91)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#ff9da6" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">K09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,104)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#9d755d" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">M04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,117)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#bab0ac" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N14</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,130)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">S13T</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,143)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">T10</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,156)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#e45756" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">WB09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,169)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#72b7b2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">WD05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">location</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-title"><g transform="translate(100,-22)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-text role-title-text" role="graphics-symbol" aria-roledescription="title" aria-label="Title text 'Female Calls per Hour'" pointer-events="none"><text text-anchor="middle" transform="translate(0,10)" font-family="sans-serif" font-size="13px" font-weight="bold" fill="#000" opacity="1">Female Calls per Hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="308" height="406" viewBox="0 0 308 406"><rect width="308" height="406" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(41,27)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h200v300h-200Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,300)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,267)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,233)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,167)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,133)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,100)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,67)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,33)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'trip_date' for a discrete scale with 2 values: 2022-08-27, 2022-10-08"><g transform="translate(0.5,300.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(50,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(150,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(50,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-08-27</text><text text-anchor="end" transform="translate(150,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-10-08</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="200" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(100,71.15234375)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">trip_date</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'calls_per_hour' for a linear scale with values from 0.0 to 0.9"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,300)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,267)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,233)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,167)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,133)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,100)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,67)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,33)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,303)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.0</text><text text-anchor="end" transform="translate(-7,269.66666666666663)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.1</text><text text-anchor="end" transform="translate(-7,236.33333333333334)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.2</text><text text-anchor="end" transform="translate(-7,203.00000000000003)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.3</text><text text-anchor="end" transform="translate(-7,169.66666666666669)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.4</text><text text-anchor="end" transform="translate(-7,136.33333333333331)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.5</text><text text-anchor="end" transform="translate(-7,103.00000000000001)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.6</text><text text-anchor="end" transform="translate(-7,69.6666666666667)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.7</text><text text-anchor="end" transform="translate(-7,36.333333333333314)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.8</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.9</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,300)" x2="0" y2="-300" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-24.9013671875,150) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-scope pathgroup" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-08-27; calls_per_hour: 0.3744; location: C05" role="graphics-symbol" aria-roledescription="line mark" d="M50,175.2L150,52.667" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-08-27; calls_per_hour: 0.3204; location: D03" role="graphics-symbol" aria-roledescription="line mark" d="M50,193.2L150,257.633" stroke="#f58518" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-08-27; calls_per_hour: 0.3423; location: D09" role="graphics-symbol" aria-roledescription="line mark" d="M50,185.9L150,111.133" stroke="#e45756" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-08-27; calls_per_hour: 0.0464; location: E07" role="graphics-symbol" aria-roledescription="line mark" d="M50,284.533L150,272.467" stroke="#72b7b2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-08-27; calls_per_hour: 0.4317; location: F09" role="graphics-symbol" aria-roledescription="line mark" d="M50,156.1L150,30.8" stroke="#54a24b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-08-27; calls_per_hour: 0.2226; location: H04" role="graphics-symbol" aria-roledescription="line mark" d="M50,225.8L150,237.6" stroke="#eeca3b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-08-27; calls_per_hour: 0.1079; location: J11" role="graphics-symbol" aria-roledescription="line mark" d="M50,264.033L150,298.467" stroke="#b279a2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-08-27; calls_per_hour: 0.0637; location: K09" role="graphics-symbol" aria-roledescription="line mark" d="M50,278.767L150,240" stroke="#ff9da6" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-08-27; calls_per_hour: 0.1467; location: M04" role="graphics-symbol" aria-roledescription="line mark" d="M50,251.1L150,217.367" stroke="#9d755d" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-08-27; calls_per_hour: 0.331; location: N14" role="graphics-symbol" aria-roledescription="line mark" d="M50,189.667L150,281.667" stroke="#bab0ac" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-08-27; calls_per_hour: 0.1787; location: S13T" role="graphics-symbol" aria-roledescription="line mark" d="M50,240.433L150,231.033" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-08-27; calls_per_hour: 0.4484; location: T10" role="graphics-symbol" aria-roledescription="line mark" d="M50,150.533L150,282.467" stroke="#f58518" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-08-27; calls_per_hour: 0.3238; location: WB09" role="graphics-symbol" aria-roledescription="line mark" d="M50,192.067L150,186.467" stroke="#e45756" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-08-27; calls_per_hour: 0.1754; location: WD05" role="graphics-symbol" aria-roledescription="line mark" d="M50,241.533L150,215.133" stroke="#72b7b2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'location' for stroke color with 14 values: C05, D03, D09, E07, F09, ending with WD05"><g transform="translate(218,0)"><path class="background" aria-hidden="true" d="M0,0h44v196h-44Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">C05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,13)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">D03</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,26)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#e45756" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">D09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,39)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#72b7b2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">E07</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,52)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#54a24b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">F09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,65)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#eeca3b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">H04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,78)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#b279a2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">J11</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,91)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#ff9da6" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">K09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,104)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#9d755d" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">M04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,117)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#bab0ac" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N14</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,130)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">S13T</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,143)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">T10</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,156)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#e45756" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">WB09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,169)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#72b7b2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">WD05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">location</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-title"><g transform="translate(100,-22)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-text role-title-text" role="graphics-symbol" aria-roledescription="title" aria-label="Title text 'Male Calls per Hour'" pointer-events="none"><text text-anchor="middle" transform="translate(0,10)" font-family="sans-serif" font-size="13px" font-weight="bold" fill="#000" opacity="1">Male Calls per Hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="314" height="406" viewBox="0 0 314 406"><rect width="314" height="406" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(47,27)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h200v300h-200Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,300)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,257)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,214)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,171)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,129)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,86)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,43)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'trip_date' for a discrete scale with 2 values: 2022-10-08, 2022-12-17"><g transform="translate(0.5,300.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(50,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(150,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(50,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-10-08</text><text text-anchor="end" transform="translate(150,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-12-17</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="200" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(100,71.15234375)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">trip_date</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'calls_per_hour' for a linear scale with values from 0.00 to 0.35"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,300)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,257)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,214)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,171)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,129)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,86)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,43)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,303)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.00</text><text text-anchor="end" transform="translate(-7,260.1428571428571)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.05</text><text text-anchor="end" transform="translate(-7,217.28571428571425)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.10</text><text text-anchor="end" transform="translate(-7,174.42857142857142)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.15</text><text text-anchor="end" transform="translate(-7,131.57142857142856)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.20</text><text text-anchor="end" transform="translate(-7,88.71428571428571)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.25</text><text text-anchor="end" transform="translate(-7,45.85714285714284)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.30</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.35</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,300)" x2="0" y2="-300" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-30.462890625,150) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-scope pathgroup" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-10-08; calls_per_hour: 0; location: A11" role="graphics-symbol" aria-roledescription="line mark" d="M50,300L150,296.486" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-10-08; calls_per_hour: 0.2378; location: C05" role="graphics-symbol" aria-roledescription="line mark" d="M50,96.171L150,142.629" stroke="#f58518" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-10-08; calls_per_hour: 0.0739; location: D03" role="graphics-symbol" aria-roledescription="line mark" d="M50,236.657L150,198.857" stroke="#e45756" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-10-08; calls_per_hour: 0.14; location: D09" role="graphics-symbol" aria-roledescription="line mark" d="M50,180L150,233.143" stroke="#72b7b2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-10-08; calls_per_hour: 0.0051; location: E07" role="graphics-symbol" aria-roledescription="line mark" d="M50,295.629L150,293.743" stroke="#54a24b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-10-08; calls_per_hour: 0.2234; location: F09" role="graphics-symbol" aria-roledescription="line mark" d="M50,108.514L150,55.286" stroke="#eeca3b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-10-08; calls_per_hour: 0.0253; location: H04" role="graphics-symbol" aria-roledescription="line mark" d="M50,278.314L150,141" stroke="#b279a2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-10-08; calls_per_hour: 0.0023; location: J11" role="graphics-symbol" aria-roledescription="line mark" d="M50,298.029L150,292.2" stroke="#ff9da6" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-10-08; calls_per_hour: 0.108; location: K09" role="graphics-symbol" aria-roledescription="line mark" d="M50,207.429L150,176.057" stroke="#9d755d" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-10-08; calls_per_hour: 0.0515; location: KS06" role="graphics-symbol" aria-roledescription="line mark" d="M50,255.857L150,222.086" stroke="#bab0ac" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-10-08; calls_per_hour: 0.0658; location: M04" role="graphics-symbol" aria-roledescription="line mark" d="M50,243.6L150,137.914" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-10-08; calls_per_hour: 0; location: N14" role="graphics-symbol" aria-roledescription="line mark" d="M50,300L150,24" stroke="#f58518" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-10-08; calls_per_hour: 0.3386; location: N20" role="graphics-symbol" aria-roledescription="line mark" d="M50,9.771L150,62.314" stroke="#e45756" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-10-08; calls_per_hour: 0.1931; location: S13T" role="graphics-symbol" aria-roledescription="line mark" d="M50,134.486L150,197.143" stroke="#72b7b2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-10-08; calls_per_hour: 0.004; location: T10" role="graphics-symbol" aria-roledescription="line mark" d="M50,296.571L150,175.543" stroke="#54a24b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-10-08; calls_per_hour: 0.0118; location: WD05" role="graphics-symbol" aria-roledescription="line mark" d="M50,289.886L150,296.914" stroke="#eeca3b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'location' for stroke color with 16 values: A11, C05, D03, D09, E07, ending with WD05"><g transform="translate(218,0)"><path class="background" aria-hidden="true" d="M0,0h44v222h-44Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">A11</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,13)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">C05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,26)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#e45756" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">D03</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,39)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#72b7b2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">D09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,52)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#54a24b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">E07</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,65)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#eeca3b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">F09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,78)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#b279a2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">H04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,91)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#ff9da6" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">J11</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,104)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#9d755d" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">K09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,117)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#bab0ac" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">KS06</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,130)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">M04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,143)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N14</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,156)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#e45756" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N20</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,169)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#72b7b2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">S13T</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,182)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#54a24b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">T10</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,195)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#eeca3b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">WD05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">location</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-title"><g transform="translate(100,-22)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-text role-title-text" role="graphics-symbol" aria-roledescription="title" aria-label="Title text 'Female Calls per Hour'" pointer-events="none"><text text-anchor="middle" transform="translate(0,10)" font-family="sans-serif" font-size="13px" font-weight="bold" fill="#000" opacity="1">Female Calls per Hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="308" height="401" viewBox="0 0 308 401"><rect width="308" height="401" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(41,22)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h200v300h-200Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,300)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,254)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,208)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,162)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,115)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,69)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,23)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'trip_date' for a discrete scale with 2 values: 2022-10-08, 2022-12-17"><g transform="translate(0.5,300.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(50,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(150,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(50,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-10-08</text><text text-anchor="end" transform="translate(150,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-12-17</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="200" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(100,71.15234375)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">trip_date</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'calls_per_hour' for a linear scale with values from 0.0 to 1.3"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,300)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,254)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,208)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,162)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,115)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,69)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,23)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,303)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.0</text><text text-anchor="end" transform="translate(-7,256.8461538461538)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.2</text><text text-anchor="end" transform="translate(-7,210.69230769230768)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.4</text><text text-anchor="end" transform="translate(-7,164.53846153846158)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.6</text><text text-anchor="end" transform="translate(-7,118.38461538461537)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.8</text><text text-anchor="end" transform="translate(-7,72.23076923076925)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">1.0</text><text text-anchor="end" transform="translate(-7,26.076923076923094)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">1.2</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,300)" x2="0" y2="-300" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-24.9013671875,150) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-scope pathgroup" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-10-08; calls_per_hour: 0.0156; location: A11" role="graphics-symbol" aria-roledescription="line mark" d="M50,296.4L150,293.4" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-10-08; calls_per_hour: 0.742; location: C05" role="graphics-symbol" aria-roledescription="line mark" d="M50,128.769L150,57.069" stroke="#f58518" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-10-08; calls_per_hour: 0.1271; location: D03" role="graphics-symbol" aria-roledescription="line mark" d="M50,270.669L150,226.846" stroke="#e45756" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-10-08; calls_per_hour: 0.5666; location: D09" role="graphics-symbol" aria-roledescription="line mark" d="M50,169.246L150,230.469" stroke="#72b7b2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-10-08; calls_per_hour: 0.0826; location: E07" role="graphics-symbol" aria-roledescription="line mark" d="M50,280.938L150,275.238" stroke="#54a24b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-10-08; calls_per_hour: 0.8076; location: F09" role="graphics-symbol" aria-roledescription="line mark" d="M50,113.631L150,17.192" stroke="#eeca3b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-10-08; calls_per_hour: 0.1872; location: H04" role="graphics-symbol" aria-roledescription="line mark" d="M50,256.8L150,172.869" stroke="#b279a2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-10-08; calls_per_hour: 0.0046; location: J11" role="graphics-symbol" aria-roledescription="line mark" d="M50,298.938L150,288.254" stroke="#ff9da6" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-10-08; calls_per_hour: 0.18; location: K09" role="graphics-symbol" aria-roledescription="line mark" d="M50,258.462L150,253.269" stroke="#9d755d" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-10-08; calls_per_hour: 0.1065; location: KS06" role="graphics-symbol" aria-roledescription="line mark" d="M50,275.423L150,265.315" stroke="#bab0ac" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-10-08; calls_per_hour: 0.2479; location: M04" role="graphics-symbol" aria-roledescription="line mark" d="M50,242.792L150,227.423" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-10-08; calls_per_hour: 0.055; location: N14" role="graphics-symbol" aria-roledescription="line mark" d="M50,287.308L150,173.262" stroke="#f58518" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-10-08; calls_per_hour: 0.8566; location: N20" role="graphics-symbol" aria-roledescription="line mark" d="M50,102.323L150,47.908" stroke="#e45756" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-10-08; calls_per_hour: 0.2069; location: S13T" role="graphics-symbol" aria-roledescription="line mark" d="M50,252.254L150,258.877" stroke="#72b7b2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-10-08; calls_per_hour: 0.0526; location: T10" role="graphics-symbol" aria-roledescription="line mark" d="M50,287.862L150,183.185" stroke="#54a24b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-10-08; calls_per_hour: 0.2546; location: WD05" role="graphics-symbol" aria-roledescription="line mark" d="M50,241.246L150,225.323" stroke="#eeca3b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'location' for stroke color with 16 values: A11, C05, D03, D09, E07, ending with WD05"><g transform="translate(218,0)"><path class="background" aria-hidden="true" d="M0,0h44v222h-44Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">A11</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,13)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">C05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,26)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#e45756" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">D03</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,39)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#72b7b2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">D09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,52)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#54a24b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">E07</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,65)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#eeca3b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">F09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,78)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#b279a2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">H04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,91)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#ff9da6" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">J11</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,104)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#9d755d" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">K09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,117)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#bab0ac" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">KS06</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,130)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">M04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,143)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N14</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,156)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#e45756" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N20</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,169)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#72b7b2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">S13T</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,182)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#54a24b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">T10</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,195)"><path class="background" aria-hidden="true" d="M0,0h43.783203125v11h-43.783203125Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#eeca3b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">WD05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">location</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-title"><g transform="translate(100,-17)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-text role-title-text" role="graphics-symbol" aria-roledescription="title" aria-label="Title text 'Male Calls per Hour'" pointer-events="none"><text text-anchor="middle" transform="translate(0,10)" font-family="sans-serif" font-size="13px" font-weight="bold" fill="#000" opacity="1">Male Calls per Hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="313" height="406" viewBox="0 0 313 406"><rect width="313" height="406" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(47,27)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h200v300h-200Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,300)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,257)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,214)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,171)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,129)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,86)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,43)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'trip_date' for a discrete scale with 2 values: 2022-12-17, 2023-02-17"><g transform="translate(0.5,300.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(50,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(150,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(50,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-12-17</text><text text-anchor="end" transform="translate(150,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2023-02-17</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="200" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(100,71.15234375)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">trip_date</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'calls_per_hour' for a linear scale with values from 0.00 to 0.35"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,300)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,257)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,214)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,171)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,129)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,86)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,43)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,303)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.00</text><text text-anchor="end" transform="translate(-7,260.1428571428571)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.05</text><text text-anchor="end" transform="translate(-7,217.28571428571425)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.10</text><text text-anchor="end" transform="translate(-7,174.42857142857142)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.15</text><text text-anchor="end" transform="translate(-7,131.57142857142856)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.20</text><text text-anchor="end" transform="translate(-7,88.71428571428571)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.25</text><text text-anchor="end" transform="translate(-7,45.85714285714284)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.30</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.35</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,300)" x2="0" y2="-300" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-30.462890625,150) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-scope pathgroup" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-12-17; calls_per_hour: 0.1836; location: C05" role="graphics-symbol" aria-roledescription="line mark" d="M50,142.629L150,130.457" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-12-17; calls_per_hour: 0.078; location: D09" role="graphics-symbol" aria-roledescription="line mark" d="M50,233.143L150,214.457" stroke="#f58518" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-12-17; calls_per_hour: 0.0074; location: F05" role="graphics-symbol" aria-roledescription="line mark" d="M50,293.657L150,271.971" stroke="#e45756" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-12-17; calls_per_hour: 0.2855; location: F09" role="graphics-symbol" aria-roledescription="line mark" d="M50,55.286L150,88.457" stroke="#72b7b2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-12-17; calls_per_hour: 0.1855; location: H04" role="graphics-symbol" aria-roledescription="line mark" d="M50,141L150,59.143" stroke="#54a24b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-12-17; calls_per_hour: 0.1446; location: K09" role="graphics-symbol" aria-roledescription="line mark" d="M50,176.057L150,267.857" stroke="#eeca3b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-12-17; calls_per_hour: 0.0909; location: KS06" role="graphics-symbol" aria-roledescription="line mark" d="M50,222.086L150,222.086" stroke="#b279a2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-12-17; calls_per_hour: 0.1891; location: M04" role="graphics-symbol" aria-roledescription="line mark" d="M50,137.914L150,71.314" stroke="#ff9da6" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-12-17; calls_per_hour: 0.322; location: N14" role="graphics-symbol" aria-roledescription="line mark" d="M50,24L150,275.571" stroke="#9d755d" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-12-17; calls_per_hour: 0.2773; location: N20" role="graphics-symbol" aria-roledescription="line mark" d="M50,62.314L150,143.914" stroke="#bab0ac" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-12-17; calls_per_hour: 0.12; location: S13T" role="graphics-symbol" aria-roledescription="line mark" d="M50,197.143L150,143.4" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'location' for stroke color with 11 values: C05, D09, F05, F09, H04, ending with S13T"><g transform="translate(218,0)"><path class="background" aria-hidden="true" d="M0,0h43v157h-43Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h40.462890625v11h-40.462890625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">C05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,13)"><path class="background" aria-hidden="true" d="M0,0h40.462890625v11h-40.462890625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">D09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,26)"><path class="background" aria-hidden="true" d="M0,0h40.462890625v11h-40.462890625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#e45756" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">F05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,39)"><path class="background" aria-hidden="true" d="M0,0h40.462890625v11h-40.462890625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#72b7b2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">F09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,52)"><path class="background" aria-hidden="true" d="M0,0h40.462890625v11h-40.462890625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#54a24b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">H04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,65)"><path class="background" aria-hidden="true" d="M0,0h40.462890625v11h-40.462890625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#eeca3b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">K09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,78)"><path class="background" aria-hidden="true" d="M0,0h40.462890625v11h-40.462890625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#b279a2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">KS06</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,91)"><path class="background" aria-hidden="true" d="M0,0h40.462890625v11h-40.462890625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#ff9da6" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">M04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,104)"><path class="background" aria-hidden="true" d="M0,0h40.462890625v11h-40.462890625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#9d755d" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N14</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,117)"><path class="background" aria-hidden="true" d="M0,0h40.462890625v11h-40.462890625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#bab0ac" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N20</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,130)"><path class="background" aria-hidden="true" d="M0,0h40.462890625v11h-40.462890625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">S13T</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">location</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-title"><g transform="translate(100,-22)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-text role-title-text" role="graphics-symbol" aria-roledescription="title" aria-label="Title text 'Female Calls per Hour'" pointer-events="none"><text text-anchor="middle" transform="translate(0,10)" font-family="sans-serif" font-size="13px" font-weight="bold" fill="#000" opacity="1">Female Calls per Hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="307" height="401" viewBox="0 0 307 401"><rect width="307" height="401" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(41,22)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h200v300h-200Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,300)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,254)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,208)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,162)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,115)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,69)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,23)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'trip_date' for a discrete scale with 2 values: 2022-12-17, 2023-02-17"><g transform="translate(0.5,300.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(50,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(150,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(50,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-12-17</text><text text-anchor="end" transform="translate(150,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2023-02-17</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="200" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(100,71.15234375)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">trip_date</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'calls_per_hour' for a linear scale with values from 0.0 to 1.3"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,300)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,254)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,208)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,162)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,115)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,69)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,23)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,303)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.0</text><text text-anchor="end" transform="translate(-7,256.8461538461538)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.2</text><text text-anchor="end" transform="translate(-7,210.69230769230768)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.4</text><text text-anchor="end" transform="translate(-7,164.53846153846158)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.6</text><text text-anchor="end" transform="translate(-7,118.38461538461537)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.8</text><text text-anchor="end" transform="translate(-7,72.23076923076925)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">1.0</text><text text-anchor="end" transform="translate(-7,26.076923076923094)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">1.2</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,300)" x2="0" y2="-300" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-24.9013671875,150) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-scope pathgroup" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-12-17; calls_per_hour: 1.0527; location: C05" role="graphics-symbol" aria-roledescription="line mark" d="M50,57.069L150,107.631" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-12-17; calls_per_hour: 0.3013; location: D09" role="graphics-symbol" aria-roledescription="line mark" d="M50,230.469L150,192.369" stroke="#f58518" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-12-17; calls_per_hour: 0.2796; location: F05" role="graphics-symbol" aria-roledescription="line mark" d="M50,235.477L150,197.815" stroke="#e45756" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-12-17; calls_per_hour: 1.2255; location: F09" role="graphics-symbol" aria-roledescription="line mark" d="M50,17.192L150,82.638" stroke="#72b7b2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-12-17; calls_per_hour: 0.5509; location: H04" role="graphics-symbol" aria-roledescription="line mark" d="M50,172.869L150,177.992" stroke="#54a24b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-12-17; calls_per_hour: 0.2025; location: K09" role="graphics-symbol" aria-roledescription="line mark" d="M50,253.269L150,274.038" stroke="#eeca3b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-12-17; calls_per_hour: 0.1503; location: KS06" role="graphics-symbol" aria-roledescription="line mark" d="M50,265.315L150,276.023" stroke="#b279a2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-12-17; calls_per_hour: 0.3145; location: M04" role="graphics-symbol" aria-roledescription="line mark" d="M50,227.423L150,212.885" stroke="#ff9da6" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-12-17; calls_per_hour: 0.5492; location: N14" role="graphics-symbol" aria-roledescription="line mark" d="M50,173.262L150,276.554" stroke="#9d755d" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-12-17; calls_per_hour: 1.0924; location: N20" role="graphics-symbol" aria-roledescription="line mark" d="M50,47.908L150,201.923" stroke="#bab0ac" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2022-12-17; calls_per_hour: 0.1782; location: S13T" role="graphics-symbol" aria-roledescription="line mark" d="M50,258.877L150,227.885" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'location' for stroke color with 11 values: C05, D09, F05, F09, H04, ending with S13T"><g transform="translate(218,0)"><path class="background" aria-hidden="true" d="M0,0h43v157h-43Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h40.462890625v11h-40.462890625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">C05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,13)"><path class="background" aria-hidden="true" d="M0,0h40.462890625v11h-40.462890625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">D09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,26)"><path class="background" aria-hidden="true" d="M0,0h40.462890625v11h-40.462890625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#e45756" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">F05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,39)"><path class="background" aria-hidden="true" d="M0,0h40.462890625v11h-40.462890625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#72b7b2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">F09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,52)"><path class="background" aria-hidden="true" d="M0,0h40.462890625v11h-40.462890625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#54a24b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">H04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,65)"><path class="background" aria-hidden="true" d="M0,0h40.462890625v11h-40.462890625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#eeca3b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">K09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,78)"><path class="background" aria-hidden="true" d="M0,0h40.462890625v11h-40.462890625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#b279a2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">KS06</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,91)"><path class="background" aria-hidden="true" d="M0,0h40.462890625v11h-40.462890625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#ff9da6" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">M04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,104)"><path class="background" aria-hidden="true" d="M0,0h40.462890625v11h-40.462890625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#9d755d" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N14</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,117)"><path class="background" aria-hidden="true" d="M0,0h40.462890625v11h-40.462890625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#bab0ac" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N20</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,130)"><path class="background" aria-hidden="true" d="M0,0h40.462890625v11h-40.462890625Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">S13T</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">location</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-title"><g transform="translate(100,-17)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-text role-title-text" role="graphics-symbol" aria-roledescription="title" aria-label="Title text 'Male Calls per Hour'" pointer-events="none"><text text-anchor="middle" transform="translate(0,10)" font-family="sans-serif" font-size="13px" font-weight="bold" fill="#000" opacity="1">Male Calls per Hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="313" height="406" viewBox="0 0 313 406"><rect width="313" height="406" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(47,27)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h200v300h-200Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,300)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,250)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,150)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,100)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,50)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'trip_date' for a discrete scale with 2 values: 2023-02-17, 2023-04-15"><g transform="translate(0.5,300.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(50,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(150,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(50,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2023-02-17</text><text text-anchor="end" transform="translate(150,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2023-04-15</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="200" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(100,71.15234375)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">trip_date</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'calls_per_hour' for a linear scale with values from 0.00 to 0.30"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,300)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,250)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,150)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,100)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,50)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,303)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.00</text><text text-anchor="end" transform="translate(-7,252.99999999999997)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.05</text><text text-anchor="end" transform="translate(-7,203)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.10</text><text text-anchor="end" transform="translate(-7,153)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.15</text><text text-anchor="end" transform="translate(-7,102.99999999999997)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.20</text><text text-anchor="end" transform="translate(-7,52.999999999999986)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.25</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.30</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,300)" x2="0" y2="-300" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-30.462890625,150) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-scope pathgroup" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-02-17; calls_per_hour: 0.1978; location: C05" role="graphics-symbol" aria-roledescription="line mark" d="M50,102.2L150,87.7" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-02-17; calls_per_hour: 0.0327; location: CB11" role="graphics-symbol" aria-roledescription="line mark" d="M50,267.3L150,274.2" stroke="#f58518" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-02-17; calls_per_hour: 0.0647; location: D05" role="graphics-symbol" aria-roledescription="line mark" d="M50,235.3L150,295.9" stroke="#e45756" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-02-17; calls_per_hour: 0.0998; location: D09" role="graphics-symbol" aria-roledescription="line mark" d="M50,200.2L150,129.4" stroke="#72b7b2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-02-17; calls_per_hour: 0.0327; location: F05" role="graphics-symbol" aria-roledescription="line mark" d="M50,267.3L150,244.4" stroke="#54a24b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-02-17; calls_per_hour: 0.2468; location: F09" role="graphics-symbol" aria-roledescription="line mark" d="M50,53.2L150,75.8" stroke="#eeca3b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-02-17; calls_per_hour: 0.2107; location: G05" role="graphics-symbol" aria-roledescription="line mark" d="M50,89.3L150,236.1" stroke="#b279a2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-02-17; calls_per_hour: 0.281; location: H04" role="graphics-symbol" aria-roledescription="line mark" d="M50,19L150,186.9" stroke="#ff9da6" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-02-17; calls_per_hour: 0.0375; location: K09" role="graphics-symbol" aria-roledescription="line mark" d="M50,262.5L150,274.8" stroke="#9d755d" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-02-17; calls_per_hour: 0.0909; location: KS06" role="graphics-symbol" aria-roledescription="line mark" d="M50,209.1L150,278.3" stroke="#bab0ac" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-02-17; calls_per_hour: 0.2668; location: M04" role="graphics-symbol" aria-roledescription="line mark" d="M50,33.2L150,111.5" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-02-17; calls_per_hour: 0.0285; location: N14" role="graphics-symbol" aria-roledescription="line mark" d="M50,271.5L150,287.6" stroke="#f58518" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-02-17; calls_per_hour: 0.1821; location: N20" role="graphics-symbol" aria-roledescription="line mark" d="M50,117.9L150,126.6" stroke="#e45756" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-02-17; calls_per_hour: 0.0777; location: NB14" role="graphics-symbol" aria-roledescription="line mark" d="M50,222.3L150,248.4" stroke="#72b7b2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-02-17; calls_per_hour: 0.0984; location: NB5T" role="graphics-symbol" aria-roledescription="line mark" d="M50,201.6L150,267.5" stroke="#54a24b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-02-17; calls_per_hour: 0.1827; location: S13T" role="graphics-symbol" aria-roledescription="line mark" d="M50,117.3L150,223.7" stroke="#eeca3b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-02-17; calls_per_hour: 0.1927; location: V05" role="graphics-symbol" aria-roledescription="line mark" d="M50,107.3L150,259.9" stroke="#b279a2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'location' for stroke color with 17 values: C05, CB11, D05, D09, F05, ending with V05"><g transform="translate(218,0)"><path class="background" aria-hidden="true" d="M0,0h43v235h-43Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h41.5615234375v11h-41.5615234375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">C05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,13)"><path class="background" aria-hidden="true" d="M0,0h41.5615234375v11h-41.5615234375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">CB11</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,26)"><path class="background" aria-hidden="true" d="M0,0h41.5615234375v11h-41.5615234375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#e45756" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">D05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,39)"><path class="background" aria-hidden="true" d="M0,0h41.5615234375v11h-41.5615234375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#72b7b2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">D09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,52)"><path class="background" aria-hidden="true" d="M0,0h41.5615234375v11h-41.5615234375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#54a24b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">F05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,65)"><path class="background" aria-hidden="true" d="M0,0h41.5615234375v11h-41.5615234375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#eeca3b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">F09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,78)"><path class="background" aria-hidden="true" d="M0,0h41.5615234375v11h-41.5615234375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#b279a2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">G05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,91)"><path class="background" aria-hidden="true" d="M0,0h41.5615234375v11h-41.5615234375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#ff9da6" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">H04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,104)"><path class="background" aria-hidden="true" d="M0,0h41.5615234375v11h-41.5615234375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#9d755d" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">K09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,117)"><path class="background" aria-hidden="true" d="M0,0h41.5615234375v11h-41.5615234375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#bab0ac" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">KS06</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,130)"><path class="background" aria-hidden="true" d="M0,0h41.5615234375v11h-41.5615234375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">M04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,143)"><path class="background" aria-hidden="true" d="M0,0h41.5615234375v11h-41.5615234375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N14</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,156)"><path class="background" aria-hidden="true" d="M0,0h41.5615234375v11h-41.5615234375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#e45756" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N20</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,169)"><path class="background" aria-hidden="true" d="M0,0h41.5615234375v11h-41.5615234375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#72b7b2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">NB14</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,182)"><path class="background" aria-hidden="true" d="M0,0h41.5615234375v11h-41.5615234375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#54a24b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">NB5T</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,195)"><path class="background" aria-hidden="true" d="M0,0h41.5615234375v11h-41.5615234375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#eeca3b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">S13T</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,208)"><path class="background" aria-hidden="true" d="M0,0h41.5615234375v11h-41.5615234375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#b279a2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">V05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">location</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-title"><g transform="translate(100,-22)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-text role-title-text" role="graphics-symbol" aria-roledescription="title" aria-label="Title text 'Female Calls per Hour'" pointer-events="none"><text text-anchor="middle" transform="translate(0,10)" font-family="sans-serif" font-size="13px" font-weight="bold" fill="#000" opacity="1">Female Calls per Hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="307" height="406" viewBox="0 0 307 406"><rect width="307" height="406" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(41,27)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h200v300h-200Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,300)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,270)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,240)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,210)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,180)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,150)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,120)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,90)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,60)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,30)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'trip_date' for a discrete scale with 2 values: 2023-02-17, 2023-04-15"><g transform="translate(0.5,300.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(50,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(150,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(50,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2023-02-17</text><text text-anchor="end" transform="translate(150,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2023-04-15</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="200" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(100,71.15234375)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">trip_date</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'calls_per_hour' for a linear scale with values from 0.0 to 1.0"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,300)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,270)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,240)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,210)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,180)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,150)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,120)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,90)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,60)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,30)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,303)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.0</text><text text-anchor="end" transform="translate(-7,273)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.1</text><text text-anchor="end" transform="translate(-7,243)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.2</text><text text-anchor="end" transform="translate(-7,213)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.3</text><text text-anchor="end" transform="translate(-7,183)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.4</text><text text-anchor="end" transform="translate(-7,153)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.5</text><text text-anchor="end" transform="translate(-7,123)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.6</text><text text-anchor="end" transform="translate(-7,93.00000000000001)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.7</text><text text-anchor="end" transform="translate(-7,62.999999999999986)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.8</text><text text-anchor="end" transform="translate(-7,32.99999999999999)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.9</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">1.0</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,300)" x2="0" y2="-300" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-24.9013671875,150) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-scope pathgroup" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-02-17; calls_per_hour: 0.8336; location: C05" role="graphics-symbol" aria-roledescription="line mark" d="M50,49.92L150,58.92" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-02-17; calls_per_hour: 0.1996; location: CB11" role="graphics-symbol" aria-roledescription="line mark" d="M50,240.12L150,276.18" stroke="#f58518" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-02-17; calls_per_hour: 0.2353; location: D05" role="graphics-symbol" aria-roledescription="line mark" d="M50,229.41L150,288.81" stroke="#e45756" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-02-17; calls_per_hour: 0.4664; location: D09" role="graphics-symbol" aria-roledescription="line mark" d="M50,160.08L150,189.3" stroke="#72b7b2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-02-17; calls_per_hour: 0.4428; location: F05" role="graphics-symbol" aria-roledescription="line mark" d="M50,167.16L150,190.47" stroke="#54a24b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-02-17; calls_per_hour: 0.9419; location: F09" role="graphics-symbol" aria-roledescription="line mark" d="M50,17.43L150,29.76" stroke="#eeca3b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-02-17; calls_per_hour: 0.9279; location: G05" role="graphics-symbol" aria-roledescription="line mark" d="M50,21.63L150,137.43" stroke="#b279a2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-02-17; calls_per_hour: 0.5287; location: H04" role="graphics-symbol" aria-roledescription="line mark" d="M50,141.39L150,195.9" stroke="#ff9da6" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-02-17; calls_per_hour: 0.1125; location: K09" role="graphics-symbol" aria-roledescription="line mark" d="M50,266.25L150,276.06" stroke="#9d755d" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-02-17; calls_per_hour: 0.1039; location: KS06" role="graphics-symbol" aria-roledescription="line mark" d="M50,268.83L150,282.6" stroke="#bab0ac" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-02-17; calls_per_hour: 0.3775; location: M04" role="graphics-symbol" aria-roledescription="line mark" d="M50,186.75L150,198.81" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-02-17; calls_per_hour: 0.1016; location: N14" role="graphics-symbol" aria-roledescription="line mark" d="M50,269.52L150,292.56" stroke="#f58518" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-02-17; calls_per_hour: 0.425; location: N20" role="graphics-symbol" aria-roledescription="line mark" d="M50,172.5L150,189.39" stroke="#e45756" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-02-17; calls_per_hour: 0.1314; location: NB14" role="graphics-symbol" aria-roledescription="line mark" d="M50,260.58L150,252.99" stroke="#72b7b2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-02-17; calls_per_hour: 0.3109; location: NB5T" role="graphics-symbol" aria-roledescription="line mark" d="M50,206.73L150,254.52" stroke="#54a24b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-02-17; calls_per_hour: 0.3125; location: S13T" role="graphics-symbol" aria-roledescription="line mark" d="M50,206.25L150,231.36" stroke="#eeca3b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-02-17; calls_per_hour: 0.52; location: V05" role="graphics-symbol" aria-roledescription="line mark" d="M50,144L150,255.12" stroke="#b279a2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'location' for stroke color with 17 values: C05, CB11, D05, D09, F05, ending with V05"><g transform="translate(218,0)"><path class="background" aria-hidden="true" d="M0,0h43v235h-43Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h41.5615234375v11h-41.5615234375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">C05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,13)"><path class="background" aria-hidden="true" d="M0,0h41.5615234375v11h-41.5615234375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">CB11</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,26)"><path class="background" aria-hidden="true" d="M0,0h41.5615234375v11h-41.5615234375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#e45756" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">D05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,39)"><path class="background" aria-hidden="true" d="M0,0h41.5615234375v11h-41.5615234375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#72b7b2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">D09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,52)"><path class="background" aria-hidden="true" d="M0,0h41.5615234375v11h-41.5615234375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#54a24b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">F05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,65)"><path class="background" aria-hidden="true" d="M0,0h41.5615234375v11h-41.5615234375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#eeca3b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">F09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,78)"><path class="background" aria-hidden="true" d="M0,0h41.5615234375v11h-41.5615234375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#b279a2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">G05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,91)"><path class="background" aria-hidden="true" d="M0,0h41.5615234375v11h-41.5615234375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#ff9da6" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">H04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,104)"><path class="background" aria-hidden="true" d="M0,0h41.5615234375v11h-41.5615234375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#9d755d" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">K09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,117)"><path class="background" aria-hidden="true" d="M0,0h41.5615234375v11h-41.5615234375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#bab0ac" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">KS06</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,130)"><path class="background" aria-hidden="true" d="M0,0h41.5615234375v11h-41.5615234375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">M04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,143)"><path class="background" aria-hidden="true" d="M0,0h41.5615234375v11h-41.5615234375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N14</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,156)"><path class="background" aria-hidden="true" d="M0,0h41.5615234375v11h-41.5615234375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#e45756" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N20</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,169)"><path class="background" aria-hidden="true" d="M0,0h41.5615234375v11h-41.5615234375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#72b7b2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">NB14</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,182)"><path class="background" aria-hidden="true" d="M0,0h41.5615234375v11h-41.5615234375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#54a24b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">NB5T</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,195)"><path class="background" aria-hidden="true" d="M0,0h41.5615234375v11h-41.5615234375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#eeca3b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">S13T</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,208)"><path class="background" aria-hidden="true" d="M0,0h41.5615234375v11h-41.5615234375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#b279a2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">V05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">location</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-title"><g transform="translate(100,-22)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-text role-title-text" role="graphics-symbol" aria-roledescription="title" aria-label="Title text 'Male Calls per Hour'" pointer-events="none"><text text-anchor="middle" transform="translate(0,10)" font-family="sans-serif" font-size="13px" font-weight="bold" fill="#000" opacity="1">Male Calls per Hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="313" height="406" viewBox="0 0 313 406"><rect width="313" height="406" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(47,27)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h200v300h-200Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,300)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,275)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,250)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,225)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,175)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,150)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,125)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,100)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,75)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,50)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,25)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'trip_date' for a discrete scale with 2 values: 2023-04-15, 2023-06-10"><g transform="translate(0.5,300.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(50,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(150,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(50,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2023-04-15</text><text text-anchor="end" transform="translate(150,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2023-06-10</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="200" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(100,71.15234375)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">trip_date</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'calls_per_hour' for a linear scale with values from 0.00 to 0.24"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,300)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,275)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,250)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,225)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,175)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,150)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,125)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,100)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,75)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,50)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,25)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,303)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.00</text><text text-anchor="end" transform="translate(-7,278)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.02</text><text text-anchor="end" transform="translate(-7,252.99999999999997)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.04</text><text text-anchor="end" transform="translate(-7,228)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.06</text><text text-anchor="end" transform="translate(-7,203)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.08</text><text text-anchor="end" transform="translate(-7,177.99999999999997)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.10</text><text text-anchor="end" transform="translate(-7,153)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.12</text><text text-anchor="end" transform="translate(-7,127.99999999999999)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.14</text><text text-anchor="end" transform="translate(-7,102.99999999999997)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.16</text><text text-anchor="end" transform="translate(-7,78)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.18</text><text text-anchor="end" transform="translate(-7,52.999999999999986)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.20</text><text text-anchor="end" transform="translate(-7,27.99999999999998)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.22</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.24</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,300)" x2="0" y2="-300" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-30.462890625,150) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-scope pathgroup" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-04-15; calls_per_hour: 0.2123; location: C05" role="graphics-symbol" aria-roledescription="line mark" d="M50,34.625L150,104" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-04-15; calls_per_hour: 0.1706; location: D09" role="graphics-symbol" aria-roledescription="line mark" d="M50,86.75L150,163" stroke="#f58518" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-04-15; calls_per_hour: 0.2242; location: F09" role="graphics-symbol" aria-roledescription="line mark" d="M50,19.75L150,93.375" stroke="#e45756" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-04-15; calls_per_hour: 0.0639; location: G05" role="graphics-symbol" aria-roledescription="line mark" d="M50,220.125L150,249.375" stroke="#72b7b2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-04-15; calls_per_hour: 0.1131; location: H04" role="graphics-symbol" aria-roledescription="line mark" d="M50,158.625L150,209.375" stroke="#54a24b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-04-15; calls_per_hour: 0.1885; location: M04" role="graphics-symbol" aria-roledescription="line mark" d="M50,64.375L150,97.625" stroke="#eeca3b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-04-15; calls_per_hour: 0.0124; location: N14" role="graphics-symbol" aria-roledescription="line mark" d="M50,284.5L150,300" stroke="#b279a2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-04-15; calls_per_hour: 0.1734; location: N20" role="graphics-symbol" aria-roledescription="line mark" d="M50,83.25L150,68.125" stroke="#ff9da6" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-04-15; calls_per_hour: 0.0516; location: NB14" role="graphics-symbol" aria-roledescription="line mark" d="M50,235.5L150,247.25" stroke="#9d755d" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'location' for stroke color with 9 values: C05, D09, F09, G05, H04, ending with NB14"><g transform="translate(218,0)"><path class="background" aria-hidden="true" d="M0,0h43v131h-43Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">C05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,13)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">D09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,26)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#e45756" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">F09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,39)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#72b7b2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">G05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,52)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#54a24b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">H04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,65)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#eeca3b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">M04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,78)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#b279a2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N14</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,91)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#ff9da6" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N20</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,104)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#9d755d" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">NB14</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">location</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-title"><g transform="translate(100,-22)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-text role-title-text" role="graphics-symbol" aria-roledescription="title" aria-label="Title text 'Female Calls per Hour'" pointer-events="none"><text text-anchor="middle" transform="translate(0,10)" font-family="sans-serif" font-size="13px" font-weight="bold" fill="#000" opacity="1">Female Calls per Hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="307" height="406" viewBox="0 0 307 406"><rect width="307" height="406" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(41,27)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h200v300h-200Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,300)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,270)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,240)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,210)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,180)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,150)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,120)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,90)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,60)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,30)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'trip_date' for a discrete scale with 2 values: 2023-04-15, 2023-06-10"><g transform="translate(0.5,300.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(50,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(150,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(50,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2023-04-15</text><text text-anchor="end" transform="translate(150,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2023-06-10</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="200" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(100,71.15234375)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">trip_date</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'calls_per_hour' for a linear scale with values from 0.0 to 1.0"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,300)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,270)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,240)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,210)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,180)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,150)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,120)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,90)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,60)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,30)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,303)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.0</text><text text-anchor="end" transform="translate(-7,273)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.1</text><text text-anchor="end" transform="translate(-7,243)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.2</text><text text-anchor="end" transform="translate(-7,213)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.3</text><text text-anchor="end" transform="translate(-7,183)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.4</text><text text-anchor="end" transform="translate(-7,153)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.5</text><text text-anchor="end" transform="translate(-7,123)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.6</text><text text-anchor="end" transform="translate(-7,93.00000000000001)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.7</text><text text-anchor="end" transform="translate(-7,62.999999999999986)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.8</text><text text-anchor="end" transform="translate(-7,32.99999999999999)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.9</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">1.0</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,300)" x2="0" y2="-300" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-24.9013671875,150) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-scope pathgroup" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-04-15; calls_per_hour: 0.8036; location: C05" role="graphics-symbol" aria-roledescription="line mark" d="M50,58.92L150,94.11" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-04-15; calls_per_hour: 0.369; location: D09" role="graphics-symbol" aria-roledescription="line mark" d="M50,189.3L150,181.62" stroke="#f58518" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-04-15; calls_per_hour: 0.9008; location: F09" role="graphics-symbol" aria-roledescription="line mark" d="M50,29.76L150,54.12" stroke="#e45756" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-04-15; calls_per_hour: 0.5419; location: G05" role="graphics-symbol" aria-roledescription="line mark" d="M50,137.43L150,169.98" stroke="#72b7b2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-04-15; calls_per_hour: 0.347; location: H04" role="graphics-symbol" aria-roledescription="line mark" d="M50,195.9L150,238.29" stroke="#54a24b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-04-15; calls_per_hour: 0.3373; location: M04" role="graphics-symbol" aria-roledescription="line mark" d="M50,198.81L150,214.5" stroke="#eeca3b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-04-15; calls_per_hour: 0.0248; location: N14" role="graphics-symbol" aria-roledescription="line mark" d="M50,292.56L150,291.75" stroke="#b279a2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-04-15; calls_per_hour: 0.3687; location: N20" role="graphics-symbol" aria-roledescription="line mark" d="M50,189.39L150,131.04" stroke="#ff9da6" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-04-15; calls_per_hour: 0.1567; location: NB14" role="graphics-symbol" aria-roledescription="line mark" d="M50,252.99L150,265.08" stroke="#9d755d" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'location' for stroke color with 9 values: C05, D09, F09, G05, H04, ending with NB14"><g transform="translate(218,0)"><path class="background" aria-hidden="true" d="M0,0h43v131h-43Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">C05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,13)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">D09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,26)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#e45756" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">F09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,39)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#72b7b2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">G05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,52)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#54a24b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">H04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,65)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#eeca3b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">M04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,78)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#b279a2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N14</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,91)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#ff9da6" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N20</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,104)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#9d755d" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">NB14</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">location</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-title"><g transform="translate(100,-22)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-text role-title-text" role="graphics-symbol" aria-roledescription="title" aria-label="Title text 'Male Calls per Hour'" pointer-events="none"><text text-anchor="middle" transform="translate(0,10)" font-family="sans-serif" font-size="13px" font-weight="bold" fill="#000" opacity="1">Male Calls per Hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="313" height="406" viewBox="0 0 313 406"><rect width="313" height="406" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(47,27)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h200v300h-200Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,300)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,270)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,240)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,210)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,180)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,150)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,120)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,90)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,60)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,30)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'trip_date' for a discrete scale with 2 values: 2023-06-10, 2023-07-22"><g transform="translate(0.5,300.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(50,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(150,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(50,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2023-06-10</text><text text-anchor="end" transform="translate(150,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2023-07-22</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="200" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(100,71.15234375)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">trip_date</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'calls_per_hour' for a linear scale with values from 0.00 to 0.20"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,300)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,270)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,240)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,210)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,180)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,150)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,120)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,90)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,60)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,30)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,303)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.00</text><text text-anchor="end" transform="translate(-7,273)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.02</text><text text-anchor="end" transform="translate(-7,243)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.04</text><text text-anchor="end" transform="translate(-7,213)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.06</text><text text-anchor="end" transform="translate(-7,183.00000000000003)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.08</text><text text-anchor="end" transform="translate(-7,153)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.10</text><text text-anchor="end" transform="translate(-7,123)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.12</text><text text-anchor="end" transform="translate(-7,92.99999999999999)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.14</text><text text-anchor="end" transform="translate(-7,63.00000000000002)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.16</text><text text-anchor="end" transform="translate(-7,33.00000000000003)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.18</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.20</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,300)" x2="0" y2="-300" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-30.462890625,150) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-scope pathgroup" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-06-10; calls_per_hour: 0.1568; location: C05" role="graphics-symbol" aria-roledescription="line mark" d="M50,64.8L150,14.55" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-06-10; calls_per_hour: 0.0309; location: D03" role="graphics-symbol" aria-roledescription="line mark" d="M50,253.65L150,232.35" stroke="#f58518" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-06-10; calls_per_hour: 0.1096; location: D09" role="graphics-symbol" aria-roledescription="line mark" d="M50,135.6L150,234.3" stroke="#e45756" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-06-10; calls_per_hour: 0.0725; location: H04" role="graphics-symbol" aria-roledescription="line mark" d="M50,191.25L150,184.05" stroke="#72b7b2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-06-10; calls_per_hour: 0.1619; location: M04" role="graphics-symbol" aria-roledescription="line mark" d="M50,57.15L150,57.15" stroke="#54a24b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-06-10; calls_per_hour: 0; location: N14" role="graphics-symbol" aria-roledescription="line mark" d="M50,300L150,279.9" stroke="#eeca3b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-06-10; calls_per_hour: 0.1855; location: N20" role="graphics-symbol" aria-roledescription="line mark" d="M50,21.75L150,42" stroke="#b279a2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-06-10; calls_per_hour: 0.0422; location: NB14" role="graphics-symbol" aria-roledescription="line mark" d="M50,236.7L150,194.4" stroke="#ff9da6" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'location' for stroke color with 8 values: C05, D03, D09, H04, M04, ending with NB14"><g transform="translate(218,0)"><path class="background" aria-hidden="true" d="M0,0h43v118h-43Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">C05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,13)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">D03</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,26)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#e45756" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">D09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,39)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#72b7b2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">H04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,52)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#54a24b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">M04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,65)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#eeca3b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N14</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,78)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#b279a2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N20</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,91)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#ff9da6" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">NB14</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">location</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-title"><g transform="translate(100,-22)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-text role-title-text" role="graphics-symbol" aria-roledescription="title" aria-label="Title text 'Female Calls per Hour'" pointer-events="none"><text text-anchor="middle" transform="translate(0,10)" font-family="sans-serif" font-size="13px" font-weight="bold" fill="#000" opacity="1">Female Calls per Hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="307" height="406" viewBox="0 0 307 406"><rect width="307" height="406" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(41,27)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h200v300h-200Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,300)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,267)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,233)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,167)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,133)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,100)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,67)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,33)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'trip_date' for a discrete scale with 2 values: 2023-06-10, 2023-07-22"><g transform="translate(0.5,300.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(50,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(150,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(50,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2023-06-10</text><text text-anchor="end" transform="translate(150,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2023-07-22</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="200" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(100,71.15234375)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">trip_date</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'calls_per_hour' for a linear scale with values from 0.0 to 0.9"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,300)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,267)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,233)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,167)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,133)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,100)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,67)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,33)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,303)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.0</text><text text-anchor="end" transform="translate(-7,269.66666666666663)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.1</text><text text-anchor="end" transform="translate(-7,236.33333333333334)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.2</text><text text-anchor="end" transform="translate(-7,203.00000000000003)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.3</text><text text-anchor="end" transform="translate(-7,169.66666666666669)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.4</text><text text-anchor="end" transform="translate(-7,136.33333333333331)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.5</text><text text-anchor="end" transform="translate(-7,103.00000000000001)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.6</text><text text-anchor="end" transform="translate(-7,69.6666666666667)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.7</text><text text-anchor="end" transform="translate(-7,36.333333333333314)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.8</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.9</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,300)" x2="0" y2="-300" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-24.9013671875,150) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-scope pathgroup" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-06-10; calls_per_hour: 0.6863; location: C05" role="graphics-symbol" aria-roledescription="line mark" d="M50,71.233L150,17.3" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-06-10; calls_per_hour: 0.1838; location: D03" role="graphics-symbol" aria-roledescription="line mark" d="M50,238.733L150,167" stroke="#f58518" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-06-10; calls_per_hour: 0.3946; location: D09" role="graphics-symbol" aria-roledescription="line mark" d="M50,168.467L150,214.567" stroke="#e45756" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-06-10; calls_per_hour: 0.2057; location: H04" role="graphics-symbol" aria-roledescription="line mark" d="M50,231.433L150,244.433" stroke="#72b7b2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-06-10; calls_per_hour: 0.285; location: M04" role="graphics-symbol" aria-roledescription="line mark" d="M50,205L150,165.667" stroke="#54a24b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-06-10; calls_per_hour: 0.0275; location: N14" role="graphics-symbol" aria-roledescription="line mark" d="M50,290.833L150,276.633" stroke="#eeca3b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-06-10; calls_per_hour: 0.5632; location: N20" role="graphics-symbol" aria-roledescription="line mark" d="M50,112.267L150,164.767" stroke="#b279a2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-06-10; calls_per_hour: 0.1164; location: NB14" role="graphics-symbol" aria-roledescription="line mark" d="M50,261.2L150,229.567" stroke="#ff9da6" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'location' for stroke color with 8 values: C05, D03, D09, H04, M04, ending with NB14"><g transform="translate(218,0)"><path class="background" aria-hidden="true" d="M0,0h43v118h-43Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">C05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,13)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">D03</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,26)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#e45756" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">D09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,39)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#72b7b2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">H04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,52)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#54a24b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">M04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,65)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#eeca3b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N14</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,78)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#b279a2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N20</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,91)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#ff9da6" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">NB14</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">location</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-title"><g transform="translate(100,-22)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-text role-title-text" role="graphics-symbol" aria-roledescription="title" aria-label="Title text 'Male Calls per Hour'" pointer-events="none"><text text-anchor="middle" transform="translate(0,10)" font-family="sans-serif" font-size="13px" font-weight="bold" fill="#000" opacity="1">Male Calls per Hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="313" height="401" viewBox="0 0 313 401"><rect width="313" height="401" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(47,22)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h200v300h-200Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,300)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,246)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,193)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,139)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,86)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,32)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'trip_date' for a discrete scale with 2 values: 2023-07-22, 2023-09-11"><g transform="translate(0.5,300.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(50,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(150,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(50,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2023-07-22</text><text text-anchor="end" transform="translate(150,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2023-09-11</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="200" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(100,71.15234375)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">trip_date</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'calls_per_hour' for a linear scale with values from 0.00 to 0.28"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,300)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,246)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,193)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,139)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,86)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,32)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,303)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.00</text><text text-anchor="end" transform="translate(-7,249.42857142857142)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.05</text><text text-anchor="end" transform="translate(-7,195.85714285714283)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.10</text><text text-anchor="end" transform="translate(-7,142.28571428571428)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.15</text><text text-anchor="end" transform="translate(-7,88.71428571428571)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.20</text><text text-anchor="end" transform="translate(-7,35.14285714285716)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.25</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,300)" x2="0" y2="-300" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-30.462890625,150) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-scope pathgroup" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-07-22; calls_per_hour: 0.1903; location: C05" role="graphics-symbol" aria-roledescription="line mark" d="M50,96.107L150,15.643" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-07-22; calls_per_hour: 0.0451; location: D03" role="graphics-symbol" aria-roledescription="line mark" d="M50,251.679L150,254.786" stroke="#f58518" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-07-22; calls_per_hour: 0.0438; location: D09" role="graphics-symbol" aria-roledescription="line mark" d="M50,253.071L150,223.071" stroke="#e45756" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-07-22; calls_per_hour: 0.0773; location: H04" role="graphics-symbol" aria-roledescription="line mark" d="M50,217.179L150,282.107" stroke="#72b7b2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-07-22; calls_per_hour: 0.1619; location: M04" role="graphics-symbol" aria-roledescription="line mark" d="M50,126.536L150,230.25" stroke="#54a24b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-07-22; calls_per_hour: 0.172; location: N20" role="graphics-symbol" aria-roledescription="line mark" d="M50,115.714L150,216.857" stroke="#eeca3b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-07-22; calls_per_hour: 0.0704; location: NB14" role="graphics-symbol" aria-roledescription="line mark" d="M50,224.571L150,243.964" stroke="#b279a2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'location' for stroke color with 7 values: C05, D03, D09, H04, M04, N20, NB14"><g transform="translate(218,0)"><path class="background" aria-hidden="true" d="M0,0h43v105h-43Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">C05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,13)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">D03</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,26)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#e45756" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">D09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,39)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#72b7b2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">H04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,52)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#54a24b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">M04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,65)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#eeca3b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N20</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,78)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#b279a2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">NB14</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">location</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-title"><g transform="translate(100,-17)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-text role-title-text" role="graphics-symbol" aria-roledescription="title" aria-label="Title text 'Female Calls per Hour'" pointer-events="none"><text text-anchor="middle" transform="translate(0,10)" font-family="sans-serif" font-size="13px" font-weight="bold" fill="#000" opacity="1">Female Calls per Hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="307" height="406" viewBox="0 0 307 406"><rect width="307" height="406" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(41,27)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h200v300h-200Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,300)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,267)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,233)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,167)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,133)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,100)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,67)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,33)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'trip_date' for a discrete scale with 2 values: 2023-07-22, 2023-09-11"><g transform="translate(0.5,300.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(50,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(150,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(50,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2023-07-22</text><text text-anchor="end" transform="translate(150,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2023-09-11</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="200" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(100,71.15234375)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">trip_date</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'calls_per_hour' for a linear scale with values from 0.0 to 0.9"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,300)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,267)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,233)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,200)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,167)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,133)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,100)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,67)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,33)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,303)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.0</text><text text-anchor="end" transform="translate(-7,269.66666666666663)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.1</text><text text-anchor="end" transform="translate(-7,236.33333333333334)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.2</text><text text-anchor="end" transform="translate(-7,203.00000000000003)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.3</text><text text-anchor="end" transform="translate(-7,169.66666666666669)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.4</text><text text-anchor="end" transform="translate(-7,136.33333333333331)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.5</text><text text-anchor="end" transform="translate(-7,103.00000000000001)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.6</text><text text-anchor="end" transform="translate(-7,69.6666666666667)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.7</text><text text-anchor="end" transform="translate(-7,36.333333333333314)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.8</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.9</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,300)" x2="0" y2="-300" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-24.9013671875,150) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-scope pathgroup" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-07-22; calls_per_hour: 0.8481; location: C05" role="graphics-symbol" aria-roledescription="line mark" d="M50,17.3L150,154.767" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-07-22; calls_per_hour: 0.399; location: D03" role="graphics-symbol" aria-roledescription="line mark" d="M50,167L150,118.433" stroke="#f58518" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-07-22; calls_per_hour: 0.2563; location: D09" role="graphics-symbol" aria-roledescription="line mark" d="M50,214.567L150,187.033" stroke="#e45756" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-07-22; calls_per_hour: 0.1667; location: H04" role="graphics-symbol" aria-roledescription="line mark" d="M50,244.433L150,239.9" stroke="#72b7b2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-07-22; calls_per_hour: 0.403; location: M04" role="graphics-symbol" aria-roledescription="line mark" d="M50,165.667L150,188.7" stroke="#54a24b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-07-22; calls_per_hour: 0.4057; location: N20" role="graphics-symbol" aria-roledescription="line mark" d="M50,164.767L150,246.6" stroke="#eeca3b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-07-22; calls_per_hour: 0.2113; location: NB14" role="graphics-symbol" aria-roledescription="line mark" d="M50,229.567L150,200.5" stroke="#b279a2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'location' for stroke color with 7 values: C05, D03, D09, H04, M04, N20, NB14"><g transform="translate(218,0)"><path class="background" aria-hidden="true" d="M0,0h43v105h-43Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">C05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,13)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">D03</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,26)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#e45756" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">D09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,39)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#72b7b2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">H04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,52)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#54a24b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">M04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,65)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#eeca3b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N20</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,78)"><path class="background" aria-hidden="true" d="M0,0h41.0146484375v11h-41.0146484375Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#b279a2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">NB14</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">location</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-title"><g transform="translate(100,-22)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-text role-title-text" role="graphics-symbol" aria-roledescription="title" aria-label="Title text 'Male Calls per Hour'" pointer-events="none"><text text-anchor="middle" transform="translate(0,10)" font-family="sans-serif" font-size="13px" font-weight="bold" fill="#000" opacity="1">Male Calls per Hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="313" height="406" viewBox="0 0 313 406"><rect width="313" height="406" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(47,27)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h200v300h-200Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,300)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,273)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,245)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,218)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,191)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,164)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,136)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,109)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,82)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,55)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,27)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'trip_date' for a discrete scale with 2 values: 2023-09-11, 2023-10-19"><g transform="translate(0.5,300.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(50,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(150,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(50,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2023-09-11</text><text text-anchor="end" transform="translate(150,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2023-10-19</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="200" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(100,71.15234375)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">trip_date</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'calls_per_hour' for a linear scale with values from 0.00 to 0.11"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,300)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,273)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,245)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,218)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,191)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,164)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,136)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,109)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,82)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,55)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,27)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,0)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,303)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.00</text><text text-anchor="end" transform="translate(-7,275.7272727272727)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.01</text><text text-anchor="end" transform="translate(-7,248.45454545454544)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.02</text><text text-anchor="end" transform="translate(-7,221.1818181818182)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.03</text><text text-anchor="end" transform="translate(-7,193.9090909090909)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.04</text><text text-anchor="end" transform="translate(-7,166.63636363636363)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.05</text><text text-anchor="end" transform="translate(-7,139.36363636363637)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.06</text><text text-anchor="end" transform="translate(-7,112.09090909090907)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.07</text><text text-anchor="end" transform="translate(-7,84.81818181818181)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.08</text><text text-anchor="end" transform="translate(-7,57.54545454545456)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.09</text><text text-anchor="end" transform="translate(-7,30.27272727272725)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.10</text><text text-anchor="end" transform="translate(-7,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.11</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,300)" x2="0" y2="-300" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-30.462890625,150) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-scope pathgroup" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.0108; location: A11" role="graphics-symbol" aria-roledescription="line mark" d="M50,270.545L150,290.455" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.0683; location: CB11" role="graphics-symbol" aria-roledescription="line mark" d="M50,113.727L150,157.636" stroke="#f58518" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.0147; location: J06" role="graphics-symbol" aria-roledescription="line mark" d="M50,259.909L150,300" stroke="#e45756" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.0165; location: N08M" role="graphics-symbol" aria-roledescription="line mark" d="M50,255L150,280.091" stroke="#72b7b2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.1069; location: S13T" role="graphics-symbol" aria-roledescription="line mark" d="M50,8.455L150,146.182" stroke="#54a24b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.0886; location: S23" role="graphics-symbol" aria-roledescription="line mark" d="M50,58.364L150,249.545" stroke="#eeca3b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.0882; location: V04" role="graphics-symbol" aria-roledescription="line mark" d="M50,59.455L150,122.182" stroke="#b279a2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.0216; location: W04" role="graphics-symbol" aria-roledescription="line mark" d="M50,241.091L150,288.545" stroke="#ff9da6" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.019; location: W20" role="graphics-symbol" aria-roledescription="line mark" d="M50,248.182L150,248.727" stroke="#9d755d" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'location' for stroke color with 9 values: A11, CB11, J06, N08M, S13T, ending with W20"><g transform="translate(218,0)"><path class="background" aria-hidden="true" d="M0,0h43v131h-43Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">A11</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,13)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">CB11</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,26)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#e45756" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">J06</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,39)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#72b7b2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N08M</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,52)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#54a24b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">S13T</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,65)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#eeca3b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">S23</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,78)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#b279a2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">V04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,91)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#ff9da6" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">W04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,104)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#9d755d" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">W20</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">location</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-title"><g transform="translate(100,-22)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-text role-title-text" role="graphics-symbol" aria-roledescription="title" aria-label="Title text 'Female Calls per Hour'" pointer-events="none"><text text-anchor="middle" transform="translate(0,10)" font-family="sans-serif" font-size="13px" font-weight="bold" fill="#000" opacity="1">Female Calls per Hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="307" height="401" viewBox="0 0 307 401"><rect width="307" height="401" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(41,22)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h200v300h-200Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,300)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,254)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,208)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,162)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,115)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,69)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,23)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'trip_date' for a discrete scale with 2 values: 2023-09-11, 2023-10-19"><g transform="translate(0.5,300.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(50,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(150,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(50,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2023-09-11</text><text text-anchor="end" transform="translate(150,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2023-10-19</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="200" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(100,71.15234375)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">trip_date</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'calls_per_hour' for a linear scale with values from 0.0 to 0.7"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,300)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,254)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,208)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,162)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,115)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,69)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,23)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,303)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.0</text><text text-anchor="end" transform="translate(-7,256.8461538461538)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.1</text><text text-anchor="end" transform="translate(-7,210.69230769230768)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.2</text><text text-anchor="end" transform="translate(-7,164.53846153846158)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.3</text><text text-anchor="end" transform="translate(-7,118.38461538461537)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.4</text><text text-anchor="end" transform="translate(-7,72.23076923076925)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.5</text><text text-anchor="end" transform="translate(-7,26.076923076923094)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.6</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,300)" x2="0" y2="-300" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-24.9013671875,150) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-scope pathgroup" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.0791; location: A11" role="graphics-symbol" aria-roledescription="line mark" d="M50,263.492L150,228" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.1475; location: CB11" role="graphics-symbol" aria-roledescription="line mark" d="M50,231.923L150,151.892" stroke="#f58518" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.0184; location: J06" role="graphics-symbol" aria-roledescription="line mark" d="M50,291.508L150,294.969" stroke="#e45756" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.124; location: N08M" role="graphics-symbol" aria-roledescription="line mark" d="M50,242.769L150,220.523" stroke="#72b7b2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.3435; location: S13T" role="graphics-symbol" aria-roledescription="line mark" d="M50,141.462L150,162.923" stroke="#54a24b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.6015; location: S23" role="graphics-symbol" aria-roledescription="line mark" d="M50,22.385L150,161.538" stroke="#eeca3b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.2185; location: V04" role="graphics-symbol" aria-roledescription="line mark" d="M50,199.154L150,191.308" stroke="#b279a2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.0647; location: W04" role="graphics-symbol" aria-roledescription="line mark" d="M50,270.138L150,268.985" stroke="#ff9da6" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.0456; location: W20" role="graphics-symbol" aria-roledescription="line mark" d="M50,278.954L150,275.723" stroke="#9d755d" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'location' for stroke color with 9 values: A11, CB11, J06, N08M, S13T, ending with W20"><g transform="translate(218,0)"><path class="background" aria-hidden="true" d="M0,0h43v131h-43Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">A11</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,13)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">CB11</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,26)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#e45756" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">J06</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,39)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#72b7b2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N08M</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,52)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#54a24b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">S13T</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,65)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#eeca3b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">S23</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,78)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#b279a2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">V04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,91)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#ff9da6" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">W04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,104)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#9d755d" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">W20</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">location</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-title"><g transform="translate(100,-17)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-text role-title-text" role="graphics-symbol" aria-roledescription="title" aria-label="Title text 'Male Calls per Hour'" pointer-events="none"><text text-anchor="middle" transform="translate(0,10)" font-family="sans-serif" font-size="13px" font-weight="bold" fill="#000" opacity="1">Male Calls per Hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="313" height="400" viewBox="0 0 313 400"><rect width="313" height="400" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(47,22)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h200v300h-200Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,300)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,246)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,193)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,139)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,86)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,32)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'trip_date' for a discrete scale with 2 values: 2023-09-11, 2023-11-02"><g transform="translate(0.5,300.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(50,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(150,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(50,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2023-09-11</text><text text-anchor="end" transform="translate(150,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2023-11-02</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="200" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(100,70.4150390625)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">trip_date</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'calls_per_hour' for a linear scale with values from 0.00 to 0.28"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,300)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,246)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,193)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,139)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,86)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,32)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,303)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.00</text><text text-anchor="end" transform="translate(-7,249.42857142857142)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.05</text><text text-anchor="end" transform="translate(-7,195.85714285714283)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.10</text><text text-anchor="end" transform="translate(-7,142.28571428571428)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.15</text><text text-anchor="end" transform="translate(-7,88.71428571428571)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.20</text><text text-anchor="end" transform="translate(-7,35.14285714285716)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.25</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,300)" x2="0" y2="-300" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-30.462890625,150) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-scope pathgroup" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.0108; location: A11" role="graphics-symbol" aria-roledescription="line mark" d="M50,288.429L150,296.25" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.2654; location: C05" role="graphics-symbol" aria-roledescription="line mark" d="M50,15.643L150,90.429" stroke="#f58518" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.0683; location: CB11" role="graphics-symbol" aria-roledescription="line mark" d="M50,226.821L150,244.071" stroke="#e45756" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.0422; location: D03" role="graphics-symbol" aria-roledescription="line mark" d="M50,254.786L150,242.786" stroke="#72b7b2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.0718; location: D09" role="graphics-symbol" aria-roledescription="line mark" d="M50,223.071L150,267.429" stroke="#54a24b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.1902; location: F10" role="graphics-symbol" aria-roledescription="line mark" d="M50,96.214L150,208.929" stroke="#eeca3b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.04; location: G05" role="graphics-symbol" aria-roledescription="line mark" d="M50,257.143L150,283.929" stroke="#b279a2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.0167; location: H04" role="graphics-symbol" aria-roledescription="line mark" d="M50,282.107L150,296.464" stroke="#ff9da6" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.0147; location: J06" role="graphics-symbol" aria-roledescription="line mark" d="M50,284.25L150,300" stroke="#9d755d" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.0651; location: M04" role="graphics-symbol" aria-roledescription="line mark" d="M50,230.25L150,255.857" stroke="#bab0ac" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.0165; location: N08M" role="graphics-symbol" aria-roledescription="line mark" d="M50,282.321L150,292.179" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.0776; location: N20" role="graphics-symbol" aria-roledescription="line mark" d="M50,216.857L150,223.393" stroke="#f58518" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.0523; location: NB14" role="graphics-symbol" aria-roledescription="line mark" d="M50,243.964L150,265.714" stroke="#e45756" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.1069; location: S13T" role="graphics-symbol" aria-roledescription="line mark" d="M50,185.464L150,239.571" stroke="#72b7b2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.0886; location: S23" role="graphics-symbol" aria-roledescription="line mark" d="M50,205.071L150,280.179" stroke="#54a24b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.0882; location: V04" role="graphics-symbol" aria-roledescription="line mark" d="M50,205.5L150,210.75" stroke="#eeca3b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.0216; location: W04" role="graphics-symbol" aria-roledescription="line mark" d="M50,276.857L150,295.5" stroke="#b279a2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.019; location: W20" role="graphics-symbol" aria-roledescription="line mark" d="M50,279.643L150,279.857" stroke="#ff9da6" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'location' for stroke color with 18 values: A11, C05, CB11, D03, D09, ending with W20"><g transform="translate(218,0)"><path class="background" aria-hidden="true" d="M0,0h43v248h-43Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">A11</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,13)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">C05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,26)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#e45756" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">CB11</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,39)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#72b7b2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">D03</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,52)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#54a24b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">D09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,65)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#eeca3b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">F10</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,78)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#b279a2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">G05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,91)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#ff9da6" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">H04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,104)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#9d755d" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">J06</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,117)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#bab0ac" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">M04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,130)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N08M</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,143)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N20</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,156)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#e45756" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">NB14</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,169)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#72b7b2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">S13T</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,182)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#54a24b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">S23</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,195)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#eeca3b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">V04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,208)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#b279a2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">W04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,221)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#ff9da6" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">W20</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">location</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-title"><g transform="translate(100,-17)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-text role-title-text" role="graphics-symbol" aria-roledescription="title" aria-label="Title text 'Female Calls per Hour'" pointer-events="none"><text text-anchor="middle" transform="translate(0,10)" font-family="sans-serif" font-size="13px" font-weight="bold" fill="#000" opacity="1">Female Calls per Hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="307" height="401" viewBox="0 0 307 401"><rect width="307" height="401" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(41,23)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h200v300h-200Z" stroke="#ddd"/><g><g class="mark-group role-axis" aria-hidden="true"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-grid" pointer-events="none"><line transform="translate(0,300)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,254)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,208)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,162)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,115)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,69)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/><line transform="translate(0,23)" x2="200" y2="0" stroke="#ddd" stroke-width="1" opacity="1"/></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'trip_date' for a discrete scale with 2 values: 2023-09-11, 2023-11-02"><g transform="translate(0.5,300.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(50,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(150,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(50,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2023-09-11</text><text text-anchor="end" transform="translate(150,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2023-11-02</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="200" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(100,70.4150390625)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">trip_date</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'calls_per_hour' for a linear scale with values from 0.0 to 0.7"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,300)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,254)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,208)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,162)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,115)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,69)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,23)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,303)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.0</text><text text-anchor="end" transform="translate(-7,256.8461538461538)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.1</text><text text-anchor="end" transform="translate(-7,210.69230769230768)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.2</text><text text-anchor="end" transform="translate(-7,164.53846153846158)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.3</text><text text-anchor="end" transform="translate(-7,118.38461538461537)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.4</text><text text-anchor="end" transform="translate(-7,72.23076923076925)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.5</text><text text-anchor="end" transform="translate(-7,26.076923076923094)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.6</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,300)" x2="0" y2="-300" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-24.9013671875,150) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-scope pathgroup" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.0791; location: A11" role="graphics-symbol" aria-roledescription="line mark" d="M50,263.492L150,228" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.4357; location: C05" role="graphics-symbol" aria-roledescription="line mark" d="M50,98.908L150,70.385" stroke="#f58518" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.1475; location: CB11" role="graphics-symbol" aria-roledescription="line mark" d="M50,231.923L150,151.892" stroke="#e45756" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.5447; location: D03" role="graphics-symbol" aria-roledescription="line mark" d="M50,48.6L150,1.062" stroke="#72b7b2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.3389; location: D09" role="graphics-symbol" aria-roledescription="line mark" d="M50,143.585L150,186.369" stroke="#54a24b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.5107; location: F10" role="graphics-symbol" aria-roledescription="line mark" d="M50,64.292L150,29.492" stroke="#eeca3b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.5533; location: G05" role="graphics-symbol" aria-roledescription="line mark" d="M50,44.631L150,118.523" stroke="#b279a2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.1803; location: H04" role="graphics-symbol" aria-roledescription="line mark" d="M50,216.785L150,235.292" stroke="#ff9da6" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.0184; location: J06" role="graphics-symbol" aria-roledescription="line mark" d="M50,291.508L150,294.969" stroke="#9d755d" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.3339; location: M04" role="graphics-symbol" aria-roledescription="line mark" d="M50,145.892L150,204.046" stroke="#bab0ac" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.124; location: N08M" role="graphics-symbol" aria-roledescription="line mark" d="M50,242.769L150,220.523" stroke="#4c78a8" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.1602; location: N20" role="graphics-symbol" aria-roledescription="line mark" d="M50,226.062L150,210.138" stroke="#f58518" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.2985; location: NB14" role="graphics-symbol" aria-roledescription="line mark" d="M50,162.231L150,219.046" stroke="#e45756" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.3435; location: S13T" role="graphics-symbol" aria-roledescription="line mark" d="M50,141.462L150,162.923" stroke="#72b7b2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.6015; location: S23" role="graphics-symbol" aria-roledescription="line mark" d="M50,22.385L150,161.538" stroke="#54a24b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.2185; location: V04" role="graphics-symbol" aria-roledescription="line mark" d="M50,199.154L150,171.231" stroke="#eeca3b" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.0647; location: W04" role="graphics-symbol" aria-roledescription="line mark" d="M50,270.138L150,268.985" stroke="#b279a2" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h200v300h-200Z"/><g><g class="mark-line role-mark marks" role="graphics-object" aria-roledescription="line mark container"><path aria-label="trip_date: 2023-09-11; calls_per_hour: 0.0456; location: W20" role="graphics-symbol" aria-roledescription="line mark" d="M50,278.954L150,275.723" stroke="#ff9da6" stroke-width="2"/></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Symbol legend titled 'location' for stroke color with 18 values: A11, C05, CB11, D03, D09, ending with W20"><g transform="translate(218,0)"><path class="background" aria-hidden="true" d="M0,0h43v248h-43Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-group role-scope" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">A11</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,13)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">C05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,26)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#e45756" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">CB11</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,39)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#72b7b2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">D03</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,52)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#54a24b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">D09</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,65)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#eeca3b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">F10</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,78)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#b279a2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">G05</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,91)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#ff9da6" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">H04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,104)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#9d755d" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">J06</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,117)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#bab0ac" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">M04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,130)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#4c78a8" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N08M</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,143)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#f58518" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N20</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,156)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#e45756" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">NB14</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,169)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#72b7b2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">S13T</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,182)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#54a24b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">S23</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,195)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#eeca3b" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">V04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,208)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#b279a2" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">W04</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g><g transform="translate(0,221)"><path class="background" aria-hidden="true" d="M0,0h42.6748046875v11h-42.6748046875Z" pointer-events="none" opacity="1"/><g><g class="mark-symbol role-legend-symbol" pointer-events="none"><path transform="translate(6,6)" d="M-5,0L5,0" stroke="#ff9da6" stroke-width="1.5" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(16,9)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">W20</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">location</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-title"><g transform="translate(100,-17.938461538461553)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-text role-title-text" role="graphics-symbol" aria-roledescription="title" aria-label="Title text 'Male Calls per Hour'" pointer-events="none"><text text-anchor="middle" transform="translate(0,10)" font-family="sans-serif" font-size="13px" font-weight="bold" fill="#000" opacity="1">Male Calls per Hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="497" height="1004" viewBox="0 0 497 1004"><rect width="497" height="1004" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(55,5)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h340v920h-340Z" stroke="#ddd"/><g><g class="mark-rect role-mark marks" role="graphics-object" aria-roledescription="rect mark container"><path aria-label="trip_date: 2021-11-13; location: C05; calls_per_hour: 0.7197" role="graphics-symbol" aria-roledescription="rect mark" d="M0,80h20v20h-20Z" fill="rgb(78, 184, 193)"/><path aria-label="trip_date: 2021-11-13; location: G05; calls_per_hour: 0.0914" role="graphics-symbol" aria-roledescription="rect mark" d="M0,280h20v20h-20Z" fill="rgb(227, 244, 184)"/><path aria-label="trip_date: 2021-11-13; location: M05; calls_per_hour: 0.0769" role="graphics-symbol" aria-roledescription="rect mark" d="M0,580h20v20h-20Z" fill="rgb(229, 245, 185)"/><path aria-label="trip_date: 2021-11-25; location: C05; calls_per_hour: 0.616" role="graphics-symbol" aria-roledescription="rect mark" d="M20,80h20v20h-20Z" fill="rgb(103, 196, 190)"/><path aria-label="trip_date: 2021-11-25; location: CB11; calls_per_hour: 0.1139" role="graphics-symbol" aria-roledescription="rect mark" d="M20,100h20v20h-20Z" fill="rgb(224, 243, 182)"/><path aria-label="trip_date: 2021-11-25; location: M02; calls_per_hour: 0.2227" role="graphics-symbol" aria-roledescription="rect mark" d="M20,540h20v20h-20Z" fill="rgb(205, 236, 180)"/><path aria-label="trip_date: 2021-12-18; location: C05; calls_per_hour: 0.6401" role="graphics-symbol" aria-roledescription="rect mark" d="M40,80h20v20h-20Z" fill="rgb(97, 193, 191)"/><path aria-label="trip_date: 2021-12-18; location: N14; calls_per_hour: 0.147" role="graphics-symbol" aria-roledescription="rect mark" d="M40,620h20v20h-20Z" fill="rgb(220, 241, 180)"/><path aria-label="trip_date: 2021-12-18; location: WD07; calls_per_hour: 0.0682" role="graphics-symbol" aria-roledescription="rect mark" d="M40,900h20v20h-20Z" fill="rgb(230, 246, 185)"/><path aria-label="trip_date: 2022-01-17; location: C05; calls_per_hour: 0.8666" role="graphics-symbol" aria-roledescription="rect mark" d="M60,80h20v20h-20Z" fill="rgb(51, 164, 193)"/><path aria-label="trip_date: 2022-01-17; location: H07; calls_per_hour: 0.2953" role="graphics-symbol" aria-roledescription="rect mark" d="M60,340h20v20h-20Z" fill="rgb(191, 230, 181)"/><path aria-label="trip_date: 2022-01-17; location: H15; calls_per_hour: 0.0143" role="graphics-symbol" aria-roledescription="rect mark" d="M60,400h20v20h-20Z" fill="rgb(238, 248, 188)"/><path aria-label="trip_date: 2022-01-17; location: K09; calls_per_hour: 0.0714" role="graphics-symbol" aria-roledescription="rect mark" d="M60,480h20v20h-20Z" fill="rgb(230, 245, 185)"/><path aria-label="trip_date: 2022-01-17; location: N14; calls_per_hour: 0.0667" role="graphics-symbol" aria-roledescription="rect mark" d="M60,620h20v20h-20Z" fill="rgb(231, 246, 185)"/><path aria-label="trip_date: 2022-02-12; location: C01; calls_per_hour: 0.0171" role="graphics-symbol" aria-roledescription="rect mark" d="M80,60h20v20h-20Z" fill="rgb(237, 248, 188)"/><path aria-label="trip_date: 2022-02-12; location: C05; calls_per_hour: 0.5943" role="graphics-symbol" aria-roledescription="rect mark" d="M80,80h20v20h-20Z" fill="rgb(108, 198, 190)"/><path aria-label="trip_date: 2022-02-12; location: H05; calls_per_hour: 0.5372" role="graphics-symbol" aria-roledescription="rect mark" d="M80,320h20v20h-20Z" fill="rgb(125, 204, 188)"/><path aria-label="trip_date: 2022-02-12; location: H15; calls_per_hour: 0.0743" role="graphics-symbol" aria-roledescription="rect mark" d="M80,400h20v20h-20Z" fill="rgb(230, 245, 185)"/><path aria-label="trip_date: 2022-02-12; location: K09; calls_per_hour: 0.0743" role="graphics-symbol" aria-roledescription="rect mark" d="M80,480h20v20h-20Z" fill="rgb(230, 245, 185)"/><path aria-label="trip_date: 2022-02-12; location: N14; calls_per_hour: 0.0852" role="graphics-symbol" aria-roledescription="rect mark" d="M80,620h20v20h-20Z" fill="rgb(228, 245, 184)"/><path aria-label="trip_date: 2022-04-27; location: A11; calls_per_hour: 0.1555" role="graphics-symbol" aria-roledescription="rect mark" d="M100,20h20v20h-20Z" fill="rgb(219, 241, 180)"/><path aria-label="trip_date: 2022-04-27; location: B12M; calls_per_hour: 0.2542" role="graphics-symbol" aria-roledescription="rect mark" d="M100,40h20v20h-20Z" fill="rgb(199, 233, 181)"/><path aria-label="trip_date: 2022-04-27; location: C05; calls_per_hour: 0.7504" role="graphics-symbol" aria-roledescription="rect mark" d="M100,80h20v20h-20Z" fill="rgb(71, 181, 194)"/><path aria-label="trip_date: 2022-04-27; location: D03; calls_per_hour: 0.2023" role="graphics-symbol" aria-roledescription="rect mark" d="M100,120h20v20h-20Z" fill="rgb(209, 237, 180)"/><path aria-label="trip_date: 2022-04-27; location: D09; calls_per_hour: 0.3339" role="graphics-symbol" aria-roledescription="rect mark" d="M100,160h20v20h-20Z" fill="rgb(181, 226, 182)"/><path aria-label="trip_date: 2022-04-27; location: F09; calls_per_hour: 1.0692" role="graphics-symbol" aria-roledescription="rect mark" d="M100,240h20v20h-20Z" fill="rgb(33, 128, 183)"/><path aria-label="trip_date: 2022-04-27; location: H04; calls_per_hour: 0.5194" role="graphics-symbol" aria-roledescription="rect mark" d="M100,300h20v20h-20Z" fill="rgb(130, 206, 187)"/><path aria-label="trip_date: 2022-04-27; location: H09; calls_per_hour: 0.553" role="graphics-symbol" aria-roledescription="rect mark" d="M100,360h20v20h-20Z" fill="rgb(120, 203, 188)"/><path aria-label="trip_date: 2022-04-27; location: H14; calls_per_hour: 0.0286" role="graphics-symbol" aria-roledescription="rect mark" d="M100,380h20v20h-20Z" fill="rgb(236, 248, 187)"/><path aria-label="trip_date: 2022-04-27; location: J07; calls_per_hour: 0.0167" role="graphics-symbol" aria-roledescription="rect mark" d="M100,440h20v20h-20Z" fill="rgb(237, 248, 188)"/><path aria-label="trip_date: 2022-04-27; location: J11; calls_per_hour: 0.0101" role="graphics-symbol" aria-roledescription="rect mark" d="M100,460h20v20h-20Z" fill="rgb(238, 249, 189)"/><path aria-label="trip_date: 2022-04-27; location: K09; calls_per_hour: 0.0766" role="graphics-symbol" aria-roledescription="rect mark" d="M100,480h20v20h-20Z" fill="rgb(229, 245, 185)"/><path aria-label="trip_date: 2022-04-27; location: M01; calls_per_hour: 0.1836" role="graphics-symbol" aria-roledescription="rect mark" d="M100,520h20v20h-20Z" fill="rgb(213, 239, 180)"/><path aria-label="trip_date: 2022-04-27; location: M04; calls_per_hour: 0.3001" role="graphics-symbol" aria-roledescription="rect mark" d="M100,560h20v20h-20Z" fill="rgb(190, 229, 181)"/><path aria-label="trip_date: 2022-04-27; location: N14; calls_per_hour: 0.2867" role="graphics-symbol" aria-roledescription="rect mark" d="M100,620h20v20h-20Z" fill="rgb(193, 230, 181)"/><path aria-label="trip_date: 2022-04-27; location: N20; calls_per_hour: 0.8709" role="graphics-symbol" aria-roledescription="rect mark" d="M100,640h20v20h-20Z" fill="rgb(50, 163, 192)"/><path aria-label="trip_date: 2022-04-27; location: WD05; calls_per_hour: 0.2896" role="graphics-symbol" aria-roledescription="rect mark" d="M100,880h20v20h-20Z" fill="rgb(192, 230, 181)"/><path aria-label="trip_date: 2022-05-27; location: A01; calls_per_hour: 0.0033" role="graphics-symbol" aria-roledescription="rect mark" d="M120,0h20v20h-20Z" fill="rgb(239, 249, 189)"/><path aria-label="trip_date: 2022-05-27; location: A11; calls_per_hour: 0.0732" role="graphics-symbol" aria-roledescription="rect mark" d="M120,20h20v20h-20Z" fill="rgb(230, 245, 185)"/><path aria-label="trip_date: 2022-05-27; location: B12M; calls_per_hour: 0.581" role="graphics-symbol" aria-roledescription="rect mark" d="M120,40h20v20h-20Z" fill="rgb(112, 200, 189)"/><path aria-label="trip_date: 2022-05-27; location: C05; calls_per_hour: 0.8881" role="graphics-symbol" aria-roledescription="rect mark" d="M120,80h20v20h-20Z" fill="rgb(47, 161, 192)"/><path aria-label="trip_date: 2022-05-27; location: M01; calls_per_hour: 0.284" role="graphics-symbol" aria-roledescription="rect mark" d="M120,520h20v20h-20Z" fill="rgb(193, 231, 181)"/><path aria-label="trip_date: 2022-05-27; location: M04; calls_per_hour: 0.3254" role="graphics-symbol" aria-roledescription="rect mark" d="M120,560h20v20h-20Z" fill="rgb(183, 227, 182)"/><path aria-label="trip_date: 2022-05-27; location: N20; calls_per_hour: 0.82" role="graphics-symbol" aria-roledescription="rect mark" d="M120,640h20v20h-20Z" fill="rgb(59, 171, 193)"/><path aria-label="trip_date: 2022-05-27; location: WD05; calls_per_hour: 0.3476" role="graphics-symbol" aria-roledescription="rect mark" d="M120,880h20v20h-20Z" fill="rgb(177, 224, 182)"/><path aria-label="trip_date: 2022-06-18; location: C05; calls_per_hour: 0.5476" role="graphics-symbol" aria-roledescription="rect mark" d="M140,80h20v20h-20Z" fill="rgb(122, 203, 188)"/><path aria-label="trip_date: 2022-06-18; location: D03; calls_per_hour: 0.2222" role="graphics-symbol" aria-roledescription="rect mark" d="M140,120h20v20h-20Z" fill="rgb(205, 236, 180)"/><path aria-label="trip_date: 2022-06-18; location: D09; calls_per_hour: 0.425" role="graphics-symbol" aria-roledescription="rect mark" d="M140,160h20v20h-20Z" fill="rgb(156, 216, 184)"/><path aria-label="trip_date: 2022-06-18; location: E04; calls_per_hour: 0.0137" role="graphics-symbol" aria-roledescription="rect mark" d="M140,180h20v20h-20Z" fill="rgb(238, 248, 188)"/><path aria-label="trip_date: 2022-06-18; location: E07; calls_per_hour: 0.0204" role="graphics-symbol" aria-roledescription="rect mark" d="M140,200h20v20h-20Z" fill="rgb(237, 248, 188)"/><path aria-label="trip_date: 2022-06-18; location: F09; calls_per_hour: 0.7285" role="graphics-symbol" aria-roledescription="rect mark" d="M140,240h20v20h-20Z" fill="rgb(76, 183, 193)"/><path aria-label="trip_date: 2022-06-18; location: H04; calls_per_hour: 0.3727" role="graphics-symbol" aria-roledescription="rect mark" d="M140,300h20v20h-20Z" fill="rgb(171, 222, 183)"/><path aria-label="trip_date: 2022-06-18; location: H09; calls_per_hour: 0.4008" role="graphics-symbol" aria-roledescription="rect mark" d="M140,360h20v20h-20Z" fill="rgb(163, 219, 184)"/><path aria-label="trip_date: 2022-06-18; location: J07; calls_per_hour: 0.0167" role="graphics-symbol" aria-roledescription="rect mark" d="M140,440h20v20h-20Z" fill="rgb(237, 248, 188)"/><path aria-label="trip_date: 2022-06-18; location: J11; calls_per_hour: 0.059" role="graphics-symbol" aria-roledescription="rect mark" d="M140,460h20v20h-20Z" fill="rgb(232, 246, 186)"/><path aria-label="trip_date: 2022-06-18; location: K09; calls_per_hour: 0.0781" role="graphics-symbol" aria-roledescription="rect mark" d="M140,480h20v20h-20Z" fill="rgb(229, 245, 185)"/><path aria-label="trip_date: 2022-06-18; location: M04; calls_per_hour: 0.3636" role="graphics-symbol" aria-roledescription="rect mark" d="M140,560h20v20h-20Z" fill="rgb(173, 223, 183)"/><path aria-label="trip_date: 2022-06-18; location: N20; calls_per_hour: 0.7244" role="graphics-symbol" aria-roledescription="rect mark" d="M140,640h20v20h-20Z" fill="rgb(77, 184, 193)"/><path aria-label="trip_date: 2022-06-18; location: T10; calls_per_hour: 0.1516" role="graphics-symbol" aria-roledescription="rect mark" d="M140,740h20v20h-20Z" fill="rgb(219, 241, 180)"/><path aria-label="trip_date: 2022-06-18; location: WB09; calls_per_hour: 0.2109" role="graphics-symbol" aria-roledescription="rect mark" d="M140,860h20v20h-20Z" fill="rgb(208, 236, 180)"/><path aria-label="trip_date: 2022-06-18; location: WD05; calls_per_hour: 0.2078" role="graphics-symbol" aria-roledescription="rect mark" d="M140,880h20v20h-20Z" fill="rgb(208, 237, 180)"/><path aria-label="trip_date: 2022-08-27; location: C05; calls_per_hour: 0.5093" role="graphics-symbol" aria-roledescription="rect mark" d="M160,80h20v20h-20Z" fill="rgb(133, 207, 187)"/><path aria-label="trip_date: 2022-08-27; location: D03; calls_per_hour: 0.3339" role="graphics-symbol" aria-roledescription="rect mark" d="M160,120h20v20h-20Z" fill="rgb(181, 226, 182)"/><path aria-label="trip_date: 2022-08-27; location: D09; calls_per_hour: 0.484" role="graphics-symbol" aria-roledescription="rect mark" d="M160,160h20v20h-20Z" fill="rgb(140, 210, 186)"/><path aria-label="trip_date: 2022-08-27; location: E07; calls_per_hour: 0.0498" role="graphics-symbol" aria-roledescription="rect mark" d="M160,200h20v20h-20Z" fill="rgb(233, 247, 186)"/><path aria-label="trip_date: 2022-08-27; location: F09; calls_per_hour: 0.5126" role="graphics-symbol" aria-roledescription="rect mark" d="M160,240h20v20h-20Z" fill="rgb(132, 207, 187)"/><path aria-label="trip_date: 2022-08-27; location: H04; calls_per_hour: 0.3272" role="graphics-symbol" aria-roledescription="rect mark" d="M160,300h20v20h-20Z" fill="rgb(183, 227, 182)"/><path aria-label="trip_date: 2022-08-27; location: H15; calls_per_hour: 0.0574" role="graphics-symbol" aria-roledescription="rect mark" d="M160,400h20v20h-20Z" fill="rgb(232, 246, 186)"/><path aria-label="trip_date: 2022-08-27; location: J11; calls_per_hour: 0.1484" role="graphics-symbol" aria-roledescription="rect mark" d="M160,460h20v20h-20Z" fill="rgb(220, 241, 180)"/><path aria-label="trip_date: 2022-08-27; location: K09; calls_per_hour: 0.1235" role="graphics-symbol" aria-roledescription="rect mark" d="M160,480h20v20h-20Z" fill="rgb(223, 243, 182)"/><path aria-label="trip_date: 2022-08-27; location: M04; calls_per_hour: 0.2243" role="graphics-symbol" aria-roledescription="rect mark" d="M160,560h20v20h-20Z" fill="rgb(205, 235, 180)"/><path aria-label="trip_date: 2022-08-27; location: N14; calls_per_hour: 0.3972" role="graphics-symbol" aria-roledescription="rect mark" d="M160,620h20v20h-20Z" fill="rgb(164, 219, 183)"/><path aria-label="trip_date: 2022-08-27; location: S13T; calls_per_hour: 0.2646" role="graphics-symbol" aria-roledescription="rect mark" d="M160,700h20v20h-20Z" fill="rgb(197, 232, 181)"/><path aria-label="trip_date: 2022-08-27; location: T10; calls_per_hour: 0.619" role="graphics-symbol" aria-roledescription="rect mark" d="M160,740h20v20h-20Z" fill="rgb(102, 196, 190)"/><path aria-label="trip_date: 2022-08-27; location: WB09; calls_per_hour: 0.3474" role="graphics-symbol" aria-roledescription="rect mark" d="M160,860h20v20h-20Z" fill="rgb(177, 224, 182)"/><path aria-label="trip_date: 2022-08-27; location: WD05; calls_per_hour: 0.1906" role="graphics-symbol" aria-roledescription="rect mark" d="M160,880h20v20h-20Z" fill="rgb(212, 238, 180)"/><path aria-label="trip_date: 2022-10-08; location: A11; calls_per_hour: 0.0156" role="graphics-symbol" aria-roledescription="rect mark" d="M180,20h20v20h-20Z" fill="rgb(237, 248, 188)"/><path aria-label="trip_date: 2022-10-08; location: C05; calls_per_hour: 0.9798" role="graphics-symbol" aria-roledescription="rect mark" d="M180,80h20v20h-20Z" fill="rgb(39, 145, 188)"/><path aria-label="trip_date: 2022-10-08; location: D03; calls_per_hour: 0.201" role="graphics-symbol" aria-roledescription="rect mark" d="M180,120h20v20h-20Z" fill="rgb(210, 237, 180)"/><path aria-label="trip_date: 2022-10-08; location: D09; calls_per_hour: 0.7066" role="graphics-symbol" aria-roledescription="rect mark" d="M180,160h20v20h-20Z" fill="rgb(81, 186, 193)"/><path aria-label="trip_date: 2022-10-08; location: E07; calls_per_hour: 0.0877" role="graphics-symbol" aria-roledescription="rect mark" d="M180,200h20v20h-20Z" fill="rgb(228, 245, 184)"/><path aria-label="trip_date: 2022-10-08; location: F09; calls_per_hour: 1.031" role="graphics-symbol" aria-roledescription="rect mark" d="M180,240h20v20h-20Z" fill="rgb(35, 135, 185)"/><path aria-label="trip_date: 2022-10-08; location: H04; calls_per_hour: 0.2125" role="graphics-symbol" aria-roledescription="rect mark" d="M180,300h20v20h-20Z" fill="rgb(207, 236, 180)"/><path aria-label="trip_date: 2022-10-08; location: J11; calls_per_hour: 0.0069" role="graphics-symbol" aria-roledescription="rect mark" d="M180,460h20v20h-20Z" fill="rgb(239, 249, 189)"/><path aria-label="trip_date: 2022-10-08; location: K09; calls_per_hour: 0.288" role="graphics-symbol" aria-roledescription="rect mark" d="M180,480h20v20h-20Z" fill="rgb(192, 230, 181)"/><path aria-label="trip_date: 2022-10-08; location: KS06; calls_per_hour: 0.158" role="graphics-symbol" aria-roledescription="rect mark" d="M180,500h20v20h-20Z" fill="rgb(218, 241, 180)"/><path aria-label="trip_date: 2022-10-08; location: M04; calls_per_hour: 0.3137" role="graphics-symbol" aria-roledescription="rect mark" d="M180,560h20v20h-20Z" fill="rgb(187, 228, 181)"/><path aria-label="trip_date: 2022-10-08; location: N14; calls_per_hour: 0.055" role="graphics-symbol" aria-roledescription="rect mark" d="M180,620h20v20h-20Z" fill="rgb(232, 246, 186)"/><path aria-label="trip_date: 2022-10-08; location: N20; calls_per_hour: 1.1952" role="graphics-symbol" aria-roledescription="rect mark" d="M180,640h20v20h-20Z" fill="rgb(33, 102, 171)"/><path aria-label="trip_date: 2022-10-08; location: S13T; calls_per_hour: 0.4" role="graphics-symbol" aria-roledescription="rect mark" d="M180,700h20v20h-20Z" fill="rgb(163, 219, 184)"/><path aria-label="trip_date: 2022-10-08; location: T10; calls_per_hour: 0.0566" role="graphics-symbol" aria-roledescription="rect mark" d="M180,740h20v20h-20Z" fill="rgb(232, 246, 186)"/><path aria-label="trip_date: 2022-10-08; location: WB09; calls_per_hour: 0.3507" role="graphics-symbol" aria-roledescription="rect mark" d="M180,860h20v20h-20Z" fill="rgb(177, 224, 182)"/><path aria-label="trip_date: 2022-10-08; location: WD05; calls_per_hour: 0.2664" role="graphics-symbol" aria-roledescription="rect mark" d="M180,880h20v20h-20Z" fill="rgb(197, 232, 181)"/><path aria-label="trip_date: 2022-12-17; location: A11; calls_per_hour: 0.0327" role="graphics-symbol" aria-roledescription="rect mark" d="M200,20h20v20h-20Z" fill="rgb(235, 247, 187)"/><path aria-label="trip_date: 2022-12-17; location: C05; calls_per_hour: 1.2363" role="graphics-symbol" aria-roledescription="rect mark" d="M200,80h20v20h-20Z" fill="rgb(33, 94, 168)"/><path aria-label="trip_date: 2022-12-17; location: D03; calls_per_hour: 0.435" role="graphics-symbol" aria-roledescription="rect mark" d="M200,120h20v20h-20Z" fill="rgb(154, 215, 184)"/><path aria-label="trip_date: 2022-12-17; location: D09; calls_per_hour: 0.3793" role="graphics-symbol" aria-roledescription="rect mark" d="M200,160h20v20h-20Z" fill="rgb(169, 221, 183)"/><path aria-label="trip_date: 2022-12-17; location: E07; calls_per_hour: 0.1146" role="graphics-symbol" aria-roledescription="rect mark" d="M200,200h20v20h-20Z" fill="rgb(224, 243, 182)"/><path aria-label="trip_date: 2022-12-17; location: F05; calls_per_hour: 0.287" role="graphics-symbol" aria-roledescription="rect mark" d="M200,220h20v20h-20Z" fill="rgb(193, 230, 181)"/><path aria-label="trip_date: 2022-12-17; location: F09; calls_per_hour: 1.511" role="graphics-symbol" aria-roledescription="rect mark" d="M200,240h20v20h-20Z" fill="rgb(28, 49, 133)"/><path aria-label="trip_date: 2022-12-17; location: H04; calls_per_hour: 0.7364" role="graphics-symbol" aria-roledescription="rect mark" d="M200,300h20v20h-20Z" fill="rgb(74, 182, 193)"/><path aria-label="trip_date: 2022-12-17; location: J11; calls_per_hour: 0.06" role="graphics-symbol" aria-roledescription="rect mark" d="M200,460h20v20h-20Z" fill="rgb(231, 246, 186)"/><path aria-label="trip_date: 2022-12-17; location: K09; calls_per_hour: 0.3471" role="graphics-symbol" aria-roledescription="rect mark" d="M200,480h20v20h-20Z" fill="rgb(178, 225, 182)"/><path aria-label="trip_date: 2022-12-17; location: KS06; calls_per_hour: 0.2412" role="graphics-symbol" aria-roledescription="rect mark" d="M200,500h20v20h-20Z" fill="rgb(202, 234, 181)"/><path aria-label="trip_date: 2022-12-17; location: M04; calls_per_hour: 0.5036" role="graphics-symbol" aria-roledescription="rect mark" d="M200,560h20v20h-20Z" fill="rgb(134, 208, 187)"/><path aria-label="trip_date: 2022-12-17; location: N14; calls_per_hour: 0.8712" role="graphics-symbol" aria-roledescription="rect mark" d="M200,620h20v20h-20Z" fill="rgb(50, 163, 192)"/><path aria-label="trip_date: 2022-12-17; location: N20; calls_per_hour: 1.3697" role="graphics-symbol" aria-roledescription="rect mark" d="M200,640h20v20h-20Z" fill="rgb(35, 70, 155)"/><path aria-label="trip_date: 2022-12-17; location: S13T; calls_per_hour: 0.2982" role="graphics-symbol" aria-roledescription="rect mark" d="M200,700h20v20h-20Z" fill="rgb(190, 230, 181)"/><path aria-label="trip_date: 2022-12-17; location: T10; calls_per_hour: 0.6514" role="graphics-symbol" aria-roledescription="rect mark" d="M200,740h20v20h-20Z" fill="rgb(94, 192, 191)"/><path aria-label="trip_date: 2022-12-17; location: WD05; calls_per_hour: 0.3272" role="graphics-symbol" aria-roledescription="rect mark" d="M200,880h20v20h-20Z" fill="rgb(183, 227, 182)"/><path aria-label="trip_date: 2023-02-17; location: C05; calls_per_hour: 1.0314" role="graphics-symbol" aria-roledescription="rect mark" d="M220,80h20v20h-20Z" fill="rgb(35, 135, 185)"/><path aria-label="trip_date: 2023-02-17; location: CB11; calls_per_hour: 0.2323" role="graphics-symbol" aria-roledescription="rect mark" d="M220,100h20v20h-20Z" fill="rgb(203, 235, 181)"/><path aria-label="trip_date: 2023-02-17; location: D05; calls_per_hour: 0.3" role="graphics-symbol" aria-roledescription="rect mark" d="M220,140h20v20h-20Z" fill="rgb(190, 229, 181)"/><path aria-label="trip_date: 2023-02-17; location: D09; calls_per_hour: 0.5662" role="graphics-symbol" aria-roledescription="rect mark" d="M220,160h20v20h-20Z" fill="rgb(116, 201, 189)"/><path aria-label="trip_date: 2023-02-17; location: F05; calls_per_hour: 0.4755" role="graphics-symbol" aria-roledescription="rect mark" d="M220,220h20v20h-20Z" fill="rgb(142, 211, 186)"/><path aria-label="trip_date: 2023-02-17; location: F09; calls_per_hour: 1.1887" role="graphics-symbol" aria-roledescription="rect mark" d="M220,240h20v20h-20Z" fill="rgb(33, 103, 172)"/><path aria-label="trip_date: 2023-02-17; location: G05; calls_per_hour: 1.1386" role="graphics-symbol" aria-roledescription="rect mark" d="M220,280h20v20h-20Z" fill="rgb(33, 114, 177)"/><path aria-label="trip_date: 2023-02-17; location: H04; calls_per_hour: 0.8097" role="graphics-symbol" aria-roledescription="rect mark" d="M220,300h20v20h-20Z" fill="rgb(60, 172, 193)"/><path aria-label="trip_date: 2023-02-17; location: K09; calls_per_hour: 0.15" role="graphics-symbol" aria-roledescription="rect mark" d="M220,480h20v20h-20Z" fill="rgb(220, 241, 180)"/><path aria-label="trip_date: 2023-02-17; location: KS06; calls_per_hour: 0.1948" role="graphics-symbol" aria-roledescription="rect mark" d="M220,500h20v20h-20Z" fill="rgb(211, 238, 180)"/><path aria-label="trip_date: 2023-02-17; location: M04; calls_per_hour: 0.6443" role="graphics-symbol" aria-roledescription="rect mark" d="M220,560h20v20h-20Z" fill="rgb(96, 193, 191)"/><path aria-label="trip_date: 2023-02-17; location: N14; calls_per_hour: 0.1301" role="graphics-symbol" aria-roledescription="rect mark" d="M220,620h20v20h-20Z" fill="rgb(222, 242, 181)"/><path aria-label="trip_date: 2023-02-17; location: N20; calls_per_hour: 0.6071" role="graphics-symbol" aria-roledescription="rect mark" d="M220,640h20v20h-20Z" fill="rgb(105, 197, 190)"/><path aria-label="trip_date: 2023-02-17; location: NB14; calls_per_hour: 0.2091" role="graphics-symbol" aria-roledescription="rect mark" d="M220,660h20v20h-20Z" fill="rgb(208, 237, 180)"/><path aria-label="trip_date: 2023-02-17; location: NB5T; calls_per_hour: 0.4093" role="graphics-symbol" aria-roledescription="rect mark" d="M220,680h20v20h-20Z" fill="rgb(161, 218, 184)"/><path aria-label="trip_date: 2023-02-17; location: S13T; calls_per_hour: 0.4952" role="graphics-symbol" aria-roledescription="rect mark" d="M220,700h20v20h-20Z" fill="rgb(137, 209, 186)"/><path aria-label="trip_date: 2023-02-17; location: V05; calls_per_hour: 0.7127" role="graphics-symbol" aria-roledescription="rect mark" d="M220,780h20v20h-20Z" fill="rgb(80, 185, 193)"/><path aria-label="trip_date: 2023-02-17; location: V23; calls_per_hour: 0.4384" role="graphics-symbol" aria-roledescription="rect mark" d="M220,800h20v20h-20Z" fill="rgb(153, 215, 185)"/><path aria-label="trip_date: 2023-04-15; location: C05; calls_per_hour: 1.0159" role="graphics-symbol" aria-roledescription="rect mark" d="M240,80h20v20h-20Z" fill="rgb(36, 138, 186)"/><path aria-label="trip_date: 2023-04-15; location: CB11; calls_per_hour: 0.1052" role="graphics-symbol" aria-roledescription="rect mark" d="M240,100h20v20h-20Z" fill="rgb(225, 244, 183)"/><path aria-label="trip_date: 2023-04-15; location: D05; calls_per_hour: 0.0414" role="graphics-symbol" aria-roledescription="rect mark" d="M240,140h20v20h-20Z" fill="rgb(234, 247, 187)"/><path aria-label="trip_date: 2023-04-15; location: D09; calls_per_hour: 0.5396" role="graphics-symbol" aria-roledescription="rect mark" d="M240,160h20v20h-20Z" fill="rgb(124, 204, 188)"/><path aria-label="trip_date: 2023-04-15; location: F05; calls_per_hour: 0.4207" role="graphics-symbol" aria-roledescription="rect mark" d="M240,220h20v20h-20Z" fill="rgb(157, 217, 184)"/><path aria-label="trip_date: 2023-04-15; location: F09; calls_per_hour: 1.125" role="graphics-symbol" aria-roledescription="rect mark" d="M240,240h20v20h-20Z" fill="rgb(33, 116, 178)"/><path aria-label="trip_date: 2023-04-15; location: G05; calls_per_hour: 0.6058" role="graphics-symbol" aria-roledescription="rect mark" d="M240,280h20v20h-20Z" fill="rgb(105, 197, 190)"/><path aria-label="trip_date: 2023-04-15; location: H04; calls_per_hour: 0.4601" role="graphics-symbol" aria-roledescription="rect mark" d="M240,300h20v20h-20Z" fill="rgb(147, 213, 185)"/><path aria-label="trip_date: 2023-04-15; location: K09; calls_per_hour: 0.105" role="graphics-symbol" aria-roledescription="rect mark" d="M240,480h20v20h-20Z" fill="rgb(226, 244, 183)"/><path aria-label="trip_date: 2023-04-15; location: KS06; calls_per_hour: 0.0797" role="graphics-symbol" aria-roledescription="rect mark" d="M240,500h20v20h-20Z" fill="rgb(229, 245, 184)"/><path aria-label="trip_date: 2023-04-15; location: M04; calls_per_hour: 0.5258" role="graphics-symbol" aria-roledescription="rect mark" d="M240,560h20v20h-20Z" fill="rgb(128, 206, 187)"/><path aria-label="trip_date: 2023-04-15; location: N08M; calls_per_hour: 0.0438" role="graphics-symbol" aria-roledescription="rect mark" d="M240,600h20v20h-20Z" fill="rgb(234, 247, 187)"/><path aria-label="trip_date: 2023-04-15; location: N14; calls_per_hour: 0.0372" role="graphics-symbol" aria-roledescription="rect mark" d="M240,620h20v20h-20Z" fill="rgb(235, 247, 187)"/><path aria-label="trip_date: 2023-04-15; location: N20; calls_per_hour: 0.5421" role="graphics-symbol" aria-roledescription="rect mark" d="M240,640h20v20h-20Z" fill="rgb(123, 204, 188)"/><path aria-label="trip_date: 2023-04-15; location: NB14; calls_per_hour: 0.2083" role="graphics-symbol" aria-roledescription="rect mark" d="M240,660h20v20h-20Z" fill="rgb(208, 237, 180)"/><path aria-label="trip_date: 2023-04-15; location: NB5T; calls_per_hour: 0.1841" role="graphics-symbol" aria-roledescription="rect mark" d="M240,680h20v20h-20Z" fill="rgb(213, 239, 180)"/><path aria-label="trip_date: 2023-04-15; location: S13T; calls_per_hour: 0.3051" role="graphics-symbol" aria-roledescription="rect mark" d="M240,700h20v20h-20Z" fill="rgb(189, 229, 181)"/><path aria-label="trip_date: 2023-04-15; location: V05; calls_per_hour: 0.1897" role="graphics-symbol" aria-roledescription="rect mark" d="M240,780h20v20h-20Z" fill="rgb(212, 238, 180)"/><path aria-label="trip_date: 2023-06-10; location: C05; calls_per_hour: 0.8431" role="graphics-symbol" aria-roledescription="rect mark" d="M260,80h20v20h-20Z" fill="rgb(55, 167, 193)"/><path aria-label="trip_date: 2023-06-10; location: D03; calls_per_hour: 0.2147" role="graphics-symbol" aria-roledescription="rect mark" d="M260,120h20v20h-20Z" fill="rgb(207, 236, 180)"/><path aria-label="trip_date: 2023-06-10; location: D09; calls_per_hour: 0.5042" role="graphics-symbol" aria-roledescription="rect mark" d="M260,160h20v20h-20Z" fill="rgb(134, 208, 187)"/><path aria-label="trip_date: 2023-06-10; location: F09; calls_per_hour: 0.9849" role="graphics-symbol" aria-roledescription="rect mark" d="M260,240h20v20h-20Z" fill="rgb(38, 144, 188)"/><path aria-label="trip_date: 2023-06-10; location: G05; calls_per_hour: 0.4739" role="graphics-symbol" aria-roledescription="rect mark" d="M260,280h20v20h-20Z" fill="rgb(143, 211, 186)"/><path aria-label="trip_date: 2023-06-10; location: H04; calls_per_hour: 0.2782" role="graphics-symbol" aria-roledescription="rect mark" d="M260,300h20v20h-20Z" fill="rgb(194, 231, 181)"/><path aria-label="trip_date: 2023-06-10; location: M04; calls_per_hour: 0.4469" role="graphics-symbol" aria-roledescription="rect mark" d="M260,560h20v20h-20Z" fill="rgb(150, 214, 185)"/><path aria-label="trip_date: 2023-06-10; location: N14; calls_per_hour: 0.0275" role="graphics-symbol" aria-roledescription="rect mark" d="M260,620h20v20h-20Z" fill="rgb(236, 248, 188)"/><path aria-label="trip_date: 2023-06-10; location: N20; calls_per_hour: 0.7487" role="graphics-symbol" aria-roledescription="rect mark" d="M260,640h20v20h-20Z" fill="rgb(71, 181, 194)"/><path aria-label="trip_date: 2023-06-10; location: NB14; calls_per_hour: 0.1586" role="graphics-symbol" aria-roledescription="rect mark" d="M260,660h20v20h-20Z" fill="rgb(218, 241, 180)"/><path aria-label="trip_date: 2023-07-22; location: C05; calls_per_hour: 1.0384" role="graphics-symbol" aria-roledescription="rect mark" d="M280,80h20v20h-20Z" fill="rgb(34, 134, 185)"/><path aria-label="trip_date: 2023-07-22; location: D03; calls_per_hour: 0.4441" role="graphics-symbol" aria-roledescription="rect mark" d="M280,120h20v20h-20Z" fill="rgb(151, 214, 185)"/><path aria-label="trip_date: 2023-07-22; location: D09; calls_per_hour: 0.3001" role="graphics-symbol" aria-roledescription="rect mark" d="M280,160h20v20h-20Z" fill="rgb(190, 229, 181)"/><path aria-label="trip_date: 2023-07-22; location: H04; calls_per_hour: 0.244" role="graphics-symbol" aria-roledescription="rect mark" d="M280,300h20v20h-20Z" fill="rgb(201, 234, 181)"/><path aria-label="trip_date: 2023-07-22; location: M04; calls_per_hour: 0.5649" role="graphics-symbol" aria-roledescription="rect mark" d="M280,560h20v20h-20Z" fill="rgb(117, 201, 189)"/><path aria-label="trip_date: 2023-07-22; location: N14; calls_per_hour: 0.0835" role="graphics-symbol" aria-roledescription="rect mark" d="M280,620h20v20h-20Z" fill="rgb(228, 245, 184)"/><path aria-label="trip_date: 2023-07-22; location: N20; calls_per_hour: 0.5777" role="graphics-symbol" aria-roledescription="rect mark" d="M280,640h20v20h-20Z" fill="rgb(113, 200, 189)"/><path aria-label="trip_date: 2023-07-22; location: NB14; calls_per_hour: 0.2817" role="graphics-symbol" aria-roledescription="rect mark" d="M280,660h20v20h-20Z" fill="rgb(194, 231, 181)"/><path aria-label="trip_date: 2023-09-11; location: A11; calls_per_hour: 0.0899" role="graphics-symbol" aria-roledescription="rect mark" d="M300,20h20v20h-20Z" fill="rgb(228, 244, 184)"/><path aria-label="trip_date: 2023-09-11; location: C05; calls_per_hour: 0.7011" role="graphics-symbol" aria-roledescription="rect mark" d="M300,80h20v20h-20Z" fill="rgb(82, 186, 193)"/><path aria-label="trip_date: 2023-09-11; location: CB11; calls_per_hour: 0.2158" role="graphics-symbol" aria-roledescription="rect mark" d="M300,100h20v20h-20Z" fill="rgb(207, 236, 180)"/><path aria-label="trip_date: 2023-09-11; location: D03; calls_per_hour: 0.5869" role="graphics-symbol" aria-roledescription="rect mark" d="M300,120h20v20h-20Z" fill="rgb(111, 199, 189)"/><path aria-label="trip_date: 2023-09-11; location: D09; calls_per_hour: 0.4107" role="graphics-symbol" aria-roledescription="rect mark" d="M300,160h20v20h-20Z" fill="rgb(160, 218, 184)"/><path aria-label="trip_date: 2023-09-11; location: F10; calls_per_hour: 0.7009" role="graphics-symbol" aria-roledescription="rect mark" d="M300,260h20v20h-20Z" fill="rgb(82, 186, 193)"/><path aria-label="trip_date: 2023-09-11; location: G05; calls_per_hour: 0.5933" role="graphics-symbol" aria-roledescription="rect mark" d="M300,280h20v20h-20Z" fill="rgb(109, 198, 190)"/><path aria-label="trip_date: 2023-09-11; location: H04; calls_per_hour: 0.197" role="graphics-symbol" aria-roledescription="rect mark" d="M300,300h20v20h-20Z" fill="rgb(210, 238, 180)"/><path aria-label="trip_date: 2023-09-11; location: H09; calls_per_hour: 0.1745" role="graphics-symbol" aria-roledescription="rect mark" d="M300,360h20v20h-20Z" fill="rgb(215, 239, 180)"/><path aria-label="trip_date: 2023-09-11; location: J06; calls_per_hour: 0.0331" role="graphics-symbol" aria-roledescription="rect mark" d="M300,420h20v20h-20Z" fill="rgb(235, 247, 187)"/><path aria-label="trip_date: 2023-09-11; location: M04; calls_per_hour: 0.399" role="graphics-symbol" aria-roledescription="rect mark" d="M300,560h20v20h-20Z" fill="rgb(163, 219, 183)"/><path aria-label="trip_date: 2023-09-11; location: N08M; calls_per_hour: 0.1405" role="graphics-symbol" aria-roledescription="rect mark" d="M300,600h20v20h-20Z" fill="rgb(221, 242, 181)"/><path aria-label="trip_date: 2023-09-11; location: N20; calls_per_hour: 0.2378" role="graphics-symbol" aria-roledescription="rect mark" d="M300,640h20v20h-20Z" fill="rgb(202, 234, 181)"/><path aria-label="trip_date: 2023-09-11; location: NB14; calls_per_hour: 0.3508" role="graphics-symbol" aria-roledescription="rect mark" d="M300,660h20v20h-20Z" fill="rgb(177, 224, 182)"/><path aria-label="trip_date: 2023-09-11; location: S13T; calls_per_hour: 0.4504" role="graphics-symbol" aria-roledescription="rect mark" d="M300,700h20v20h-20Z" fill="rgb(149, 214, 185)"/><path aria-label="trip_date: 2023-09-11; location: S23; calls_per_hour: 0.6901" role="graphics-symbol" aria-roledescription="rect mark" d="M300,720h20v20h-20Z" fill="rgb(85, 188, 192)"/><path aria-label="trip_date: 2023-09-11; location: V04; calls_per_hour: 0.3067" role="graphics-symbol" aria-roledescription="rect mark" d="M300,760h20v20h-20Z" fill="rgb(188, 229, 181)"/><path aria-label="trip_date: 2023-09-11; location: W04; calls_per_hour: 0.0863" role="graphics-symbol" aria-roledescription="rect mark" d="M300,820h20v20h-20Z" fill="rgb(228, 245, 184)"/><path aria-label="trip_date: 2023-09-11; location: W20; calls_per_hour: 0.0646" role="graphics-symbol" aria-roledescription="rect mark" d="M300,840h20v20h-20Z" fill="rgb(231, 246, 185)"/><path aria-label="trip_date: 2023-11-02; location: A11; calls_per_hour: 0.1595" role="graphics-symbol" aria-roledescription="rect mark" d="M320,20h20v20h-20Z" fill="rgb(218, 241, 180)"/><path aria-label="trip_date: 2023-11-02; location: C05; calls_per_hour: 0.6931" role="graphics-symbol" aria-roledescription="rect mark" d="M320,80h20v20h-20Z" fill="rgb(84, 187, 192)"/><path aria-label="trip_date: 2023-11-02; location: CB11; calls_per_hour: 0.3731" role="graphics-symbol" aria-roledescription="rect mark" d="M320,100h20v20h-20Z" fill="rgb(170, 222, 183)"/><path aria-label="trip_date: 2023-11-02; location: D03; calls_per_hour: 0.7011" role="graphics-symbol" aria-roledescription="rect mark" d="M320,120h20v20h-20Z" fill="rgb(82, 186, 193)"/><path aria-label="trip_date: 2023-11-02; location: D09; calls_per_hour: 0.2766" role="graphics-symbol" aria-roledescription="rect mark" d="M320,160h20v20h-20Z" fill="rgb(195, 231, 181)"/><path aria-label="trip_date: 2023-11-02; location: F10; calls_per_hour: 0.6711" role="graphics-symbol" aria-roledescription="rect mark" d="M320,260h20v20h-20Z" fill="rgb(90, 190, 192)"/><path aria-label="trip_date: 2023-11-02; location: G05; calls_per_hour: 0.4082" role="graphics-symbol" aria-roledescription="rect mark" d="M320,280h20v20h-20Z" fill="rgb(161, 218, 184)"/><path aria-label="trip_date: 2023-11-02; location: H04; calls_per_hour: 0.1435" role="graphics-symbol" aria-roledescription="rect mark" d="M320,300h20v20h-20Z" fill="rgb(220, 242, 181)"/><path aria-label="trip_date: 2023-11-02; location: J06; calls_per_hour: 0.0109" role="graphics-symbol" aria-roledescription="rect mark" d="M320,420h20v20h-20Z" fill="rgb(238, 249, 189)"/><path aria-label="trip_date: 2023-11-02; location: M04; calls_per_hour: 0.2491" role="graphics-symbol" aria-roledescription="rect mark" d="M320,560h20v20h-20Z" fill="rgb(200, 233, 181)"/><path aria-label="trip_date: 2023-11-02; location: N08M; calls_per_hour: 0.1795" role="graphics-symbol" aria-roledescription="rect mark" d="M320,600h20v20h-20Z" fill="rgb(214, 239, 180)"/><path aria-label="trip_date: 2023-11-02; location: N14; calls_per_hour: 0.2546" role="graphics-symbol" aria-roledescription="rect mark" d="M320,620h20v20h-20Z" fill="rgb(199, 233, 181)"/><path aria-label="trip_date: 2023-11-02; location: N20; calls_per_hour: 0.2662" role="graphics-symbol" aria-roledescription="rect mark" d="M320,640h20v20h-20Z" fill="rgb(197, 232, 181)"/><path aria-label="trip_date: 2023-11-02; location: NB14; calls_per_hour: 0.2074" role="graphics-symbol" aria-roledescription="rect mark" d="M320,660h20v20h-20Z" fill="rgb(208, 237, 180)"/><path aria-label="trip_date: 2023-11-02; location: S13T; calls_per_hour: 0.3534" role="graphics-symbol" aria-roledescription="rect mark" d="M320,700h20v20h-20Z" fill="rgb(176, 224, 182)"/><path aria-label="trip_date: 2023-11-02; location: S23; calls_per_hour: 0.3185" role="graphics-symbol" aria-roledescription="rect mark" d="M320,720h20v20h-20Z" fill="rgb(185, 228, 181)"/><path aria-label="trip_date: 2023-11-02; location: V04; calls_per_hour: 0.3623" role="graphics-symbol" aria-roledescription="rect mark" d="M320,760h20v20h-20Z" fill="rgb(173, 223, 183)"/><path aria-label="trip_date: 2023-11-02; location: W04; calls_per_hour: 0.0714" role="graphics-symbol" aria-roledescription="rect mark" d="M320,820h20v20h-20Z" fill="rgb(230, 245, 185)"/><path aria-label="trip_date: 2023-11-02; location: W20; calls_per_hour: 0.0714" role="graphics-symbol" aria-roledescription="rect mark" d="M320,840h20v20h-20Z" fill="rgb(230, 245, 185)"/></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Gradient legend titled 'calls_per_hour' for fill color with values from 0.0 to 1.5"><g transform="translate(358,0)"><path class="background" aria-hidden="true" d="M0,0h79v216h-79Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rect role-legend-gradient" pointer-events="none"><path d="M0,0h16v200h-16Z" fill="url(#gradient_0)" stroke="#ddd" stroke-width="0" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(18,137.11156065530275)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.5</text><text text-anchor="start" transform="translate(18,70.78536844199772)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">1.0</text><text text-anchor="start" transform="translate(18,4.4591762286926935)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">1.5</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">calls_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'trip_date' for a discrete scale with 17 values: 2021-11-13, 2021-11-25, 2021-12-18, 2022-01-17, 2022-02-12, ending with 2023-11-02"><g transform="translate(0.5,920.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(10,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(30,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(50,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(70,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(90,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(110,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(130,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(150,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(170,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(190,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(210,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(230,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(250,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(270,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(290,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(310,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(330,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(9.5,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2021-11-13</text><text text-anchor="end" transform="translate(29.5,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2021-11-25</text><text text-anchor="end" transform="translate(49.5,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2021-12-18</text><text text-anchor="end" transform="translate(69.5,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-01-17</text><text text-anchor="end" transform="translate(89.5,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-02-12</text><text text-anchor="end" transform="translate(109.5,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-04-27</text><text text-anchor="end" transform="translate(129.5,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-05-27</text><text text-anchor="end" transform="translate(149.5,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-06-18</text><text text-anchor="end" transform="translate(169.5,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-08-27</text><text text-anchor="end" transform="translate(189.5,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-10-08</text><text text-anchor="end" transform="translate(209.5,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-12-17</text><text text-anchor="end" transform="translate(229.5,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2023-02-17</text><text text-anchor="end" transform="translate(249.5,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2023-04-15</text><text text-anchor="end" transform="translate(269.5,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2023-06-10</text><text text-anchor="end" transform="translate(289.5,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2023-07-22</text><text text-anchor="end" transform="translate(309.5,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2023-09-11</text><text text-anchor="end" transform="translate(329.5,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2023-11-02</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="340" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(170,71.15234375)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">trip_date</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'location' for a discrete scale with 46 values: A01, A11, B12M, C01, C05, ending with WD07"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,10)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,30)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,50)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,70)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,90)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,110)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,130)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,150)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,170)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,190)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,210)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,230)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,250)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,270)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,290)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,310)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,330)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,350)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,370)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,390)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,410)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,430)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,450)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,470)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,490)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,510)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,530)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,550)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,570)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,590)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,610)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,630)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,650)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,670)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,690)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,710)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,730)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,750)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,770)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,790)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,810)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,830)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,850)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,870)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,890)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,910)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,12.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">A01</text><text text-anchor="end" transform="translate(-7,32.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">A11</text><text text-anchor="end" transform="translate(-7,52.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">B12M</text><text text-anchor="end" transform="translate(-7,72.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">C01</text><text text-anchor="end" transform="translate(-7,92.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">C05</text><text text-anchor="end" transform="translate(-7,112.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">CB11</text><text text-anchor="end" transform="translate(-7,132.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">D03</text><text text-anchor="end" transform="translate(-7,152.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">D05</text><text text-anchor="end" transform="translate(-7,172.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">D09</text><text text-anchor="end" transform="translate(-7,192.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">E04</text><text text-anchor="end" transform="translate(-7,212.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">E07</text><text text-anchor="end" transform="translate(-7,232.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">F05</text><text text-anchor="end" transform="translate(-7,252.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">F09</text><text text-anchor="end" transform="translate(-7,272.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">F10</text><text text-anchor="end" transform="translate(-7,292.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">G05</text><text text-anchor="end" transform="translate(-7,312.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">H04</text><text text-anchor="end" transform="translate(-7,332.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">H05</text><text text-anchor="end" transform="translate(-7,352.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">H07</text><text text-anchor="end" transform="translate(-7,372.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">H09</text><text text-anchor="end" transform="translate(-7,392.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">H14</text><text text-anchor="end" transform="translate(-7,412.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">H15</text><text text-anchor="end" transform="translate(-7,432.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">J06</text><text text-anchor="end" transform="translate(-7,452.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">J07</text><text text-anchor="end" transform="translate(-7,472.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">J11</text><text text-anchor="end" transform="translate(-7,492.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">K09</text><text text-anchor="end" transform="translate(-7,512.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">KS06</text><text text-anchor="end" transform="translate(-7,532.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">M01</text><text text-anchor="end" transform="translate(-7,552.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">M02</text><text text-anchor="end" transform="translate(-7,572.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">M04</text><text text-anchor="end" transform="translate(-7,592.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">M05</text><text text-anchor="end" transform="translate(-7,612.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N08M</text><text text-anchor="end" transform="translate(-7,632.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N14</text><text text-anchor="end" transform="translate(-7,652.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N20</text><text text-anchor="end" transform="translate(-7,672.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">NB14</text><text text-anchor="end" transform="translate(-7,692.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">NB5T</text><text text-anchor="end" transform="translate(-7,712.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">S13T</text><text text-anchor="end" transform="translate(-7,732.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">S23</text><text text-anchor="end" transform="translate(-7,752.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">T10</text><text text-anchor="end" transform="translate(-7,772.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">V04</text><text text-anchor="end" transform="translate(-7,792.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">V05</text><text text-anchor="end" transform="translate(-7,812.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">V23</text><text text-anchor="end" transform="translate(-7,832.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">W04</text><text text-anchor="end" transform="translate(-7,852.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">W20</text><text text-anchor="end" transform="translate(-7,872.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">WB09</text><text text-anchor="end" transform="translate(-7,892.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">WD05</text><text text-anchor="end" transform="translate(-7,912.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">WD07</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="0" y2="920" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-38.783203125,460) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">location</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g><defs><linearGradient id="gradient_0" x1="0" x2="0" y1="1" y2="0"><stop offset="0" stop-color="rgb(239, 249, 189)"/><stop offset="0.06413742787026598" stop-color="rgb(226, 244, 183)"/><stop offset="0.130463620083571" stop-color="rgb(210, 237, 180)"/><stop offset="0.19678981229687603" stop-color="rgb(190, 229, 181)"/><stop offset="0.2631160045101811" stop-color="rgb(163, 219, 184)"/><stop offset="0.3294421967234861" stop-color="rgb(135, 208, 186)"/><stop offset="0.39576838893679117" stop-color="rgb(107, 198, 190)"/><stop offset="0.4620945811500962" stop-color="rgb(83, 186, 192)"/><stop offset="0.5284207733634013" stop-color="rgb(62, 174, 193)"/><stop offset="0.5947469655767064" stop-color="rgb(45, 159, 192)"/><stop offset="0.6610731577900114" stop-color="rgb(37, 141, 187)"/><stop offset="0.7273993500033163" stop-color="rgb(33, 122, 180)"/><stop offset="0.7937255422166214" stop-color="rgb(33, 101, 171)"/><stop offset="0.8600517344299264" stop-color="rgb(34, 82, 162)"/><stop offset="0.9263779266432314" stop-color="rgb(33, 65, 150)"/><stop offset="0.9927041188565365" stop-color="rgb(29, 51, 135)"/><stop offset="1" stop-color="rgb(28, 49, 133)"/></linearGradient></defs></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" class="marks" width="502" height="1004" viewBox="0 0 502 1004"><rect width="502" height="1004" fill="white"/><g fill="none" stroke-miterlimit="10" transform="translate(55,5)"><g class="mark-group role-frame root" role="graphics-object" aria-roledescription="group mark container"><g transform="translate(0,0)"><path class="background" aria-hidden="true" d="M0.5,0.5h340v920h-340Z" stroke="#ddd"/><g><g class="mark-rect role-mark marks" role="graphics-object" aria-roledescription="rect mark container"><path aria-label="trip_date: 2021-11-13; location: C05; duets_per_hour: 0.1215" role="graphics-symbol" aria-roledescription="rect mark" d="M0,80h20v20h-20Z" fill="rgb(42, 152, 190)"/><path aria-label="trip_date: 2021-11-13; location: G05; duets_per_hour: 0.0054" role="graphics-symbol" aria-roledescription="rect mark" d="M0,280h20v20h-20Z" fill="rgb(233, 247, 187)"/><path aria-label="trip_date: 2021-11-13; location: M05; duets_per_hour: 0" role="graphics-symbol" aria-roledescription="rect mark" d="M0,580h20v20h-20Z" fill="rgb(239, 249, 189)"/><path aria-label="trip_date: 2021-11-25; location: C05; duets_per_hour: 0.0928" role="graphics-symbol" aria-roledescription="rect mark" d="M20,80h20v20h-20Z" fill="rgb(78, 184, 193)"/><path aria-label="trip_date: 2021-11-25; location: CB11; duets_per_hour: 0" role="graphics-symbol" aria-roledescription="rect mark" d="M20,100h20v20h-20Z" fill="rgb(239, 249, 189)"/><path aria-label="trip_date: 2021-11-25; location: M02; duets_per_hour: 0.0252" role="graphics-symbol" aria-roledescription="rect mark" d="M20,540h20v20h-20Z" fill="rgb(210, 238, 180)"/><path aria-label="trip_date: 2021-12-18; location: C05; duets_per_hour: 0.1046" role="graphics-symbol" aria-roledescription="rect mark" d="M40,80h20v20h-20Z" fill="rgb(60, 172, 193)"/><path aria-label="trip_date: 2021-12-18; location: N14; duets_per_hour: 0.0184" role="graphics-symbol" aria-roledescription="rect mark" d="M40,620h20v20h-20Z" fill="rgb(220, 241, 181)"/><path aria-label="trip_date: 2021-12-18; location: WD07; duets_per_hour: 0.0038" role="graphics-symbol" aria-roledescription="rect mark" d="M40,900h20v20h-20Z" fill="rgb(235, 247, 187)"/><path aria-label="trip_date: 2022-01-17; location: C05; duets_per_hour: 0.0429" role="graphics-symbol" aria-roledescription="rect mark" d="M60,80h20v20h-20Z" fill="rgb(181, 226, 182)"/><path aria-label="trip_date: 2022-01-17; location: H07; duets_per_hour: 0.0571" role="graphics-symbol" aria-roledescription="rect mark" d="M60,340h20v20h-20Z" fill="rgb(151, 214, 185)"/><path aria-label="trip_date: 2022-01-17; location: H15; duets_per_hour: 0" role="graphics-symbol" aria-roledescription="rect mark" d="M60,400h20v20h-20Z" fill="rgb(239, 249, 189)"/><path aria-label="trip_date: 2022-01-17; location: K09; duets_per_hour: 0.0095" role="graphics-symbol" aria-roledescription="rect mark" d="M60,480h20v20h-20Z" fill="rgb(229, 245, 185)"/><path aria-label="trip_date: 2022-01-17; location: N14; duets_per_hour: 0.0048" role="graphics-symbol" aria-roledescription="rect mark" d="M60,620h20v20h-20Z" fill="rgb(234, 247, 187)"/><path aria-label="trip_date: 2022-02-12; location: C01; duets_per_hour: 0" role="graphics-symbol" aria-roledescription="rect mark" d="M80,60h20v20h-20Z" fill="rgb(239, 249, 189)"/><path aria-label="trip_date: 2022-02-12; location: C05; duets_per_hour: 0.04" role="graphics-symbol" aria-roledescription="rect mark" d="M80,80h20v20h-20Z" fill="rgb(187, 228, 181)"/><path aria-label="trip_date: 2022-02-12; location: H05; duets_per_hour: 0.1086" role="graphics-symbol" aria-roledescription="rect mark" d="M80,320h20v20h-20Z" fill="rgb(55, 168, 193)"/><path aria-label="trip_date: 2022-02-12; location: H15; duets_per_hour: 0.0114" role="graphics-symbol" aria-roledescription="rect mark" d="M80,400h20v20h-20Z" fill="rgb(227, 244, 184)"/><path aria-label="trip_date: 2022-02-12; location: K09; duets_per_hour: 0" role="graphics-symbol" aria-roledescription="rect mark" d="M80,480h20v20h-20Z" fill="rgb(239, 249, 189)"/><path aria-label="trip_date: 2022-02-12; location: N14; duets_per_hour: 0" role="graphics-symbol" aria-roledescription="rect mark" d="M80,620h20v20h-20Z" fill="rgb(239, 249, 189)"/><path aria-label="trip_date: 2022-04-27; location: A11; duets_per_hour: 0.0283" role="graphics-symbol" aria-roledescription="rect mark" d="M100,20h20v20h-20Z" fill="rgb(206, 236, 180)"/><path aria-label="trip_date: 2022-04-27; location: B12M; duets_per_hour: 0.0017" role="graphics-symbol" aria-roledescription="rect mark" d="M100,40h20v20h-20Z" fill="rgb(237, 248, 188)"/><path aria-label="trip_date: 2022-04-27; location: C05; duets_per_hour: 0.0691" role="graphics-symbol" aria-roledescription="rect mark" d="M100,80h20v20h-20Z" fill="rgb(125, 204, 188)"/><path aria-label="trip_date: 2022-04-27; location: D03; duets_per_hour: 0.0034" role="graphics-symbol" aria-roledescription="rect mark" d="M100,120h20v20h-20Z" fill="rgb(236, 248, 187)"/><path aria-label="trip_date: 2022-04-27; location: D09; duets_per_hour: 0.0118" role="graphics-symbol" aria-roledescription="rect mark" d="M100,160h20v20h-20Z" fill="rgb(227, 244, 184)"/><path aria-label="trip_date: 2022-04-27; location: F09; duets_per_hour: 0.1366" role="graphics-symbol" aria-roledescription="rect mark" d="M100,240h20v20h-20Z" fill="rgb(33, 130, 184)"/><path aria-label="trip_date: 2022-04-27; location: H04; duets_per_hour: 0.1012" role="graphics-symbol" aria-roledescription="rect mark" d="M100,300h20v20h-20Z" fill="rgb(64, 176, 194)"/><path aria-label="trip_date: 2022-04-27; location: H09; duets_per_hour: 0.0784" role="graphics-symbol" aria-roledescription="rect mark" d="M100,360h20v20h-20Z" fill="rgb(104, 197, 190)"/><path aria-label="trip_date: 2022-04-27; location: H14; duets_per_hour: 0" role="graphics-symbol" aria-roledescription="rect mark" d="M100,380h20v20h-20Z" fill="rgb(239, 249, 189)"/><path aria-label="trip_date: 2022-04-27; location: J07; duets_per_hour: 0.0033" role="graphics-symbol" aria-roledescription="rect mark" d="M100,440h20v20h-20Z" fill="rgb(236, 248, 187)"/><path aria-label="trip_date: 2022-04-27; location: J11; duets_per_hour: 0" role="graphics-symbol" aria-roledescription="rect mark" d="M100,460h20v20h-20Z" fill="rgb(239, 249, 189)"/><path aria-label="trip_date: 2022-04-27; location: K09; duets_per_hour: 0.0081" role="graphics-symbol" aria-roledescription="rect mark" d="M100,480h20v20h-20Z" fill="rgb(231, 246, 185)"/><path aria-label="trip_date: 2022-04-27; location: M01; duets_per_hour: 0.0273" role="graphics-symbol" aria-roledescription="rect mark" d="M100,520h20v20h-20Z" fill="rgb(207, 236, 180)"/><path aria-label="trip_date: 2022-04-27; location: M04; duets_per_hour: 0.032" role="graphics-symbol" aria-roledescription="rect mark" d="M100,560h20v20h-20Z" fill="rgb(200, 233, 181)"/><path aria-label="trip_date: 2022-04-27; location: N14; duets_per_hour: 0.0245" role="graphics-symbol" aria-roledescription="rect mark" d="M100,620h20v20h-20Z" fill="rgb(211, 238, 180)"/><path aria-label="trip_date: 2022-04-27; location: N20; duets_per_hour: 0.1653" role="graphics-symbol" aria-roledescription="rect mark" d="M100,640h20v20h-20Z" fill="rgb(34, 86, 163)"/><path aria-label="trip_date: 2022-04-27; location: WD05; duets_per_hour: 0.0219" role="graphics-symbol" aria-roledescription="rect mark" d="M100,880h20v20h-20Z" fill="rgb(215, 240, 180)"/><path aria-label="trip_date: 2022-05-27; location: A01; duets_per_hour: 0" role="graphics-symbol" aria-roledescription="rect mark" d="M120,0h20v20h-20Z" fill="rgb(239, 249, 189)"/><path aria-label="trip_date: 2022-05-27; location: A11; duets_per_hour: 0" role="graphics-symbol" aria-roledescription="rect mark" d="M120,20h20v20h-20Z" fill="rgb(239, 249, 189)"/><path aria-label="trip_date: 2022-05-27; location: B12M; duets_per_hour: 0.0262" role="graphics-symbol" aria-roledescription="rect mark" d="M120,40h20v20h-20Z" fill="rgb(209, 237, 180)"/><path aria-label="trip_date: 2022-05-27; location: C05; duets_per_hour: 0.069" role="graphics-symbol" aria-roledescription="rect mark" d="M120,80h20v20h-20Z" fill="rgb(125, 204, 188)"/><path aria-label="trip_date: 2022-05-27; location: M01; duets_per_hour: 0.0389" role="graphics-symbol" aria-roledescription="rect mark" d="M120,520h20v20h-20Z" fill="rgb(189, 229, 181)"/><path aria-label="trip_date: 2022-05-27; location: M04; duets_per_hour: 0.0404" role="graphics-symbol" aria-roledescription="rect mark" d="M120,560h20v20h-20Z" fill="rgb(186, 228, 181)"/><path aria-label="trip_date: 2022-05-27; location: N20; duets_per_hour: 0.096" role="graphics-symbol" aria-roledescription="rect mark" d="M120,640h20v20h-20Z" fill="rgb(72, 181, 194)"/><path aria-label="trip_date: 2022-05-27; location: WD05; duets_per_hour: 0.0238" role="graphics-symbol" aria-roledescription="rect mark" d="M120,880h20v20h-20Z" fill="rgb(212, 238, 180)"/><path aria-label="trip_date: 2022-06-18; location: C05; duets_per_hour: 0.0136" role="graphics-symbol" aria-roledescription="rect mark" d="M140,80h20v20h-20Z" fill="rgb(225, 243, 183)"/><path aria-label="trip_date: 2022-06-18; location: D03; duets_per_hour: 0.0034" role="graphics-symbol" aria-roledescription="rect mark" d="M140,120h20v20h-20Z" fill="rgb(236, 248, 187)"/><path aria-label="trip_date: 2022-06-18; location: D09; duets_per_hour: 0.0304" role="graphics-symbol" aria-roledescription="rect mark" d="M140,160h20v20h-20Z" fill="rgb(202, 234, 181)"/><path aria-label="trip_date: 2022-06-18; location: E04; duets_per_hour: 0" role="graphics-symbol" aria-roledescription="rect mark" d="M140,180h20v20h-20Z" fill="rgb(239, 249, 189)"/><path aria-label="trip_date: 2022-06-18; location: E07; duets_per_hour: 0" role="graphics-symbol" aria-roledescription="rect mark" d="M140,200h20v20h-20Z" fill="rgb(239, 249, 189)"/><path aria-label="trip_date: 2022-06-18; location: F09; duets_per_hour: 0.0523" role="graphics-symbol" aria-roledescription="rect mark" d="M140,240h20v20h-20Z" fill="rgb(161, 218, 184)"/><path aria-label="trip_date: 2022-06-18; location: H04; duets_per_hour: 0.0489" role="graphics-symbol" aria-roledescription="rect mark" d="M140,300h20v20h-20Z" fill="rgb(168, 221, 183)"/><path aria-label="trip_date: 2022-06-18; location: H09; duets_per_hour: 0.0324" role="graphics-symbol" aria-roledescription="rect mark" d="M140,360h20v20h-20Z" fill="rgb(199, 233, 181)"/><path aria-label="trip_date: 2022-06-18; location: J07; duets_per_hour: 0" role="graphics-symbol" aria-roledescription="rect mark" d="M140,440h20v20h-20Z" fill="rgb(239, 249, 189)"/><path aria-label="trip_date: 2022-06-18; location: J11; duets_per_hour: 0.0118" role="graphics-symbol" aria-roledescription="rect mark" d="M140,460h20v20h-20Z" fill="rgb(227, 244, 184)"/><path aria-label="trip_date: 2022-06-18; location: K09; duets_per_hour: 0.0117" role="graphics-symbol" aria-roledescription="rect mark" d="M140,480h20v20h-20Z" fill="rgb(227, 244, 184)"/><path aria-label="trip_date: 2022-06-18; location: M04; duets_per_hour: 0.0552" role="graphics-symbol" aria-roledescription="rect mark" d="M140,560h20v20h-20Z" fill="rgb(155, 216, 184)"/><path aria-label="trip_date: 2022-06-18; location: N20; duets_per_hour: 0.0866" role="graphics-symbol" aria-roledescription="rect mark" d="M140,640h20v20h-20Z" fill="rgb(89, 190, 192)"/><path aria-label="trip_date: 2022-06-18; location: T10; duets_per_hour: 0.0041" role="graphics-symbol" aria-roledescription="rect mark" d="M140,740h20v20h-20Z" fill="rgb(235, 247, 187)"/><path aria-label="trip_date: 2022-06-18; location: WB09; duets_per_hour: 0.017" role="graphics-symbol" aria-roledescription="rect mark" d="M140,860h20v20h-20Z" fill="rgb(222, 242, 181)"/><path aria-label="trip_date: 2022-06-18; location: WD05; duets_per_hour: 0.0195" role="graphics-symbol" aria-roledescription="rect mark" d="M140,880h20v20h-20Z" fill="rgb(219, 241, 180)"/><path aria-label="trip_date: 2022-08-27; location: C05; duets_per_hour: 0.0388" role="graphics-symbol" aria-roledescription="rect mark" d="M160,80h20v20h-20Z" fill="rgb(189, 229, 181)"/><path aria-label="trip_date: 2022-08-27; location: D03; duets_per_hour: 0.0051" role="graphics-symbol" aria-roledescription="rect mark" d="M160,120h20v20h-20Z" fill="rgb(234, 247, 187)"/><path aria-label="trip_date: 2022-08-27; location: D09; duets_per_hour: 0.0472" role="graphics-symbol" aria-roledescription="rect mark" d="M160,160h20v20h-20Z" fill="rgb(172, 222, 183)"/><path aria-label="trip_date: 2022-08-27; location: E07; duets_per_hour: 0" role="graphics-symbol" aria-roledescription="rect mark" d="M160,200h20v20h-20Z" fill="rgb(239, 249, 189)"/><path aria-label="trip_date: 2022-08-27; location: F09; duets_per_hour: 0.0438" role="graphics-symbol" aria-roledescription="rect mark" d="M160,240h20v20h-20Z" fill="rgb(179, 225, 182)"/><path aria-label="trip_date: 2022-08-27; location: H04; duets_per_hour: 0.0422" role="graphics-symbol" aria-roledescription="rect mark" d="M160,300h20v20h-20Z" fill="rgb(182, 226, 182)"/><path aria-label="trip_date: 2022-08-27; location: H15; duets_per_hour: 0.0072" role="graphics-symbol" aria-roledescription="rect mark" d="M160,400h20v20h-20Z" fill="rgb(232, 246, 186)"/><path aria-label="trip_date: 2022-08-27; location: J11; duets_per_hour: 0.0169" role="graphics-symbol" aria-roledescription="rect mark" d="M160,460h20v20h-20Z" fill="rgb(222, 242, 181)"/><path aria-label="trip_date: 2022-08-27; location: K09; duets_per_hour: 0.0159" role="graphics-symbol" aria-roledescription="rect mark" d="M160,480h20v20h-20Z" fill="rgb(223, 242, 182)"/><path aria-label="trip_date: 2022-08-27; location: M04; duets_per_hour: 0.0084" role="graphics-symbol" aria-roledescription="rect mark" d="M160,560h20v20h-20Z" fill="rgb(230, 246, 185)"/><path aria-label="trip_date: 2022-08-27; location: N14; duets_per_hour: 0.0244" role="graphics-symbol" aria-roledescription="rect mark" d="M160,620h20v20h-20Z" fill="rgb(212, 238, 180)"/><path aria-label="trip_date: 2022-08-27; location: S13T; duets_per_hour: 0.0206" role="graphics-symbol" aria-roledescription="rect mark" d="M160,700h20v20h-20Z" fill="rgb(217, 240, 180)"/><path aria-label="trip_date: 2022-08-27; location: T10; duets_per_hour: 0.0754" role="graphics-symbol" aria-roledescription="rect mark" d="M160,740h20v20h-20Z" fill="rgb(111, 199, 189)"/><path aria-label="trip_date: 2022-08-27; location: WB09; duets_per_hour: 0.0135" role="graphics-symbol" aria-roledescription="rect mark" d="M160,860h20v20h-20Z" fill="rgb(225, 243, 183)"/><path aria-label="trip_date: 2022-08-27; location: WD05; duets_per_hour: 0.0118" role="graphics-symbol" aria-roledescription="rect mark" d="M160,880h20v20h-20Z" fill="rgb(227, 244, 184)"/><path aria-label="trip_date: 2022-10-08; location: A11; duets_per_hour: 0" role="graphics-symbol" aria-roledescription="rect mark" d="M180,20h20v20h-20Z" fill="rgb(239, 249, 189)"/><path aria-label="trip_date: 2022-10-08; location: C05; duets_per_hour: 0.1214" role="graphics-symbol" aria-roledescription="rect mark" d="M180,80h20v20h-20Z" fill="rgb(42, 152, 190)"/><path aria-label="trip_date: 2022-10-08; location: D03; duets_per_hour: 0.0223" role="graphics-symbol" aria-roledescription="rect mark" d="M180,120h20v20h-20Z" fill="rgb(215, 239, 180)"/><path aria-label="trip_date: 2022-10-08; location: D09; duets_per_hour: 0.0455" role="graphics-symbol" aria-roledescription="rect mark" d="M180,160h20v20h-20Z" fill="rgb(175, 224, 182)"/><path aria-label="trip_date: 2022-10-08; location: E07; duets_per_hour: 0.0034" role="graphics-symbol" aria-roledescription="rect mark" d="M180,200h20v20h-20Z" fill="rgb(236, 248, 187)"/><path aria-label="trip_date: 2022-10-08; location: F09; duets_per_hour: 0.1409" role="graphics-symbol" aria-roledescription="rect mark" d="M180,240h20v20h-20Z" fill="rgb(33, 123, 181)"/><path aria-label="trip_date: 2022-10-08; location: H04; duets_per_hour: 0.0152" role="graphics-symbol" aria-roledescription="rect mark" d="M180,300h20v20h-20Z" fill="rgb(223, 243, 182)"/><path aria-label="trip_date: 2022-10-08; location: J11; duets_per_hour: 0" role="graphics-symbol" aria-roledescription="rect mark" d="M180,460h20v20h-20Z" fill="rgb(239, 249, 189)"/><path aria-label="trip_date: 2022-10-08; location: K09; duets_per_hour: 0" role="graphics-symbol" aria-roledescription="rect mark" d="M180,480h20v20h-20Z" fill="rgb(239, 249, 189)"/><path aria-label="trip_date: 2022-10-08; location: KS06; duets_per_hour: 0" role="graphics-symbol" aria-roledescription="rect mark" d="M180,500h20v20h-20Z" fill="rgb(239, 249, 189)"/><path aria-label="trip_date: 2022-10-08; location: M04; duets_per_hour: 0.0152" role="graphics-symbol" aria-roledescription="rect mark" d="M180,560h20v20h-20Z" fill="rgb(223, 243, 182)"/><path aria-label="trip_date: 2022-10-08; location: N14; duets_per_hour: 0" role="graphics-symbol" aria-roledescription="rect mark" d="M180,620h20v20h-20Z" fill="rgb(239, 249, 189)"/><path aria-label="trip_date: 2022-10-08; location: N20; duets_per_hour: 0.1952" role="graphics-symbol" aria-roledescription="rect mark" d="M180,640h20v20h-20Z" fill="rgb(28, 49, 133)"/><path aria-label="trip_date: 2022-10-08; location: S13T; duets_per_hour: 0.0483" role="graphics-symbol" aria-roledescription="rect mark" d="M180,700h20v20h-20Z" fill="rgb(170, 221, 183)"/><path aria-label="trip_date: 2022-10-08; location: T10; duets_per_hour: 0.004" role="graphics-symbol" aria-roledescription="rect mark" d="M180,740h20v20h-20Z" fill="rgb(235, 247, 187)"/><path aria-label="trip_date: 2022-10-08; location: WB09; duets_per_hour: 0.0067" role="graphics-symbol" aria-roledescription="rect mark" d="M180,860h20v20h-20Z" fill="rgb(232, 246, 186)"/><path aria-label="trip_date: 2022-10-08; location: WD05; duets_per_hour: 0.0101" role="graphics-symbol" aria-roledescription="rect mark" d="M180,880h20v20h-20Z" fill="rgb(229, 245, 184)"/><path aria-label="trip_date: 2022-12-17; location: A11; duets_per_hour: 0" role="graphics-symbol" aria-roledescription="rect mark" d="M200,20h20v20h-20Z" fill="rgb(239, 249, 189)"/><path aria-label="trip_date: 2022-12-17; location: C05; duets_per_hour: 0.0891" role="graphics-symbol" aria-roledescription="rect mark" d="M200,80h20v20h-20Z" fill="rgb(85, 187, 192)"/><path aria-label="trip_date: 2022-12-17; location: D03; duets_per_hour: 0.0843" role="graphics-symbol" aria-roledescription="rect mark" d="M200,120h20v20h-20Z" fill="rgb(94, 192, 191)"/><path aria-label="trip_date: 2022-12-17; location: D09; duets_per_hour: 0.02" role="graphics-symbol" aria-roledescription="rect mark" d="M200,160h20v20h-20Z" fill="rgb(218, 241, 180)"/><path aria-label="trip_date: 2022-12-17; location: E07; duets_per_hour: 0.0073" role="graphics-symbol" aria-roledescription="rect mark" d="M200,200h20v20h-20Z" fill="rgb(232, 246, 186)"/><path aria-label="trip_date: 2022-12-17; location: F05; duets_per_hour: 0.0037" role="graphics-symbol" aria-roledescription="rect mark" d="M200,220h20v20h-20Z" fill="rgb(235, 247, 187)"/><path aria-label="trip_date: 2022-12-17; location: F09; duets_per_hour: 0.1655" role="graphics-symbol" aria-roledescription="rect mark" d="M200,240h20v20h-20Z" fill="rgb(34, 86, 163)"/><path aria-label="trip_date: 2022-12-17; location: H04; duets_per_hour: 0.0873" role="graphics-symbol" aria-roledescription="rect mark" d="M200,300h20v20h-20Z" fill="rgb(88, 189, 192)"/><path aria-label="trip_date: 2022-12-17; location: J11; duets_per_hour: 0.0055" role="graphics-symbol" aria-roledescription="rect mark" d="M200,460h20v20h-20Z" fill="rgb(233, 247, 186)"/><path aria-label="trip_date: 2022-12-17; location: K09; duets_per_hour: 0.0372" role="graphics-symbol" aria-roledescription="rect mark" d="M200,480h20v20h-20Z" fill="rgb(192, 230, 181)"/><path aria-label="trip_date: 2022-12-17; location: KS06; duets_per_hour: 0.0385" role="graphics-symbol" aria-roledescription="rect mark" d="M200,500h20v20h-20Z" fill="rgb(190, 229, 181)"/><path aria-label="trip_date: 2022-12-17; location: M04; duets_per_hour: 0.0745" role="graphics-symbol" aria-roledescription="rect mark" d="M200,560h20v20h-20Z" fill="rgb(113, 200, 189)"/><path aria-label="trip_date: 2022-12-17; location: N14; duets_per_hour: 0.1932" role="graphics-symbol" aria-roledescription="rect mark" d="M200,620h20v20h-20Z" fill="rgb(29, 51, 135)"/><path aria-label="trip_date: 2022-12-17; location: N20; duets_per_hour: 0.1933" role="graphics-symbol" aria-roledescription="rect mark" d="M200,640h20v20h-20Z" fill="rgb(29, 51, 135)"/><path aria-label="trip_date: 2022-12-17; location: S13T; duets_per_hour: 0.0036" role="graphics-symbol" aria-roledescription="rect mark" d="M200,700h20v20h-20Z" fill="rgb(235, 248, 187)"/><path aria-label="trip_date: 2022-12-17; location: T10; duets_per_hour: 0.0622" role="graphics-symbol" aria-roledescription="rect mark" d="M200,740h20v20h-20Z" fill="rgb(140, 210, 186)"/><path aria-label="trip_date: 2022-12-17; location: WD05; duets_per_hour: 0.0018" role="graphics-symbol" aria-roledescription="rect mark" d="M200,880h20v20h-20Z" fill="rgb(237, 248, 188)"/><path aria-label="trip_date: 2023-02-17; location: C05; duets_per_hour: 0.0906" role="graphics-symbol" aria-roledescription="rect mark" d="M220,80h20v20h-20Z" fill="rgb(82, 186, 193)"/><path aria-label="trip_date: 2023-02-17; location: CB11; duets_per_hour: 0.0127" role="graphics-symbol" aria-roledescription="rect mark" d="M220,100h20v20h-20Z" fill="rgb(226, 244, 183)"/><path aria-label="trip_date: 2023-02-17; location: D05; duets_per_hour: 0.0235" role="graphics-symbol" aria-roledescription="rect mark" d="M220,140h20v20h-20Z" fill="rgb(213, 239, 180)"/><path aria-label="trip_date: 2023-02-17; location: D09; duets_per_hour: 0.0399" role="graphics-symbol" aria-roledescription="rect mark" d="M220,160h20v20h-20Z" fill="rgb(187, 228, 181)"/><path aria-label="trip_date: 2023-02-17; location: F05; duets_per_hour: 0.0181" role="graphics-symbol" aria-roledescription="rect mark" d="M220,220h20v20h-20Z" fill="rgb(220, 242, 181)"/><path aria-label="trip_date: 2023-02-17; location: F09; duets_per_hour: 0.1397" role="graphics-symbol" aria-roledescription="rect mark" d="M220,240h20v20h-20Z" fill="rgb(33, 125, 182)"/><path aria-label="trip_date: 2023-02-17; location: G05; duets_per_hour: 0.1368" role="graphics-symbol" aria-roledescription="rect mark" d="M220,280h20v20h-20Z" fill="rgb(33, 130, 184)"/><path aria-label="trip_date: 2023-02-17; location: H04; duets_per_hour: 0.1294" role="graphics-symbol" aria-roledescription="rect mark" d="M220,300h20v20h-20Z" fill="rgb(37, 140, 187)"/><path aria-label="trip_date: 2023-02-17; location: K09; duets_per_hour: 0.0125" role="graphics-symbol" aria-roledescription="rect mark" d="M220,480h20v20h-20Z" fill="rgb(226, 244, 183)"/><path aria-label="trip_date: 2023-02-17; location: KS06; duets_per_hour: 0.0455" role="graphics-symbol" aria-roledescription="rect mark" d="M220,500h20v20h-20Z" fill="rgb(175, 224, 182)"/><path aria-label="trip_date: 2023-02-17; location: M04; duets_per_hour: 0.1071" role="graphics-symbol" aria-roledescription="rect mark" d="M220,560h20v20h-20Z" fill="rgb(57, 169, 193)"/><path aria-label="trip_date: 2023-02-17; location: N14; duets_per_hour: 0.0244" role="graphics-symbol" aria-roledescription="rect mark" d="M220,620h20v20h-20Z" fill="rgb(212, 238, 180)"/><path aria-label="trip_date: 2023-02-17; location: N20; duets_per_hour: 0.0894" role="graphics-symbol" aria-roledescription="rect mark" d="M220,640h20v20h-20Z" fill="rgb(84, 187, 192)"/><path aria-label="trip_date: 2023-02-17; location: NB14; duets_per_hour: 0.0214" role="graphics-symbol" aria-roledescription="rect mark" d="M220,660h20v20h-20Z" fill="rgb(216, 240, 180)"/><path aria-label="trip_date: 2023-02-17; location: NB5T; duets_per_hour: 0.0984" role="graphics-symbol" aria-roledescription="rect mark" d="M220,680h20v20h-20Z" fill="rgb(68, 179, 194)"/><path aria-label="trip_date: 2023-02-17; location: S13T; duets_per_hour: 0.0529" role="graphics-symbol" aria-roledescription="rect mark" d="M220,700h20v20h-20Z" fill="rgb(160, 218, 184)"/><path aria-label="trip_date: 2023-02-17; location: V05; duets_per_hour: 0.1236" role="graphics-symbol" aria-roledescription="rect mark" d="M220,780h20v20h-20Z" fill="rgb(40, 149, 189)"/><path aria-label="trip_date: 2023-02-17; location: V23; duets_per_hour: 0.0507" role="graphics-symbol" aria-roledescription="rect mark" d="M220,800h20v20h-20Z" fill="rgb(165, 219, 183)"/><path aria-label="trip_date: 2023-04-15; location: C05; duets_per_hour: 0.0833" role="graphics-symbol" aria-roledescription="rect mark" d="M240,80h20v20h-20Z" fill="rgb(95, 192, 191)"/><path aria-label="trip_date: 2023-04-15; location: CB11; duets_per_hour: 0.004" role="graphics-symbol" aria-roledescription="rect mark" d="M240,100h20v20h-20Z" fill="rgb(235, 247, 187)"/><path aria-label="trip_date: 2023-04-15; location: D05; duets_per_hour: 0" role="graphics-symbol" aria-roledescription="rect mark" d="M240,140h20v20h-20Z" fill="rgb(239, 249, 189)"/><path aria-label="trip_date: 2023-04-15; location: D09; duets_per_hour: 0.0516" role="graphics-symbol" aria-roledescription="rect mark" d="M240,160h20v20h-20Z" fill="rgb(163, 219, 184)"/><path aria-label="trip_date: 2023-04-15; location: F05; duets_per_hour: 0.0258" role="graphics-symbol" aria-roledescription="rect mark" d="M240,220h20v20h-20Z" fill="rgb(209, 237, 180)"/><path aria-label="trip_date: 2023-04-15; location: F09; duets_per_hour: 0.121" role="graphics-symbol" aria-roledescription="rect mark" d="M240,240h20v20h-20Z" fill="rgb(42, 152, 190)"/><path aria-label="trip_date: 2023-04-15; location: G05; duets_per_hour: 0.033" role="graphics-symbol" aria-roledescription="rect mark" d="M240,280h20v20h-20Z" fill="rgb(198, 233, 181)"/><path aria-label="trip_date: 2023-04-15; location: H04; duets_per_hour: 0.0565" role="graphics-symbol" aria-roledescription="rect mark" d="M240,300h20v20h-20Z" fill="rgb(152, 215, 185)"/><path aria-label="trip_date: 2023-04-15; location: K09; duets_per_hour: 0.0042" role="graphics-symbol" aria-roledescription="rect mark" d="M240,480h20v20h-20Z" fill="rgb(235, 247, 187)"/><path aria-label="trip_date: 2023-04-15; location: KS06; duets_per_hour: 0.0036" role="graphics-symbol" aria-roledescription="rect mark" d="M240,500h20v20h-20Z" fill="rgb(235, 248, 187)"/><path aria-label="trip_date: 2023-04-15; location: M04; duets_per_hour: 0.0694" role="graphics-symbol" aria-roledescription="rect mark" d="M240,560h20v20h-20Z" fill="rgb(124, 204, 188)"/><path aria-label="trip_date: 2023-04-15; location: N08M; duets_per_hour: 0.0055" role="graphics-symbol" aria-roledescription="rect mark" d="M240,600h20v20h-20Z" fill="rgb(233, 247, 186)"/><path aria-label="trip_date: 2023-04-15; location: N14; duets_per_hour: 0.0083" role="graphics-symbol" aria-roledescription="rect mark" d="M240,620h20v20h-20Z" fill="rgb(230, 246, 185)"/><path aria-label="trip_date: 2023-04-15; location: N20; duets_per_hour: 0.0791" role="graphics-symbol" aria-roledescription="rect mark" d="M240,640h20v20h-20Z" fill="rgb(103, 196, 190)"/><path aria-label="trip_date: 2023-04-15; location: NB14; duets_per_hour: 0.0159" role="graphics-symbol" aria-roledescription="rect mark" d="M240,660h20v20h-20Z" fill="rgb(223, 242, 182)"/><path aria-label="trip_date: 2023-04-15; location: NB5T; duets_per_hour: 0.0181" role="graphics-symbol" aria-roledescription="rect mark" d="M240,680h20v20h-20Z" fill="rgb(220, 242, 181)"/><path aria-label="trip_date: 2023-04-15; location: S13T; duets_per_hour: 0.0085" role="graphics-symbol" aria-roledescription="rect mark" d="M240,700h20v20h-20Z" fill="rgb(230, 246, 185)"/><path aria-label="trip_date: 2023-04-15; location: V05; duets_per_hour: 0.0073" role="graphics-symbol" aria-roledescription="rect mark" d="M240,780h20v20h-20Z" fill="rgb(232, 246, 186)"/><path aria-label="trip_date: 2023-06-10; location: C05; duets_per_hour: 0.0725" role="graphics-symbol" aria-roledescription="rect mark" d="M260,80h20v20h-20Z" fill="rgb(117, 202, 189)"/><path aria-label="trip_date: 2023-06-10; location: D03; duets_per_hour: 0.0189" role="graphics-symbol" aria-roledescription="rect mark" d="M260,120h20v20h-20Z" fill="rgb(220, 241, 180)"/><path aria-label="trip_date: 2023-06-10; location: D09; duets_per_hour: 0.0388" role="graphics-symbol" aria-roledescription="rect mark" d="M260,160h20v20h-20Z" fill="rgb(189, 229, 181)"/><path aria-label="trip_date: 2023-06-10; location: F09; duets_per_hour: 0.0877" role="graphics-symbol" aria-roledescription="rect mark" d="M260,240h20v20h-20Z" fill="rgb(87, 189, 192)"/><path aria-label="trip_date: 2023-06-10; location: G05; duets_per_hour: 0.0219" role="graphics-symbol" aria-roledescription="rect mark" d="M260,280h20v20h-20Z" fill="rgb(215, 240, 180)"/><path aria-label="trip_date: 2023-06-10; location: H04; duets_per_hour: 0.0354" role="graphics-symbol" aria-roledescription="rect mark" d="M260,300h20v20h-20Z" fill="rgb(195, 231, 181)"/><path aria-label="trip_date: 2023-06-10; location: M04; duets_per_hour: 0.0725" role="graphics-symbol" aria-roledescription="rect mark" d="M260,560h20v20h-20Z" fill="rgb(117, 202, 189)"/><path aria-label="trip_date: 2023-06-10; location: N14; duets_per_hour: 0" role="graphics-symbol" aria-roledescription="rect mark" d="M260,620h20v20h-20Z" fill="rgb(239, 249, 189)"/><path aria-label="trip_date: 2023-06-10; location: N20; duets_per_hour: 0.0793" role="graphics-symbol" aria-roledescription="rect mark" d="M260,640h20v20h-20Z" fill="rgb(103, 196, 190)"/><path aria-label="trip_date: 2023-06-10; location: NB14; duets_per_hour: 0.0067" role="graphics-symbol" aria-roledescription="rect mark" d="M260,660h20v20h-20Z" fill="rgb(232, 246, 186)"/><path aria-label="trip_date: 2023-07-22; location: C05; duets_per_hour: 0.1135" role="graphics-symbol" aria-roledescription="rect mark" d="M280,80h20v20h-20Z" fill="rgb(49, 162, 192)"/><path aria-label="trip_date: 2023-07-22; location: D03; duets_per_hour: 0.0384" role="graphics-symbol" aria-roledescription="rect mark" d="M280,120h20v20h-20Z" fill="rgb(190, 229, 181)"/><path aria-label="trip_date: 2023-07-22; location: D09; duets_per_hour: 0.0152" role="graphics-symbol" aria-roledescription="rect mark" d="M280,160h20v20h-20Z" fill="rgb(223, 243, 182)"/><path aria-label="trip_date: 2023-07-22; location: H04; duets_per_hour: 0.0206" role="graphics-symbol" aria-roledescription="rect mark" d="M280,300h20v20h-20Z" fill="rgb(217, 240, 180)"/><path aria-label="trip_date: 2023-07-22; location: M04; duets_per_hour: 0.0725" role="graphics-symbol" aria-roledescription="rect mark" d="M280,560h20v20h-20Z" fill="rgb(117, 202, 189)"/><path aria-label="trip_date: 2023-07-22; location: N14; duets_per_hour: 0.0117" role="graphics-symbol" aria-roledescription="rect mark" d="M280,620h20v20h-20Z" fill="rgb(227, 244, 184)"/><path aria-label="trip_date: 2023-07-22; location: N20; duets_per_hour: 0.0651" role="graphics-symbol" aria-roledescription="rect mark" d="M280,640h20v20h-20Z" fill="rgb(134, 208, 187)"/><path aria-label="trip_date: 2023-07-22; location: NB14; duets_per_hour: 0.0189" role="graphics-symbol" aria-roledescription="rect mark" d="M280,660h20v20h-20Z" fill="rgb(220, 241, 180)"/><path aria-label="trip_date: 2023-09-11; location: A11; duets_per_hour: 0.0072" role="graphics-symbol" aria-roledescription="rect mark" d="M300,20h20v20h-20Z" fill="rgb(232, 246, 186)"/><path aria-label="trip_date: 2023-09-11; location: C05; duets_per_hour: 0.0684" role="graphics-symbol" aria-roledescription="rect mark" d="M300,80h20v20h-20Z" fill="rgb(126, 205, 188)"/><path aria-label="trip_date: 2023-09-11; location: CB11; duets_per_hour: 0.0108" role="graphics-symbol" aria-roledescription="rect mark" d="M300,100h20v20h-20Z" fill="rgb(228, 245, 184)"/><path aria-label="trip_date: 2023-09-11; location: D03; duets_per_hour: 0.0371" role="graphics-symbol" aria-roledescription="rect mark" d="M300,120h20v20h-20Z" fill="rgb(192, 230, 181)"/><path aria-label="trip_date: 2023-09-11; location: D09; duets_per_hour: 0.0317" role="graphics-symbol" aria-roledescription="rect mark" d="M300,160h20v20h-20Z" fill="rgb(200, 234, 181)"/><path aria-label="trip_date: 2023-09-11; location: F10; duets_per_hour: 0.0897" role="graphics-symbol" aria-roledescription="rect mark" d="M300,260h20v20h-20Z" fill="rgb(84, 187, 192)"/><path aria-label="trip_date: 2023-09-11; location: G05; duets_per_hour: 0.0244" role="graphics-symbol" aria-roledescription="rect mark" d="M300,280h20v20h-20Z" fill="rgb(212, 238, 180)"/><path aria-label="trip_date: 2023-09-11; location: H04; duets_per_hour: 0.01" role="graphics-symbol" aria-roledescription="rect mark" d="M300,300h20v20h-20Z" fill="rgb(229, 245, 184)"/><path aria-label="trip_date: 2023-09-11; location: H09; duets_per_hour: 0" role="graphics-symbol" aria-roledescription="rect mark" d="M300,360h20v20h-20Z" fill="rgb(239, 249, 189)"/><path aria-label="trip_date: 2023-09-11; location: J06; duets_per_hour: 0" role="graphics-symbol" aria-roledescription="rect mark" d="M300,420h20v20h-20Z" fill="rgb(239, 249, 189)"/><path aria-label="trip_date: 2023-09-11; location: M04; duets_per_hour: 0.0301" role="graphics-symbol" aria-roledescription="rect mark" d="M300,560h20v20h-20Z" fill="rgb(203, 234, 181)"/><path aria-label="trip_date: 2023-09-11; location: N08M; duets_per_hour: 0.0165" role="graphics-symbol" aria-roledescription="rect mark" d="M300,600h20v20h-20Z" fill="rgb(222, 242, 181)"/><path aria-label="trip_date: 2023-09-11; location: N20; duets_per_hour: 0.0185" role="graphics-symbol" aria-roledescription="rect mark" d="M300,640h20v20h-20Z" fill="rgb(220, 241, 180)"/><path aria-label="trip_date: 2023-09-11; location: NB14; duets_per_hour: 0.0236" role="graphics-symbol" aria-roledescription="rect mark" d="M300,660h20v20h-20Z" fill="rgb(213, 238, 180)"/><path aria-label="trip_date: 2023-09-11; location: S13T; duets_per_hour: 0.0382" role="graphics-symbol" aria-roledescription="rect mark" d="M300,700h20v20h-20Z" fill="rgb(190, 230, 181)"/><path aria-label="trip_date: 2023-09-11; location: S23; duets_per_hour: 0.0443" role="graphics-symbol" aria-roledescription="rect mark" d="M300,720h20v20h-20Z" fill="rgb(178, 225, 182)"/><path aria-label="trip_date: 2023-09-11; location: V04; duets_per_hour: 0.0378" role="graphics-symbol" aria-roledescription="rect mark" d="M300,760h20v20h-20Z" fill="rgb(191, 230, 181)"/><path aria-label="trip_date: 2023-09-11; location: W04; duets_per_hour: 0.0043" role="graphics-symbol" aria-roledescription="rect mark" d="M300,820h20v20h-20Z" fill="rgb(235, 247, 187)"/><path aria-label="trip_date: 2023-09-11; location: W20; duets_per_hour: 0" role="graphics-symbol" aria-roledescription="rect mark" d="M300,840h20v20h-20Z" fill="rgb(239, 249, 189)"/><path aria-label="trip_date: 2023-11-02; location: A11; duets_per_hour: 0.0035" role="graphics-symbol" aria-roledescription="rect mark" d="M320,20h20v20h-20Z" fill="rgb(235, 248, 187)"/><path aria-label="trip_date: 2023-11-02; location: C05; duets_per_hour: 0.0911" role="graphics-symbol" aria-roledescription="rect mark" d="M320,80h20v20h-20Z" fill="rgb(81, 186, 193)"/><path aria-label="trip_date: 2023-11-02; location: CB11; duets_per_hour: 0.0187" role="graphics-symbol" aria-roledescription="rect mark" d="M320,100h20v20h-20Z" fill="rgb(220, 241, 180)"/><path aria-label="trip_date: 2023-11-02; location: D03; duets_per_hour: 0.0417" role="graphics-symbol" aria-roledescription="rect mark" d="M320,120h20v20h-20Z" fill="rgb(183, 227, 182)"/><path aria-label="trip_date: 2023-11-02; location: D09; duets_per_hour: 0.0135" role="graphics-symbol" aria-roledescription="rect mark" d="M320,160h20v20h-20Z" fill="rgb(225, 243, 183)"/><path aria-label="trip_date: 2023-11-02; location: F10; duets_per_hour: 0.0414" role="graphics-symbol" aria-roledescription="rect mark" d="M320,260h20v20h-20Z" fill="rgb(184, 227, 181)"/><path aria-label="trip_date: 2023-11-02; location: G05; duets_per_hour: 0.0064" role="graphics-symbol" aria-roledescription="rect mark" d="M320,280h20v20h-20Z" fill="rgb(232, 246, 186)"/><path aria-label="trip_date: 2023-11-02; location: H04; duets_per_hour: 0.0033" role="graphics-symbol" aria-roledescription="rect mark" d="M320,300h20v20h-20Z" fill="rgb(236, 248, 187)"/><path aria-label="trip_date: 2023-11-02; location: J06; duets_per_hour: 0" role="graphics-symbol" aria-roledescription="rect mark" d="M320,420h20v20h-20Z" fill="rgb(239, 249, 189)"/><path aria-label="trip_date: 2023-11-02; location: M04; duets_per_hour: 0.0155" role="graphics-symbol" aria-roledescription="rect mark" d="M320,560h20v20h-20Z" fill="rgb(223, 243, 182)"/><path aria-label="trip_date: 2023-11-02; location: N08M; duets_per_hour: 0.0037" role="graphics-symbol" aria-roledescription="rect mark" d="M320,600h20v20h-20Z" fill="rgb(235, 247, 187)"/><path aria-label="trip_date: 2023-11-02; location: N14; duets_per_hour: 0.0275" role="graphics-symbol" aria-roledescription="rect mark" d="M320,620h20v20h-20Z" fill="rgb(207, 236, 180)"/><path aria-label="trip_date: 2023-11-02; location: N20; duets_per_hour: 0.0366" role="graphics-symbol" aria-roledescription="rect mark" d="M320,640h20v20h-20Z" fill="rgb(193, 231, 181)"/><path aria-label="trip_date: 2023-11-02; location: NB14; duets_per_hour: 0.0202" role="graphics-symbol" aria-roledescription="rect mark" d="M320,660h20v20h-20Z" fill="rgb(218, 241, 180)"/><path aria-label="trip_date: 2023-11-02; location: S13T; duets_per_hour: 0.0263" role="graphics-symbol" aria-roledescription="rect mark" d="M320,700h20v20h-20Z" fill="rgb(209, 237, 180)"/><path aria-label="trip_date: 2023-11-02; location: S23; duets_per_hour: 0.0074" role="graphics-symbol" aria-roledescription="rect mark" d="M320,720h20v20h-20Z" fill="rgb(231, 246, 186)"/><path aria-label="trip_date: 2023-11-02; location: V04; duets_per_hour: 0.029" role="graphics-symbol" aria-roledescription="rect mark" d="M320,760h20v20h-20Z" fill="rgb(204, 235, 180)"/><path aria-label="trip_date: 2023-11-02; location: W04; duets_per_hour: 0" role="graphics-symbol" aria-roledescription="rect mark" d="M320,820h20v20h-20Z" fill="rgb(239, 249, 189)"/><path aria-label="trip_date: 2023-11-02; location: W20; duets_per_hour: 0.015" role="graphics-symbol" aria-roledescription="rect mark" d="M320,840h20v20h-20Z" fill="rgb(224, 243, 182)"/></g><g class="mark-group role-legend" role="graphics-symbol" aria-roledescription="legend" aria-label="Gradient legend titled 'duets_per_hour' for fill color with values from 0.00 to 0.20"><g transform="translate(358,0)"><path class="background" aria-hidden="true" d="M0,0h84v216h-84Z" pointer-events="none"/><g><g class="mark-group role-legend-entry"><g transform="translate(0,16)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rect role-legend-gradient" pointer-events="none"><path d="M0,0h16v200h-16Z" fill="url(#gradient_0)" stroke="#ddd" stroke-width="0" opacity="1"/></g><g class="mark-text role-legend-label" pointer-events="none"><text text-anchor="start" transform="translate(18,198)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.00</text><text text-anchor="start" transform="translate(18,151.7704918032787)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.05</text><text text-anchor="start" transform="translate(18,100.54098360655739)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.10</text><text text-anchor="start" transform="translate(18,49.31147540983609)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">0.15</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-text role-legend-title" pointer-events="none"><text text-anchor="start" transform="translate(0,9)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">duets_per_hour</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="X-axis titled 'trip_date' for a discrete scale with 17 values: 2021-11-13, 2021-11-25, 2021-12-18, 2022-01-17, 2022-02-12, ending with 2023-11-02"><g transform="translate(0.5,920.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(10,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(30,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(50,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(70,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(90,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(110,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(130,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(150,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(170,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(190,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(210,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(230,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(250,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(270,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(290,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(310,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(330,0)" x2="0" y2="5" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(9.5,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2021-11-13</text><text text-anchor="end" transform="translate(29.5,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2021-11-25</text><text text-anchor="end" transform="translate(49.5,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2021-12-18</text><text text-anchor="end" transform="translate(69.5,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-01-17</text><text text-anchor="end" transform="translate(89.5,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-02-12</text><text text-anchor="end" transform="translate(109.5,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-04-27</text><text text-anchor="end" transform="translate(129.5,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-05-27</text><text text-anchor="end" transform="translate(149.5,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-06-18</text><text text-anchor="end" transform="translate(169.5,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-08-27</text><text text-anchor="end" transform="translate(189.5,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-10-08</text><text text-anchor="end" transform="translate(209.5,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2022-12-17</text><text text-anchor="end" transform="translate(229.5,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2023-02-17</text><text text-anchor="end" transform="translate(249.5,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2023-04-15</text><text text-anchor="end" transform="translate(269.5,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2023-06-10</text><text text-anchor="end" transform="translate(289.5,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2023-07-22</text><text text-anchor="end" transform="translate(309.5,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2023-09-11</text><text text-anchor="end" transform="translate(329.5,7) rotate(270) translate(0,3)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">2023-11-02</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="340" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(170,71.15234375)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">trip_date</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g><g class="mark-group role-axis" role="graphics-symbol" aria-roledescription="axis" aria-label="Y-axis titled 'location' for a discrete scale with 46 values: A01, A11, B12M, C01, C05, ending with WD07"><g transform="translate(0.5,0.5)"><path class="background" aria-hidden="true" d="M0,0h0v0h0Z" pointer-events="none"/><g><g class="mark-rule role-axis-tick" pointer-events="none"><line transform="translate(0,10)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,30)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,50)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,70)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,90)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,110)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,130)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,150)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,170)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,190)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,210)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,230)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,250)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,270)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,290)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,310)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,330)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,350)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,370)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,390)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,410)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,430)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,450)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,470)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,490)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,510)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,530)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,550)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,570)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,590)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,610)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,630)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,650)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,670)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,690)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,710)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,730)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,750)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,770)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,790)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,810)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,830)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,850)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,870)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,890)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/><line transform="translate(0,910)" x2="-5" y2="0" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-label" pointer-events="none"><text text-anchor="end" transform="translate(-7,12.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">A01</text><text text-anchor="end" transform="translate(-7,32.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">A11</text><text text-anchor="end" transform="translate(-7,52.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">B12M</text><text text-anchor="end" transform="translate(-7,72.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">C01</text><text text-anchor="end" transform="translate(-7,92.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">C05</text><text text-anchor="end" transform="translate(-7,112.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">CB11</text><text text-anchor="end" transform="translate(-7,132.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">D03</text><text text-anchor="end" transform="translate(-7,152.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">D05</text><text text-anchor="end" transform="translate(-7,172.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">D09</text><text text-anchor="end" transform="translate(-7,192.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">E04</text><text text-anchor="end" transform="translate(-7,212.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">E07</text><text text-anchor="end" transform="translate(-7,232.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">F05</text><text text-anchor="end" transform="translate(-7,252.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">F09</text><text text-anchor="end" transform="translate(-7,272.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">F10</text><text text-anchor="end" transform="translate(-7,292.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">G05</text><text text-anchor="end" transform="translate(-7,312.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">H04</text><text text-anchor="end" transform="translate(-7,332.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">H05</text><text text-anchor="end" transform="translate(-7,352.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">H07</text><text text-anchor="end" transform="translate(-7,372.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">H09</text><text text-anchor="end" transform="translate(-7,392.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">H14</text><text text-anchor="end" transform="translate(-7,412.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">H15</text><text text-anchor="end" transform="translate(-7,432.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">J06</text><text text-anchor="end" transform="translate(-7,452.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">J07</text><text text-anchor="end" transform="translate(-7,472.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">J11</text><text text-anchor="end" transform="translate(-7,492.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">K09</text><text text-anchor="end" transform="translate(-7,512.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">KS06</text><text text-anchor="end" transform="translate(-7,532.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">M01</text><text text-anchor="end" transform="translate(-7,552.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">M02</text><text text-anchor="end" transform="translate(-7,572.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">M04</text><text text-anchor="end" transform="translate(-7,592.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">M05</text><text text-anchor="end" transform="translate(-7,612.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N08M</text><text text-anchor="end" transform="translate(-7,632.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N14</text><text text-anchor="end" transform="translate(-7,652.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">N20</text><text text-anchor="end" transform="translate(-7,672.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">NB14</text><text text-anchor="end" transform="translate(-7,692.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">NB5T</text><text text-anchor="end" transform="translate(-7,712.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">S13T</text><text text-anchor="end" transform="translate(-7,732.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">S23</text><text text-anchor="end" transform="translate(-7,752.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">T10</text><text text-anchor="end" transform="translate(-7,772.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">V04</text><text text-anchor="end" transform="translate(-7,792.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">V05</text><text text-anchor="end" transform="translate(-7,812.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">V23</text><text text-anchor="end" transform="translate(-7,832.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">W04</text><text text-anchor="end" transform="translate(-7,852.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">W20</text><text text-anchor="end" transform="translate(-7,872.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">WB09</text><text text-anchor="end" transform="translate(-7,892.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">WD05</text><text text-anchor="end" transform="translate(-7,912.5)" font-family="sans-serif" font-size="10px" fill="#000" opacity="1">WD07</text></g><g class="mark-rule role-axis-domain" pointer-events="none"><line transform="translate(0,0)" x2="0" y2="920" stroke="#888" stroke-width="1" opacity="1"/></g><g class="mark-text role-axis-title" pointer-events="none"><text text-anchor="middle" transform="translate(-38.783203125,460) rotate(-90) translate(0,-2)" font-family="sans-serif" font-size="11px" font-weight="bold" fill="#000" opacity="1">location</text></g></g><path class="foreground" aria-hidden="true" d="" pointer-events="none" display="none"/></g></g></g><path class="foreground" aria-hidden="true" d="" display="none"/></g></g></g><defs><linearGradient id="gradient_0" x1="0" x2="0" y1="1" y2="0"><stop offset="0" stop-color="rgb(239, 249, 189)"/><stop offset="0.051229508196721306" stop-color="rgb(229, 245, 184)"/><stop offset="0.10245901639344261" stop-color="rgb(218, 241, 180)"/><stop offset="0.1536885245901639" stop-color="rgb(203, 235, 181)"/><stop offset="0.20491803278688522" stop-color="rgb(187, 228, 181)"/><stop offset="0.25614754098360654" stop-color="rgb(166, 220, 183)"/><stop offset="0.3073770491803278" stop-color="rgb(145, 212, 185)"/><stop offset="0.3586065573770492" stop-color="rgb(123, 204, 188)"/><stop offset="0.40983606557377045" stop-color="rgb(101, 195, 190)"/><stop offset="0.46106557377049173" stop-color="rgb(83, 187, 192)"/><stop offset="0.5122950819672131" stop-color="rgb(66, 177, 194)"/><stop offset="0.5635245901639344" stop-color="rgb(53, 166, 193)"/><stop offset="0.6147540983606556" stop-color="rgb(42, 154, 191)"/><stop offset="0.665983606557377" stop-color="rgb(37, 140, 187)"/><stop offset="0.7172131147540984" stop-color="rgb(33, 125, 182)"/><stop offset="0.7684426229508196" stop-color="rgb(33, 109, 174)"/><stop offset="0.8196721311475409" stop-color="rgb(33, 93, 167)"/><stop offset="0.8709016393442623" stop-color="rgb(34, 79, 160)"/><stop offset="0.9221311475409835" stop-color="rgb(33, 66, 151)"/><stop offset="0.9733606557377049" stop-color="rgb(30, 55, 139)"/><stop offset="1" stop-color="rgb(28, 49, 133)"/></linearGradient></defs></svg>
location,male,female,duet,individual
C05,0.5571,0.3095,0.0429,0.8666
H07,0.181,0.1143,0.0571,0.2953
K09,0.0476,0.0238,0.0095,0.0714
N14,0.0524,0.0143,0.0048,0.0667
H15,0.0143,0.0,0.0,0.0143
TOTAL,0.1705,0.0924,0.0229,0.2629
location,male,female,duet,individual
C05,0.4457,0.1486,0.04,0.5943
H05,0.3143,0.2229,0.1086,0.5372
N14,0.0795,0.0057,0.0,0.0852
H15,0.0514,0.0229,0.0114,0.0743
K09,0.0457,0.0286,0.0,0.0743
C01,0.0171,0.0,0.0,0.0171
TOTAL,0.159,0.0714,0.0267,0.2304
location,male,female,duet,individual
F09,0.8078,0.2614,0.1366,1.0692
N20,0.6532,0.2177,0.1653,0.8709
C05,0.5801,0.1703,0.0691,0.7504
H09,0.4275,0.1255,0.0784,0.553
H04,0.3592,0.1602,0.1012,0.5194
D09,0.2715,0.0624,0.0118,0.3339
M04,0.1686,0.1315,0.032,0.3001
WD05,0.2559,0.0337,0.0219,0.2896
N14,0.1923,0.0944,0.0245,0.2867
B12M,0.2441,0.0101,0.0017,0.2542
D03,0.1686,0.0337,0.0034,0.2023
M01,0.1172,0.0664,0.0273,0.1836
A11,0.1166,0.0389,0.0283,0.1555
K09,0.0524,0.0242,0.0081,0.0766
H14,0.0143,0.0143,0.0,0.0286
J07,0.0067,0.01,0.0033,0.0167
J11,0.0101,0.0,0.0,0.0101
TOTAL,0.2615,0.0856,0.0419,0.3471
Location,Solo_Male,Solo_Female,Duets,Individual,False_Positives
F09,398,74,81,634,62
C05,303,60,41,445,25
H04,153,35,60,308,36
N20,121,13,41,216,47
D09,154,30,7,198,25
M04,81,59,19,178,92
WD05,139,7,13,172,25
B12M,144,5,1,151,16
H09,89,12,20,141,21
D03,98,18,2,120,35
N14,48,20,7,82,26
M01,23,10,7,47,13
A11,25,3,8,44,6
K09,11,4,2,19,42
J11,6,0,0,6,9
J07,1,2,1,5,5
H14,1,1,0,2,1
A01,0,0,0,0,1
TOTAL,1795,353,310,2768,487
location,male,female,duet,individual
C05,0.731,0.1571,0.069,0.8881
N20,0.636,0.184,0.096,0.82
B12M,0.55,0.031,0.0262,0.581
WD05,0.3095,0.0381,0.0238,0.3476
M04,0.2138,0.1116,0.0404,0.3254
M01,0.2023,0.0817,0.0389,0.284
A11,0.0662,0.007,0.0,0.0732
A01,0.0,0.0033,0.0,0.0033
TOTAL,0.3386,0.0767,0.0368,0.4153
Location,Solo_Male,Solo_Female,Duets,Individual,False_Positives
C05,278,37,29,373,19
B12M,220,2,11,244,23
N20,135,22,24,205,33
WD05,120,6,10,146,29
M04,73,30,17,137,112
M01,42,11,10,73,32
A11,19,2,0,21,64
A01,0,1,0,1,6
TOTAL,887,111,101,1200,318
location,male,female,duet,individual
F09,0.5835,0.145,0.0523,0.7285
N20,0.5669,0.1575,0.0866,0.7244
C05,0.4796,0.068,0.0136,0.5476
D09,0.3103,0.1147,0.0304,0.425
H09,0.3482,0.0526,0.0324,0.4008
H04,0.2766,0.0961,0.0489,0.3727
M04,0.2078,0.1558,0.0552,0.3636
D03,0.2003,0.0219,0.0034,0.2222
WB09,0.1803,0.0306,0.017,0.2109
WD05,0.1851,0.0227,0.0195,0.2078
T10,0.1311,0.0205,0.0041,0.1516
K09,0.0586,0.0195,0.0117,0.0781
J11,0.0455,0.0135,0.0118,0.059
E07,0.0204,0.0,0.0,0.0204
J07,0.0167,0.0,0.0,0.0167
E04,0.0137,0.0,0.0,0.0137
TOTAL,0.2265,0.0574,0.0242,0.2839
Location,Solo_Male,Solo_Female,Duets,Individual,False_Positives
F09,315,55,31,432,87
D09,166,50,18,252,24
H04,135,28,29,221,182
N20,122,18,22,184,25
C05,137,16,4,161,7
D03,117,11,2,132,57
M04,47,31,17,112,35
H09,78,5,8,99,42
WD05,51,1,6,64,8
WB09,48,4,5,62,15
T10,31,4,1,37,2
J11,20,1,7,35,8
K09,12,2,3,20,43
E07,6,0,0,6,3
J07,5,0,0,5,9
E04,4,0,0,4,3
TOTAL,1294,226,153,1826,550
location,male,female,duet,individual
T10,0.4484,0.1706,0.0754,0.619
F09,0.4317,0.0809,0.0438,0.5126
C05,0.3744,0.1349,0.0388,0.5093
D09,0.3423,0.1417,0.0472,0.484
N14,0.331,0.0662,0.0244,0.3972
WB09,0.3238,0.0236,0.0135,0.3474
D03,0.3204,0.0135,0.0051,0.3339
H04,0.2226,0.1046,0.0422,0.3272
S13T,0.1787,0.0859,0.0206,0.2646
M04,0.1467,0.0776,0.0084,0.2243
WD05,0.1754,0.0152,0.0118,0.1906
J11,0.1079,0.0405,0.0169,0.1484
K09,0.0637,0.0598,0.0159,0.1235
H15,0.0466,0.0108,0.0072,0.0574
E07,0.0464,0.0034,0.0,0.0498
TOTAL,0.2373,0.0686,0.0247,0.3059
Location,Solo_Male,Solo_Female,Duets,Individual,False_Positives
F09,230,22,26,304,48
C05,199,57,23,302,67
D09,175,56,28,287,10
WB09,184,6,8,206,47
D03,187,5,3,198,25
H04,107,37,25,194,28
T10,94,24,19,156,13
M04,82,41,5,133,30
N14,88,12,7,114,23
WD05,97,2,7,113,26
J11,54,14,10,88,19
S13T,46,19,6,77,9
K09,12,11,4,31,8
E07,27,2,0,29,2
H15,11,1,2,16,15
TOTAL,1593,309,173,2248,370
location,male,female,duet,individual
N20,0.8566,0.3386,0.1952,1.1952
F09,0.8076,0.2234,0.1409,1.031
C05,0.742,0.2378,0.1214,0.9798
D09,0.5666,0.14,0.0455,0.7066
S13T,0.2069,0.1931,0.0483,0.4
WB09,0.3406,0.0101,0.0067,0.3507
M04,0.2479,0.0658,0.0152,0.3137
K09,0.18,0.108,0.0,0.288
WD05,0.2546,0.0118,0.0101,0.2664
H04,0.1872,0.0253,0.0152,0.2125
D03,0.1271,0.0739,0.0223,0.201
KS06,0.1065,0.0515,0.0,0.158
E07,0.0826,0.0051,0.0034,0.0877
T10,0.0526,0.004,0.004,0.0566
N14,0.055,0.0,0.0,0.055
A11,0.0156,0.0,0.0,0.0156
J11,0.0046,0.0023,0.0,0.0069
TOTAL,0.2844,0.0877,0.037,0.372
Location,Solo_Male,Solo_Female,Duets,Individual,False_Positives
F09,388,48,82,600,65
C05,368,69,72,581,66
D09,309,56,27,419,72
N20,166,36,49,300,59
WB09,198,2,4,208,48
M04,138,30,9,186,86
WD05,145,1,6,158,49
H04,102,6,9,126,59
D03,61,30,13,117,62
S13T,46,42,14,116,16
K09,45,27,0,72,29
E07,47,1,2,52,8
KS06,31,15,0,46,61
N14,16,0,0,16,4
T10,12,0,1,14,5
A11,4,0,0,4,20
J11,2,1,0,3,26
TOTAL,2078,364,288,3018,735
location,male,female,duet,individual
F09,1.2255,0.2855,0.1655,1.511
N20,1.0924,0.2773,0.1933,1.3697
C05,1.0527,0.1836,0.0891,1.2363
N14,0.5492,0.322,0.1932,0.8712
H04,0.5509,0.1855,0.0873,0.7364
T10,0.5062,0.1452,0.0622,0.6514
M04,0.3145,0.1891,0.0745,0.5036
D03,0.317,0.118,0.0843,0.435
D09,0.3013,0.078,0.02,0.3793
K09,0.2025,0.1446,0.0372,0.3471
WD05,0.3236,0.0036,0.0018,0.3272
S13T,0.1782,0.12,0.0036,0.2982
F05,0.2796,0.0074,0.0037,0.287
KS06,0.1503,0.0909,0.0385,0.2412
E07,0.1073,0.0073,0.0073,0.1146
J11,0.0509,0.0091,0.0055,0.06
A11,0.0286,0.0041,0.0,0.0327
TOTAL,0.4253,0.1277,0.0628,0.5531
Location,Solo_Male,Solo_Female,Duets,Individual,False_Positives
F09,583,66,91,831,41
C05,530,52,49,680,42
H04,255,54,48,405,54
N20,214,20,46,326,34
M04,132,63,41,277,41
D03,138,20,50,258,24
N14,94,34,51,230,59
D09,155,32,11,209,67
WD05,177,1,1,180,53
T10,107,20,15,157,19
F05,149,2,2,155,57
K09,40,26,9,84,11
S13T,48,32,1,82,15
KS06,32,15,11,69,8
E07,55,0,4,63,4
J11,25,2,3,33,11
A11,7,1,0,8,2
TOTAL,2741,440,433,4047,542
location,male,female,duet,individual
F09,0.9419,0.2468,0.1397,1.1887
G05,0.9279,0.2107,0.1368,1.1386
C05,0.8336,0.1978,0.0906,1.0314
H04,0.5287,0.281,0.1294,0.8097
V05,0.52,0.1927,0.1236,0.7127
M04,0.3775,0.2668,0.1071,0.6443
N20,0.425,0.1821,0.0894,0.6071
D09,0.4664,0.0998,0.0399,0.5662
S13T,0.3125,0.1827,0.0529,0.4952
F05,0.4428,0.0327,0.0181,0.4755
V23,0.2645,0.1739,0.0507,0.4384
NB5T,0.3109,0.0984,0.0984,0.4093
D05,0.2353,0.0647,0.0235,0.3
CB11,0.1996,0.0327,0.0127,0.2323
NB14,0.1314,0.0777,0.0214,0.2091
KS06,0.1039,0.0909,0.0455,0.1948
K09,0.1125,0.0375,0.0125,0.15
N14,0.1016,0.0285,0.0244,0.1301
TOTAL,0.402,0.1387,0.0676,0.5407
Location,Solo_Male,Solo_Female,Duets,Individual,False_Positives
F09,442,59,77,655,36
G05,428,40,74,616,52
C05,402,58,49,558,57
H04,216,82,70,438,46
N20,199,55,53,360,100
M04,149,88,59,355,129
D09,235,33,22,312,85
F05,234,8,10,262,51
V05,109,19,34,196,39
CB11,103,11,7,128,22
V23,59,34,14,121,273
S13T,54,27,11,103,91
NB5T,41,0,19,79,35
NB14,41,21,8,78,100
D05,36,7,4,51,3
K09,24,6,3,36,176
N14,19,1,6,32,5
KS06,9,7,7,30,29
TOTAL,2800,556,527,4410,1329
location,male,female,duet,individual
F09,0.9008,0.2242,0.121,1.125
C05,0.8036,0.2123,0.0833,1.0159
G05,0.5419,0.0639,0.033,0.6058
N20,0.3687,0.1734,0.0791,0.5421
D09,0.369,0.1706,0.0516,0.5396
M04,0.3373,0.1885,0.0694,0.5258
H04,0.347,0.1131,0.0565,0.4601
F05,0.3651,0.0556,0.0258,0.4207
S13T,0.2288,0.0763,0.0085,0.3051
NB14,0.1567,0.0516,0.0159,0.2083
V05,0.1496,0.0401,0.0073,0.1897
NB5T,0.1516,0.0325,0.0181,0.1841
CB11,0.0794,0.0258,0.004,0.1052
K09,0.0798,0.0252,0.0042,0.105
KS06,0.058,0.0217,0.0036,0.0797
N08M,0.0383,0.0055,0.0055,0.0438
D05,0.0373,0.0041,0.0,0.0414
N14,0.0248,0.0124,0.0083,0.0372
TOTAL,0.2799,0.0832,0.0331,0.363
Location,Solo_Male,Solo_Female,Duets,Individual,False_Positives
F09,393,52,61,567,32
C05,363,65,42,512,37
N20,172,56,47,322,112
G05,231,14,15,275,81
D09,160,60,26,272,22
M04,135,60,35,265,17
H04,149,29,29,236,19
F05,171,15,13,212,9
NB14,71,18,8,105,37
S13T,52,16,2,72,23
CB11,38,11,2,53,4
V05,39,9,2,52,4
NB5T,37,4,5,51,16
K09,18,5,1,25,12
KS06,15,5,1,22,15
D05,9,1,0,10,0
N14,4,1,2,9,2
N08M,6,0,1,8,22
TOTAL,2063,421,292,3068,464
location,male,female,duet,individual
F09,0.8196,0.1653,0.0877,0.9849
C05,0.6863,0.1568,0.0725,0.8431
N20,0.5632,0.1855,0.0793,0.7487
D09,0.3946,0.1096,0.0388,0.5042
G05,0.4334,0.0405,0.0219,0.4739
M04,0.285,0.1619,0.0725,0.4469
H04,0.2057,0.0725,0.0354,0.2782
D03,0.1838,0.0309,0.0189,0.2147
NB14,0.1164,0.0422,0.0067,0.1586
N14,0.0275,0.0,0.0,0.0275
TOTAL,0.3716,0.0965,0.0434,0.4681
Location,Solo_Male,Solo_Female,Duets,Individual,False_Positives
F09,434,46,52,584,14
C05,364,50,43,500,26
N20,287,63,47,444,50
D09,211,42,23,299,5
G05,244,11,13,281,11
M04,126,53,43,265,16
H04,101,22,21,165,24
D03,96,7,11,125,6
NB14,65,21,4,94,22
N14,5,0,0,5,0
TOTAL,1933,315,257,2762,174
location,male,female,duet,individual
C05,0.8481,0.1903,0.1135,1.0384
N20,0.4057,0.172,0.0651,0.5777
M04,0.403,0.1619,0.0725,0.5649
D03,0.399,0.0451,0.0384,0.4441
D09,0.2563,0.0438,0.0152,0.3001
NB14,0.2113,0.0704,0.0189,0.2817
H04,0.1667,0.0773,0.0206,0.244
N14,0.0701,0.0134,0.0117,0.0835
TOTAL,0.345,0.0968,0.0445,0.4418
Location,Solo_Male,Solo_Female,Duets,Individual,False_Positives
C05,440,46,68,622,8
N20,204,64,39,346,69
M04,196,53,43,335,48
D03,216,4,23,266,13
D09,143,17,9,178,10
NB14,112,30,11,164,40
H04,85,33,12,142,30
N14,35,1,7,50,3
TOTAL,1431,248,212,2103,221
location,male,female,duet,individual
C05,0.4357,0.2654,0.0684,0.7011
F10,0.5107,0.1902,0.0897,0.7009
S23,0.6015,0.0886,0.0443,0.6901
G05,0.5533,0.04,0.0244,0.5933
D03,0.5447,0.0422,0.0371,0.5869
S13T,0.3435,0.1069,0.0382,0.4504
D09,0.3389,0.0718,0.0317,0.4107
M04,0.3339,0.0651,0.0301,0.399
NB14,0.2985,0.0523,0.0236,0.3508
V04,0.2185,0.0882,0.0378,0.3067
N20,0.1602,0.0776,0.0185,0.2378
CB11,0.1475,0.0683,0.0108,0.2158
H04,0.1803,0.0167,0.01,0.197
H09,0.1709,0.0036,0.0,0.1745
N08M,0.124,0.0165,0.0165,0.1405
A11,0.0791,0.0108,0.0072,0.0899
W04,0.0647,0.0216,0.0043,0.0863
W20,0.0456,0.019,0.0,0.0646
J06,0.0184,0.0147,0.0,0.0331
TOTAL,0.2721,0.0663,0.0259,0.3384
Location,Solo_Male,Solo_Female,Duets,Individual,False_Positives
C05,220,118,41,420,13
D03,301,3,22,348,10
F10,197,47,42,328,29
G05,238,7,11,267,24
D09,184,24,19,246,23
M04,182,21,18,239,149
NB14,163,17,14,208,75
S23,151,12,12,187,21
N20,84,35,11,141,260
H04,102,4,6,118,39
S13T,80,18,10,118,28
V04,43,12,9,73,8
CB11,38,16,3,60,21
H09,47,1,0,48,31
N08M,26,0,4,34,5
A11,20,1,2,25,34
W04,14,4,1,20,12
W20,12,5,0,17,11
J06,5,4,0,9,9
TOTAL,2107,349,225,2906,802
location,male,female,duet,individual
CB11,0.3209,0.0522,0.0187,0.3731
S13T,0.297,0.0564,0.0263,0.3534
S23,0.3,0.0185,0.0074,0.3185
V04,0.2355,0.0652,0.0254,0.3007
N14,0.2125,0.0421,0.0275,0.2546
N08M,0.1722,0.0073,0.0037,0.1795
A11,0.156,0.0035,0.0035,0.1595
W20,0.0526,0.0188,0.015,0.0714
W04,0.0672,0.0042,0.0,0.0714
J06,0.0109,0.0,0.0,0.0109
TOTAL,0.1825,0.0268,0.0128,0.2093
Location,Solo_Male,Solo_Female,Duets,Individual,False_Positives
N14,101,8,15,139,10
CB11,81,9,5,100,15
S13T,72,8,7,94,16
S23,79,3,2,86,16
V04,58,11,7,83,5
N08M,46,1,1,49,7
A11,43,0,1,45,7
W20,10,1,4,19,12
W04,16,1,0,17,6
J06,3,0,0,3,4
TOTAL,509,42,42,635,98
location,male,female,duet,individual
D03,0.6477,0.0534,0.0417,0.7011
C05,0.4975,0.1956,0.0911,0.6931
F10,0.5861,0.085,0.0414,0.6711
G05,0.3932,0.015,0.0064,0.4082
CB11,0.3209,0.0522,0.0187,0.3731
V04,0.279,0.0833,0.029,0.3623
S13T,0.297,0.0564,0.0263,0.3534
S23,0.3,0.0185,0.0074,0.3185
D09,0.2462,0.0304,0.0135,0.2766
N20,0.1947,0.0715,0.0366,0.2662
N14,0.2125,0.0421,0.0275,0.2546
M04,0.2079,0.0412,0.0155,0.2491
NB14,0.1754,0.032,0.0202,0.2074
N08M,0.1722,0.0073,0.0037,0.1795
A11,0.156,0.0035,0.0035,0.1595
H04,0.1402,0.0033,0.0033,0.1435
W20,0.0526,0.0188,0.015,0.0714
W04,0.0672,0.0042,0.0,0.0714
J06,0.0109,0.0,0.0,0.0109
TOTAL,0.2609,0.0428,0.0211,0.3037
Location,Solo_Male,Solo_Female,Duets,Individual,False_Positives
D03,363,7,25,420,16
C05,241,62,54,411,31
F10,250,20,19,308,97
G05,181,4,3,191,57
D09,138,10,8,164,38
N20,95,21,22,160,87
M04,112,15,9,145,141
N14,101,8,15,139,10
NB14,92,7,12,123,244
CB11,81,9,5,100,15
V04,69,15,8,100,12
S13T,72,8,7,94,16
S23,79,3,2,86,16
H04,82,0,2,86,63
N08M,46,1,1,49,7
A11,43,0,1,45,7
W20,10,1,4,19,12
W04,16,1,0,17,6
J06,3,0,0,3,4
TOTAL,2074,192,197,2660,879
location,2021-11-13,2021-11-25,2021-12-18,2022-01-17,2022-02-12,2022-04-27,2022-05-27,2022-06-18,2022-08-27,2022-10-08,2022-12-17,2023-02-17,2023-04-15,2023-06-10,2023-07-22,2023-09-11,2023-11-02
A01,,,,,,,0.0,,,,,,,,,,
A11,,,,,,0.0283,0.0,,,0.0,0.0,,,,,0.0072,0.0035
B12M,,,,,,0.0017,0.0262,,,,,,,,,,
C01,,,,,0.0,,,,,,,,,,,,
C05,0.1215,0.0928,0.1046,0.0429,0.04,0.0691,0.069,0.0136,0.0388,0.1214,0.0891,0.0906,0.0833,0.0725,0.1135,0.0684,0.0911
CB11,,0.0,,,,,,,,,,0.0127,0.004,,,0.0108,0.0187
D03,,,,,,0.0034,,0.0034,0.0051,0.0223,0.0843,,,0.0189,0.0384,0.0371,0.0417
D05,,,,,,,,,,,,0.0235,0.0,,,,
D09,,,,,,0.0118,,0.0304,0.0472,0.0455,0.02,0.0399,0.0516,0.0388,0.0152,0.0317,0.0135
E04,,,,,,,,0.0,,,,,,,,,
E07,,,,,,,,0.0,0.0,0.0034,0.0073,,,,,,
F05,,,,,,,,,,,0.0037,0.0181,0.0258,,,,
F09,,,,,,0.1366,,0.0523,0.0438,0.1409,0.1655,0.1397,0.121,0.0877,,,
F10,,,,,,,,,,,,,,,,0.0897,0.0414
G05,0.0054,,,,,,,,,,,0.1368,0.033,0.0219,,0.0244,0.0064
H04,,,,,,0.1012,,0.0489,0.0422,0.0152,0.0873,0.1294,0.0565,0.0354,0.0206,0.01,0.0033
H05,,,,,0.1086,,,,,,,,,,,,
H07,,,,0.0571,,,,,,,,,,,,,
H09,,,,,,0.0784,,0.0324,,,,,,,,0.0,
H14,,,,,,0.0,,,,,,,,,,,
H15,,,,0.0,0.0114,,,,0.0072,,,,,,,,
J06,,,,,,,,,,,,,,,,0.0,0.0
J07,,,,,,0.0033,,0.0,,,,,,,,,
J11,,,,,,0.0,,0.0118,0.0169,0.0,0.0055,,,,,,
K09,,,,0.0095,0.0,0.0081,,0.0117,0.0159,0.0,0.0372,0.0125,0.0042,,,,
KS06,,,,,,,,,,0.0,0.0385,0.0455,0.0036,,,,
M01,,,,,,0.0273,0.0389,,,,,,,,,,
M02,,0.0252,,,,,,,,,,,,,,,
M04,,,,,,0.032,0.0404,0.0552,0.0084,0.0152,0.0745,0.1071,0.0694,0.0725,0.0725,0.0301,0.0155
M05,0.0,,,,,,,,,,,,,,,,
N08M,,,,,,,,,,,,,0.0055,,,0.0165,0.0037
N14,,,0.0184,0.0048,0.0,0.0245,,,0.0244,0.0,0.1932,0.0244,0.0083,0.0,0.0117,,0.0275
N20,,,,,,0.1653,0.096,0.0866,,0.1952,0.1933,0.0894,0.0791,0.0793,0.0651,0.0185,0.0366
NB14,,,,,,,,,,,,0.0214,0.0159,0.0067,0.0189,0.0236,0.0202
NB5T,,,,,,,,,,,,0.0984,0.0181,,,,
S13T,,,,,,,,,0.0206,0.0483,0.0036,0.0529,0.0085,,,0.0382,0.0263
S23,,,,,,,,,,,,,,,,0.0443,0.0074
T10,,,,,,,,0.0041,0.0754,0.004,0.0622,,,,,,
V04,,,,,,,,,,,,,,,,0.0378,0.029
V05,,,,,,,,,,,,0.1236,0.0073,,,,
V23,,,,,,,,,,,,0.0507,,,,,
W04,,,,,,,,,,,,,,,,0.0043,0.0
W20,,,,,,,,,,,,,,,,0.0,0.015
WB09,,,,,,,,0.017,0.0135,0.0067,,,,,,,
WD05,,,,,,0.0219,0.0238,0.0195,0.0118,0.0101,0.0018,,,,,,
WD07,,,0.0038,,,,,,,,,,,,,,
location,2021-11-13,2021-11-25,2021-12-18,2022-01-17,2022-02-12,2022-04-27,2022-05-27,2022-06-18,2022-08-27,2022-10-08,2022-12-17,2023-02-17,2023-04-15,2023-06-10,2023-07-22,2023-09-11,2023-11-02
A01,,,,,,,0.0033,,,,,,,,,,
A11,,,,,,0.0389,0.007,,,0.0,0.0041,,,,,0.0108,0.0035
B12M,,,,,,0.0101,0.031,,,,,,,,,,
C01,,,,,0.0,,,,,,,,,,,,
C05,0.1776,0.1139,0.1506,0.3095,0.1486,0.1703,0.1571,0.068,0.1349,0.2378,0.1836,0.1978,0.2123,0.1568,0.1903,0.2654,0.1956
CB11,,0.0084,,,,,,,,,,0.0327,0.0258,,,0.0683,0.0522
D03,,,,,,0.0337,,0.0219,0.0135,0.0739,0.118,,,0.0309,0.0451,0.0422,0.0534
D05,,,,,,,,,,,,0.0647,0.0041,,,,
D09,,,,,,0.0624,,0.1147,0.1417,0.14,0.078,0.0998,0.1706,0.1096,0.0438,0.0718,0.0304
E04,,,,,,,,0.0,,,,,,,,,
E07,,,,,,,,0.0,0.0034,0.0051,0.0073,,,,,,
F05,,,,,,,,,,,0.0074,0.0327,0.0556,,,,
F09,,,,,,0.2614,,0.145,0.0809,0.2234,0.2855,0.2468,0.2242,0.1653,,,
F10,,,,,,,,,,,,,,,,0.1902,0.085
G05,0.0054,,,,,,,,,,,0.2107,0.0639,0.0405,,0.04,0.015
H04,,,,,,0.1602,,0.0961,0.1046,0.0253,0.1855,0.281,0.1131,0.0725,0.0773,0.0167,0.0033
H05,,,,,0.2229,,,,,,,,,,,,
H07,,,,0.1143,,,,,,,,,,,,,
H09,,,,,,0.1255,,0.0526,,,,,,,,0.0036,
H14,,,,,,0.0143,,,,,,,,,,,
H15,,,,0.0,0.0229,,,,0.0108,,,,,,,,
J06,,,,,,,,,,,,,,,,0.0147,0.0
J07,,,,,,0.01,,0.0,,,,,,,,,
J11,,,,,,0.0,,0.0135,0.0405,0.0023,0.0091,,,,,,
K09,,,,0.0238,0.0286,0.0242,,0.0195,0.0598,0.108,0.1446,0.0375,0.0252,,,,
KS06,,,,,,,,,,0.0515,0.0909,0.0909,0.0217,,,,
M01,,,,,,0.0664,0.0817,,,,,,,,,,
M02,,0.0798,,,,,,,,,,,,,,,
M04,,,,,,0.1315,0.1116,0.1558,0.0776,0.0658,0.1891,0.2668,0.1885,0.1619,0.1619,0.0651,0.0412
M05,0.0045,,,,,,,,,,,,,,,,
N08M,,,,,,,,,,,,,0.0055,,,0.0165,0.0073
N14,,,0.0441,0.0143,0.0057,0.0944,,,0.0662,0.0,0.322,0.0285,0.0124,0.0,0.0134,,0.0421
N20,,,,,,0.2177,0.184,0.1575,,0.3386,0.2773,0.1821,0.1734,0.1855,0.172,0.0776,0.0715
NB14,,,,,,,,,,,,0.0777,0.0516,0.0422,0.0704,0.0523,0.032
NB5T,,,,,,,,,,,,0.0984,0.0325,,,,
S13T,,,,,,,,,0.0859,0.1931,0.12,0.1827,0.0763,,,0.1069,0.0564
S23,,,,,,,,,,,,,,,,0.0886,0.0185
T10,,,,,,,,0.0205,0.1706,0.004,0.1452,,,,,,
V04,,,,,,,,,,,,,,,,0.0882,0.0833
V05,,,,,,,,,,,,0.1927,0.0401,,,,
V23,,,,,,,,,,,,0.1739,,,,,
W04,,,,,,,,,,,,,,,,0.0216,0.0042
W20,,,,,,,,,,,,,,,,0.019,0.0188
WB09,,,,,,,,0.0306,0.0236,0.0101,,,,,,,
WD05,,,,,,0.0337,0.0381,0.0227,0.0152,0.0118,0.0036,,,,,,
WD07,,,0.0038,,,,,,,,,,,,,,
location,2021-11-13,2021-11-25,2021-12-18,2022-01-17,2022-02-12,2022-04-27,2022-05-27,2022-06-18,2022-08-27,2022-10-08,2022-12-17,2023-02-17,2023-04-15,2023-06-10,2023-07-22,2023-09-11,2023-11-02
A01,,,,,,,0.0033,,,,,,,,,,
A11,,,,,,0.1555,0.0732,,,0.0156,0.0327,,,,,0.0899,0.1595
B12M,,,,,,0.2542,0.581,,,,,,,,,,
C01,,,,,0.0171,,,,,,,,,,,,
C05,0.7197,0.616,0.6401,0.8666,0.5943,0.7504,0.8881,0.5476,0.5093,0.9798,1.2363,1.0314,1.0159,0.8431,1.0384,0.7011,0.6931
CB11,,0.1139,,,,,,,,,,0.2323,0.1052,,,0.2158,0.3731
D03,,,,,,0.2023,,0.2222,0.3339,0.201,0.435,,,0.2147,0.4441,0.5869,0.7011
D05,,,,,,,,,,,,0.3,0.0414,,,,
D09,,,,,,0.3339,,0.425,0.484,0.7066,0.3793,0.5662,0.5396,0.5042,0.3001,0.4107,0.2766
E04,,,,,,,,0.0137,,,,,,,,,
E07,,,,,,,,0.0204,0.0498,0.0877,0.1146,,,,,,
F05,,,,,,,,,,,0.287,0.4755,0.4207,,,,
F09,,,,,,1.0692,,0.7285,0.5126,1.031,1.511,1.1887,1.125,0.9849,,,
F10,,,,,,,,,,,,,,,,0.7009,0.6711
G05,0.0914,,,,,,,,,,,1.1386,0.6058,0.4739,,0.5933,0.4082
H04,,,,,,0.5194,,0.3727,0.3272,0.2125,0.7364,0.8097,0.4601,0.2782,0.244,0.197,0.1435
H05,,,,,0.5372,,,,,,,,,,,,
H07,,,,0.2953,,,,,,,,,,,,,
H09,,,,,,0.553,,0.4008,,,,,,,,0.1745,
H14,,,,,,0.0286,,,,,,,,,,,
H15,,,,0.0143,0.0743,,,,0.0574,,,,,,,,
J06,,,,,,,,,,,,,,,,0.0331,0.0109
J07,,,,,,0.0167,,0.0167,,,,,,,,,
J11,,,,,,0.0101,,0.059,0.1484,0.0069,0.06,,,,,,
K09,,,,0.0714,0.0743,0.0766,,0.0781,0.1235,0.288,0.3471,0.15,0.105,,,,
KS06,,,,,,,,,,0.158,0.2412,0.1948,0.0797,,,,
M01,,,,,,0.1836,0.284,,,,,,,,,,
M02,,0.2227,,,,,,,,,,,,,,,
M04,,,,,,0.3001,0.3254,0.3636,0.2243,0.3137,0.5036,0.6443,0.5258,0.4469,0.5649,0.399,0.2491
M05,0.0769,,,,,,,,,,,,,,,,
N08M,,,,,,,,,,,,,0.0438,,,0.1405,0.1795
N14,,,0.147,0.0667,0.0852,0.2867,,,0.3972,0.055,0.8712,0.1301,0.0372,0.0275,0.0835,,0.2546
N20,,,,,,0.8709,0.82,0.7244,,1.1952,1.3697,0.6071,0.5421,0.7487,0.5777,0.2378,0.2662
NB14,,,,,,,,,,,,0.2091,0.2083,0.1586,0.2817,0.3508,0.2074
NB5T,,,,,,,,,,,,0.4093,0.1841,,,,
S13T,,,,,,,,,0.2646,0.4,0.2982,0.4952,0.3051,,,0.4504,0.3534
S23,,,,,,,,,,,,,,,,0.6901,0.3185
T10,,,,,,,,0.1516,0.619,0.0566,0.6514,,,,,,
V04,,,,,,,,,,,,,,,,0.3067,0.3623
V05,,,,,,,,,,,,0.7127,0.1897,,,,
V23,,,,,,,,,,,,0.4384,,,,,
W04,,,,,,,,,,,,,,,,0.0863,0.0714
W20,,,,,,,,,,,,,,,,0.0646,0.0714
WB09,,,,,,,,0.2109,0.3474,0.3507,,,,,,,
WD05,,,,,,0.2896,0.3476,0.2078,0.1906,0.2664,0.3272,,,,,,
WD07,,,0.0682,,,,,,,,,,,,,,
location,2021-11-13,2021-11-25,2021-12-18,2022-01-17,2022-02-12,2022-04-27,2022-05-27,2022-06-18,2022-08-27,2022-10-08,2022-12-17,2023-02-17,2023-04-15,2023-06-10,2023-07-22,2023-09-11,2023-11-02
A01,,,,,,,0.0,,,,,,,,,,
A11,,,,,,0.1166,0.0662,,,0.0156,0.0286,,,,,0.0791,0.156
B12M,,,,,,0.2441,0.55,,,,,,,,,,
C01,,,,,0.0171,,,,,,,,,,,,
C05,0.5421,0.5021,0.4895,0.5571,0.4457,0.5801,0.731,0.4796,0.3744,0.742,1.0527,0.8336,0.8036,0.6863,0.8481,0.4357,0.4975
CB11,,0.1055,,,,,,,,,,0.1996,0.0794,,,0.1475,0.3209
D03,,,,,,0.1686,,0.2003,0.3204,0.1271,0.317,,,0.1838,0.399,0.5447,0.6477
D05,,,,,,,,,,,,0.2353,0.0373,,,,
D09,,,,,,0.2715,,0.3103,0.3423,0.5666,0.3013,0.4664,0.369,0.3946,0.2563,0.3389,0.2462
E04,,,,,,,,0.0137,,,,,,,,,
E07,,,,,,,,0.0204,0.0464,0.0826,0.1073,,,,,,
F05,,,,,,,,,,,0.2796,0.4428,0.3651,,,,
F09,,,,,,0.8078,,0.5835,0.4317,0.8076,1.2255,0.9419,0.9008,0.8196,,,
F10,,,,,,,,,,,,,,,,0.5107,0.5861
G05,0.086,,,,,,,,,,,0.9279,0.5419,0.4334,,0.5533,0.3932
H04,,,,,,0.3592,,0.2766,0.2226,0.1872,0.5509,0.5287,0.347,0.2057,0.1667,0.1803,0.1402
H05,,,,,0.3143,,,,,,,,,,,,
H07,,,,0.181,,,,,,,,,,,,,
H09,,,,,,0.4275,,0.3482,,,,,,,,0.1709,
H14,,,,,,0.0143,,,,,,,,,,,
H15,,,,0.0143,0.0514,,,,0.0466,,,,,,,,
J06,,,,,,,,,,,,,,,,0.0184,0.0109
J07,,,,,,0.0067,,0.0167,,,,,,,,,
J11,,,,,,0.0101,,0.0455,0.1079,0.0046,0.0509,,,,,,
K09,,,,0.0476,0.0457,0.0524,,0.0586,0.0637,0.18,0.2025,0.1125,0.0798,,,,
KS06,,,,,,,,,,0.1065,0.1503,0.1039,0.058,,,,
M01,,,,,,0.1172,0.2023,,,,,,,,,,
M02,,0.1429,,,,,,,,,,,,,,,
M04,,,,,,0.1686,0.2138,0.2078,0.1467,0.2479,0.3145,0.3775,0.3373,0.285,0.403,0.3339,0.2079
M05,0.0724,,,,,,,,,,,,,,,,
N08M,,,,,,,,,,,,,0.0383,,,0.124,0.1722
N14,,,0.1029,0.0524,0.0795,0.1923,,,0.331,0.055,0.5492,0.1016,0.0248,0.0275,0.0701,,0.2125
N20,,,,,,0.6532,0.636,0.5669,,0.8566,1.0924,0.425,0.3687,0.5632,0.4057,0.1602,0.1947
NB14,,,,,,,,,,,,0.1314,0.1567,0.1164,0.2113,0.2985,0.1754
NB5T,,,,,,,,,,,,0.3109,0.1516,,,,
S13T,,,,,,,,,0.1787,0.2069,0.1782,0.3125,0.2288,,,0.3435,0.297
S23,,,,,,,,,,,,,,,,0.6015,0.3
T10,,,,,,,,0.1311,0.4484,0.0526,0.5062,,,,,,
V04,,,,,,,,,,,,,,,,0.2185,0.279
V05,,,,,,,,,,,,0.52,0.1496,,,,
V23,,,,,,,,,,,,0.2645,,,,,
W04,,,,,,,,,,,,,,,,0.0647,0.0672
W20,,,,,,,,,,,,,,,,0.0456,0.0526
WB09,,,,,,,,0.1803,0.3238,0.3406,,,,,,,
WD05,,,,,,0.2559,0.3095,0.1851,0.1754,0.2546,0.3236,,,,,,
WD07,,,0.0644,,,,,,,,,,,,,,
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataFramesMeta = "1313f7d8-7da2-5740-9ea0-a2ca25f37964"
DuckDB = "d2f5444f-75bc-4fdf-ac35-56f514c445e1"
Franklin = "713c75ef-9fc9-4b05-94a9-213340da978e"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
NodeJS = "2bd173c7-0d6d-553b-b6af-13a54713934c"
TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53"
VegaDatasets = "0ae4a718-28b7-58ec-9efb-cded64d6d5b4"
VegaLite = "112f6efa-9a02-5b7d-90c0-432ed331239a"
pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#dccf8f;background:url(./pojoaque.jpg) left top #181914}.hljs-comment,.hljs-quote{color:#586e75;font-style:italic}.hljs-addition,.hljs-keyword,.hljs-literal,.hljs-selector-tag{color:#b64926}.hljs-doctag,.hljs-number,.hljs-regexp,.hljs-string{color:#468966}.hljs-built_in,.hljs-name,.hljs-section,.hljs-title{color:#ffb03b}.hljs-class .hljs-title,.hljs-tag,.hljs-template-variable,.hljs-title.class_,.hljs-type,.hljs-variable{color:#b58900}.hljs-attribute{color:#b89859}.hljs-bullet,.hljs-link,.hljs-meta,.hljs-subst,.hljs-symbol{color:#cb4b16}.hljs-deletion{color:#dc322f}.hljs-selector-class,.hljs-selector-id{color:#d3a60c}.hljs-formula{background:#073642}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#ffffdf}.hljs,.hljs-attr,.hljs-function,.hljs-name,.hljs-number,.hljs-params,.hljs-subst,.hljs-type{color:#000}.hljs-addition,.hljs-comment,.hljs-regexp,.hljs-section,.hljs-selector-pseudo{color:#0aa}.hljs-built_in,.hljs-class,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-selector-class{color:#066;font-weight:700}.hljs-code,.hljs-tag,.hljs-title,.hljs-variable{color:#066}.hljs-selector-attr,.hljs-string{color:#0080ff}.hljs-attribute,.hljs-deletion,.hljs-link,.hljs-symbol{color:#924b72}.hljs-literal,.hljs-meta,.hljs-selector-id{color:#924b72;font-weight:700}.hljs-name,.hljs-strong{font-weight:700}.hljs-emphasis{font-style:italic}
pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#aaa;background:#000}.hljs-emphasis,.hljs-strong{color:#a8a8a2}.hljs-bullet,.hljs-literal,.hljs-number,.hljs-quote,.hljs-regexp{color:#f5f}.hljs-code .hljs-selector-class{color:#aaf}.hljs-emphasis,.hljs-stronge,.hljs-type{font-style:italic}.hljs-function,.hljs-keyword,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-symbol{color:#ff5}.hljs-subst,.hljs-tag,.hljs-title{color:#aaa}.hljs-attribute{color:#f55}.hljs-class .hljs-title,.hljs-params,.hljs-title.class_,.hljs-variable{color:#88f}.hljs-addition,.hljs-built_in,.hljs-link,.hljs-selector-attr,.hljs-selector-id,.hljs-selector-pseudo,.hljs-string,.hljs-template-tag,.hljs-template-variable,.hljs-type{color:#f5f}.hljs-comment,.hljs-deletion,.hljs-meta{color:#5ff}
pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#000;background:#fff}.hljs-emphasis,.hljs-strong{color:#000}.hljs-bullet,.hljs-literal,.hljs-number,.hljs-quote,.hljs-regexp{color:navy}.hljs-code .hljs-selector-class{color:purple}.hljs-emphasis,.hljs-stronge,.hljs-type{font-style:italic}.hljs-function,.hljs-keyword,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-symbol{color:olive}.hljs-subst,.hljs-tag,.hljs-title{color:#000}.hljs-attribute{color:maroon}.hljs-class .hljs-title,.hljs-params,.hljs-title.class_,.hljs-variable{color:#0055af}.hljs-addition,.hljs-built_in,.hljs-comment,.hljs-deletion,.hljs-link,.hljs-meta,.hljs-selector-attr,.hljs-selector-id,.hljs-selector-pseudo,.hljs-string,.hljs-template-tag,.hljs-template-variable,.hljs-type{color:green}
pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#474949;color:#d1d9e1}.hljs-comment,.hljs-quote{color:#969896;font-style:italic}.hljs-addition,.hljs-keyword,.hljs-literal,.hljs-selector-tag,.hljs-type{color:#c9c}.hljs-number,.hljs-selector-attr,.hljs-selector-pseudo{color:#f99157}.hljs-doctag,.hljs-regexp,.hljs-string{color:#8abeb7}.hljs-built_in,.hljs-name,.hljs-section,.hljs-title{color:#b5bd68}.hljs-class .hljs-title,.hljs-selector-id,.hljs-template-variable,.hljs-title.class_,.hljs-variable{color:#fc6}.hljs-name,.hljs-section,.hljs-strong{font-weight:700}.hljs-bullet,.hljs-link,.hljs-meta,.hljs-subst,.hljs-symbol{color:#f99157}.hljs-deletion{color:#dc322f}.hljs-formula{background:#eee8d5}.hljs-attr,.hljs-attribute{color:#81a2be}.hljs-emphasis{font-style:italic}
pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#444;background:#f0f0f0}.hljs-subst{color:#444}.hljs-comment{color:#888}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-name,.hljs-selector-tag{font-weight:700}.hljs-attribute{color:#0e9a00}.hljs-function{color:#99069a}.hljs-deletion,.hljs-number,.hljs-quote,.hljs-selector-class,.hljs-selector-id,.hljs-string,.hljs-template-tag,.hljs-type{color:#800}.hljs-section,.hljs-title{color:#800;font-weight:700}.hljs-link,.hljs-regexp,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#bc6060}.hljs-literal{color:#78a960}.hljs-addition,.hljs-built_in,.hljs-bullet,.hljs-code{color:#0c9a9a}.hljs-meta{color:#1f7199}.hljs-meta .hljs-string{color:#4d99bf}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#3e5915;background:#f6f5b2}.hljs-keyword,.hljs-literal,.hljs-selector-tag{color:#059}.hljs-subst{color:#3e5915}.hljs-addition,.hljs-attribute,.hljs-built_in,.hljs-bullet,.hljs-link,.hljs-section,.hljs-string,.hljs-symbol,.hljs-template-tag,.hljs-template-variable,.hljs-title,.hljs-type,.hljs-variable{color:#2c009f}.hljs-comment,.hljs-deletion,.hljs-meta,.hljs-quote{color:#e60415}.hljs-doctag,.hljs-keyword,.hljs-literal,.hljs-name,.hljs-section,.hljs-selector-id,.hljs-selector-tag,.hljs-strong,.hljs-title,.hljs-type{font-weight:700}.hljs-emphasis{font-style:italic}
pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#2d2b57;color:#e3dfff;font-weight:400}.hljs-subst{color:#e3dfff}.hljs-title{color:#fad000;font-weight:400}.hljs-name{color:#a1feff}.hljs-tag{color:#fff}.hljs-attr{color:#f8d000;font-style:italic}.hljs-built_in,.hljs-keyword,.hljs-section,.hljs-selector-tag{color:#fb9e00}.hljs-addition,.hljs-attribute,.hljs-bullet,.hljs-code,.hljs-deletion,.hljs-quote,.hljs-regexp,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-string,.hljs-symbol,.hljs-template-tag{color:#4cd213}.hljs-meta,.hljs-meta .hljs-string{color:#fb9e00}.hljs-comment{color:#ac65ff}.hljs-keyword,.hljs-literal,.hljs-name,.hljs-selector-tag,.hljs-strong{font-weight:400}.hljs-literal,.hljs-number{color:#fa658d}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#1c1b19;color:#fce8c3}.hljs-literal,.hljs-quote,.hljs-subst{color:#fce8c3}.hljs-symbol,.hljs-type{color:#68a8e4}.hljs-deletion,.hljs-keyword{color:#ef2f27}.hljs-attribute,.hljs-function,.hljs-name,.hljs-section,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-title{color:#fbb829}.hljs-class,.hljs-code,.hljs-property,.hljs-template-variable,.hljs-variable{color:#0aaeb3}.hljs-addition,.hljs-bullet,.hljs-regexp,.hljs-string{color:#98bc37}.hljs-built_in,.hljs-params{color:#ff5c8f}.hljs-selector-tag,.hljs-template-tag{color:#2c78bf}.hljs-comment,.hljs-link,.hljs-meta,.hljs-number{color:#918175}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
Theme: StackOverflow Dark
Description: Dark theme as used on stackoverflow.com
Author: stackoverflow.com
Maintainer: @Hirse
Website: https://github.com/StackExchange/Stacks
License: MIT
Updated: 2021-05-15
Updated for @stackoverflow/stacks v0.64.0
Code Blocks: /blob/v0.64.0/lib/css/components/_stacks-code-blocks.less
Colors: /blob/v0.64.0/lib/css/exports/_stacks-constants-colors.less
*/.hljs{color:#fff;background:#1c1b1b}.hljs-subst{color:#fff}.hljs-comment{color:#999}.hljs-attr,.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-section,.hljs-selector-tag{color:#88aece}.hljs-attribute{color:#c59bc1}.hljs-name,.hljs-number,.hljs-quote,.hljs-selector-id,.hljs-template-tag,.hljs-type{color:#f08d49}.hljs-selector-class{color:#88aece}.hljs-link,.hljs-regexp,.hljs-selector-attr,.hljs-string,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#b5bd68}.hljs-meta,.hljs-selector-pseudo{color:#88aece}.hljs-built_in,.hljs-literal,.hljs-title{color:#f08d49}.hljs-bullet,.hljs-code{color:#ccc}.hljs-meta .hljs-string{color:#b5bd68}.hljs-deletion{color:#de7176}.hljs-addition{color:#76c490}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
Theme: StackOverflow Light
Description: Light theme as used on stackoverflow.com
Author: stackoverflow.com
Maintainer: @Hirse
Website: https://github.com/StackExchange/Stacks
License: MIT
Updated: 2021-05-15
Updated for @stackoverflow/stacks v0.64.0
Code Blocks: /blob/v0.64.0/lib/css/components/_stacks-code-blocks.less
Colors: /blob/v0.64.0/lib/css/exports/_stacks-constants-colors.less
*/.hljs{color:#2f3337;background:#f6f6f6}.hljs-subst{color:#2f3337}.hljs-comment{color:#656e77}.hljs-attr,.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-section,.hljs-selector-tag{color:#015692}.hljs-attribute{color:#803378}.hljs-name,.hljs-number,.hljs-quote,.hljs-selector-id,.hljs-template-tag,.hljs-type{color:#b75501}.hljs-selector-class{color:#015692}.hljs-link,.hljs-regexp,.hljs-selector-attr,.hljs-string,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#54790d}.hljs-meta,.hljs-selector-pseudo{color:#015692}.hljs-built_in,.hljs-literal,.hljs-title{color:#b75501}.hljs-bullet,.hljs-code{color:#535a60}.hljs-meta .hljs-string{color:#54790d}.hljs-deletion{color:#c02d2e}.hljs-addition{color:#2f6f44}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#000;color:#f8f8f8}.hljs-comment,.hljs-quote{color:#aeaeae;font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-type{color:#e28964}.hljs-string{color:#65b042}.hljs-subst{color:#daefa3}.hljs-link,.hljs-regexp{color:#e9c062}.hljs-name,.hljs-section,.hljs-tag,.hljs-title{color:#89bdff}.hljs-class .hljs-title,.hljs-doctag,.hljs-title.class_{text-decoration:underline}.hljs-bullet,.hljs-number,.hljs-symbol{color:#3387cc}.hljs-params,.hljs-template-variable,.hljs-variable{color:#3e87e3}.hljs-attribute{color:#cda869}.hljs-meta{color:#8996a8}.hljs-formula{background-color:#0e2231;color:#f8f8f8;font-style:italic}.hljs-addition{background-color:#253b22;color:#f8f8f8}.hljs-deletion{background-color:#420e09;color:#f8f8f8}.hljs-selector-class{color:#9b703f}.hljs-selector-id{color:#8b98ab}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
Theme: Tokyo-night-Dark
origin: https://github.com/enkia/tokyo-night-vscode-theme
Description: Original highlight.js style
Author: (c) Henri Vandersleyen <hvandersleyen@gmail.com>
License: see project LICENSE
Touched: 2022
*/.hljs-comment,.hljs-meta{color:#565f89}.hljs-deletion,.hljs-doctag,.hljs-regexp,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-tag,.hljs-template-tag,.hljs-variable.language_{color:#f7768e}.hljs-link,.hljs-literal,.hljs-number,.hljs-params,.hljs-template-variable,.hljs-type,.hljs-variable{color:#ff9e64}.hljs-attribute,.hljs-built_in{color:#e0af68}.hljs-keyword,.hljs-property,.hljs-subst,.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#7dcfff}.hljs-selector-tag{color:#73daca}.hljs-addition,.hljs-bullet,.hljs-quote,.hljs-string,.hljs-symbol{color:#9ece6a}.hljs-code,.hljs-formula,.hljs-section{color:#7aa2f7}.hljs-attr,.hljs-char.escape_,.hljs-keyword,.hljs-name,.hljs-operator{color:#bb9af7}.hljs-punctuation{color:#c0caf5}.hljs{background:#1a1b26;color:#9aa5ce}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
Theme: Tokyo-night-light
origin: https://github.com/enkia/tokyo-night-vscode-theme
Description: Original highlight.js style
Author: (c) Henri Vandersleyen <hvandersleyen@gmail.com>
License: see project LICENSE
Touched: 2022
*/.hljs-comment,.hljs-meta{color:#9699a3}.hljs-deletion,.hljs-doctag,.hljs-regexp,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-tag,.hljs-template-tag,.hljs-variable.language_{color:#8c4351}.hljs-link,.hljs-literal,.hljs-number,.hljs-params,.hljs-template-variable,.hljs-type,.hljs-variable{color:#965027}.hljs-attribute,.hljs-built_in{color:#8f5e15}.hljs-keyword,.hljs-property,.hljs-subst,.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#0f4b6e}.hljs-selector-tag{color:#33635c}.hljs-addition,.hljs-bullet,.hljs-quote,.hljs-string,.hljs-symbol{color:#485e30}.hljs-code,.hljs-formula,.hljs-section{color:#34548a}.hljs-attr,.hljs-char.escape_,.hljs-keyword,.hljs-name,.hljs-operator{color:#5a4a78}.hljs-punctuation{color:#343b58}.hljs{background:#d5d6db;color:#565a6e}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs-comment,.hljs-quote{color:#7285b7}.hljs-deletion,.hljs-name,.hljs-regexp,.hljs-selector-class,.hljs-selector-id,.hljs-tag,.hljs-template-variable,.hljs-variable{color:#ff9da4}.hljs-built_in,.hljs-link,.hljs-literal,.hljs-meta,.hljs-number,.hljs-params,.hljs-type{color:#ffc58f}.hljs-attribute{color:#ffeead}.hljs-addition,.hljs-bullet,.hljs-string,.hljs-symbol{color:#d1f1a9}.hljs-section,.hljs-title{color:#bbdaff}.hljs-keyword,.hljs-selector-tag{color:#ebbbff}.hljs{background:#002451;color:#fff}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs-comment,.hljs-quote{color:#969896}.hljs-deletion,.hljs-name,.hljs-regexp,.hljs-selector-class,.hljs-selector-id,.hljs-tag,.hljs-template-variable,.hljs-variable{color:#d54e53}.hljs-built_in,.hljs-link,.hljs-literal,.hljs-meta,.hljs-number,.hljs-params,.hljs-type{color:#e78c45}.hljs-attribute{color:#e7c547}.hljs-addition,.hljs-bullet,.hljs-string,.hljs-symbol{color:#b9ca4a}.hljs-section,.hljs-title{color:#7aa6da}.hljs-keyword,.hljs-selector-tag{color:#c397d8}.hljs{background:#000;color:#eaeaea}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#fff;color:#000}.hljs-comment,.hljs-quote,.hljs-variable{color:green}.hljs-built_in,.hljs-keyword,.hljs-name,.hljs-selector-tag,.hljs-tag{color:#00f}.hljs-addition,.hljs-attribute,.hljs-literal,.hljs-section,.hljs-string,.hljs-template-tag,.hljs-template-variable,.hljs-title,.hljs-type{color:#a31515}.hljs-deletion,.hljs-meta,.hljs-selector-attr,.hljs-selector-pseudo{color:#2b91af}.hljs-doctag{color:grey}.hljs-attr{color:red}.hljs-bullet,.hljs-link,.hljs-symbol{color:#00b0e8}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#1e1e1e;color:#dcdcdc}.hljs-keyword,.hljs-literal,.hljs-name,.hljs-symbol{color:#569cd6}.hljs-link{color:#569cd6;text-decoration:underline}.hljs-built_in,.hljs-type{color:#4ec9b0}.hljs-class,.hljs-number{color:#b8d7a3}.hljs-meta .hljs-string,.hljs-string{color:#d69d85}.hljs-regexp,.hljs-template-tag{color:#9a5334}.hljs-formula,.hljs-function,.hljs-params,.hljs-subst,.hljs-title{color:#dcdcdc}.hljs-comment,.hljs-quote{color:#57a64a;font-style:italic}.hljs-doctag{color:#608b4e}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-tag{color:#9b9b9b}.hljs-template-variable,.hljs-variable{color:#bd63c5}.hljs-attr,.hljs-attribute{color:#9cdcfe}.hljs-section{color:gold}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-bullet,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-selector-tag{color:#d7ba7d}.hljs-addition{background-color:#144212;display:inline-block;width:100%}.hljs-deletion{background-color:#600;display:inline-block;width:100%}
pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#fff;color:#000}.xml .hljs-meta{color:silver}.hljs-comment,.hljs-quote{color:#007400}.hljs-attribute,.hljs-keyword,.hljs-literal,.hljs-name,.hljs-selector-tag,.hljs-tag{color:#aa0d91}.hljs-template-variable,.hljs-variable{color:#3f6e74}.hljs-code,.hljs-meta .hljs-string,.hljs-string{color:#c41a16}.hljs-link,.hljs-regexp{color:#0e0eff}.hljs-bullet,.hljs-number,.hljs-symbol,.hljs-title{color:#1c00cf}.hljs-meta,.hljs-section{color:#643820}.hljs-built_in,.hljs-class .hljs-title,.hljs-params,.hljs-title.class_,.hljs-type{color:#5c2699}.hljs-attr{color:#836c28}.hljs-subst{color:#000}.hljs-formula{background-color:#eee;font-style:italic}.hljs-addition{background-color:#baeeba}.hljs-deletion{background-color:#ffc8bd}.hljs-selector-class,.hljs-selector-id{color:#9b703f}.hljs-doctag,.hljs-strong{font-weight:700}.hljs-emphasis{font-style:italic}
pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#eaeaea;background:#000}.hljs-subst{color:#eaeaea}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-type{color:#eaeaea}.hljs-params{color:#da0000}.hljs-literal,.hljs-name,.hljs-number{color:red;font-weight:bolder}.hljs-comment{color:#969896}.hljs-quote,.hljs-selector-id{color:#0ff}.hljs-template-variable,.hljs-title,.hljs-variable{color:#0ff;font-weight:700}.hljs-keyword,.hljs-selector-class,.hljs-symbol{color:#fff000}.hljs-bullet,.hljs-string{color:#0f0}.hljs-section,.hljs-tag{color:#000fff}.hljs-selector-tag{color:#000fff;font-weight:700}.hljs-attribute,.hljs-built_in,.hljs-link,.hljs-regexp{color:#f0f}.hljs-meta{color:#fff;font-weight:bolder}
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("katex")):"function"==typeof define&&define.amd?define(["katex"],t):"object"==typeof exports?exports.renderMathInElement=t(require("katex")):e.renderMathInElement=t(e.katex)}("undefined"!=typeof self?self:this,(function(e){return function(){"use strict";var t={771:function(t){t.exports=e}},r={};function n(e){var a=r[e];if(void 0!==a)return a.exports;var i=r[e]={exports:{}};return t[e](i,i.exports,n),i.exports}n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,{a:t}),t},n.d=function(e,t){for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)};var a={};return function(){n.d(a,{default:function(){return s}});var e=n(771),t=n.n(e),r=function(e,t,r){for(var n=r,a=0,i=e.length;n<t.length;){var o=t[n];if(a<=0&&t.slice(n,n+i)===e)return n;"\\"===o?n++:"{"===o?a++:"}"===o&&a--,n++}return-1},i=/^\\begin{/,o=function(e,t){for(var n,a=[],o=new RegExp("("+t.map((function(e){return e.left.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&")})).join("|")+")");-1!==(n=e.search(o));){n>0&&(a.push({type:"text",data:e.slice(0,n)}),e=e.slice(n));var l=t.findIndex((function(t){return e.startsWith(t.left)}));if(-1===(n=r(t[l].right,e,t[l].left.length)))break;var d=e.slice(0,n+t[l].right.length),s=i.test(d)?d:e.slice(t[l].left.length,n);a.push({type:"math",data:s,rawData:d,display:t[l].display}),e=e.slice(n+t[l].right.length)}return""!==e&&a.push({type:"text",data:e}),a},l=function(e,r){var n=o(e,r.delimiters);if(1===n.length&&"text"===n[0].type)return null;for(var a=document.createDocumentFragment(),i=0;i<n.length;i++)if("text"===n[i].type)a.appendChild(document.createTextNode(n[i].data));else{var l=document.createElement("span"),d=n[i].data;r.displayMode=n[i].display;try{r.preProcess&&(d=r.preProcess(d)),t().render(d,l,r)}catch(e){if(!(e instanceof t().ParseError))throw e;r.errorCallback("KaTeX auto-render: Failed to parse `"+n[i].data+"` with ",e),a.appendChild(document.createTextNode(n[i].rawData));continue}a.appendChild(l)}return a},d=function e(t,r){for(var n=0;n<t.childNodes.length;n++){var a=t.childNodes[n];if(3===a.nodeType){var i=l(a.textContent,r);i&&(n+=i.childNodes.length-1,t.replaceChild(i,a))}else 1===a.nodeType&&function(){var t=" "+a.className+" ";-1===r.ignoredTags.indexOf(a.nodeName.toLowerCase())&&r.ignoredClasses.every((function(e){return-1===t.indexOf(" "+e+" ")}))&&e(a,r)}()}},s=function(e,t){if(!e)throw new Error("No element provided to render");var r={};for(var n in t)t.hasOwnProperty(n)&&(r[n]=t[n]);r.delimiters=r.delimiters||[{left:"$$",right:"$$",display:!0},{left:"\\(",right:"\\)",display:!1},{left:"\\begin{equation}",right:"\\end{equation}",display:!0},{left:"\\begin{align}",right:"\\end{align}",display:!0},{left:"\\begin{alignat}",right:"\\end{alignat}",display:!0},{left:"\\begin{gather}",right:"\\end{gather}",display:!0},{left:"\\begin{CD}",right:"\\end{CD}",display:!0},{left:"\\[",right:"\\]",display:!0}],r.ignoredTags=r.ignoredTags||["script","noscript","style","textarea","pre","code","option"],r.ignoredClasses=r.ignoredClasses||[],r.errorCallback=r.errorCallback||console.error,r.macros=r.macros||{},d(e,r)}}(),a=a.default}()}));
@font-face{font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(fonts/KaTeX_AMS-Regular.woff2) format("woff2"),url(fonts/KaTeX_AMS-Regular.woff) format("woff"),url(fonts/KaTeX_AMS-Regular.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(fonts/KaTeX_Caligraphic-Bold.woff2) format("woff2"),url(fonts/KaTeX_Caligraphic-Bold.woff) format("woff"),url(fonts/KaTeX_Caligraphic-Bold.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(fonts/KaTeX_Caligraphic-Regular.woff2) format("woff2"),url(fonts/KaTeX_Caligraphic-Regular.woff) format("woff"),url(fonts/KaTeX_Caligraphic-Regular.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(fonts/KaTeX_Fraktur-Bold.woff2) format("woff2"),url(fonts/KaTeX_Fraktur-Bold.woff) format("woff"),url(fonts/KaTeX_Fraktur-Bold.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(fonts/KaTeX_Fraktur-Regular.woff2) format("woff2"),url(fonts/KaTeX_Fraktur-Regular.woff) format("woff"),url(fonts/KaTeX_Fraktur-Regular.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(fonts/KaTeX_Main-Bold.woff2) format("woff2"),url(fonts/KaTeX_Main-Bold.woff) format("woff"),url(fonts/KaTeX_Main-Bold.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(fonts/KaTeX_Main-BoldItalic.woff2) format("woff2"),url(fonts/KaTeX_Main-BoldItalic.woff) format("woff"),url(fonts/KaTeX_Main-BoldItalic.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(fonts/KaTeX_Main-Italic.woff2) format("woff2"),url(fonts/KaTeX_Main-Italic.woff) format("woff"),url(fonts/KaTeX_Main-Italic.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(fonts/KaTeX_Main-Regular.woff2) format("woff2"),url(fonts/KaTeX_Main-Regular.woff) format("woff"),url(fonts/KaTeX_Main-Regular.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(fonts/KaTeX_Math-BoldItalic.woff2) format("woff2"),url(fonts/KaTeX_Math-BoldItalic.woff) format("woff"),url(fonts/KaTeX_Math-BoldItalic.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(fonts/KaTeX_Math-Italic.woff2) format("woff2"),url(fonts/KaTeX_Math-Italic.woff) format("woff"),url(fonts/KaTeX_Math-Italic.ttf) format("truetype")}@font-face{font-family:"KaTeX_SansSerif";font-style:normal;font-weight:700;src:url(fonts/KaTeX_SansSerif-Bold.woff2) format("woff2"),url(fonts/KaTeX_SansSerif-Bold.woff) format("woff"),url(fonts/KaTeX_SansSerif-Bold.ttf) format("truetype")}@font-face{font-family:"KaTeX_SansSerif";font-style:italic;font-weight:400;src:url(fonts/KaTeX_SansSerif-Italic.woff2) format("woff2"),url(fonts/KaTeX_SansSerif-Italic.woff) format("woff"),url(fonts/KaTeX_SansSerif-Italic.ttf) format("truetype")}@font-face{font-family:"KaTeX_SansSerif";font-style:normal;font-weight:400;src:url(fonts/KaTeX_SansSerif-Regular.woff2) format("woff2"),url(fonts/KaTeX_SansSerif-Regular.woff) format("woff"),url(fonts/KaTeX_SansSerif-Regular.ttf) format("truetype")}@font-face{font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(fonts/KaTeX_Script-Regular.woff2) format("woff2"),url(fonts/KaTeX_Script-Regular.woff) format("woff"),url(fonts/KaTeX_Script-Regular.ttf) format("truetype")}@font-face{font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(fonts/KaTeX_Size1-Regular.woff2) format("woff2"),url(fonts/KaTeX_Size1-Regular.woff) format("woff"),url(fonts/KaTeX_Size1-Regular.ttf) format("truetype")}@font-face{font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(fonts/KaTeX_Size2-Regular.woff2) format("woff2"),url(fonts/KaTeX_Size2-Regular.woff) format("woff"),url(fonts/KaTeX_Size2-Regular.ttf) format("truetype")}@font-face{font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(fonts/KaTeX_Size3-Regular.woff2) format("woff2"),url(fonts/KaTeX_Size3-Regular.woff) format("woff"),url(fonts/KaTeX_Size3-Regular.ttf) format("truetype")}@font-face{font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(fonts/KaTeX_Size4-Regular.woff2) format("woff2"),url(fonts/KaTeX_Size4-Regular.woff) format("woff"),url(fonts/KaTeX_Size4-Regular.ttf) format("truetype")}@font-face{font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(fonts/KaTeX_Typewriter-Regular.woff2) format("woff2"),url(fonts/KaTeX_Typewriter-Regular.woff) format("woff"),url(fonts/KaTeX_Typewriter-Regular.ttf) format("truetype")}.katex{text-rendering:auto;font:normal 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.0"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.27777778em;margin-right:-.55555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.83333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.16666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.33333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.66666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.45666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.14666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.71428571em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.85714286em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.14285714em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.28571429em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.42857143em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.71428571em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.05714286em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.46857143em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.96285714em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.55428571em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.55555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.66666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.77777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.88888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.11111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.33333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.30444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.76444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.41666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.58333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.66666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.83333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.72833333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.07333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.34722222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.41666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.48611111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.55555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.69444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.83333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.44027778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.72777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.28935185em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.34722222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.40509259em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.46296296em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.52083333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.69444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.83333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.20023148em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.43981481em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.24108004em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.28929605em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.33751205em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.38572806em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.43394407em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.48216008em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.57859209em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.69431051em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.83317261em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.19961427em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.20096463em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.24115756em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.28135048em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.32154341em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.36173633em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.40192926em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.48231511em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.57877814em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.69453376em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.83360129em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.katex=t():e.katex=t()}("undefined"!=typeof self?self:this,(function(){return function(){"use strict";var e={d:function(t,r){for(var n in r)e.o(r,n)&&!e.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:r[n]})},o:function(e,t){return Object.prototype.hasOwnProperty.call(e,t)}},t={};e.d(t,{default:function(){return Qn}});var r=function e(t,r){this.position=void 0;var n,a="KaTeX parse error: "+t,i=r&&r.loc;if(i&&i.start<=i.end){var o=i.lexer.input;n=i.start;var s=i.end;n===o.length?a+=" at end of input: ":a+=" at position "+(n+1)+": ";var l=o.slice(n,s).replace(/[^]/g,"$&\u0332");a+=(n>15?"\u2026"+o.slice(n-15,n):o.slice(0,n))+l+(s+15<o.length?o.slice(s,s+15)+"\u2026":o.slice(s))}var h=new Error(a);return h.name="ParseError",h.__proto__=e.prototype,h.position=n,h};r.prototype.__proto__=Error.prototype;var n=r,a=/([A-Z])/g,i={"&":"&",">":">","<":"<",'"':""","'":"'"},o=/[&><"']/g;var s=function e(t){return"ordgroup"===t.type||"color"===t.type?1===t.body.length?e(t.body[0]):t:"font"===t.type?e(t.body):t},l={contains:function(e,t){return-1!==e.indexOf(t)},deflt:function(e,t){return void 0===e?t:e},escape:function(e){return String(e).replace(o,(function(e){return i[e]}))},hyphenate:function(e){return e.replace(a,"-$1").toLowerCase()},getBaseElem:s,isCharacterBox:function(e){var t=s(e);return"mathord"===t.type||"textord"===t.type||"atom"===t.type},protocolFromUrl:function(e){var t=/^\s*([^\\/#]*?)(?::|�*58|�*3a)/i.exec(e);return null!=t?t[1]:"_relative"}},h={displayMode:{type:"boolean",description:"Render math in display mode, which puts the math in display style (so \\int and \\sum are large, for example), and centers the math on the page on its own line.",cli:"-d, --display-mode"},output:{type:{enum:["htmlAndMathml","html","mathml"]},description:"Determines the markup language of the output.",cli:"-F, --format <type>"},leqno:{type:"boolean",description:"Render display math in leqno style (left-justified tags)."},fleqn:{type:"boolean",description:"Render display math flush left."},throwOnError:{type:"boolean",default:!0,cli:"-t, --no-throw-on-error",cliDescription:"Render errors (in the color given by --error-color) instead of throwing a ParseError exception when encountering an error."},errorColor:{type:"string",default:"#cc0000",cli:"-c, --error-color <color>",cliDescription:"A color string given in the format 'rgb' or 'rrggbb' (no #). This option determines the color of errors rendered by the -t option.",cliProcessor:function(e){return"#"+e}},macros:{type:"object",cli:"-m, --macro <def>",cliDescription:"Define custom macro of the form '\\foo:expansion' (use multiple -m arguments for multiple macros).",cliDefault:[],cliProcessor:function(e,t){return t.push(e),t}},minRuleThickness:{type:"number",description:"Specifies a minimum thickness, in ems, for fraction lines, `\\sqrt` top lines, `{array}` vertical lines, `\\hline`, `\\hdashline`, `\\underline`, `\\overline`, and the borders of `\\fbox`, `\\boxed`, and `\\fcolorbox`.",processor:function(e){return Math.max(0,e)},cli:"--min-rule-thickness <size>",cliProcessor:parseFloat},colorIsTextColor:{type:"boolean",description:"Makes \\color behave like LaTeX's 2-argument \\textcolor, instead of LaTeX's one-argument \\color mode change.",cli:"-b, --color-is-text-color"},strict:{type:[{enum:["warn","ignore","error"]},"boolean","function"],description:"Turn on strict / LaTeX faithfulness mode, which throws an error if the input uses features that are not supported by LaTeX.",cli:"-S, --strict",cliDefault:!1},trust:{type:["boolean","function"],description:"Trust the input, enabling all HTML features such as \\url.",cli:"-T, --trust"},maxSize:{type:"number",default:1/0,description:"If non-zero, all user-specified sizes, e.g. in \\rule{500em}{500em}, will be capped to maxSize ems. Otherwise, elements and spaces can be arbitrarily large",processor:function(e){return Math.max(0,e)},cli:"-s, --max-size <n>",cliProcessor:parseInt},maxExpand:{type:"number",default:1e3,description:"Limit the number of macro expansions to the specified number, to prevent e.g. infinite macro loops. If set to Infinity, the macro expander will try to fully expand as in LaTeX.",processor:function(e){return Math.max(0,e)},cli:"-e, --max-expand <n>",cliProcessor:function(e){return"Infinity"===e?1/0:parseInt(e)}},globalGroup:{type:"boolean",cli:!1}};function m(e){if(e.default)return e.default;var t=e.type,r=Array.isArray(t)?t[0]:t;if("string"!=typeof r)return r.enum[0];switch(r){case"boolean":return!1;case"string":return"";case"number":return 0;case"object":return{}}}var c=function(){function e(e){for(var t in this.displayMode=void 0,this.output=void 0,this.leqno=void 0,this.fleqn=void 0,this.throwOnError=void 0,this.errorColor=void 0,this.macros=void 0,this.minRuleThickness=void 0,this.colorIsTextColor=void 0,this.strict=void 0,this.trust=void 0,this.maxSize=void 0,this.maxExpand=void 0,this.globalGroup=void 0,e=e||{},h)if(h.hasOwnProperty(t)){var r=h[t];this[t]=void 0!==e[t]?r.processor?r.processor(e[t]):e[t]:m(r)}}var t=e.prototype;return t.reportNonstrict=function(e,t,r){var a=this.strict;if("function"==typeof a&&(a=a(e,t,r)),a&&"ignore"!==a){if(!0===a||"error"===a)throw new n("LaTeX-incompatible input and strict mode is set to 'error': "+t+" ["+e+"]",r);"warn"===a?"undefined"!=typeof console&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+t+" ["+e+"]"):"undefined"!=typeof console&&console.warn("LaTeX-incompatible input and strict mode is set to unrecognized '"+a+"': "+t+" ["+e+"]")}},t.useStrictBehavior=function(e,t,r){var n=this.strict;if("function"==typeof n)try{n=n(e,t,r)}catch(e){n="error"}return!(!n||"ignore"===n)&&(!0===n||"error"===n||("warn"===n?("undefined"!=typeof console&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+t+" ["+e+"]"),!1):("undefined"!=typeof console&&console.warn("LaTeX-incompatible input and strict mode is set to unrecognized '"+n+"': "+t+" ["+e+"]"),!1)))},t.isTrusted=function(e){e.url&&!e.protocol&&(e.protocol=l.protocolFromUrl(e.url));var t="function"==typeof this.trust?this.trust(e):this.trust;return Boolean(t)},e}(),u=function(){function e(e,t,r){this.id=void 0,this.size=void 0,this.cramped=void 0,this.id=e,this.size=t,this.cramped=r}var t=e.prototype;return t.sup=function(){return p[d[this.id]]},t.sub=function(){return p[f[this.id]]},t.fracNum=function(){return p[g[this.id]]},t.fracDen=function(){return p[v[this.id]]},t.cramp=function(){return p[b[this.id]]},t.text=function(){return p[y[this.id]]},t.isTight=function(){return this.size>=2},e}(),p=[new u(0,0,!1),new u(1,0,!0),new u(2,1,!1),new u(3,1,!0),new u(4,2,!1),new u(5,2,!0),new u(6,3,!1),new u(7,3,!0)],d=[4,5,4,5,6,7,6,7],f=[5,5,5,5,7,7,7,7],g=[2,3,4,5,6,7,6,7],v=[3,3,5,5,7,7,7,7],b=[1,1,3,3,5,5,7,7],y=[0,1,2,3,2,3,2,3],x={DISPLAY:p[0],TEXT:p[2],SCRIPT:p[4],SCRIPTSCRIPT:p[6]},w=[{name:"latin",blocks:[[256,591],[768,879]]},{name:"cyrillic",blocks:[[1024,1279]]},{name:"armenian",blocks:[[1328,1423]]},{name:"brahmic",blocks:[[2304,4255]]},{name:"georgian",blocks:[[4256,4351]]},{name:"cjk",blocks:[[12288,12543],[19968,40879],[65280,65376]]},{name:"hangul",blocks:[[44032,55215]]}];var k=[];function S(e){for(var t=0;t<k.length;t+=2)if(e>=k[t]&&e<=k[t+1])return!0;return!1}w.forEach((function(e){return e.blocks.forEach((function(e){return k.push.apply(k,e)}))}));var M=80,z={doubleleftarrow:"M262 157\nl10-10c34-36 62.7-77 86-123 3.3-8 5-13.3 5-16 0-5.3-6.7-8-20-8-7.3\n 0-12.2.5-14.5 1.5-2.3 1-4.8 4.5-7.5 10.5-49.3 97.3-121.7 169.3-217 216-28\n 14-57.3 25-88 33-6.7 2-11 3.8-13 5.5-2 1.7-3 4.2-3 7.5s1 5.8 3 7.5\nc2 1.7 6.3 3.5 13 5.5 68 17.3 128.2 47.8 180.5 91.5 52.3 43.7 93.8 96.2 124.5\n 157.5 9.3 8 15.3 12.3 18 13h6c12-.7 18-4 18-10 0-2-1.7-7-5-15-23.3-46-52-87\n-86-123l-10-10h399738v-40H218c328 0 0 0 0 0l-10-8c-26.7-20-65.7-43-117-69 2.7\n-2 6-3.7 10-5 36.7-16 72.3-37.3 107-64l10-8h399782v-40z\nm8 0v40h399730v-40zm0 194v40h399730v-40z",doublerightarrow:"M399738 392l\n-10 10c-34 36-62.7 77-86 123-3.3 8-5 13.3-5 16 0 5.3 6.7 8 20 8 7.3 0 12.2-.5\n 14.5-1.5 2.3-1 4.8-4.5 7.5-10.5 49.3-97.3 121.7-169.3 217-216 28-14 57.3-25 88\n-33 6.7-2 11-3.8 13-5.5 2-1.7 3-4.2 3-7.5s-1-5.8-3-7.5c-2-1.7-6.3-3.5-13-5.5-68\n-17.3-128.2-47.8-180.5-91.5-52.3-43.7-93.8-96.2-124.5-157.5-9.3-8-15.3-12.3-18\n-13h-6c-12 .7-18 4-18 10 0 2 1.7 7 5 15 23.3 46 52 87 86 123l10 10H0v40h399782\nc-328 0 0 0 0 0l10 8c26.7 20 65.7 43 117 69-2.7 2-6 3.7-10 5-36.7 16-72.3 37.3\n-107 64l-10 8H0v40zM0 157v40h399730v-40zm0 194v40h399730v-40z",leftarrow:"M400000 241H110l3-3c68.7-52.7 113.7-120\n 135-202 4-14.7 6-23 6-25 0-7.3-7-11-21-11-8 0-13.2.8-15.5 2.5-2.3 1.7-4.2 5.8\n-5.5 12.5-1.3 4.7-2.7 10.3-4 17-12 48.7-34.8 92-68.5 130S65.3 228.3 18 247\nc-10 4-16 7.7-18 11 0 8.7 6 14.3 18 17 47.3 18.7 87.8 47 121.5 85S196 441.3 208\n 490c.7 2 1.3 5 2 9s1.2 6.7 1.5 8c.3 1.3 1 3.3 2 6s2.2 4.5 3.5 5.5c1.3 1 3.3\n 1.8 6 2.5s6 1 10 1c14 0 21-3.7 21-11 0-2-2-10.3-6-25-20-79.3-65-146.7-135-202\n l-3-3h399890zM100 241v40h399900v-40z",leftbrace:"M6 548l-6-6v-35l6-11c56-104 135.3-181.3 238-232 57.3-28.7 117\n-45 179-50h399577v120H403c-43.3 7-81 15-113 26-100.7 33-179.7 91-237 174-2.7\n 5-6 9-10 13-.7 1-7.3 1-20 1H6z",leftbraceunder:"M0 6l6-6h17c12.688 0 19.313.3 20 1 4 4 7.313 8.3 10 13\n 35.313 51.3 80.813 93.8 136.5 127.5 55.688 33.7 117.188 55.8 184.5 66.5.688\n 0 2 .3 4 1 18.688 2.7 76 4.3 172 5h399450v120H429l-6-1c-124.688-8-235-61.7\n-331-161C60.687 138.7 32.312 99.3 7 54L0 41V6z",leftgroup:"M400000 80\nH435C64 80 168.3 229.4 21 260c-5.9 1.2-18 0-18 0-2 0-3-1-3-3v-38C76 61 257 0\n 435 0h399565z",leftgroupunder:"M400000 262\nH435C64 262 168.3 112.6 21 82c-5.9-1.2-18 0-18 0-2 0-3 1-3 3v38c76 158 257 219\n 435 219h399565z",leftharpoon:"M0 267c.7 5.3 3 10 7 14h399993v-40H93c3.3\n-3.3 10.2-9.5 20.5-18.5s17.8-15.8 22.5-20.5c50.7-52 88-110.3 112-175 4-11.3 5\n-18.3 3-21-1.3-4-7.3-6-18-6-8 0-13 .7-15 2s-4.7 6.7-8 16c-42 98.7-107.3 174.7\n-196 228-6.7 4.7-10.7 8-12 10-1.3 2-2 5.7-2 11zm100-26v40h399900v-40z",leftharpoonplus:"M0 267c.7 5.3 3 10 7 14h399993v-40H93c3.3-3.3 10.2-9.5\n 20.5-18.5s17.8-15.8 22.5-20.5c50.7-52 88-110.3 112-175 4-11.3 5-18.3 3-21-1.3\n-4-7.3-6-18-6-8 0-13 .7-15 2s-4.7 6.7-8 16c-42 98.7-107.3 174.7-196 228-6.7 4.7\n-10.7 8-12 10-1.3 2-2 5.7-2 11zm100-26v40h399900v-40zM0 435v40h400000v-40z\nm0 0v40h400000v-40z",leftharpoondown:"M7 241c-4 4-6.333 8.667-7 14 0 5.333.667 9 2 11s5.333\n 5.333 12 10c90.667 54 156 130 196 228 3.333 10.667 6.333 16.333 9 17 2 .667 5\n 1 9 1h5c10.667 0 16.667-2 18-6 2-2.667 1-9.667-3-21-32-87.333-82.667-157.667\n-152-211l-3-3h399907v-40zM93 281 H400000 v-40L7 241z",leftharpoondownplus:"M7 435c-4 4-6.3 8.7-7 14 0 5.3.7 9 2 11s5.3 5.3 12\n 10c90.7 54 156 130 196 228 3.3 10.7 6.3 16.3 9 17 2 .7 5 1 9 1h5c10.7 0 16.7\n-2 18-6 2-2.7 1-9.7-3-21-32-87.3-82.7-157.7-152-211l-3-3h399907v-40H7zm93 0\nv40h399900v-40zM0 241v40h399900v-40zm0 0v40h399900v-40z",lefthook:"M400000 281 H103s-33-11.2-61-33.5S0 197.3 0 164s14.2-61.2 42.5\n-83.5C70.8 58.2 104 47 142 47 c16.7 0 25 6.7 25 20 0 12-8.7 18.7-26 20-40 3.3\n-68.7 15.7-86 37-10 12-15 25.3-15 40 0 22.7 9.8 40.7 29.5 54 19.7 13.3 43.5 21\n 71.5 23h399859zM103 281v-40h399897v40z",leftlinesegment:"M40 281 V428 H0 V94 H40 V241 H400000 v40z\nM40 281 V428 H0 V94 H40 V241 H400000 v40z",leftmapsto:"M40 281 V448H0V74H40V241H400000v40z\nM40 281 V448H0V74H40V241H400000v40z",leftToFrom:"M0 147h400000v40H0zm0 214c68 40 115.7 95.7 143 167h22c15.3 0 23\n-.3 23-1 0-1.3-5.3-13.7-16-37-18-35.3-41.3-69-70-101l-7-8h399905v-40H95l7-8\nc28.7-32 52-65.7 70-101 10.7-23.3 16-35.7 16-37 0-.7-7.7-1-23-1h-22C115.7 265.3\n 68 321 0 361zm0-174v-40h399900v40zm100 154v40h399900v-40z",longequal:"M0 50 h400000 v40H0z m0 194h40000v40H0z\nM0 50 h400000 v40H0z m0 194h40000v40H0z",midbrace:"M200428 334\nc-100.7-8.3-195.3-44-280-108-55.3-42-101.7-93-139-153l-9-14c-2.7 4-5.7 8.7-9 14\n-53.3 86.7-123.7 153-211 199-66.7 36-137.3 56.3-212 62H0V214h199568c178.3-11.7\n 311.7-78.3 403-201 6-8 9.7-12 11-12 .7-.7 6.7-1 18-1s17.3.3 18 1c1.3 0 5 4 11\n 12 44.7 59.3 101.3 106.3 170 141s145.3 54.3 229 60h199572v120z",midbraceunder:"M199572 214\nc100.7 8.3 195.3 44 280 108 55.3 42 101.7 93 139 153l9 14c2.7-4 5.7-8.7 9-14\n 53.3-86.7 123.7-153 211-199 66.7-36 137.3-56.3 212-62h199568v120H200432c-178.3\n 11.7-311.7 78.3-403 201-6 8-9.7 12-11 12-.7.7-6.7 1-18 1s-17.3-.3-18-1c-1.3 0\n-5-4-11-12-44.7-59.3-101.3-106.3-170-141s-145.3-54.3-229-60H0V214z",oiintSize1:"M512.6 71.6c272.6 0 320.3 106.8 320.3 178.2 0 70.8-47.7 177.6\n-320.3 177.6S193.1 320.6 193.1 249.8c0-71.4 46.9-178.2 319.5-178.2z\nm368.1 178.2c0-86.4-60.9-215.4-368.1-215.4-306.4 0-367.3 129-367.3 215.4 0 85.8\n60.9 214.8 367.3 214.8 307.2 0 368.1-129 368.1-214.8z",oiintSize2:"M757.8 100.1c384.7 0 451.1 137.6 451.1 230 0 91.3-66.4 228.8\n-451.1 228.8-386.3 0-452.7-137.5-452.7-228.8 0-92.4 66.4-230 452.7-230z\nm502.4 230c0-111.2-82.4-277.2-502.4-277.2s-504 166-504 277.2\nc0 110 84 276 504 276s502.4-166 502.4-276z",oiiintSize1:"M681.4 71.6c408.9 0 480.5 106.8 480.5 178.2 0 70.8-71.6 177.6\n-480.5 177.6S202.1 320.6 202.1 249.8c0-71.4 70.5-178.2 479.3-178.2z\nm525.8 178.2c0-86.4-86.8-215.4-525.7-215.4-437.9 0-524.7 129-524.7 215.4 0\n85.8 86.8 214.8 524.7 214.8 438.9 0 525.7-129 525.7-214.8z",oiiintSize2:"M1021.2 53c603.6 0 707.8 165.8 707.8 277.2 0 110-104.2 275.8\n-707.8 275.8-606 0-710.2-165.8-710.2-275.8C311 218.8 415.2 53 1021.2 53z\nm770.4 277.1c0-131.2-126.4-327.6-770.5-327.6S248.4 198.9 248.4 330.1\nc0 130 128.8 326.4 772.7 326.4s770.5-196.4 770.5-326.4z",rightarrow:"M0 241v40h399891c-47.3 35.3-84 78-110 128\n-16.7 32-27.7 63.7-33 95 0 1.3-.2 2.7-.5 4-.3 1.3-.5 2.3-.5 3 0 7.3 6.7 11 20\n 11 8 0 13.2-.8 15.5-2.5 2.3-1.7 4.2-5.5 5.5-11.5 2-13.3 5.7-27 11-41 14.7-44.7\n 39-84.5 73-119.5s73.7-60.2 119-75.5c6-2 9-5.7 9-11s-3-9-9-11c-45.3-15.3-85\n-40.5-119-75.5s-58.3-74.8-73-119.5c-4.7-14-8.3-27.3-11-40-1.3-6.7-3.2-10.8-5.5\n-12.5-2.3-1.7-7.5-2.5-15.5-2.5-14 0-21 3.7-21 11 0 2 2 10.3 6 25 20.7 83.3 67\n 151.7 139 205zm0 0v40h399900v-40z",rightbrace:"M400000 542l\n-6 6h-17c-12.7 0-19.3-.3-20-1-4-4-7.3-8.3-10-13-35.3-51.3-80.8-93.8-136.5-127.5\ns-117.2-55.8-184.5-66.5c-.7 0-2-.3-4-1-18.7-2.7-76-4.3-172-5H0V214h399571l6 1\nc124.7 8 235 61.7 331 161 31.3 33.3 59.7 72.7 85 118l7 13v35z",rightbraceunder:"M399994 0l6 6v35l-6 11c-56 104-135.3 181.3-238 232-57.3\n 28.7-117 45-179 50H-300V214h399897c43.3-7 81-15 113-26 100.7-33 179.7-91 237\n-174 2.7-5 6-9 10-13 .7-1 7.3-1 20-1h17z",rightgroup:"M0 80h399565c371 0 266.7 149.4 414 180 5.9 1.2 18 0 18 0 2 0\n 3-1 3-3v-38c-76-158-257-219-435-219H0z",rightgroupunder:"M0 262h399565c371 0 266.7-149.4 414-180 5.9-1.2 18 0 18\n 0 2 0 3 1 3 3v38c-76 158-257 219-435 219H0z",rightharpoon:"M0 241v40h399993c4.7-4.7 7-9.3 7-14 0-9.3\n-3.7-15.3-11-18-92.7-56.7-159-133.7-199-231-3.3-9.3-6-14.7-8-16-2-1.3-7-2-15-2\n-10.7 0-16.7 2-18 6-2 2.7-1 9.7 3 21 15.3 42 36.7 81.8 64 119.5 27.3 37.7 58\n 69.2 92 94.5zm0 0v40h399900v-40z",rightharpoonplus:"M0 241v40h399993c4.7-4.7 7-9.3 7-14 0-9.3-3.7-15.3-11\n-18-92.7-56.7-159-133.7-199-231-3.3-9.3-6-14.7-8-16-2-1.3-7-2-15-2-10.7 0-16.7\n 2-18 6-2 2.7-1 9.7 3 21 15.3 42 36.7 81.8 64 119.5 27.3 37.7 58 69.2 92 94.5z\nm0 0v40h399900v-40z m100 194v40h399900v-40zm0 0v40h399900v-40z",rightharpoondown:"M399747 511c0 7.3 6.7 11 20 11 8 0 13-.8 15-2.5s4.7-6.8\n 8-15.5c40-94 99.3-166.3 178-217 13.3-8 20.3-12.3 21-13 5.3-3.3 8.5-5.8 9.5\n-7.5 1-1.7 1.5-5.2 1.5-10.5s-2.3-10.3-7-15H0v40h399908c-34 25.3-64.7 57-92 95\n-27.3 38-48.7 77.7-64 119-3.3 8.7-5 14-5 16zM0 241v40h399900v-40z",rightharpoondownplus:"M399747 705c0 7.3 6.7 11 20 11 8 0 13-.8\n 15-2.5s4.7-6.8 8-15.5c40-94 99.3-166.3 178-217 13.3-8 20.3-12.3 21-13 5.3-3.3\n 8.5-5.8 9.5-7.5 1-1.7 1.5-5.2 1.5-10.5s-2.3-10.3-7-15H0v40h399908c-34 25.3\n-64.7 57-92 95-27.3 38-48.7 77.7-64 119-3.3 8.7-5 14-5 16zM0 435v40h399900v-40z\nm0-194v40h400000v-40zm0 0v40h400000v-40z",righthook:"M399859 241c-764 0 0 0 0 0 40-3.3 68.7-15.7 86-37 10-12 15-25.3\n 15-40 0-22.7-9.8-40.7-29.5-54-19.7-13.3-43.5-21-71.5-23-17.3-1.3-26-8-26-20 0\n-13.3 8.7-20 26-20 38 0 71 11.2 99 33.5 0 0 7 5.6 21 16.7 14 11.2 21 33.5 21\n 66.8s-14 61.2-42 83.5c-28 22.3-61 33.5-99 33.5L0 241z M0 281v-40h399859v40z",rightlinesegment:"M399960 241 V94 h40 V428 h-40 V281 H0 v-40z\nM399960 241 V94 h40 V428 h-40 V281 H0 v-40z",rightToFrom:"M400000 167c-70.7-42-118-97.7-142-167h-23c-15.3 0-23 .3-23\n 1 0 1.3 5.3 13.7 16 37 18 35.3 41.3 69 70 101l7 8H0v40h399905l-7 8c-28.7 32\n-52 65.7-70 101-10.7 23.3-16 35.7-16 37 0 .7 7.7 1 23 1h23c24-69.3 71.3-125 142\n-167z M100 147v40h399900v-40zM0 341v40h399900v-40z",twoheadleftarrow:"M0 167c68 40\n 115.7 95.7 143 167h22c15.3 0 23-.3 23-1 0-1.3-5.3-13.7-16-37-18-35.3-41.3-69\n-70-101l-7-8h125l9 7c50.7 39.3 85 86 103 140h46c0-4.7-6.3-18.7-19-42-18-35.3\n-40-67.3-66-96l-9-9h399716v-40H284l9-9c26-28.7 48-60.7 66-96 12.7-23.333 19\n-37.333 19-42h-46c-18 54-52.3 100.7-103 140l-9 7H95l7-8c28.7-32 52-65.7 70-101\n 10.7-23.333 16-35.7 16-37 0-.7-7.7-1-23-1h-22C115.7 71.3 68 127 0 167z",twoheadrightarrow:"M400000 167\nc-68-40-115.7-95.7-143-167h-22c-15.3 0-23 .3-23 1 0 1.3 5.3 13.7 16 37 18 35.3\n 41.3 69 70 101l7 8h-125l-9-7c-50.7-39.3-85-86-103-140h-46c0 4.7 6.3 18.7 19 42\n 18 35.3 40 67.3 66 96l9 9H0v40h399716l-9 9c-26 28.7-48 60.7-66 96-12.7 23.333\n-19 37.333-19 42h46c18-54 52.3-100.7 103-140l9-7h125l-7 8c-28.7 32-52 65.7-70\n 101-10.7 23.333-16 35.7-16 37 0 .7 7.7 1 23 1h22c27.3-71.3 75-127 143-167z",tilde1:"M200 55.538c-77 0-168 73.953-177 73.953-3 0-7\n-2.175-9-5.437L2 97c-1-2-2-4-2-6 0-4 2-7 5-9l20-12C116 12 171 0 207 0c86 0\n 114 68 191 68 78 0 168-68 177-68 4 0 7 2 9 5l12 19c1 2.175 2 4.35 2 6.525 0\n 4.35-2 7.613-5 9.788l-19 13.05c-92 63.077-116.937 75.308-183 76.128\n-68.267.847-113-73.952-191-73.952z",tilde2:"M344 55.266c-142 0-300.638 81.316-311.5 86.418\n-8.01 3.762-22.5 10.91-23.5 5.562L1 120c-1-2-1-3-1-4 0-5 3-9 8-10l18.4-9C160.9\n 31.9 283 0 358 0c148 0 188 122 331 122s314-97 326-97c4 0 8 2 10 7l7 21.114\nc1 2.14 1 3.21 1 4.28 0 5.347-3 9.626-7 10.696l-22.3 12.622C852.6 158.372 751\n 181.476 676 181.476c-149 0-189-126.21-332-126.21z",tilde3:"M786 59C457 59 32 175.242 13 175.242c-6 0-10-3.457\n-11-10.37L.15 138c-1-7 3-12 10-13l19.2-6.4C378.4 40.7 634.3 0 804.3 0c337 0\n 411.8 157 746.8 157 328 0 754-112 773-112 5 0 10 3 11 9l1 14.075c1 8.066-.697\n 16.595-6.697 17.492l-21.052 7.31c-367.9 98.146-609.15 122.696-778.15 122.696\n -338 0-409-156.573-744-156.573z",tilde4:"M786 58C457 58 32 177.487 13 177.487c-6 0-10-3.345\n-11-10.035L.15 143c-1-7 3-12 10-13l22-6.7C381.2 35 637.15 0 807.15 0c337 0 409\n 177 744 177 328 0 754-127 773-127 5 0 10 3 11 9l1 14.794c1 7.805-3 13.38-9\n 14.495l-20.7 5.574c-366.85 99.79-607.3 139.372-776.3 139.372-338 0-409\n -175.236-744-175.236z",vec:"M377 20c0-5.333 1.833-10 5.5-14S391 0 397 0c4.667 0 8.667 1.667 12 5\n3.333 2.667 6.667 9 10 19 6.667 24.667 20.333 43.667 41 57 7.333 4.667 11\n10.667 11 18 0 6-1 10-3 12s-6.667 5-14 9c-28.667 14.667-53.667 35.667-75 63\n-1.333 1.333-3.167 3.5-5.5 6.5s-4 4.833-5 5.5c-1 .667-2.5 1.333-4.5 2s-4.333 1\n-7 1c-4.667 0-9.167-1.833-13.5-5.5S337 184 337 178c0-12.667 15.667-32.333 47-59\nH213l-171-1c-8.667-6-13-12.333-13-19 0-4.667 4.333-11.333 13-20h359\nc-16-25.333-24-45-24-59z",widehat1:"M529 0h5l519 115c5 1 9 5 9 10 0 1-1 2-1 3l-4 22\nc-1 5-5 9-11 9h-2L532 67 19 159h-2c-5 0-9-4-11-9l-5-22c-1-6 2-12 8-13z",widehat2:"M1181 0h2l1171 176c6 0 10 5 10 11l-2 23c-1 6-5 10\n-11 10h-1L1182 67 15 220h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z",widehat3:"M1181 0h2l1171 236c6 0 10 5 10 11l-2 23c-1 6-5 10\n-11 10h-1L1182 67 15 280h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z",widehat4:"M1181 0h2l1171 296c6 0 10 5 10 11l-2 23c-1 6-5 10\n-11 10h-1L1182 67 15 340h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z",widecheck1:"M529,159h5l519,-115c5,-1,9,-5,9,-10c0,-1,-1,-2,-1,-3l-4,-22c-1,\n-5,-5,-9,-11,-9h-2l-512,92l-513,-92h-2c-5,0,-9,4,-11,9l-5,22c-1,6,2,12,8,13z",widecheck2:"M1181,220h2l1171,-176c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,\n-11,-10h-1l-1168,153l-1167,-153h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z",widecheck3:"M1181,280h2l1171,-236c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,\n-11,-10h-1l-1168,213l-1167,-213h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z",widecheck4:"M1181,340h2l1171,-296c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,\n-11,-10h-1l-1168,273l-1167,-273h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z",baraboveleftarrow:"M400000 620h-399890l3 -3c68.7 -52.7 113.7 -120 135 -202\nc4 -14.7 6 -23 6 -25c0 -7.3 -7 -11 -21 -11c-8 0 -13.2 0.8 -15.5 2.5\nc-2.3 1.7 -4.2 5.8 -5.5 12.5c-1.3 4.7 -2.7 10.3 -4 17c-12 48.7 -34.8 92 -68.5 130\ns-74.2 66.3 -121.5 85c-10 4 -16 7.7 -18 11c0 8.7 6 14.3 18 17c47.3 18.7 87.8 47\n121.5 85s56.5 81.3 68.5 130c0.7 2 1.3 5 2 9s1.2 6.7 1.5 8c0.3 1.3 1 3.3 2 6\ns2.2 4.5 3.5 5.5c1.3 1 3.3 1.8 6 2.5s6 1 10 1c14 0 21 -3.7 21 -11\nc0 -2 -2 -10.3 -6 -25c-20 -79.3 -65 -146.7 -135 -202l-3 -3h399890z\nM100 620v40h399900v-40z M0 241v40h399900v-40zM0 241v40h399900v-40z",rightarrowabovebar:"M0 241v40h399891c-47.3 35.3-84 78-110 128-16.7 32\n-27.7 63.7-33 95 0 1.3-.2 2.7-.5 4-.3 1.3-.5 2.3-.5 3 0 7.3 6.7 11 20 11 8 0\n13.2-.8 15.5-2.5 2.3-1.7 4.2-5.5 5.5-11.5 2-13.3 5.7-27 11-41 14.7-44.7 39\n-84.5 73-119.5s73.7-60.2 119-75.5c6-2 9-5.7 9-11s-3-9-9-11c-45.3-15.3-85-40.5\n-119-75.5s-58.3-74.8-73-119.5c-4.7-14-8.3-27.3-11-40-1.3-6.7-3.2-10.8-5.5\n-12.5-2.3-1.7-7.5-2.5-15.5-2.5-14 0-21 3.7-21 11 0 2 2 10.3 6 25 20.7 83.3 67\n151.7 139 205zm96 379h399894v40H0zm0 0h399904v40H0z",baraboveshortleftharpoon:"M507,435c-4,4,-6.3,8.7,-7,14c0,5.3,0.7,9,2,11\nc1.3,2,5.3,5.3,12,10c90.7,54,156,130,196,228c3.3,10.7,6.3,16.3,9,17\nc2,0.7,5,1,9,1c0,0,5,0,5,0c10.7,0,16.7,-2,18,-6c2,-2.7,1,-9.7,-3,-21\nc-32,-87.3,-82.7,-157.7,-152,-211c0,0,-3,-3,-3,-3l399351,0l0,-40\nc-398570,0,-399437,0,-399437,0z M593 435 v40 H399500 v-40z\nM0 281 v-40 H399908 v40z M0 281 v-40 H399908 v40z",rightharpoonaboveshortbar:"M0,241 l0,40c399126,0,399993,0,399993,0\nc4.7,-4.7,7,-9.3,7,-14c0,-9.3,-3.7,-15.3,-11,-18c-92.7,-56.7,-159,-133.7,-199,\n-231c-3.3,-9.3,-6,-14.7,-8,-16c-2,-1.3,-7,-2,-15,-2c-10.7,0,-16.7,2,-18,6\nc-2,2.7,-1,9.7,3,21c15.3,42,36.7,81.8,64,119.5c27.3,37.7,58,69.2,92,94.5z\nM0 241 v40 H399908 v-40z M0 475 v-40 H399500 v40z M0 475 v-40 H399500 v40z",shortbaraboveleftharpoon:"M7,435c-4,4,-6.3,8.7,-7,14c0,5.3,0.7,9,2,11\nc1.3,2,5.3,5.3,12,10c90.7,54,156,130,196,228c3.3,10.7,6.3,16.3,9,17c2,0.7,5,1,9,\n1c0,0,5,0,5,0c10.7,0,16.7,-2,18,-6c2,-2.7,1,-9.7,-3,-21c-32,-87.3,-82.7,-157.7,\n-152,-211c0,0,-3,-3,-3,-3l399907,0l0,-40c-399126,0,-399993,0,-399993,0z\nM93 435 v40 H400000 v-40z M500 241 v40 H400000 v-40z M500 241 v40 H400000 v-40z",shortrightharpoonabovebar:"M53,241l0,40c398570,0,399437,0,399437,0\nc4.7,-4.7,7,-9.3,7,-14c0,-9.3,-3.7,-15.3,-11,-18c-92.7,-56.7,-159,-133.7,-199,\n-231c-3.3,-9.3,-6,-14.7,-8,-16c-2,-1.3,-7,-2,-15,-2c-10.7,0,-16.7,2,-18,6\nc-2,2.7,-1,9.7,3,21c15.3,42,36.7,81.8,64,119.5c27.3,37.7,58,69.2,92,94.5z\nM500 241 v40 H399408 v-40z M500 435 v40 H400000 v-40z"},A=function(){function e(e){this.children=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,this.children=e,this.classes=[],this.height=0,this.depth=0,this.maxFontSize=0,this.style={}}var t=e.prototype;return t.hasClass=function(e){return l.contains(this.classes,e)},t.toNode=function(){for(var e=document.createDocumentFragment(),t=0;t<this.children.length;t++)e.appendChild(this.children[t].toNode());return e},t.toMarkup=function(){for(var e="",t=0;t<this.children.length;t++)e+=this.children[t].toMarkup();return e},t.toText=function(){var e=function(e){return e.toText()};return this.children.map(e).join("")},e}(),T={"AMS-Regular":{32:[0,0,0,0,.25],65:[0,.68889,0,0,.72222],66:[0,.68889,0,0,.66667],67:[0,.68889,0,0,.72222],68:[0,.68889,0,0,.72222],69:[0,.68889,0,0,.66667],70:[0,.68889,0,0,.61111],71:[0,.68889,0,0,.77778],72:[0,.68889,0,0,.77778],73:[0,.68889,0,0,.38889],74:[.16667,.68889,0,0,.5],75:[0,.68889,0,0,.77778],76:[0,.68889,0,0,.66667],77:[0,.68889,0,0,.94445],78:[0,.68889,0,0,.72222],79:[.16667,.68889,0,0,.77778],80:[0,.68889,0,0,.61111],81:[.16667,.68889,0,0,.77778],82:[0,.68889,0,0,.72222],83:[0,.68889,0,0,.55556],84:[0,.68889,0,0,.66667],85:[0,.68889,0,0,.72222],86:[0,.68889,0,0,.72222],87:[0,.68889,0,0,1],88:[0,.68889,0,0,.72222],89:[0,.68889,0,0,.72222],90:[0,.68889,0,0,.66667],107:[0,.68889,0,0,.55556],160:[0,0,0,0,.25],165:[0,.675,.025,0,.75],174:[.15559,.69224,0,0,.94666],240:[0,.68889,0,0,.55556],295:[0,.68889,0,0,.54028],710:[0,.825,0,0,2.33334],732:[0,.9,0,0,2.33334],770:[0,.825,0,0,2.33334],771:[0,.9,0,0,2.33334],989:[.08167,.58167,0,0,.77778],1008:[0,.43056,.04028,0,.66667],8245:[0,.54986,0,0,.275],8463:[0,.68889,0,0,.54028],8487:[0,.68889,0,0,.72222],8498:[0,.68889,0,0,.55556],8502:[0,.68889,0,0,.66667],8503:[0,.68889,0,0,.44445],8504:[0,.68889,0,0,.66667],8513:[0,.68889,0,0,.63889],8592:[-.03598,.46402,0,0,.5],8594:[-.03598,.46402,0,0,.5],8602:[-.13313,.36687,0,0,1],8603:[-.13313,.36687,0,0,1],8606:[.01354,.52239,0,0,1],8608:[.01354,.52239,0,0,1],8610:[.01354,.52239,0,0,1.11111],8611:[.01354,.52239,0,0,1.11111],8619:[0,.54986,0,0,1],8620:[0,.54986,0,0,1],8621:[-.13313,.37788,0,0,1.38889],8622:[-.13313,.36687,0,0,1],8624:[0,.69224,0,0,.5],8625:[0,.69224,0,0,.5],8630:[0,.43056,0,0,1],8631:[0,.43056,0,0,1],8634:[.08198,.58198,0,0,.77778],8635:[.08198,.58198,0,0,.77778],8638:[.19444,.69224,0,0,.41667],8639:[.19444,.69224,0,0,.41667],8642:[.19444,.69224,0,0,.41667],8643:[.19444,.69224,0,0,.41667],8644:[.1808,.675,0,0,1],8646:[.1808,.675,0,0,1],8647:[.1808,.675,0,0,1],8648:[.19444,.69224,0,0,.83334],8649:[.1808,.675,0,0,1],8650:[.19444,.69224,0,0,.83334],8651:[.01354,.52239,0,0,1],8652:[.01354,.52239,0,0,1],8653:[-.13313,.36687,0,0,1],8654:[-.13313,.36687,0,0,1],8655:[-.13313,.36687,0,0,1],8666:[.13667,.63667,0,0,1],8667:[.13667,.63667,0,0,1],8669:[-.13313,.37788,0,0,1],8672:[-.064,.437,0,0,1.334],8674:[-.064,.437,0,0,1.334],8705:[0,.825,0,0,.5],8708:[0,.68889,0,0,.55556],8709:[.08167,.58167,0,0,.77778],8717:[0,.43056,0,0,.42917],8722:[-.03598,.46402,0,0,.5],8724:[.08198,.69224,0,0,.77778],8726:[.08167,.58167,0,0,.77778],8733:[0,.69224,0,0,.77778],8736:[0,.69224,0,0,.72222],8737:[0,.69224,0,0,.72222],8738:[.03517,.52239,0,0,.72222],8739:[.08167,.58167,0,0,.22222],8740:[.25142,.74111,0,0,.27778],8741:[.08167,.58167,0,0,.38889],8742:[.25142,.74111,0,0,.5],8756:[0,.69224,0,0,.66667],8757:[0,.69224,0,0,.66667],8764:[-.13313,.36687,0,0,.77778],8765:[-.13313,.37788,0,0,.77778],8769:[-.13313,.36687,0,0,.77778],8770:[-.03625,.46375,0,0,.77778],8774:[.30274,.79383,0,0,.77778],8776:[-.01688,.48312,0,0,.77778],8778:[.08167,.58167,0,0,.77778],8782:[.06062,.54986,0,0,.77778],8783:[.06062,.54986,0,0,.77778],8785:[.08198,.58198,0,0,.77778],8786:[.08198,.58198,0,0,.77778],8787:[.08198,.58198,0,0,.77778],8790:[0,.69224,0,0,.77778],8791:[.22958,.72958,0,0,.77778],8796:[.08198,.91667,0,0,.77778],8806:[.25583,.75583,0,0,.77778],8807:[.25583,.75583,0,0,.77778],8808:[.25142,.75726,0,0,.77778],8809:[.25142,.75726,0,0,.77778],8812:[.25583,.75583,0,0,.5],8814:[.20576,.70576,0,0,.77778],8815:[.20576,.70576,0,0,.77778],8816:[.30274,.79383,0,0,.77778],8817:[.30274,.79383,0,0,.77778],8818:[.22958,.72958,0,0,.77778],8819:[.22958,.72958,0,0,.77778],8822:[.1808,.675,0,0,.77778],8823:[.1808,.675,0,0,.77778],8828:[.13667,.63667,0,0,.77778],8829:[.13667,.63667,0,0,.77778],8830:[.22958,.72958,0,0,.77778],8831:[.22958,.72958,0,0,.77778],8832:[.20576,.70576,0,0,.77778],8833:[.20576,.70576,0,0,.77778],8840:[.30274,.79383,0,0,.77778],8841:[.30274,.79383,0,0,.77778],8842:[.13597,.63597,0,0,.77778],8843:[.13597,.63597,0,0,.77778],8847:[.03517,.54986,0,0,.77778],8848:[.03517,.54986,0,0,.77778],8858:[.08198,.58198,0,0,.77778],8859:[.08198,.58198,0,0,.77778],8861:[.08198,.58198,0,0,.77778],8862:[0,.675,0,0,.77778],8863:[0,.675,0,0,.77778],8864:[0,.675,0,0,.77778],8865:[0,.675,0,0,.77778],8872:[0,.69224,0,0,.61111],8873:[0,.69224,0,0,.72222],8874:[0,.69224,0,0,.88889],8876:[0,.68889,0,0,.61111],8877:[0,.68889,0,0,.61111],8878:[0,.68889,0,0,.72222],8879:[0,.68889,0,0,.72222],8882:[.03517,.54986,0,0,.77778],8883:[.03517,.54986,0,0,.77778],8884:[.13667,.63667,0,0,.77778],8885:[.13667,.63667,0,0,.77778],8888:[0,.54986,0,0,1.11111],8890:[.19444,.43056,0,0,.55556],8891:[.19444,.69224,0,0,.61111],8892:[.19444,.69224,0,0,.61111],8901:[0,.54986,0,0,.27778],8903:[.08167,.58167,0,0,.77778],8905:[.08167,.58167,0,0,.77778],8906:[.08167,.58167,0,0,.77778],8907:[0,.69224,0,0,.77778],8908:[0,.69224,0,0,.77778],8909:[-.03598,.46402,0,0,.77778],8910:[0,.54986,0,0,.76042],8911:[0,.54986,0,0,.76042],8912:[.03517,.54986,0,0,.77778],8913:[.03517,.54986,0,0,.77778],8914:[0,.54986,0,0,.66667],8915:[0,.54986,0,0,.66667],8916:[0,.69224,0,0,.66667],8918:[.0391,.5391,0,0,.77778],8919:[.0391,.5391,0,0,.77778],8920:[.03517,.54986,0,0,1.33334],8921:[.03517,.54986,0,0,1.33334],8922:[.38569,.88569,0,0,.77778],8923:[.38569,.88569,0,0,.77778],8926:[.13667,.63667,0,0,.77778],8927:[.13667,.63667,0,0,.77778],8928:[.30274,.79383,0,0,.77778],8929:[.30274,.79383,0,0,.77778],8934:[.23222,.74111,0,0,.77778],8935:[.23222,.74111,0,0,.77778],8936:[.23222,.74111,0,0,.77778],8937:[.23222,.74111,0,0,.77778],8938:[.20576,.70576,0,0,.77778],8939:[.20576,.70576,0,0,.77778],8940:[.30274,.79383,0,0,.77778],8941:[.30274,.79383,0,0,.77778],8994:[.19444,.69224,0,0,.77778],8995:[.19444,.69224,0,0,.77778],9416:[.15559,.69224,0,0,.90222],9484:[0,.69224,0,0,.5],9488:[0,.69224,0,0,.5],9492:[0,.37788,0,0,.5],9496:[0,.37788,0,0,.5],9585:[.19444,.68889,0,0,.88889],9586:[.19444,.74111,0,0,.88889],9632:[0,.675,0,0,.77778],9633:[0,.675,0,0,.77778],9650:[0,.54986,0,0,.72222],9651:[0,.54986,0,0,.72222],9654:[.03517,.54986,0,0,.77778],9660:[0,.54986,0,0,.72222],9661:[0,.54986,0,0,.72222],9664:[.03517,.54986,0,0,.77778],9674:[.11111,.69224,0,0,.66667],9733:[.19444,.69224,0,0,.94445],10003:[0,.69224,0,0,.83334],10016:[0,.69224,0,0,.83334],10731:[.11111,.69224,0,0,.66667],10846:[.19444,.75583,0,0,.61111],10877:[.13667,.63667,0,0,.77778],10878:[.13667,.63667,0,0,.77778],10885:[.25583,.75583,0,0,.77778],10886:[.25583,.75583,0,0,.77778],10887:[.13597,.63597,0,0,.77778],10888:[.13597,.63597,0,0,.77778],10889:[.26167,.75726,0,0,.77778],10890:[.26167,.75726,0,0,.77778],10891:[.48256,.98256,0,0,.77778],10892:[.48256,.98256,0,0,.77778],10901:[.13667,.63667,0,0,.77778],10902:[.13667,.63667,0,0,.77778],10933:[.25142,.75726,0,0,.77778],10934:[.25142,.75726,0,0,.77778],10935:[.26167,.75726,0,0,.77778],10936:[.26167,.75726,0,0,.77778],10937:[.26167,.75726,0,0,.77778],10938:[.26167,.75726,0,0,.77778],10949:[.25583,.75583,0,0,.77778],10950:[.25583,.75583,0,0,.77778],10955:[.28481,.79383,0,0,.77778],10956:[.28481,.79383,0,0,.77778],57350:[.08167,.58167,0,0,.22222],57351:[.08167,.58167,0,0,.38889],57352:[.08167,.58167,0,0,.77778],57353:[0,.43056,.04028,0,.66667],57356:[.25142,.75726,0,0,.77778],57357:[.25142,.75726,0,0,.77778],57358:[.41951,.91951,0,0,.77778],57359:[.30274,.79383,0,0,.77778],57360:[.30274,.79383,0,0,.77778],57361:[.41951,.91951,0,0,.77778],57366:[.25142,.75726,0,0,.77778],57367:[.25142,.75726,0,0,.77778],57368:[.25142,.75726,0,0,.77778],57369:[.25142,.75726,0,0,.77778],57370:[.13597,.63597,0,0,.77778],57371:[.13597,.63597,0,0,.77778]},"Caligraphic-Regular":{32:[0,0,0,0,.25],65:[0,.68333,0,.19445,.79847],66:[0,.68333,.03041,.13889,.65681],67:[0,.68333,.05834,.13889,.52653],68:[0,.68333,.02778,.08334,.77139],69:[0,.68333,.08944,.11111,.52778],70:[0,.68333,.09931,.11111,.71875],71:[.09722,.68333,.0593,.11111,.59487],72:[0,.68333,.00965,.11111,.84452],73:[0,.68333,.07382,0,.54452],74:[.09722,.68333,.18472,.16667,.67778],75:[0,.68333,.01445,.05556,.76195],76:[0,.68333,0,.13889,.68972],77:[0,.68333,0,.13889,1.2009],78:[0,.68333,.14736,.08334,.82049],79:[0,.68333,.02778,.11111,.79611],80:[0,.68333,.08222,.08334,.69556],81:[.09722,.68333,0,.11111,.81667],82:[0,.68333,0,.08334,.8475],83:[0,.68333,.075,.13889,.60556],84:[0,.68333,.25417,0,.54464],85:[0,.68333,.09931,.08334,.62583],86:[0,.68333,.08222,0,.61278],87:[0,.68333,.08222,.08334,.98778],88:[0,.68333,.14643,.13889,.7133],89:[.09722,.68333,.08222,.08334,.66834],90:[0,.68333,.07944,.13889,.72473],160:[0,0,0,0,.25]},"Fraktur-Regular":{32:[0,0,0,0,.25],33:[0,.69141,0,0,.29574],34:[0,.69141,0,0,.21471],38:[0,.69141,0,0,.73786],39:[0,.69141,0,0,.21201],40:[.24982,.74947,0,0,.38865],41:[.24982,.74947,0,0,.38865],42:[0,.62119,0,0,.27764],43:[.08319,.58283,0,0,.75623],44:[0,.10803,0,0,.27764],45:[.08319,.58283,0,0,.75623],46:[0,.10803,0,0,.27764],47:[.24982,.74947,0,0,.50181],48:[0,.47534,0,0,.50181],49:[0,.47534,0,0,.50181],50:[0,.47534,0,0,.50181],51:[.18906,.47534,0,0,.50181],52:[.18906,.47534,0,0,.50181],53:[.18906,.47534,0,0,.50181],54:[0,.69141,0,0,.50181],55:[.18906,.47534,0,0,.50181],56:[0,.69141,0,0,.50181],57:[.18906,.47534,0,0,.50181],58:[0,.47534,0,0,.21606],59:[.12604,.47534,0,0,.21606],61:[-.13099,.36866,0,0,.75623],63:[0,.69141,0,0,.36245],65:[0,.69141,0,0,.7176],66:[0,.69141,0,0,.88397],67:[0,.69141,0,0,.61254],68:[0,.69141,0,0,.83158],69:[0,.69141,0,0,.66278],70:[.12604,.69141,0,0,.61119],71:[0,.69141,0,0,.78539],72:[.06302,.69141,0,0,.7203],73:[0,.69141,0,0,.55448],74:[.12604,.69141,0,0,.55231],75:[0,.69141,0,0,.66845],76:[0,.69141,0,0,.66602],77:[0,.69141,0,0,1.04953],78:[0,.69141,0,0,.83212],79:[0,.69141,0,0,.82699],80:[.18906,.69141,0,0,.82753],81:[.03781,.69141,0,0,.82699],82:[0,.69141,0,0,.82807],83:[0,.69141,0,0,.82861],84:[0,.69141,0,0,.66899],85:[0,.69141,0,0,.64576],86:[0,.69141,0,0,.83131],87:[0,.69141,0,0,1.04602],88:[0,.69141,0,0,.71922],89:[.18906,.69141,0,0,.83293],90:[.12604,.69141,0,0,.60201],91:[.24982,.74947,0,0,.27764],93:[.24982,.74947,0,0,.27764],94:[0,.69141,0,0,.49965],97:[0,.47534,0,0,.50046],98:[0,.69141,0,0,.51315],99:[0,.47534,0,0,.38946],100:[0,.62119,0,0,.49857],101:[0,.47534,0,0,.40053],102:[.18906,.69141,0,0,.32626],103:[.18906,.47534,0,0,.5037],104:[.18906,.69141,0,0,.52126],105:[0,.69141,0,0,.27899],106:[0,.69141,0,0,.28088],107:[0,.69141,0,0,.38946],108:[0,.69141,0,0,.27953],109:[0,.47534,0,0,.76676],110:[0,.47534,0,0,.52666],111:[0,.47534,0,0,.48885],112:[.18906,.52396,0,0,.50046],113:[.18906,.47534,0,0,.48912],114:[0,.47534,0,0,.38919],115:[0,.47534,0,0,.44266],116:[0,.62119,0,0,.33301],117:[0,.47534,0,0,.5172],118:[0,.52396,0,0,.5118],119:[0,.52396,0,0,.77351],120:[.18906,.47534,0,0,.38865],121:[.18906,.47534,0,0,.49884],122:[.18906,.47534,0,0,.39054],160:[0,0,0,0,.25],8216:[0,.69141,0,0,.21471],8217:[0,.69141,0,0,.21471],58112:[0,.62119,0,0,.49749],58113:[0,.62119,0,0,.4983],58114:[.18906,.69141,0,0,.33328],58115:[.18906,.69141,0,0,.32923],58116:[.18906,.47534,0,0,.50343],58117:[0,.69141,0,0,.33301],58118:[0,.62119,0,0,.33409],58119:[0,.47534,0,0,.50073]},"Main-Bold":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.35],34:[0,.69444,0,0,.60278],35:[.19444,.69444,0,0,.95833],36:[.05556,.75,0,0,.575],37:[.05556,.75,0,0,.95833],38:[0,.69444,0,0,.89444],39:[0,.69444,0,0,.31944],40:[.25,.75,0,0,.44722],41:[.25,.75,0,0,.44722],42:[0,.75,0,0,.575],43:[.13333,.63333,0,0,.89444],44:[.19444,.15556,0,0,.31944],45:[0,.44444,0,0,.38333],46:[0,.15556,0,0,.31944],47:[.25,.75,0,0,.575],48:[0,.64444,0,0,.575],49:[0,.64444,0,0,.575],50:[0,.64444,0,0,.575],51:[0,.64444,0,0,.575],52:[0,.64444,0,0,.575],53:[0,.64444,0,0,.575],54:[0,.64444,0,0,.575],55:[0,.64444,0,0,.575],56:[0,.64444,0,0,.575],57:[0,.64444,0,0,.575],58:[0,.44444,0,0,.31944],59:[.19444,.44444,0,0,.31944],60:[.08556,.58556,0,0,.89444],61:[-.10889,.39111,0,0,.89444],62:[.08556,.58556,0,0,.89444],63:[0,.69444,0,0,.54305],64:[0,.69444,0,0,.89444],65:[0,.68611,0,0,.86944],66:[0,.68611,0,0,.81805],67:[0,.68611,0,0,.83055],68:[0,.68611,0,0,.88194],69:[0,.68611,0,0,.75555],70:[0,.68611,0,0,.72361],71:[0,.68611,0,0,.90416],72:[0,.68611,0,0,.9],73:[0,.68611,0,0,.43611],74:[0,.68611,0,0,.59444],75:[0,.68611,0,0,.90138],76:[0,.68611,0,0,.69166],77:[0,.68611,0,0,1.09166],78:[0,.68611,0,0,.9],79:[0,.68611,0,0,.86388],80:[0,.68611,0,0,.78611],81:[.19444,.68611,0,0,.86388],82:[0,.68611,0,0,.8625],83:[0,.68611,0,0,.63889],84:[0,.68611,0,0,.8],85:[0,.68611,0,0,.88472],86:[0,.68611,.01597,0,.86944],87:[0,.68611,.01597,0,1.18888],88:[0,.68611,0,0,.86944],89:[0,.68611,.02875,0,.86944],90:[0,.68611,0,0,.70277],91:[.25,.75,0,0,.31944],92:[.25,.75,0,0,.575],93:[.25,.75,0,0,.31944],94:[0,.69444,0,0,.575],95:[.31,.13444,.03194,0,.575],97:[0,.44444,0,0,.55902],98:[0,.69444,0,0,.63889],99:[0,.44444,0,0,.51111],100:[0,.69444,0,0,.63889],101:[0,.44444,0,0,.52708],102:[0,.69444,.10903,0,.35139],103:[.19444,.44444,.01597,0,.575],104:[0,.69444,0,0,.63889],105:[0,.69444,0,0,.31944],106:[.19444,.69444,0,0,.35139],107:[0,.69444,0,0,.60694],108:[0,.69444,0,0,.31944],109:[0,.44444,0,0,.95833],110:[0,.44444,0,0,.63889],111:[0,.44444,0,0,.575],112:[.19444,.44444,0,0,.63889],113:[.19444,.44444,0,0,.60694],114:[0,.44444,0,0,.47361],115:[0,.44444,0,0,.45361],116:[0,.63492,0,0,.44722],117:[0,.44444,0,0,.63889],118:[0,.44444,.01597,0,.60694],119:[0,.44444,.01597,0,.83055],120:[0,.44444,0,0,.60694],121:[.19444,.44444,.01597,0,.60694],122:[0,.44444,0,0,.51111],123:[.25,.75,0,0,.575],124:[.25,.75,0,0,.31944],125:[.25,.75,0,0,.575],126:[.35,.34444,0,0,.575],160:[0,0,0,0,.25],163:[0,.69444,0,0,.86853],168:[0,.69444,0,0,.575],172:[0,.44444,0,0,.76666],176:[0,.69444,0,0,.86944],177:[.13333,.63333,0,0,.89444],184:[.17014,0,0,0,.51111],198:[0,.68611,0,0,1.04166],215:[.13333,.63333,0,0,.89444],216:[.04861,.73472,0,0,.89444],223:[0,.69444,0,0,.59722],230:[0,.44444,0,0,.83055],247:[.13333,.63333,0,0,.89444],248:[.09722,.54167,0,0,.575],305:[0,.44444,0,0,.31944],338:[0,.68611,0,0,1.16944],339:[0,.44444,0,0,.89444],567:[.19444,.44444,0,0,.35139],710:[0,.69444,0,0,.575],711:[0,.63194,0,0,.575],713:[0,.59611,0,0,.575],714:[0,.69444,0,0,.575],715:[0,.69444,0,0,.575],728:[0,.69444,0,0,.575],729:[0,.69444,0,0,.31944],730:[0,.69444,0,0,.86944],732:[0,.69444,0,0,.575],733:[0,.69444,0,0,.575],915:[0,.68611,0,0,.69166],916:[0,.68611,0,0,.95833],920:[0,.68611,0,0,.89444],923:[0,.68611,0,0,.80555],926:[0,.68611,0,0,.76666],928:[0,.68611,0,0,.9],931:[0,.68611,0,0,.83055],933:[0,.68611,0,0,.89444],934:[0,.68611,0,0,.83055],936:[0,.68611,0,0,.89444],937:[0,.68611,0,0,.83055],8211:[0,.44444,.03194,0,.575],8212:[0,.44444,.03194,0,1.14999],8216:[0,.69444,0,0,.31944],8217:[0,.69444,0,0,.31944],8220:[0,.69444,0,0,.60278],8221:[0,.69444,0,0,.60278],8224:[.19444,.69444,0,0,.51111],8225:[.19444,.69444,0,0,.51111],8242:[0,.55556,0,0,.34444],8407:[0,.72444,.15486,0,.575],8463:[0,.69444,0,0,.66759],8465:[0,.69444,0,0,.83055],8467:[0,.69444,0,0,.47361],8472:[.19444,.44444,0,0,.74027],8476:[0,.69444,0,0,.83055],8501:[0,.69444,0,0,.70277],8592:[-.10889,.39111,0,0,1.14999],8593:[.19444,.69444,0,0,.575],8594:[-.10889,.39111,0,0,1.14999],8595:[.19444,.69444,0,0,.575],8596:[-.10889,.39111,0,0,1.14999],8597:[.25,.75,0,0,.575],8598:[.19444,.69444,0,0,1.14999],8599:[.19444,.69444,0,0,1.14999],8600:[.19444,.69444,0,0,1.14999],8601:[.19444,.69444,0,0,1.14999],8636:[-.10889,.39111,0,0,1.14999],8637:[-.10889,.39111,0,0,1.14999],8640:[-.10889,.39111,0,0,1.14999],8641:[-.10889,.39111,0,0,1.14999],8656:[-.10889,.39111,0,0,1.14999],8657:[.19444,.69444,0,0,.70277],8658:[-.10889,.39111,0,0,1.14999],8659:[.19444,.69444,0,0,.70277],8660:[-.10889,.39111,0,0,1.14999],8661:[.25,.75,0,0,.70277],8704:[0,.69444,0,0,.63889],8706:[0,.69444,.06389,0,.62847],8707:[0,.69444,0,0,.63889],8709:[.05556,.75,0,0,.575],8711:[0,.68611,0,0,.95833],8712:[.08556,.58556,0,0,.76666],8715:[.08556,.58556,0,0,.76666],8722:[.13333,.63333,0,0,.89444],8723:[.13333,.63333,0,0,.89444],8725:[.25,.75,0,0,.575],8726:[.25,.75,0,0,.575],8727:[-.02778,.47222,0,0,.575],8728:[-.02639,.47361,0,0,.575],8729:[-.02639,.47361,0,0,.575],8730:[.18,.82,0,0,.95833],8733:[0,.44444,0,0,.89444],8734:[0,.44444,0,0,1.14999],8736:[0,.69224,0,0,.72222],8739:[.25,.75,0,0,.31944],8741:[.25,.75,0,0,.575],8743:[0,.55556,0,0,.76666],8744:[0,.55556,0,0,.76666],8745:[0,.55556,0,0,.76666],8746:[0,.55556,0,0,.76666],8747:[.19444,.69444,.12778,0,.56875],8764:[-.10889,.39111,0,0,.89444],8768:[.19444,.69444,0,0,.31944],8771:[.00222,.50222,0,0,.89444],8773:[.027,.638,0,0,.894],8776:[.02444,.52444,0,0,.89444],8781:[.00222,.50222,0,0,.89444],8801:[.00222,.50222,0,0,.89444],8804:[.19667,.69667,0,0,.89444],8805:[.19667,.69667,0,0,.89444],8810:[.08556,.58556,0,0,1.14999],8811:[.08556,.58556,0,0,1.14999],8826:[.08556,.58556,0,0,.89444],8827:[.08556,.58556,0,0,.89444],8834:[.08556,.58556,0,0,.89444],8835:[.08556,.58556,0,0,.89444],8838:[.19667,.69667,0,0,.89444],8839:[.19667,.69667,0,0,.89444],8846:[0,.55556,0,0,.76666],8849:[.19667,.69667,0,0,.89444],8850:[.19667,.69667,0,0,.89444],8851:[0,.55556,0,0,.76666],8852:[0,.55556,0,0,.76666],8853:[.13333,.63333,0,0,.89444],8854:[.13333,.63333,0,0,.89444],8855:[.13333,.63333,0,0,.89444],8856:[.13333,.63333,0,0,.89444],8857:[.13333,.63333,0,0,.89444],8866:[0,.69444,0,0,.70277],8867:[0,.69444,0,0,.70277],8868:[0,.69444,0,0,.89444],8869:[0,.69444,0,0,.89444],8900:[-.02639,.47361,0,0,.575],8901:[-.02639,.47361,0,0,.31944],8902:[-.02778,.47222,0,0,.575],8968:[.25,.75,0,0,.51111],8969:[.25,.75,0,0,.51111],8970:[.25,.75,0,0,.51111],8971:[.25,.75,0,0,.51111],8994:[-.13889,.36111,0,0,1.14999],8995:[-.13889,.36111,0,0,1.14999],9651:[.19444,.69444,0,0,1.02222],9657:[-.02778,.47222,0,0,.575],9661:[.19444,.69444,0,0,1.02222],9667:[-.02778,.47222,0,0,.575],9711:[.19444,.69444,0,0,1.14999],9824:[.12963,.69444,0,0,.89444],9825:[.12963,.69444,0,0,.89444],9826:[.12963,.69444,0,0,.89444],9827:[.12963,.69444,0,0,.89444],9837:[0,.75,0,0,.44722],9838:[.19444,.69444,0,0,.44722],9839:[.19444,.69444,0,0,.44722],10216:[.25,.75,0,0,.44722],10217:[.25,.75,0,0,.44722],10815:[0,.68611,0,0,.9],10927:[.19667,.69667,0,0,.89444],10928:[.19667,.69667,0,0,.89444],57376:[.19444,.69444,0,0,0]},"Main-BoldItalic":{32:[0,0,0,0,.25],33:[0,.69444,.11417,0,.38611],34:[0,.69444,.07939,0,.62055],35:[.19444,.69444,.06833,0,.94444],37:[.05556,.75,.12861,0,.94444],38:[0,.69444,.08528,0,.88555],39:[0,.69444,.12945,0,.35555],40:[.25,.75,.15806,0,.47333],41:[.25,.75,.03306,0,.47333],42:[0,.75,.14333,0,.59111],43:[.10333,.60333,.03306,0,.88555],44:[.19444,.14722,0,0,.35555],45:[0,.44444,.02611,0,.41444],46:[0,.14722,0,0,.35555],47:[.25,.75,.15806,0,.59111],48:[0,.64444,.13167,0,.59111],49:[0,.64444,.13167,0,.59111],50:[0,.64444,.13167,0,.59111],51:[0,.64444,.13167,0,.59111],52:[.19444,.64444,.13167,0,.59111],53:[0,.64444,.13167,0,.59111],54:[0,.64444,.13167,0,.59111],55:[.19444,.64444,.13167,0,.59111],56:[0,.64444,.13167,0,.59111],57:[0,.64444,.13167,0,.59111],58:[0,.44444,.06695,0,.35555],59:[.19444,.44444,.06695,0,.35555],61:[-.10889,.39111,.06833,0,.88555],63:[0,.69444,.11472,0,.59111],64:[0,.69444,.09208,0,.88555],65:[0,.68611,0,0,.86555],66:[0,.68611,.0992,0,.81666],67:[0,.68611,.14208,0,.82666],68:[0,.68611,.09062,0,.87555],69:[0,.68611,.11431,0,.75666],70:[0,.68611,.12903,0,.72722],71:[0,.68611,.07347,0,.89527],72:[0,.68611,.17208,0,.8961],73:[0,.68611,.15681,0,.47166],74:[0,.68611,.145,0,.61055],75:[0,.68611,.14208,0,.89499],76:[0,.68611,0,0,.69777],77:[0,.68611,.17208,0,1.07277],78:[0,.68611,.17208,0,.8961],79:[0,.68611,.09062,0,.85499],80:[0,.68611,.0992,0,.78721],81:[.19444,.68611,.09062,0,.85499],82:[0,.68611,.02559,0,.85944],83:[0,.68611,.11264,0,.64999],84:[0,.68611,.12903,0,.7961],85:[0,.68611,.17208,0,.88083],86:[0,.68611,.18625,0,.86555],87:[0,.68611,.18625,0,1.15999],88:[0,.68611,.15681,0,.86555],89:[0,.68611,.19803,0,.86555],90:[0,.68611,.14208,0,.70888],91:[.25,.75,.1875,0,.35611],93:[.25,.75,.09972,0,.35611],94:[0,.69444,.06709,0,.59111],95:[.31,.13444,.09811,0,.59111],97:[0,.44444,.09426,0,.59111],98:[0,.69444,.07861,0,.53222],99:[0,.44444,.05222,0,.53222],100:[0,.69444,.10861,0,.59111],101:[0,.44444,.085,0,.53222],102:[.19444,.69444,.21778,0,.4],103:[.19444,.44444,.105,0,.53222],104:[0,.69444,.09426,0,.59111],105:[0,.69326,.11387,0,.35555],106:[.19444,.69326,.1672,0,.35555],107:[0,.69444,.11111,0,.53222],108:[0,.69444,.10861,0,.29666],109:[0,.44444,.09426,0,.94444],110:[0,.44444,.09426,0,.64999],111:[0,.44444,.07861,0,.59111],112:[.19444,.44444,.07861,0,.59111],113:[.19444,.44444,.105,0,.53222],114:[0,.44444,.11111,0,.50167],115:[0,.44444,.08167,0,.48694],116:[0,.63492,.09639,0,.385],117:[0,.44444,.09426,0,.62055],118:[0,.44444,.11111,0,.53222],119:[0,.44444,.11111,0,.76777],120:[0,.44444,.12583,0,.56055],121:[.19444,.44444,.105,0,.56166],122:[0,.44444,.13889,0,.49055],126:[.35,.34444,.11472,0,.59111],160:[0,0,0,0,.25],168:[0,.69444,.11473,0,.59111],176:[0,.69444,0,0,.94888],184:[.17014,0,0,0,.53222],198:[0,.68611,.11431,0,1.02277],216:[.04861,.73472,.09062,0,.88555],223:[.19444,.69444,.09736,0,.665],230:[0,.44444,.085,0,.82666],248:[.09722,.54167,.09458,0,.59111],305:[0,.44444,.09426,0,.35555],338:[0,.68611,.11431,0,1.14054],339:[0,.44444,.085,0,.82666],567:[.19444,.44444,.04611,0,.385],710:[0,.69444,.06709,0,.59111],711:[0,.63194,.08271,0,.59111],713:[0,.59444,.10444,0,.59111],714:[0,.69444,.08528,0,.59111],715:[0,.69444,0,0,.59111],728:[0,.69444,.10333,0,.59111],729:[0,.69444,.12945,0,.35555],730:[0,.69444,0,0,.94888],732:[0,.69444,.11472,0,.59111],733:[0,.69444,.11472,0,.59111],915:[0,.68611,.12903,0,.69777],916:[0,.68611,0,0,.94444],920:[0,.68611,.09062,0,.88555],923:[0,.68611,0,0,.80666],926:[0,.68611,.15092,0,.76777],928:[0,.68611,.17208,0,.8961],931:[0,.68611,.11431,0,.82666],933:[0,.68611,.10778,0,.88555],934:[0,.68611,.05632,0,.82666],936:[0,.68611,.10778,0,.88555],937:[0,.68611,.0992,0,.82666],8211:[0,.44444,.09811,0,.59111],8212:[0,.44444,.09811,0,1.18221],8216:[0,.69444,.12945,0,.35555],8217:[0,.69444,.12945,0,.35555],8220:[0,.69444,.16772,0,.62055],8221:[0,.69444,.07939,0,.62055]},"Main-Italic":{32:[0,0,0,0,.25],33:[0,.69444,.12417,0,.30667],34:[0,.69444,.06961,0,.51444],35:[.19444,.69444,.06616,0,.81777],37:[.05556,.75,.13639,0,.81777],38:[0,.69444,.09694,0,.76666],39:[0,.69444,.12417,0,.30667],40:[.25,.75,.16194,0,.40889],41:[.25,.75,.03694,0,.40889],42:[0,.75,.14917,0,.51111],43:[.05667,.56167,.03694,0,.76666],44:[.19444,.10556,0,0,.30667],45:[0,.43056,.02826,0,.35778],46:[0,.10556,0,0,.30667],47:[.25,.75,.16194,0,.51111],48:[0,.64444,.13556,0,.51111],49:[0,.64444,.13556,0,.51111],50:[0,.64444,.13556,0,.51111],51:[0,.64444,.13556,0,.51111],52:[.19444,.64444,.13556,0,.51111],53:[0,.64444,.13556,0,.51111],54:[0,.64444,.13556,0,.51111],55:[.19444,.64444,.13556,0,.51111],56:[0,.64444,.13556,0,.51111],57:[0,.64444,.13556,0,.51111],58:[0,.43056,.0582,0,.30667],59:[.19444,.43056,.0582,0,.30667],61:[-.13313,.36687,.06616,0,.76666],63:[0,.69444,.1225,0,.51111],64:[0,.69444,.09597,0,.76666],65:[0,.68333,0,0,.74333],66:[0,.68333,.10257,0,.70389],67:[0,.68333,.14528,0,.71555],68:[0,.68333,.09403,0,.755],69:[0,.68333,.12028,0,.67833],70:[0,.68333,.13305,0,.65277],71:[0,.68333,.08722,0,.77361],72:[0,.68333,.16389,0,.74333],73:[0,.68333,.15806,0,.38555],74:[0,.68333,.14028,0,.525],75:[0,.68333,.14528,0,.76888],76:[0,.68333,0,0,.62722],77:[0,.68333,.16389,0,.89666],78:[0,.68333,.16389,0,.74333],79:[0,.68333,.09403,0,.76666],80:[0,.68333,.10257,0,.67833],81:[.19444,.68333,.09403,0,.76666],82:[0,.68333,.03868,0,.72944],83:[0,.68333,.11972,0,.56222],84:[0,.68333,.13305,0,.71555],85:[0,.68333,.16389,0,.74333],86:[0,.68333,.18361,0,.74333],87:[0,.68333,.18361,0,.99888],88:[0,.68333,.15806,0,.74333],89:[0,.68333,.19383,0,.74333],90:[0,.68333,.14528,0,.61333],91:[.25,.75,.1875,0,.30667],93:[.25,.75,.10528,0,.30667],94:[0,.69444,.06646,0,.51111],95:[.31,.12056,.09208,0,.51111],97:[0,.43056,.07671,0,.51111],98:[0,.69444,.06312,0,.46],99:[0,.43056,.05653,0,.46],100:[0,.69444,.10333,0,.51111],101:[0,.43056,.07514,0,.46],102:[.19444,.69444,.21194,0,.30667],103:[.19444,.43056,.08847,0,.46],104:[0,.69444,.07671,0,.51111],105:[0,.65536,.1019,0,.30667],106:[.19444,.65536,.14467,0,.30667],107:[0,.69444,.10764,0,.46],108:[0,.69444,.10333,0,.25555],109:[0,.43056,.07671,0,.81777],110:[0,.43056,.07671,0,.56222],111:[0,.43056,.06312,0,.51111],112:[.19444,.43056,.06312,0,.51111],113:[.19444,.43056,.08847,0,.46],114:[0,.43056,.10764,0,.42166],115:[0,.43056,.08208,0,.40889],116:[0,.61508,.09486,0,.33222],117:[0,.43056,.07671,0,.53666],118:[0,.43056,.10764,0,.46],119:[0,.43056,.10764,0,.66444],120:[0,.43056,.12042,0,.46389],121:[.19444,.43056,.08847,0,.48555],122:[0,.43056,.12292,0,.40889],126:[.35,.31786,.11585,0,.51111],160:[0,0,0,0,.25],168:[0,.66786,.10474,0,.51111],176:[0,.69444,0,0,.83129],184:[.17014,0,0,0,.46],198:[0,.68333,.12028,0,.88277],216:[.04861,.73194,.09403,0,.76666],223:[.19444,.69444,.10514,0,.53666],230:[0,.43056,.07514,0,.71555],248:[.09722,.52778,.09194,0,.51111],338:[0,.68333,.12028,0,.98499],339:[0,.43056,.07514,0,.71555],710:[0,.69444,.06646,0,.51111],711:[0,.62847,.08295,0,.51111],713:[0,.56167,.10333,0,.51111],714:[0,.69444,.09694,0,.51111],715:[0,.69444,0,0,.51111],728:[0,.69444,.10806,0,.51111],729:[0,.66786,.11752,0,.30667],730:[0,.69444,0,0,.83129],732:[0,.66786,.11585,0,.51111],733:[0,.69444,.1225,0,.51111],915:[0,.68333,.13305,0,.62722],916:[0,.68333,0,0,.81777],920:[0,.68333,.09403,0,.76666],923:[0,.68333,0,0,.69222],926:[0,.68333,.15294,0,.66444],928:[0,.68333,.16389,0,.74333],931:[0,.68333,.12028,0,.71555],933:[0,.68333,.11111,0,.76666],934:[0,.68333,.05986,0,.71555],936:[0,.68333,.11111,0,.76666],937:[0,.68333,.10257,0,.71555],8211:[0,.43056,.09208,0,.51111],8212:[0,.43056,.09208,0,1.02222],8216:[0,.69444,.12417,0,.30667],8217:[0,.69444,.12417,0,.30667],8220:[0,.69444,.1685,0,.51444],8221:[0,.69444,.06961,0,.51444],8463:[0,.68889,0,0,.54028]},"Main-Regular":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.27778],34:[0,.69444,0,0,.5],35:[.19444,.69444,0,0,.83334],36:[.05556,.75,0,0,.5],37:[.05556,.75,0,0,.83334],38:[0,.69444,0,0,.77778],39:[0,.69444,0,0,.27778],40:[.25,.75,0,0,.38889],41:[.25,.75,0,0,.38889],42:[0,.75,0,0,.5],43:[.08333,.58333,0,0,.77778],44:[.19444,.10556,0,0,.27778],45:[0,.43056,0,0,.33333],46:[0,.10556,0,0,.27778],47:[.25,.75,0,0,.5],48:[0,.64444,0,0,.5],49:[0,.64444,0,0,.5],50:[0,.64444,0,0,.5],51:[0,.64444,0,0,.5],52:[0,.64444,0,0,.5],53:[0,.64444,0,0,.5],54:[0,.64444,0,0,.5],55:[0,.64444,0,0,.5],56:[0,.64444,0,0,.5],57:[0,.64444,0,0,.5],58:[0,.43056,0,0,.27778],59:[.19444,.43056,0,0,.27778],60:[.0391,.5391,0,0,.77778],61:[-.13313,.36687,0,0,.77778],62:[.0391,.5391,0,0,.77778],63:[0,.69444,0,0,.47222],64:[0,.69444,0,0,.77778],65:[0,.68333,0,0,.75],66:[0,.68333,0,0,.70834],67:[0,.68333,0,0,.72222],68:[0,.68333,0,0,.76389],69:[0,.68333,0,0,.68056],70:[0,.68333,0,0,.65278],71:[0,.68333,0,0,.78472],72:[0,.68333,0,0,.75],73:[0,.68333,0,0,.36111],74:[0,.68333,0,0,.51389],75:[0,.68333,0,0,.77778],76:[0,.68333,0,0,.625],77:[0,.68333,0,0,.91667],78:[0,.68333,0,0,.75],79:[0,.68333,0,0,.77778],80:[0,.68333,0,0,.68056],81:[.19444,.68333,0,0,.77778],82:[0,.68333,0,0,.73611],83:[0,.68333,0,0,.55556],84:[0,.68333,0,0,.72222],85:[0,.68333,0,0,.75],86:[0,.68333,.01389,0,.75],87:[0,.68333,.01389,0,1.02778],88:[0,.68333,0,0,.75],89:[0,.68333,.025,0,.75],90:[0,.68333,0,0,.61111],91:[.25,.75,0,0,.27778],92:[.25,.75,0,0,.5],93:[.25,.75,0,0,.27778],94:[0,.69444,0,0,.5],95:[.31,.12056,.02778,0,.5],97:[0,.43056,0,0,.5],98:[0,.69444,0,0,.55556],99:[0,.43056,0,0,.44445],100:[0,.69444,0,0,.55556],101:[0,.43056,0,0,.44445],102:[0,.69444,.07778,0,.30556],103:[.19444,.43056,.01389,0,.5],104:[0,.69444,0,0,.55556],105:[0,.66786,0,0,.27778],106:[.19444,.66786,0,0,.30556],107:[0,.69444,0,0,.52778],108:[0,.69444,0,0,.27778],109:[0,.43056,0,0,.83334],110:[0,.43056,0,0,.55556],111:[0,.43056,0,0,.5],112:[.19444,.43056,0,0,.55556],113:[.19444,.43056,0,0,.52778],114:[0,.43056,0,0,.39167],115:[0,.43056,0,0,.39445],116:[0,.61508,0,0,.38889],117:[0,.43056,0,0,.55556],118:[0,.43056,.01389,0,.52778],119:[0,.43056,.01389,0,.72222],120:[0,.43056,0,0,.52778],121:[.19444,.43056,.01389,0,.52778],122:[0,.43056,0,0,.44445],123:[.25,.75,0,0,.5],124:[.25,.75,0,0,.27778],125:[.25,.75,0,0,.5],126:[.35,.31786,0,0,.5],160:[0,0,0,0,.25],163:[0,.69444,0,0,.76909],167:[.19444,.69444,0,0,.44445],168:[0,.66786,0,0,.5],172:[0,.43056,0,0,.66667],176:[0,.69444,0,0,.75],177:[.08333,.58333,0,0,.77778],182:[.19444,.69444,0,0,.61111],184:[.17014,0,0,0,.44445],198:[0,.68333,0,0,.90278],215:[.08333,.58333,0,0,.77778],216:[.04861,.73194,0,0,.77778],223:[0,.69444,0,0,.5],230:[0,.43056,0,0,.72222],247:[.08333,.58333,0,0,.77778],248:[.09722,.52778,0,0,.5],305:[0,.43056,0,0,.27778],338:[0,.68333,0,0,1.01389],339:[0,.43056,0,0,.77778],567:[.19444,.43056,0,0,.30556],710:[0,.69444,0,0,.5],711:[0,.62847,0,0,.5],713:[0,.56778,0,0,.5],714:[0,.69444,0,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,0,0,.5],729:[0,.66786,0,0,.27778],730:[0,.69444,0,0,.75],732:[0,.66786,0,0,.5],733:[0,.69444,0,0,.5],915:[0,.68333,0,0,.625],916:[0,.68333,0,0,.83334],920:[0,.68333,0,0,.77778],923:[0,.68333,0,0,.69445],926:[0,.68333,0,0,.66667],928:[0,.68333,0,0,.75],931:[0,.68333,0,0,.72222],933:[0,.68333,0,0,.77778],934:[0,.68333,0,0,.72222],936:[0,.68333,0,0,.77778],937:[0,.68333,0,0,.72222],8211:[0,.43056,.02778,0,.5],8212:[0,.43056,.02778,0,1],8216:[0,.69444,0,0,.27778],8217:[0,.69444,0,0,.27778],8220:[0,.69444,0,0,.5],8221:[0,.69444,0,0,.5],8224:[.19444,.69444,0,0,.44445],8225:[.19444,.69444,0,0,.44445],8230:[0,.123,0,0,1.172],8242:[0,.55556,0,0,.275],8407:[0,.71444,.15382,0,.5],8463:[0,.68889,0,0,.54028],8465:[0,.69444,0,0,.72222],8467:[0,.69444,0,.11111,.41667],8472:[.19444,.43056,0,.11111,.63646],8476:[0,.69444,0,0,.72222],8501:[0,.69444,0,0,.61111],8592:[-.13313,.36687,0,0,1],8593:[.19444,.69444,0,0,.5],8594:[-.13313,.36687,0,0,1],8595:[.19444,.69444,0,0,.5],8596:[-.13313,.36687,0,0,1],8597:[.25,.75,0,0,.5],8598:[.19444,.69444,0,0,1],8599:[.19444,.69444,0,0,1],8600:[.19444,.69444,0,0,1],8601:[.19444,.69444,0,0,1],8614:[.011,.511,0,0,1],8617:[.011,.511,0,0,1.126],8618:[.011,.511,0,0,1.126],8636:[-.13313,.36687,0,0,1],8637:[-.13313,.36687,0,0,1],8640:[-.13313,.36687,0,0,1],8641:[-.13313,.36687,0,0,1],8652:[.011,.671,0,0,1],8656:[-.13313,.36687,0,0,1],8657:[.19444,.69444,0,0,.61111],8658:[-.13313,.36687,0,0,1],8659:[.19444,.69444,0,0,.61111],8660:[-.13313,.36687,0,0,1],8661:[.25,.75,0,0,.61111],8704:[0,.69444,0,0,.55556],8706:[0,.69444,.05556,.08334,.5309],8707:[0,.69444,0,0,.55556],8709:[.05556,.75,0,0,.5],8711:[0,.68333,0,0,.83334],8712:[.0391,.5391,0,0,.66667],8715:[.0391,.5391,0,0,.66667],8722:[.08333,.58333,0,0,.77778],8723:[.08333,.58333,0,0,.77778],8725:[.25,.75,0,0,.5],8726:[.25,.75,0,0,.5],8727:[-.03472,.46528,0,0,.5],8728:[-.05555,.44445,0,0,.5],8729:[-.05555,.44445,0,0,.5],8730:[.2,.8,0,0,.83334],8733:[0,.43056,0,0,.77778],8734:[0,.43056,0,0,1],8736:[0,.69224,0,0,.72222],8739:[.25,.75,0,0,.27778],8741:[.25,.75,0,0,.5],8743:[0,.55556,0,0,.66667],8744:[0,.55556,0,0,.66667],8745:[0,.55556,0,0,.66667],8746:[0,.55556,0,0,.66667],8747:[.19444,.69444,.11111,0,.41667],8764:[-.13313,.36687,0,0,.77778],8768:[.19444,.69444,0,0,.27778],8771:[-.03625,.46375,0,0,.77778],8773:[-.022,.589,0,0,.778],8776:[-.01688,.48312,0,0,.77778],8781:[-.03625,.46375,0,0,.77778],8784:[-.133,.673,0,0,.778],8801:[-.03625,.46375,0,0,.77778],8804:[.13597,.63597,0,0,.77778],8805:[.13597,.63597,0,0,.77778],8810:[.0391,.5391,0,0,1],8811:[.0391,.5391,0,0,1],8826:[.0391,.5391,0,0,.77778],8827:[.0391,.5391,0,0,.77778],8834:[.0391,.5391,0,0,.77778],8835:[.0391,.5391,0,0,.77778],8838:[.13597,.63597,0,0,.77778],8839:[.13597,.63597,0,0,.77778],8846:[0,.55556,0,0,.66667],8849:[.13597,.63597,0,0,.77778],8850:[.13597,.63597,0,0,.77778],8851:[0,.55556,0,0,.66667],8852:[0,.55556,0,0,.66667],8853:[.08333,.58333,0,0,.77778],8854:[.08333,.58333,0,0,.77778],8855:[.08333,.58333,0,0,.77778],8856:[.08333,.58333,0,0,.77778],8857:[.08333,.58333,0,0,.77778],8866:[0,.69444,0,0,.61111],8867:[0,.69444,0,0,.61111],8868:[0,.69444,0,0,.77778],8869:[0,.69444,0,0,.77778],8872:[.249,.75,0,0,.867],8900:[-.05555,.44445,0,0,.5],8901:[-.05555,.44445,0,0,.27778],8902:[-.03472,.46528,0,0,.5],8904:[.005,.505,0,0,.9],8942:[.03,.903,0,0,.278],8943:[-.19,.313,0,0,1.172],8945:[-.1,.823,0,0,1.282],8968:[.25,.75,0,0,.44445],8969:[.25,.75,0,0,.44445],8970:[.25,.75,0,0,.44445],8971:[.25,.75,0,0,.44445],8994:[-.14236,.35764,0,0,1],8995:[-.14236,.35764,0,0,1],9136:[.244,.744,0,0,.412],9137:[.244,.745,0,0,.412],9651:[.19444,.69444,0,0,.88889],9657:[-.03472,.46528,0,0,.5],9661:[.19444,.69444,0,0,.88889],9667:[-.03472,.46528,0,0,.5],9711:[.19444,.69444,0,0,1],9824:[.12963,.69444,0,0,.77778],9825:[.12963,.69444,0,0,.77778],9826:[.12963,.69444,0,0,.77778],9827:[.12963,.69444,0,0,.77778],9837:[0,.75,0,0,.38889],9838:[.19444,.69444,0,0,.38889],9839:[.19444,.69444,0,0,.38889],10216:[.25,.75,0,0,.38889],10217:[.25,.75,0,0,.38889],10222:[.244,.744,0,0,.412],10223:[.244,.745,0,0,.412],10229:[.011,.511,0,0,1.609],10230:[.011,.511,0,0,1.638],10231:[.011,.511,0,0,1.859],10232:[.024,.525,0,0,1.609],10233:[.024,.525,0,0,1.638],10234:[.024,.525,0,0,1.858],10236:[.011,.511,0,0,1.638],10815:[0,.68333,0,0,.75],10927:[.13597,.63597,0,0,.77778],10928:[.13597,.63597,0,0,.77778],57376:[.19444,.69444,0,0,0]},"Math-BoldItalic":{32:[0,0,0,0,.25],48:[0,.44444,0,0,.575],49:[0,.44444,0,0,.575],50:[0,.44444,0,0,.575],51:[.19444,.44444,0,0,.575],52:[.19444,.44444,0,0,.575],53:[.19444,.44444,0,0,.575],54:[0,.64444,0,0,.575],55:[.19444,.44444,0,0,.575],56:[0,.64444,0,0,.575],57:[.19444,.44444,0,0,.575],65:[0,.68611,0,0,.86944],66:[0,.68611,.04835,0,.8664],67:[0,.68611,.06979,0,.81694],68:[0,.68611,.03194,0,.93812],69:[0,.68611,.05451,0,.81007],70:[0,.68611,.15972,0,.68889],71:[0,.68611,0,0,.88673],72:[0,.68611,.08229,0,.98229],73:[0,.68611,.07778,0,.51111],74:[0,.68611,.10069,0,.63125],75:[0,.68611,.06979,0,.97118],76:[0,.68611,0,0,.75555],77:[0,.68611,.11424,0,1.14201],78:[0,.68611,.11424,0,.95034],79:[0,.68611,.03194,0,.83666],80:[0,.68611,.15972,0,.72309],81:[.19444,.68611,0,0,.86861],82:[0,.68611,.00421,0,.87235],83:[0,.68611,.05382,0,.69271],84:[0,.68611,.15972,0,.63663],85:[0,.68611,.11424,0,.80027],86:[0,.68611,.25555,0,.67778],87:[0,.68611,.15972,0,1.09305],88:[0,.68611,.07778,0,.94722],89:[0,.68611,.25555,0,.67458],90:[0,.68611,.06979,0,.77257],97:[0,.44444,0,0,.63287],98:[0,.69444,0,0,.52083],99:[0,.44444,0,0,.51342],100:[0,.69444,0,0,.60972],101:[0,.44444,0,0,.55361],102:[.19444,.69444,.11042,0,.56806],103:[.19444,.44444,.03704,0,.5449],104:[0,.69444,0,0,.66759],105:[0,.69326,0,0,.4048],106:[.19444,.69326,.0622,0,.47083],107:[0,.69444,.01852,0,.6037],108:[0,.69444,.0088,0,.34815],109:[0,.44444,0,0,1.0324],110:[0,.44444,0,0,.71296],111:[0,.44444,0,0,.58472],112:[.19444,.44444,0,0,.60092],113:[.19444,.44444,.03704,0,.54213],114:[0,.44444,.03194,0,.5287],115:[0,.44444,0,0,.53125],116:[0,.63492,0,0,.41528],117:[0,.44444,0,0,.68102],118:[0,.44444,.03704,0,.56666],119:[0,.44444,.02778,0,.83148],120:[0,.44444,0,0,.65903],121:[.19444,.44444,.03704,0,.59028],122:[0,.44444,.04213,0,.55509],160:[0,0,0,0,.25],915:[0,.68611,.15972,0,.65694],916:[0,.68611,0,0,.95833],920:[0,.68611,.03194,0,.86722],923:[0,.68611,0,0,.80555],926:[0,.68611,.07458,0,.84125],928:[0,.68611,.08229,0,.98229],931:[0,.68611,.05451,0,.88507],933:[0,.68611,.15972,0,.67083],934:[0,.68611,0,0,.76666],936:[0,.68611,.11653,0,.71402],937:[0,.68611,.04835,0,.8789],945:[0,.44444,0,0,.76064],946:[.19444,.69444,.03403,0,.65972],947:[.19444,.44444,.06389,0,.59003],948:[0,.69444,.03819,0,.52222],949:[0,.44444,0,0,.52882],950:[.19444,.69444,.06215,0,.50833],951:[.19444,.44444,.03704,0,.6],952:[0,.69444,.03194,0,.5618],953:[0,.44444,0,0,.41204],954:[0,.44444,0,0,.66759],955:[0,.69444,0,0,.67083],956:[.19444,.44444,0,0,.70787],957:[0,.44444,.06898,0,.57685],958:[.19444,.69444,.03021,0,.50833],959:[0,.44444,0,0,.58472],960:[0,.44444,.03704,0,.68241],961:[.19444,.44444,0,0,.6118],962:[.09722,.44444,.07917,0,.42361],963:[0,.44444,.03704,0,.68588],964:[0,.44444,.13472,0,.52083],965:[0,.44444,.03704,0,.63055],966:[.19444,.44444,0,0,.74722],967:[.19444,.44444,0,0,.71805],968:[.19444,.69444,.03704,0,.75833],969:[0,.44444,.03704,0,.71782],977:[0,.69444,0,0,.69155],981:[.19444,.69444,0,0,.7125],982:[0,.44444,.03194,0,.975],1009:[.19444,.44444,0,0,.6118],1013:[0,.44444,0,0,.48333],57649:[0,.44444,0,0,.39352],57911:[.19444,.44444,0,0,.43889]},"Math-Italic":{32:[0,0,0,0,.25],48:[0,.43056,0,0,.5],49:[0,.43056,0,0,.5],50:[0,.43056,0,0,.5],51:[.19444,.43056,0,0,.5],52:[.19444,.43056,0,0,.5],53:[.19444,.43056,0,0,.5],54:[0,.64444,0,0,.5],55:[.19444,.43056,0,0,.5],56:[0,.64444,0,0,.5],57:[.19444,.43056,0,0,.5],65:[0,.68333,0,.13889,.75],66:[0,.68333,.05017,.08334,.75851],67:[0,.68333,.07153,.08334,.71472],68:[0,.68333,.02778,.05556,.82792],69:[0,.68333,.05764,.08334,.7382],70:[0,.68333,.13889,.08334,.64306],71:[0,.68333,0,.08334,.78625],72:[0,.68333,.08125,.05556,.83125],73:[0,.68333,.07847,.11111,.43958],74:[0,.68333,.09618,.16667,.55451],75:[0,.68333,.07153,.05556,.84931],76:[0,.68333,0,.02778,.68056],77:[0,.68333,.10903,.08334,.97014],78:[0,.68333,.10903,.08334,.80347],79:[0,.68333,.02778,.08334,.76278],80:[0,.68333,.13889,.08334,.64201],81:[.19444,.68333,0,.08334,.79056],82:[0,.68333,.00773,.08334,.75929],83:[0,.68333,.05764,.08334,.6132],84:[0,.68333,.13889,.08334,.58438],85:[0,.68333,.10903,.02778,.68278],86:[0,.68333,.22222,0,.58333],87:[0,.68333,.13889,0,.94445],88:[0,.68333,.07847,.08334,.82847],89:[0,.68333,.22222,0,.58056],90:[0,.68333,.07153,.08334,.68264],97:[0,.43056,0,0,.52859],98:[0,.69444,0,0,.42917],99:[0,.43056,0,.05556,.43276],100:[0,.69444,0,.16667,.52049],101:[0,.43056,0,.05556,.46563],102:[.19444,.69444,.10764,.16667,.48959],103:[.19444,.43056,.03588,.02778,.47697],104:[0,.69444,0,0,.57616],105:[0,.65952,0,0,.34451],106:[.19444,.65952,.05724,0,.41181],107:[0,.69444,.03148,0,.5206],108:[0,.69444,.01968,.08334,.29838],109:[0,.43056,0,0,.87801],110:[0,.43056,0,0,.60023],111:[0,.43056,0,.05556,.48472],112:[.19444,.43056,0,.08334,.50313],113:[.19444,.43056,.03588,.08334,.44641],114:[0,.43056,.02778,.05556,.45116],115:[0,.43056,0,.05556,.46875],116:[0,.61508,0,.08334,.36111],117:[0,.43056,0,.02778,.57246],118:[0,.43056,.03588,.02778,.48472],119:[0,.43056,.02691,.08334,.71592],120:[0,.43056,0,.02778,.57153],121:[.19444,.43056,.03588,.05556,.49028],122:[0,.43056,.04398,.05556,.46505],160:[0,0,0,0,.25],915:[0,.68333,.13889,.08334,.61528],916:[0,.68333,0,.16667,.83334],920:[0,.68333,.02778,.08334,.76278],923:[0,.68333,0,.16667,.69445],926:[0,.68333,.07569,.08334,.74236],928:[0,.68333,.08125,.05556,.83125],931:[0,.68333,.05764,.08334,.77986],933:[0,.68333,.13889,.05556,.58333],934:[0,.68333,0,.08334,.66667],936:[0,.68333,.11,.05556,.61222],937:[0,.68333,.05017,.08334,.7724],945:[0,.43056,.0037,.02778,.6397],946:[.19444,.69444,.05278,.08334,.56563],947:[.19444,.43056,.05556,0,.51773],948:[0,.69444,.03785,.05556,.44444],949:[0,.43056,0,.08334,.46632],950:[.19444,.69444,.07378,.08334,.4375],951:[.19444,.43056,.03588,.05556,.49653],952:[0,.69444,.02778,.08334,.46944],953:[0,.43056,0,.05556,.35394],954:[0,.43056,0,0,.57616],955:[0,.69444,0,0,.58334],956:[.19444,.43056,0,.02778,.60255],957:[0,.43056,.06366,.02778,.49398],958:[.19444,.69444,.04601,.11111,.4375],959:[0,.43056,0,.05556,.48472],960:[0,.43056,.03588,0,.57003],961:[.19444,.43056,0,.08334,.51702],962:[.09722,.43056,.07986,.08334,.36285],963:[0,.43056,.03588,0,.57141],964:[0,.43056,.1132,.02778,.43715],965:[0,.43056,.03588,.02778,.54028],966:[.19444,.43056,0,.08334,.65417],967:[.19444,.43056,0,.05556,.62569],968:[.19444,.69444,.03588,.11111,.65139],969:[0,.43056,.03588,0,.62245],977:[0,.69444,0,.08334,.59144],981:[.19444,.69444,0,.08334,.59583],982:[0,.43056,.02778,0,.82813],1009:[.19444,.43056,0,.08334,.51702],1013:[0,.43056,0,.05556,.4059],57649:[0,.43056,0,.02778,.32246],57911:[.19444,.43056,0,.08334,.38403]},"SansSerif-Bold":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.36667],34:[0,.69444,0,0,.55834],35:[.19444,.69444,0,0,.91667],36:[.05556,.75,0,0,.55],37:[.05556,.75,0,0,1.02912],38:[0,.69444,0,0,.83056],39:[0,.69444,0,0,.30556],40:[.25,.75,0,0,.42778],41:[.25,.75,0,0,.42778],42:[0,.75,0,0,.55],43:[.11667,.61667,0,0,.85556],44:[.10556,.13056,0,0,.30556],45:[0,.45833,0,0,.36667],46:[0,.13056,0,0,.30556],47:[.25,.75,0,0,.55],48:[0,.69444,0,0,.55],49:[0,.69444,0,0,.55],50:[0,.69444,0,0,.55],51:[0,.69444,0,0,.55],52:[0,.69444,0,0,.55],53:[0,.69444,0,0,.55],54:[0,.69444,0,0,.55],55:[0,.69444,0,0,.55],56:[0,.69444,0,0,.55],57:[0,.69444,0,0,.55],58:[0,.45833,0,0,.30556],59:[.10556,.45833,0,0,.30556],61:[-.09375,.40625,0,0,.85556],63:[0,.69444,0,0,.51945],64:[0,.69444,0,0,.73334],65:[0,.69444,0,0,.73334],66:[0,.69444,0,0,.73334],67:[0,.69444,0,0,.70278],68:[0,.69444,0,0,.79445],69:[0,.69444,0,0,.64167],70:[0,.69444,0,0,.61111],71:[0,.69444,0,0,.73334],72:[0,.69444,0,0,.79445],73:[0,.69444,0,0,.33056],74:[0,.69444,0,0,.51945],75:[0,.69444,0,0,.76389],76:[0,.69444,0,0,.58056],77:[0,.69444,0,0,.97778],78:[0,.69444,0,0,.79445],79:[0,.69444,0,0,.79445],80:[0,.69444,0,0,.70278],81:[.10556,.69444,0,0,.79445],82:[0,.69444,0,0,.70278],83:[0,.69444,0,0,.61111],84:[0,.69444,0,0,.73334],85:[0,.69444,0,0,.76389],86:[0,.69444,.01528,0,.73334],87:[0,.69444,.01528,0,1.03889],88:[0,.69444,0,0,.73334],89:[0,.69444,.0275,0,.73334],90:[0,.69444,0,0,.67223],91:[.25,.75,0,0,.34306],93:[.25,.75,0,0,.34306],94:[0,.69444,0,0,.55],95:[.35,.10833,.03056,0,.55],97:[0,.45833,0,0,.525],98:[0,.69444,0,0,.56111],99:[0,.45833,0,0,.48889],100:[0,.69444,0,0,.56111],101:[0,.45833,0,0,.51111],102:[0,.69444,.07639,0,.33611],103:[.19444,.45833,.01528,0,.55],104:[0,.69444,0,0,.56111],105:[0,.69444,0,0,.25556],106:[.19444,.69444,0,0,.28611],107:[0,.69444,0,0,.53056],108:[0,.69444,0,0,.25556],109:[0,.45833,0,0,.86667],110:[0,.45833,0,0,.56111],111:[0,.45833,0,0,.55],112:[.19444,.45833,0,0,.56111],113:[.19444,.45833,0,0,.56111],114:[0,.45833,.01528,0,.37222],115:[0,.45833,0,0,.42167],116:[0,.58929,0,0,.40417],117:[0,.45833,0,0,.56111],118:[0,.45833,.01528,0,.5],119:[0,.45833,.01528,0,.74445],120:[0,.45833,0,0,.5],121:[.19444,.45833,.01528,0,.5],122:[0,.45833,0,0,.47639],126:[.35,.34444,0,0,.55],160:[0,0,0,0,.25],168:[0,.69444,0,0,.55],176:[0,.69444,0,0,.73334],180:[0,.69444,0,0,.55],184:[.17014,0,0,0,.48889],305:[0,.45833,0,0,.25556],567:[.19444,.45833,0,0,.28611],710:[0,.69444,0,0,.55],711:[0,.63542,0,0,.55],713:[0,.63778,0,0,.55],728:[0,.69444,0,0,.55],729:[0,.69444,0,0,.30556],730:[0,.69444,0,0,.73334],732:[0,.69444,0,0,.55],733:[0,.69444,0,0,.55],915:[0,.69444,0,0,.58056],916:[0,.69444,0,0,.91667],920:[0,.69444,0,0,.85556],923:[0,.69444,0,0,.67223],926:[0,.69444,0,0,.73334],928:[0,.69444,0,0,.79445],931:[0,.69444,0,0,.79445],933:[0,.69444,0,0,.85556],934:[0,.69444,0,0,.79445],936:[0,.69444,0,0,.85556],937:[0,.69444,0,0,.79445],8211:[0,.45833,.03056,0,.55],8212:[0,.45833,.03056,0,1.10001],8216:[0,.69444,0,0,.30556],8217:[0,.69444,0,0,.30556],8220:[0,.69444,0,0,.55834],8221:[0,.69444,0,0,.55834]},"SansSerif-Italic":{32:[0,0,0,0,.25],33:[0,.69444,.05733,0,.31945],34:[0,.69444,.00316,0,.5],35:[.19444,.69444,.05087,0,.83334],36:[.05556,.75,.11156,0,.5],37:[.05556,.75,.03126,0,.83334],38:[0,.69444,.03058,0,.75834],39:[0,.69444,.07816,0,.27778],40:[.25,.75,.13164,0,.38889],41:[.25,.75,.02536,0,.38889],42:[0,.75,.11775,0,.5],43:[.08333,.58333,.02536,0,.77778],44:[.125,.08333,0,0,.27778],45:[0,.44444,.01946,0,.33333],46:[0,.08333,0,0,.27778],47:[.25,.75,.13164,0,.5],48:[0,.65556,.11156,0,.5],49:[0,.65556,.11156,0,.5],50:[0,.65556,.11156,0,.5],51:[0,.65556,.11156,0,.5],52:[0,.65556,.11156,0,.5],53:[0,.65556,.11156,0,.5],54:[0,.65556,.11156,0,.5],55:[0,.65556,.11156,0,.5],56:[0,.65556,.11156,0,.5],57:[0,.65556,.11156,0,.5],58:[0,.44444,.02502,0,.27778],59:[.125,.44444,.02502,0,.27778],61:[-.13,.37,.05087,0,.77778],63:[0,.69444,.11809,0,.47222],64:[0,.69444,.07555,0,.66667],65:[0,.69444,0,0,.66667],66:[0,.69444,.08293,0,.66667],67:[0,.69444,.11983,0,.63889],68:[0,.69444,.07555,0,.72223],69:[0,.69444,.11983,0,.59722],70:[0,.69444,.13372,0,.56945],71:[0,.69444,.11983,0,.66667],72:[0,.69444,.08094,0,.70834],73:[0,.69444,.13372,0,.27778],74:[0,.69444,.08094,0,.47222],75:[0,.69444,.11983,0,.69445],76:[0,.69444,0,0,.54167],77:[0,.69444,.08094,0,.875],78:[0,.69444,.08094,0,.70834],79:[0,.69444,.07555,0,.73611],80:[0,.69444,.08293,0,.63889],81:[.125,.69444,.07555,0,.73611],82:[0,.69444,.08293,0,.64584],83:[0,.69444,.09205,0,.55556],84:[0,.69444,.13372,0,.68056],85:[0,.69444,.08094,0,.6875],86:[0,.69444,.1615,0,.66667],87:[0,.69444,.1615,0,.94445],88:[0,.69444,.13372,0,.66667],89:[0,.69444,.17261,0,.66667],90:[0,.69444,.11983,0,.61111],91:[.25,.75,.15942,0,.28889],93:[.25,.75,.08719,0,.28889],94:[0,.69444,.0799,0,.5],95:[.35,.09444,.08616,0,.5],97:[0,.44444,.00981,0,.48056],98:[0,.69444,.03057,0,.51667],99:[0,.44444,.08336,0,.44445],100:[0,.69444,.09483,0,.51667],101:[0,.44444,.06778,0,.44445],102:[0,.69444,.21705,0,.30556],103:[.19444,.44444,.10836,0,.5],104:[0,.69444,.01778,0,.51667],105:[0,.67937,.09718,0,.23889],106:[.19444,.67937,.09162,0,.26667],107:[0,.69444,.08336,0,.48889],108:[0,.69444,.09483,0,.23889],109:[0,.44444,.01778,0,.79445],110:[0,.44444,.01778,0,.51667],111:[0,.44444,.06613,0,.5],112:[.19444,.44444,.0389,0,.51667],113:[.19444,.44444,.04169,0,.51667],114:[0,.44444,.10836,0,.34167],115:[0,.44444,.0778,0,.38333],116:[0,.57143,.07225,0,.36111],117:[0,.44444,.04169,0,.51667],118:[0,.44444,.10836,0,.46111],119:[0,.44444,.10836,0,.68334],120:[0,.44444,.09169,0,.46111],121:[.19444,.44444,.10836,0,.46111],122:[0,.44444,.08752,0,.43472],126:[.35,.32659,.08826,0,.5],160:[0,0,0,0,.25],168:[0,.67937,.06385,0,.5],176:[0,.69444,0,0,.73752],184:[.17014,0,0,0,.44445],305:[0,.44444,.04169,0,.23889],567:[.19444,.44444,.04169,0,.26667],710:[0,.69444,.0799,0,.5],711:[0,.63194,.08432,0,.5],713:[0,.60889,.08776,0,.5],714:[0,.69444,.09205,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,.09483,0,.5],729:[0,.67937,.07774,0,.27778],730:[0,.69444,0,0,.73752],732:[0,.67659,.08826,0,.5],733:[0,.69444,.09205,0,.5],915:[0,.69444,.13372,0,.54167],916:[0,.69444,0,0,.83334],920:[0,.69444,.07555,0,.77778],923:[0,.69444,0,0,.61111],926:[0,.69444,.12816,0,.66667],928:[0,.69444,.08094,0,.70834],931:[0,.69444,.11983,0,.72222],933:[0,.69444,.09031,0,.77778],934:[0,.69444,.04603,0,.72222],936:[0,.69444,.09031,0,.77778],937:[0,.69444,.08293,0,.72222],8211:[0,.44444,.08616,0,.5],8212:[0,.44444,.08616,0,1],8216:[0,.69444,.07816,0,.27778],8217:[0,.69444,.07816,0,.27778],8220:[0,.69444,.14205,0,.5],8221:[0,.69444,.00316,0,.5]},"SansSerif-Regular":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.31945],34:[0,.69444,0,0,.5],35:[.19444,.69444,0,0,.83334],36:[.05556,.75,0,0,.5],37:[.05556,.75,0,0,.83334],38:[0,.69444,0,0,.75834],39:[0,.69444,0,0,.27778],40:[.25,.75,0,0,.38889],41:[.25,.75,0,0,.38889],42:[0,.75,0,0,.5],43:[.08333,.58333,0,0,.77778],44:[.125,.08333,0,0,.27778],45:[0,.44444,0,0,.33333],46:[0,.08333,0,0,.27778],47:[.25,.75,0,0,.5],48:[0,.65556,0,0,.5],49:[0,.65556,0,0,.5],50:[0,.65556,0,0,.5],51:[0,.65556,0,0,.5],52:[0,.65556,0,0,.5],53:[0,.65556,0,0,.5],54:[0,.65556,0,0,.5],55:[0,.65556,0,0,.5],56:[0,.65556,0,0,.5],57:[0,.65556,0,0,.5],58:[0,.44444,0,0,.27778],59:[.125,.44444,0,0,.27778],61:[-.13,.37,0,0,.77778],63:[0,.69444,0,0,.47222],64:[0,.69444,0,0,.66667],65:[0,.69444,0,0,.66667],66:[0,.69444,0,0,.66667],67:[0,.69444,0,0,.63889],68:[0,.69444,0,0,.72223],69:[0,.69444,0,0,.59722],70:[0,.69444,0,0,.56945],71:[0,.69444,0,0,.66667],72:[0,.69444,0,0,.70834],73:[0,.69444,0,0,.27778],74:[0,.69444,0,0,.47222],75:[0,.69444,0,0,.69445],76:[0,.69444,0,0,.54167],77:[0,.69444,0,0,.875],78:[0,.69444,0,0,.70834],79:[0,.69444,0,0,.73611],80:[0,.69444,0,0,.63889],81:[.125,.69444,0,0,.73611],82:[0,.69444,0,0,.64584],83:[0,.69444,0,0,.55556],84:[0,.69444,0,0,.68056],85:[0,.69444,0,0,.6875],86:[0,.69444,.01389,0,.66667],87:[0,.69444,.01389,0,.94445],88:[0,.69444,0,0,.66667],89:[0,.69444,.025,0,.66667],90:[0,.69444,0,0,.61111],91:[.25,.75,0,0,.28889],93:[.25,.75,0,0,.28889],94:[0,.69444,0,0,.5],95:[.35,.09444,.02778,0,.5],97:[0,.44444,0,0,.48056],98:[0,.69444,0,0,.51667],99:[0,.44444,0,0,.44445],100:[0,.69444,0,0,.51667],101:[0,.44444,0,0,.44445],102:[0,.69444,.06944,0,.30556],103:[.19444,.44444,.01389,0,.5],104:[0,.69444,0,0,.51667],105:[0,.67937,0,0,.23889],106:[.19444,.67937,0,0,.26667],107:[0,.69444,0,0,.48889],108:[0,.69444,0,0,.23889],109:[0,.44444,0,0,.79445],110:[0,.44444,0,0,.51667],111:[0,.44444,0,0,.5],112:[.19444,.44444,0,0,.51667],113:[.19444,.44444,0,0,.51667],114:[0,.44444,.01389,0,.34167],115:[0,.44444,0,0,.38333],116:[0,.57143,0,0,.36111],117:[0,.44444,0,0,.51667],118:[0,.44444,.01389,0,.46111],119:[0,.44444,.01389,0,.68334],120:[0,.44444,0,0,.46111],121:[.19444,.44444,.01389,0,.46111],122:[0,.44444,0,0,.43472],126:[.35,.32659,0,0,.5],160:[0,0,0,0,.25],168:[0,.67937,0,0,.5],176:[0,.69444,0,0,.66667],184:[.17014,0,0,0,.44445],305:[0,.44444,0,0,.23889],567:[.19444,.44444,0,0,.26667],710:[0,.69444,0,0,.5],711:[0,.63194,0,0,.5],713:[0,.60889,0,0,.5],714:[0,.69444,0,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,0,0,.5],729:[0,.67937,0,0,.27778],730:[0,.69444,0,0,.66667],732:[0,.67659,0,0,.5],733:[0,.69444,0,0,.5],915:[0,.69444,0,0,.54167],916:[0,.69444,0,0,.83334],920:[0,.69444,0,0,.77778],923:[0,.69444,0,0,.61111],926:[0,.69444,0,0,.66667],928:[0,.69444,0,0,.70834],931:[0,.69444,0,0,.72222],933:[0,.69444,0,0,.77778],934:[0,.69444,0,0,.72222],936:[0,.69444,0,0,.77778],937:[0,.69444,0,0,.72222],8211:[0,.44444,.02778,0,.5],8212:[0,.44444,.02778,0,1],8216:[0,.69444,0,0,.27778],8217:[0,.69444,0,0,.27778],8220:[0,.69444,0,0,.5],8221:[0,.69444,0,0,.5]},"Script-Regular":{32:[0,0,0,0,.25],65:[0,.7,.22925,0,.80253],66:[0,.7,.04087,0,.90757],67:[0,.7,.1689,0,.66619],68:[0,.7,.09371,0,.77443],69:[0,.7,.18583,0,.56162],70:[0,.7,.13634,0,.89544],71:[0,.7,.17322,0,.60961],72:[0,.7,.29694,0,.96919],73:[0,.7,.19189,0,.80907],74:[.27778,.7,.19189,0,1.05159],75:[0,.7,.31259,0,.91364],76:[0,.7,.19189,0,.87373],77:[0,.7,.15981,0,1.08031],78:[0,.7,.3525,0,.9015],79:[0,.7,.08078,0,.73787],80:[0,.7,.08078,0,1.01262],81:[0,.7,.03305,0,.88282],82:[0,.7,.06259,0,.85],83:[0,.7,.19189,0,.86767],84:[0,.7,.29087,0,.74697],85:[0,.7,.25815,0,.79996],86:[0,.7,.27523,0,.62204],87:[0,.7,.27523,0,.80532],88:[0,.7,.26006,0,.94445],89:[0,.7,.2939,0,.70961],90:[0,.7,.24037,0,.8212],160:[0,0,0,0,.25]},"Size1-Regular":{32:[0,0,0,0,.25],40:[.35001,.85,0,0,.45834],41:[.35001,.85,0,0,.45834],47:[.35001,.85,0,0,.57778],91:[.35001,.85,0,0,.41667],92:[.35001,.85,0,0,.57778],93:[.35001,.85,0,0,.41667],123:[.35001,.85,0,0,.58334],125:[.35001,.85,0,0,.58334],160:[0,0,0,0,.25],710:[0,.72222,0,0,.55556],732:[0,.72222,0,0,.55556],770:[0,.72222,0,0,.55556],771:[0,.72222,0,0,.55556],8214:[-99e-5,.601,0,0,.77778],8593:[1e-5,.6,0,0,.66667],8595:[1e-5,.6,0,0,.66667],8657:[1e-5,.6,0,0,.77778],8659:[1e-5,.6,0,0,.77778],8719:[.25001,.75,0,0,.94445],8720:[.25001,.75,0,0,.94445],8721:[.25001,.75,0,0,1.05556],8730:[.35001,.85,0,0,1],8739:[-.00599,.606,0,0,.33333],8741:[-.00599,.606,0,0,.55556],8747:[.30612,.805,.19445,0,.47222],8748:[.306,.805,.19445,0,.47222],8749:[.306,.805,.19445,0,.47222],8750:[.30612,.805,.19445,0,.47222],8896:[.25001,.75,0,0,.83334],8897:[.25001,.75,0,0,.83334],8898:[.25001,.75,0,0,.83334],8899:[.25001,.75,0,0,.83334],8968:[.35001,.85,0,0,.47222],8969:[.35001,.85,0,0,.47222],8970:[.35001,.85,0,0,.47222],8971:[.35001,.85,0,0,.47222],9168:[-99e-5,.601,0,0,.66667],10216:[.35001,.85,0,0,.47222],10217:[.35001,.85,0,0,.47222],10752:[.25001,.75,0,0,1.11111],10753:[.25001,.75,0,0,1.11111],10754:[.25001,.75,0,0,1.11111],10756:[.25001,.75,0,0,.83334],10758:[.25001,.75,0,0,.83334]},"Size2-Regular":{32:[0,0,0,0,.25],40:[.65002,1.15,0,0,.59722],41:[.65002,1.15,0,0,.59722],47:[.65002,1.15,0,0,.81111],91:[.65002,1.15,0,0,.47222],92:[.65002,1.15,0,0,.81111],93:[.65002,1.15,0,0,.47222],123:[.65002,1.15,0,0,.66667],125:[.65002,1.15,0,0,.66667],160:[0,0,0,0,.25],710:[0,.75,0,0,1],732:[0,.75,0,0,1],770:[0,.75,0,0,1],771:[0,.75,0,0,1],8719:[.55001,1.05,0,0,1.27778],8720:[.55001,1.05,0,0,1.27778],8721:[.55001,1.05,0,0,1.44445],8730:[.65002,1.15,0,0,1],8747:[.86225,1.36,.44445,0,.55556],8748:[.862,1.36,.44445,0,.55556],8749:[.862,1.36,.44445,0,.55556],8750:[.86225,1.36,.44445,0,.55556],8896:[.55001,1.05,0,0,1.11111],8897:[.55001,1.05,0,0,1.11111],8898:[.55001,1.05,0,0,1.11111],8899:[.55001,1.05,0,0,1.11111],8968:[.65002,1.15,0,0,.52778],8969:[.65002,1.15,0,0,.52778],8970:[.65002,1.15,0,0,.52778],8971:[.65002,1.15,0,0,.52778],10216:[.65002,1.15,0,0,.61111],10217:[.65002,1.15,0,0,.61111],10752:[.55001,1.05,0,0,1.51112],10753:[.55001,1.05,0,0,1.51112],10754:[.55001,1.05,0,0,1.51112],10756:[.55001,1.05,0,0,1.11111],10758:[.55001,1.05,0,0,1.11111]},"Size3-Regular":{32:[0,0,0,0,.25],40:[.95003,1.45,0,0,.73611],41:[.95003,1.45,0,0,.73611],47:[.95003,1.45,0,0,1.04445],91:[.95003,1.45,0,0,.52778],92:[.95003,1.45,0,0,1.04445],93:[.95003,1.45,0,0,.52778],123:[.95003,1.45,0,0,.75],125:[.95003,1.45,0,0,.75],160:[0,0,0,0,.25],710:[0,.75,0,0,1.44445],732:[0,.75,0,0,1.44445],770:[0,.75,0,0,1.44445],771:[0,.75,0,0,1.44445],8730:[.95003,1.45,0,0,1],8968:[.95003,1.45,0,0,.58334],8969:[.95003,1.45,0,0,.58334],8970:[.95003,1.45,0,0,.58334],8971:[.95003,1.45,0,0,.58334],10216:[.95003,1.45,0,0,.75],10217:[.95003,1.45,0,0,.75]},"Size4-Regular":{32:[0,0,0,0,.25],40:[1.25003,1.75,0,0,.79167],41:[1.25003,1.75,0,0,.79167],47:[1.25003,1.75,0,0,1.27778],91:[1.25003,1.75,0,0,.58334],92:[1.25003,1.75,0,0,1.27778],93:[1.25003,1.75,0,0,.58334],123:[1.25003,1.75,0,0,.80556],125:[1.25003,1.75,0,0,.80556],160:[0,0,0,0,.25],710:[0,.825,0,0,1.8889],732:[0,.825,0,0,1.8889],770:[0,.825,0,0,1.8889],771:[0,.825,0,0,1.8889],8730:[1.25003,1.75,0,0,1],8968:[1.25003,1.75,0,0,.63889],8969:[1.25003,1.75,0,0,.63889],8970:[1.25003,1.75,0,0,.63889],8971:[1.25003,1.75,0,0,.63889],9115:[.64502,1.155,0,0,.875],9116:[1e-5,.6,0,0,.875],9117:[.64502,1.155,0,0,.875],9118:[.64502,1.155,0,0,.875],9119:[1e-5,.6,0,0,.875],9120:[.64502,1.155,0,0,.875],9121:[.64502,1.155,0,0,.66667],9122:[-99e-5,.601,0,0,.66667],9123:[.64502,1.155,0,0,.66667],9124:[.64502,1.155,0,0,.66667],9125:[-99e-5,.601,0,0,.66667],9126:[.64502,1.155,0,0,.66667],9127:[1e-5,.9,0,0,.88889],9128:[.65002,1.15,0,0,.88889],9129:[.90001,0,0,0,.88889],9130:[0,.3,0,0,.88889],9131:[1e-5,.9,0,0,.88889],9132:[.65002,1.15,0,0,.88889],9133:[.90001,0,0,0,.88889],9143:[.88502,.915,0,0,1.05556],10216:[1.25003,1.75,0,0,.80556],10217:[1.25003,1.75,0,0,.80556],57344:[-.00499,.605,0,0,1.05556],57345:[-.00499,.605,0,0,1.05556],57680:[0,.12,0,0,.45],57681:[0,.12,0,0,.45],57682:[0,.12,0,0,.45],57683:[0,.12,0,0,.45]},"Typewriter-Regular":{32:[0,0,0,0,.525],33:[0,.61111,0,0,.525],34:[0,.61111,0,0,.525],35:[0,.61111,0,0,.525],36:[.08333,.69444,0,0,.525],37:[.08333,.69444,0,0,.525],38:[0,.61111,0,0,.525],39:[0,.61111,0,0,.525],40:[.08333,.69444,0,0,.525],41:[.08333,.69444,0,0,.525],42:[0,.52083,0,0,.525],43:[-.08056,.53055,0,0,.525],44:[.13889,.125,0,0,.525],45:[-.08056,.53055,0,0,.525],46:[0,.125,0,0,.525],47:[.08333,.69444,0,0,.525],48:[0,.61111,0,0,.525],49:[0,.61111,0,0,.525],50:[0,.61111,0,0,.525],51:[0,.61111,0,0,.525],52:[0,.61111,0,0,.525],53:[0,.61111,0,0,.525],54:[0,.61111,0,0,.525],55:[0,.61111,0,0,.525],56:[0,.61111,0,0,.525],57:[0,.61111,0,0,.525],58:[0,.43056,0,0,.525],59:[.13889,.43056,0,0,.525],60:[-.05556,.55556,0,0,.525],61:[-.19549,.41562,0,0,.525],62:[-.05556,.55556,0,0,.525],63:[0,.61111,0,0,.525],64:[0,.61111,0,0,.525],65:[0,.61111,0,0,.525],66:[0,.61111,0,0,.525],67:[0,.61111,0,0,.525],68:[0,.61111,0,0,.525],69:[0,.61111,0,0,.525],70:[0,.61111,0,0,.525],71:[0,.61111,0,0,.525],72:[0,.61111,0,0,.525],73:[0,.61111,0,0,.525],74:[0,.61111,0,0,.525],75:[0,.61111,0,0,.525],76:[0,.61111,0,0,.525],77:[0,.61111,0,0,.525],78:[0,.61111,0,0,.525],79:[0,.61111,0,0,.525],80:[0,.61111,0,0,.525],81:[.13889,.61111,0,0,.525],82:[0,.61111,0,0,.525],83:[0,.61111,0,0,.525],84:[0,.61111,0,0,.525],85:[0,.61111,0,0,.525],86:[0,.61111,0,0,.525],87:[0,.61111,0,0,.525],88:[0,.61111,0,0,.525],89:[0,.61111,0,0,.525],90:[0,.61111,0,0,.525],91:[.08333,.69444,0,0,.525],92:[.08333,.69444,0,0,.525],93:[.08333,.69444,0,0,.525],94:[0,.61111,0,0,.525],95:[.09514,0,0,0,.525],96:[0,.61111,0,0,.525],97:[0,.43056,0,0,.525],98:[0,.61111,0,0,.525],99:[0,.43056,0,0,.525],100:[0,.61111,0,0,.525],101:[0,.43056,0,0,.525],102:[0,.61111,0,0,.525],103:[.22222,.43056,0,0,.525],104:[0,.61111,0,0,.525],105:[0,.61111,0,0,.525],106:[.22222,.61111,0,0,.525],107:[0,.61111,0,0,.525],108:[0,.61111,0,0,.525],109:[0,.43056,0,0,.525],110:[0,.43056,0,0,.525],111:[0,.43056,0,0,.525],112:[.22222,.43056,0,0,.525],113:[.22222,.43056,0,0,.525],114:[0,.43056,0,0,.525],115:[0,.43056,0,0,.525],116:[0,.55358,0,0,.525],117:[0,.43056,0,0,.525],118:[0,.43056,0,0,.525],119:[0,.43056,0,0,.525],120:[0,.43056,0,0,.525],121:[.22222,.43056,0,0,.525],122:[0,.43056,0,0,.525],123:[.08333,.69444,0,0,.525],124:[.08333,.69444,0,0,.525],125:[.08333,.69444,0,0,.525],126:[0,.61111,0,0,.525],127:[0,.61111,0,0,.525],160:[0,0,0,0,.525],176:[0,.61111,0,0,.525],184:[.19445,0,0,0,.525],305:[0,.43056,0,0,.525],567:[.22222,.43056,0,0,.525],711:[0,.56597,0,0,.525],713:[0,.56555,0,0,.525],714:[0,.61111,0,0,.525],715:[0,.61111,0,0,.525],728:[0,.61111,0,0,.525],730:[0,.61111,0,0,.525],770:[0,.61111,0,0,.525],771:[0,.61111,0,0,.525],776:[0,.61111,0,0,.525],915:[0,.61111,0,0,.525],916:[0,.61111,0,0,.525],920:[0,.61111,0,0,.525],923:[0,.61111,0,0,.525],926:[0,.61111,0,0,.525],928:[0,.61111,0,0,.525],931:[0,.61111,0,0,.525],933:[0,.61111,0,0,.525],934:[0,.61111,0,0,.525],936:[0,.61111,0,0,.525],937:[0,.61111,0,0,.525],8216:[0,.61111,0,0,.525],8217:[0,.61111,0,0,.525],8242:[0,.61111,0,0,.525],9251:[.11111,.21944,0,0,.525]}},B={slant:[.25,.25,.25],space:[0,0,0],stretch:[0,0,0],shrink:[0,0,0],xHeight:[.431,.431,.431],quad:[1,1.171,1.472],extraSpace:[0,0,0],num1:[.677,.732,.925],num2:[.394,.384,.387],num3:[.444,.471,.504],denom1:[.686,.752,1.025],denom2:[.345,.344,.532],sup1:[.413,.503,.504],sup2:[.363,.431,.404],sup3:[.289,.286,.294],sub1:[.15,.143,.2],sub2:[.247,.286,.4],supDrop:[.386,.353,.494],subDrop:[.05,.071,.1],delim1:[2.39,1.7,1.98],delim2:[1.01,1.157,1.42],axisHeight:[.25,.25,.25],defaultRuleThickness:[.04,.049,.049],bigOpSpacing1:[.111,.111,.111],bigOpSpacing2:[.166,.166,.166],bigOpSpacing3:[.2,.2,.2],bigOpSpacing4:[.6,.611,.611],bigOpSpacing5:[.1,.143,.143],sqrtRuleThickness:[.04,.04,.04],ptPerEm:[10,10,10],doubleRuleSep:[.2,.2,.2],arrayRuleWidth:[.04,.04,.04],fboxsep:[.3,.3,.3],fboxrule:[.04,.04,.04]},C={"\xc5":"A","\xd0":"D","\xde":"o","\xe5":"a","\xf0":"d","\xfe":"o","\u0410":"A","\u0411":"B","\u0412":"B","\u0413":"F","\u0414":"A","\u0415":"E","\u0416":"K","\u0417":"3","\u0418":"N","\u0419":"N","\u041a":"K","\u041b":"N","\u041c":"M","\u041d":"H","\u041e":"O","\u041f":"N","\u0420":"P","\u0421":"C","\u0422":"T","\u0423":"y","\u0424":"O","\u0425":"X","\u0426":"U","\u0427":"h","\u0428":"W","\u0429":"W","\u042a":"B","\u042b":"X","\u042c":"B","\u042d":"3","\u042e":"X","\u042f":"R","\u0430":"a","\u0431":"b","\u0432":"a","\u0433":"r","\u0434":"y","\u0435":"e","\u0436":"m","\u0437":"e","\u0438":"n","\u0439":"n","\u043a":"n","\u043b":"n","\u043c":"m","\u043d":"n","\u043e":"o","\u043f":"n","\u0440":"p","\u0441":"c","\u0442":"o","\u0443":"y","\u0444":"b","\u0445":"x","\u0446":"n","\u0447":"n","\u0448":"w","\u0449":"w","\u044a":"a","\u044b":"m","\u044c":"a","\u044d":"e","\u044e":"m","\u044f":"r"};function q(e,t,r){if(!T[t])throw new Error("Font metrics not found for font: "+t+".");var n=e.charCodeAt(0),a=T[t][n];if(!a&&e[0]in C&&(n=C[e[0]].charCodeAt(0),a=T[t][n]),a||"text"!==r||S(n)&&(a=T[t][77]),a)return{depth:a[0],height:a[1],italic:a[2],skew:a[3],width:a[4]}}var N={};var I=[[1,1,1],[2,1,1],[3,1,1],[4,2,1],[5,2,1],[6,3,1],[7,4,2],[8,6,3],[9,7,6],[10,8,7],[11,10,9]],R=[.5,.6,.7,.8,.9,1,1.2,1.44,1.728,2.074,2.488],O=function(e,t){return t.size<2?e:I[e-1][t.size-1]},H=function(){function e(t){this.style=void 0,this.color=void 0,this.size=void 0,this.textSize=void 0,this.phantom=void 0,this.font=void 0,this.fontFamily=void 0,this.fontWeight=void 0,this.fontShape=void 0,this.sizeMultiplier=void 0,this.maxSize=void 0,this.minRuleThickness=void 0,this._fontMetrics=void 0,this.style=t.style,this.color=t.color,this.size=t.size||e.BASESIZE,this.textSize=t.textSize||this.size,this.phantom=!!t.phantom,this.font=t.font||"",this.fontFamily=t.fontFamily||"",this.fontWeight=t.fontWeight||"",this.fontShape=t.fontShape||"",this.sizeMultiplier=R[this.size-1],this.maxSize=t.maxSize,this.minRuleThickness=t.minRuleThickness,this._fontMetrics=void 0}var t=e.prototype;return t.extend=function(t){var r={style:this.style,size:this.size,textSize:this.textSize,color:this.color,phantom:this.phantom,font:this.font,fontFamily:this.fontFamily,fontWeight:this.fontWeight,fontShape:this.fontShape,maxSize:this.maxSize,minRuleThickness:this.minRuleThickness};for(var n in t)t.hasOwnProperty(n)&&(r[n]=t[n]);return new e(r)},t.havingStyle=function(e){return this.style===e?this:this.extend({style:e,size:O(this.textSize,e)})},t.havingCrampedStyle=function(){return this.havingStyle(this.style.cramp())},t.havingSize=function(e){return this.size===e&&this.textSize===e?this:this.extend({style:this.style.text(),size:e,textSize:e,sizeMultiplier:R[e-1]})},t.havingBaseStyle=function(t){t=t||this.style.text();var r=O(e.BASESIZE,t);return this.size===r&&this.textSize===e.BASESIZE&&this.style===t?this:this.extend({style:t,size:r})},t.havingBaseSizing=function(){var e;switch(this.style.id){case 4:case 5:e=3;break;case 6:case 7:e=1;break;default:e=6}return this.extend({style:this.style.text(),size:e})},t.withColor=function(e){return this.extend({color:e})},t.withPhantom=function(){return this.extend({phantom:!0})},t.withFont=function(e){return this.extend({font:e})},t.withTextFontFamily=function(e){return this.extend({fontFamily:e,font:""})},t.withTextFontWeight=function(e){return this.extend({fontWeight:e,font:""})},t.withTextFontShape=function(e){return this.extend({fontShape:e,font:""})},t.sizingClasses=function(e){return e.size!==this.size?["sizing","reset-size"+e.size,"size"+this.size]:[]},t.baseSizingClasses=function(){return this.size!==e.BASESIZE?["sizing","reset-size"+this.size,"size"+e.BASESIZE]:[]},t.fontMetrics=function(){return this._fontMetrics||(this._fontMetrics=function(e){var t;if(!N[t=e>=5?0:e>=3?1:2]){var r=N[t]={cssEmPerMu:B.quad[t]/18};for(var n in B)B.hasOwnProperty(n)&&(r[n]=B[n][t])}return N[t]}(this.size)),this._fontMetrics},t.getColor=function(){return this.phantom?"transparent":this.color},e}();H.BASESIZE=6;var E=H,L={pt:1,mm:7227/2540,cm:7227/254,in:72.27,bp:1.00375,pc:12,dd:1238/1157,cc:14856/1157,nd:685/642,nc:1370/107,sp:1/65536,px:1.00375},D={ex:!0,em:!0,mu:!0},P=function(e){return"string"!=typeof e&&(e=e.unit),e in L||e in D||"ex"===e},F=function(e,t){var r;if(e.unit in L)r=L[e.unit]/t.fontMetrics().ptPerEm/t.sizeMultiplier;else if("mu"===e.unit)r=t.fontMetrics().cssEmPerMu;else{var a;if(a=t.style.isTight()?t.havingStyle(t.style.text()):t,"ex"===e.unit)r=a.fontMetrics().xHeight;else{if("em"!==e.unit)throw new n("Invalid unit: '"+e.unit+"'");r=a.fontMetrics().quad}a!==t&&(r*=a.sizeMultiplier/t.sizeMultiplier)}return Math.min(e.number*r,t.maxSize)},V=function(e){return+e.toFixed(4)+"em"},G=function(e){return e.filter((function(e){return e})).join(" ")},U=function(e,t,r){if(this.classes=e||[],this.attributes={},this.height=0,this.depth=0,this.maxFontSize=0,this.style=r||{},t){t.style.isTight()&&this.classes.push("mtight");var n=t.getColor();n&&(this.style.color=n)}},Y=function(e){var t=document.createElement(e);for(var r in t.className=G(this.classes),this.style)this.style.hasOwnProperty(r)&&(t.style[r]=this.style[r]);for(var n in this.attributes)this.attributes.hasOwnProperty(n)&&t.setAttribute(n,this.attributes[n]);for(var a=0;a<this.children.length;a++)t.appendChild(this.children[a].toNode());return t},X=function(e){var t="<"+e;this.classes.length&&(t+=' class="'+l.escape(G(this.classes))+'"');var r="";for(var n in this.style)this.style.hasOwnProperty(n)&&(r+=l.hyphenate(n)+":"+this.style[n]+";");for(var a in r&&(t+=' style="'+l.escape(r)+'"'),this.attributes)this.attributes.hasOwnProperty(a)&&(t+=" "+a+'="'+l.escape(this.attributes[a])+'"');t+=">";for(var i=0;i<this.children.length;i++)t+=this.children[i].toMarkup();return t+="</"+e+">"},W=function(){function e(e,t,r,n){this.children=void 0,this.attributes=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.width=void 0,this.maxFontSize=void 0,this.style=void 0,U.call(this,e,r,n),this.children=t||[]}var t=e.prototype;return t.setAttribute=function(e,t){this.attributes[e]=t},t.hasClass=function(e){return l.contains(this.classes,e)},t.toNode=function(){return Y.call(this,"span")},t.toMarkup=function(){return X.call(this,"span")},e}(),_=function(){function e(e,t,r,n){this.children=void 0,this.attributes=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,U.call(this,t,n),this.children=r||[],this.setAttribute("href",e)}var t=e.prototype;return t.setAttribute=function(e,t){this.attributes[e]=t},t.hasClass=function(e){return l.contains(this.classes,e)},t.toNode=function(){return Y.call(this,"a")},t.toMarkup=function(){return X.call(this,"a")},e}(),j=function(){function e(e,t,r){this.src=void 0,this.alt=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,this.alt=t,this.src=e,this.classes=["mord"],this.style=r}var t=e.prototype;return t.hasClass=function(e){return l.contains(this.classes,e)},t.toNode=function(){var e=document.createElement("img");for(var t in e.src=this.src,e.alt=this.alt,e.className="mord",this.style)this.style.hasOwnProperty(t)&&(e.style[t]=this.style[t]);return e},t.toMarkup=function(){var e="<img src='"+this.src+" 'alt='"+this.alt+"' ",t="";for(var r in this.style)this.style.hasOwnProperty(r)&&(t+=l.hyphenate(r)+":"+this.style[r]+";");return t&&(e+=' style="'+l.escape(t)+'"'),e+="'/>"},e}(),$={"\xee":"\u0131\u0302","\xef":"\u0131\u0308","\xed":"\u0131\u0301","\xec":"\u0131\u0300"},Z=function(){function e(e,t,r,n,a,i,o,s){this.text=void 0,this.height=void 0,this.depth=void 0,this.italic=void 0,this.skew=void 0,this.width=void 0,this.maxFontSize=void 0,this.classes=void 0,this.style=void 0,this.text=e,this.height=t||0,this.depth=r||0,this.italic=n||0,this.skew=a||0,this.width=i||0,this.classes=o||[],this.style=s||{},this.maxFontSize=0;var l=function(e){for(var t=0;t<w.length;t++)for(var r=w[t],n=0;n<r.blocks.length;n++){var a=r.blocks[n];if(e>=a[0]&&e<=a[1])return r.name}return null}(this.text.charCodeAt(0));l&&this.classes.push(l+"_fallback"),/[\xee\xef\xed\xec]/.test(this.text)&&(this.text=$[this.text])}var t=e.prototype;return t.hasClass=function(e){return l.contains(this.classes,e)},t.toNode=function(){var e=document.createTextNode(this.text),t=null;for(var r in this.italic>0&&((t=document.createElement("span")).style.marginRight=V(this.italic)),this.classes.length>0&&((t=t||document.createElement("span")).className=G(this.classes)),this.style)this.style.hasOwnProperty(r)&&((t=t||document.createElement("span")).style[r]=this.style[r]);return t?(t.appendChild(e),t):e},t.toMarkup=function(){var e=!1,t="<span";this.classes.length&&(e=!0,t+=' class="',t+=l.escape(G(this.classes)),t+='"');var r="";for(var n in this.italic>0&&(r+="margin-right:"+this.italic+"em;"),this.style)this.style.hasOwnProperty(n)&&(r+=l.hyphenate(n)+":"+this.style[n]+";");r&&(e=!0,t+=' style="'+l.escape(r)+'"');var a=l.escape(this.text);return e?(t+=">",t+=a,t+="</span>"):a},e}(),K=function(){function e(e,t){this.children=void 0,this.attributes=void 0,this.children=e||[],this.attributes=t||{}}var t=e.prototype;return t.toNode=function(){var e=document.createElementNS("http://www.w3.org/2000/svg","svg");for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&e.setAttribute(t,this.attributes[t]);for(var r=0;r<this.children.length;r++)e.appendChild(this.children[r].toNode());return e},t.toMarkup=function(){var e='<svg xmlns="http://www.w3.org/2000/svg"';for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&(e+=" "+t+"='"+this.attributes[t]+"'");e+=">";for(var r=0;r<this.children.length;r++)e+=this.children[r].toMarkup();return e+="</svg>"},e}(),J=function(){function e(e,t){this.pathName=void 0,this.alternate=void 0,this.pathName=e,this.alternate=t}var t=e.prototype;return t.toNode=function(){var e=document.createElementNS("http://www.w3.org/2000/svg","path");return this.alternate?e.setAttribute("d",this.alternate):e.setAttribute("d",z[this.pathName]),e},t.toMarkup=function(){return this.alternate?"<path d='"+this.alternate+"'/>":"<path d='"+z[this.pathName]+"'/>"},e}(),Q=function(){function e(e){this.attributes=void 0,this.attributes=e||{}}var t=e.prototype;return t.toNode=function(){var e=document.createElementNS("http://www.w3.org/2000/svg","line");for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&e.setAttribute(t,this.attributes[t]);return e},t.toMarkup=function(){var e="<line";for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&(e+=" "+t+"='"+this.attributes[t]+"'");return e+="/>"},e}();function ee(e){if(e instanceof Z)return e;throw new Error("Expected symbolNode but got "+String(e)+".")}var te={bin:1,close:1,inner:1,open:1,punct:1,rel:1},re={"accent-token":1,mathord:1,"op-token":1,spacing:1,textord:1},ne={math:{},text:{}},ae=ne;function ie(e,t,r,n,a,i){ne[e][a]={font:t,group:r,replace:n},i&&n&&(ne[e][n]=ne[e][a])}var oe="math",se="text",le="main",he="ams",me="accent-token",ce="bin",ue="close",pe="inner",de="mathord",fe="op-token",ge="open",ve="punct",be="rel",ye="spacing",xe="textord";ie(oe,le,be,"\u2261","\\equiv",!0),ie(oe,le,be,"\u227a","\\prec",!0),ie(oe,le,be,"\u227b","\\succ",!0),ie(oe,le,be,"\u223c","\\sim",!0),ie(oe,le,be,"\u22a5","\\perp"),ie(oe,le,be,"\u2aaf","\\preceq",!0),ie(oe,le,be,"\u2ab0","\\succeq",!0),ie(oe,le,be,"\u2243","\\simeq",!0),ie(oe,le,be,"\u2223","\\mid",!0),ie(oe,le,be,"\u226a","\\ll",!0),ie(oe,le,be,"\u226b","\\gg",!0),ie(oe,le,be,"\u224d","\\asymp",!0),ie(oe,le,be,"\u2225","\\parallel"),ie(oe,le,be,"\u22c8","\\bowtie",!0),ie(oe,le,be,"\u2323","\\smile",!0),ie(oe,le,be,"\u2291","\\sqsubseteq",!0),ie(oe,le,be,"\u2292","\\sqsupseteq",!0),ie(oe,le,be,"\u2250","\\doteq",!0),ie(oe,le,be,"\u2322","\\frown",!0),ie(oe,le,be,"\u220b","\\ni",!0),ie(oe,le,be,"\u221d","\\propto",!0),ie(oe,le,be,"\u22a2","\\vdash",!0),ie(oe,le,be,"\u22a3","\\dashv",!0),ie(oe,le,be,"\u220b","\\owns"),ie(oe,le,ve,".","\\ldotp"),ie(oe,le,ve,"\u22c5","\\cdotp"),ie(oe,le,xe,"#","\\#"),ie(se,le,xe,"#","\\#"),ie(oe,le,xe,"&","\\&"),ie(se,le,xe,"&","\\&"),ie(oe,le,xe,"\u2135","\\aleph",!0),ie(oe,le,xe,"\u2200","\\forall",!0),ie(oe,le,xe,"\u210f","\\hbar",!0),ie(oe,le,xe,"\u2203","\\exists",!0),ie(oe,le,xe,"\u2207","\\nabla",!0),ie(oe,le,xe,"\u266d","\\flat",!0),ie(oe,le,xe,"\u2113","\\ell",!0),ie(oe,le,xe,"\u266e","\\natural",!0),ie(oe,le,xe,"\u2663","\\clubsuit",!0),ie(oe,le,xe,"\u2118","\\wp",!0),ie(oe,le,xe,"\u266f","\\sharp",!0),ie(oe,le,xe,"\u2662","\\diamondsuit",!0),ie(oe,le,xe,"\u211c","\\Re",!0),ie(oe,le,xe,"\u2661","\\heartsuit",!0),ie(oe,le,xe,"\u2111","\\Im",!0),ie(oe,le,xe,"\u2660","\\spadesuit",!0),ie(oe,le,xe,"\xa7","\\S",!0),ie(se,le,xe,"\xa7","\\S"),ie(oe,le,xe,"\xb6","\\P",!0),ie(se,le,xe,"\xb6","\\P"),ie(oe,le,xe,"\u2020","\\dag"),ie(se,le,xe,"\u2020","\\dag"),ie(se,le,xe,"\u2020","\\textdagger"),ie(oe,le,xe,"\u2021","\\ddag"),ie(se,le,xe,"\u2021","\\ddag"),ie(se,le,xe,"\u2021","\\textdaggerdbl"),ie(oe,le,ue,"\u23b1","\\rmoustache",!0),ie(oe,le,ge,"\u23b0","\\lmoustache",!0),ie(oe,le,ue,"\u27ef","\\rgroup",!0),ie(oe,le,ge,"\u27ee","\\lgroup",!0),ie(oe,le,ce,"\u2213","\\mp",!0),ie(oe,le,ce,"\u2296","\\ominus",!0),ie(oe,le,ce,"\u228e","\\uplus",!0),ie(oe,le,ce,"\u2293","\\sqcap",!0),ie(oe,le,ce,"\u2217","\\ast"),ie(oe,le,ce,"\u2294","\\sqcup",!0),ie(oe,le,ce,"\u25ef","\\bigcirc",!0),ie(oe,le,ce,"\u2219","\\bullet",!0),ie(oe,le,ce,"\u2021","\\ddagger"),ie(oe,le,ce,"\u2240","\\wr",!0),ie(oe,le,ce,"\u2a3f","\\amalg"),ie(oe,le,ce,"&","\\And"),ie(oe,le,be,"\u27f5","\\longleftarrow",!0),ie(oe,le,be,"\u21d0","\\Leftarrow",!0),ie(oe,le,be,"\u27f8","\\Longleftarrow",!0),ie(oe,le,be,"\u27f6","\\longrightarrow",!0),ie(oe,le,be,"\u21d2","\\Rightarrow",!0),ie(oe,le,be,"\u27f9","\\Longrightarrow",!0),ie(oe,le,be,"\u2194","\\leftrightarrow",!0),ie(oe,le,be,"\u27f7","\\longleftrightarrow",!0),ie(oe,le,be,"\u21d4","\\Leftrightarrow",!0),ie(oe,le,be,"\u27fa","\\Longleftrightarrow",!0),ie(oe,le,be,"\u21a6","\\mapsto",!0),ie(oe,le,be,"\u27fc","\\longmapsto",!0),ie(oe,le,be,"\u2197","\\nearrow",!0),ie(oe,le,be,"\u21a9","\\hookleftarrow",!0),ie(oe,le,be,"\u21aa","\\hookrightarrow",!0),ie(oe,le,be,"\u2198","\\searrow",!0),ie(oe,le,be,"\u21bc","\\leftharpoonup",!0),ie(oe,le,be,"\u21c0","\\rightharpoonup",!0),ie(oe,le,be,"\u2199","\\swarrow",!0),ie(oe,le,be,"\u21bd","\\leftharpoondown",!0),ie(oe,le,be,"\u21c1","\\rightharpoondown",!0),ie(oe,le,be,"\u2196","\\nwarrow",!0),ie(oe,le,be,"\u21cc","\\rightleftharpoons",!0),ie(oe,he,be,"\u226e","\\nless",!0),ie(oe,he,be,"\ue010","\\@nleqslant"),ie(oe,he,be,"\ue011","\\@nleqq"),ie(oe,he,be,"\u2a87","\\lneq",!0),ie(oe,he,be,"\u2268","\\lneqq",!0),ie(oe,he,be,"\ue00c","\\@lvertneqq"),ie(oe,he,be,"\u22e6","\\lnsim",!0),ie(oe,he,be,"\u2a89","\\lnapprox",!0),ie(oe,he,be,"\u2280","\\nprec",!0),ie(oe,he,be,"\u22e0","\\npreceq",!0),ie(oe,he,be,"\u22e8","\\precnsim",!0),ie(oe,he,be,"\u2ab9","\\precnapprox",!0),ie(oe,he,be,"\u2241","\\nsim",!0),ie(oe,he,be,"\ue006","\\@nshortmid"),ie(oe,he,be,"\u2224","\\nmid",!0),ie(oe,he,be,"\u22ac","\\nvdash",!0),ie(oe,he,be,"\u22ad","\\nvDash",!0),ie(oe,he,be,"\u22ea","\\ntriangleleft"),ie(oe,he,be,"\u22ec","\\ntrianglelefteq",!0),ie(oe,he,be,"\u228a","\\subsetneq",!0),ie(oe,he,be,"\ue01a","\\@varsubsetneq"),ie(oe,he,be,"\u2acb","\\subsetneqq",!0),ie(oe,he,be,"\ue017","\\@varsubsetneqq"),ie(oe,he,be,"\u226f","\\ngtr",!0),ie(oe,he,be,"\ue00f","\\@ngeqslant"),ie(oe,he,be,"\ue00e","\\@ngeqq"),ie(oe,he,be,"\u2a88","\\gneq",!0),ie(oe,he,be,"\u2269","\\gneqq",!0),ie(oe,he,be,"\ue00d","\\@gvertneqq"),ie(oe,he,be,"\u22e7","\\gnsim",!0),ie(oe,he,be,"\u2a8a","\\gnapprox",!0),ie(oe,he,be,"\u2281","\\nsucc",!0),ie(oe,he,be,"\u22e1","\\nsucceq",!0),ie(oe,he,be,"\u22e9","\\succnsim",!0),ie(oe,he,be,"\u2aba","\\succnapprox",!0),ie(oe,he,be,"\u2246","\\ncong",!0),ie(oe,he,be,"\ue007","\\@nshortparallel"),ie(oe,he,be,"\u2226","\\nparallel",!0),ie(oe,he,be,"\u22af","\\nVDash",!0),ie(oe,he,be,"\u22eb","\\ntriangleright"),ie(oe,he,be,"\u22ed","\\ntrianglerighteq",!0),ie(oe,he,be,"\ue018","\\@nsupseteqq"),ie(oe,he,be,"\u228b","\\supsetneq",!0),ie(oe,he,be,"\ue01b","\\@varsupsetneq"),ie(oe,he,be,"\u2acc","\\supsetneqq",!0),ie(oe,he,be,"\ue019","\\@varsupsetneqq"),ie(oe,he,be,"\u22ae","\\nVdash",!0),ie(oe,he,be,"\u2ab5","\\precneqq",!0),ie(oe,he,be,"\u2ab6","\\succneqq",!0),ie(oe,he,be,"\ue016","\\@nsubseteqq"),ie(oe,he,ce,"\u22b4","\\unlhd"),ie(oe,he,ce,"\u22b5","\\unrhd"),ie(oe,he,be,"\u219a","\\nleftarrow",!0),ie(oe,he,be,"\u219b","\\nrightarrow",!0),ie(oe,he,be,"\u21cd","\\nLeftarrow",!0),ie(oe,he,be,"\u21cf","\\nRightarrow",!0),ie(oe,he,be,"\u21ae","\\nleftrightarrow",!0),ie(oe,he,be,"\u21ce","\\nLeftrightarrow",!0),ie(oe,he,be,"\u25b3","\\vartriangle"),ie(oe,he,xe,"\u210f","\\hslash"),ie(oe,he,xe,"\u25bd","\\triangledown"),ie(oe,he,xe,"\u25ca","\\lozenge"),ie(oe,he,xe,"\u24c8","\\circledS"),ie(oe,he,xe,"\xae","\\circledR"),ie(se,he,xe,"\xae","\\circledR"),ie(oe,he,xe,"\u2221","\\measuredangle",!0),ie(oe,he,xe,"\u2204","\\nexists"),ie(oe,he,xe,"\u2127","\\mho"),ie(oe,he,xe,"\u2132","\\Finv",!0),ie(oe,he,xe,"\u2141","\\Game",!0),ie(oe,he,xe,"\u2035","\\backprime"),ie(oe,he,xe,"\u25b2","\\blacktriangle"),ie(oe,he,xe,"\u25bc","\\blacktriangledown"),ie(oe,he,xe,"\u25a0","\\blacksquare"),ie(oe,he,xe,"\u29eb","\\blacklozenge"),ie(oe,he,xe,"\u2605","\\bigstar"),ie(oe,he,xe,"\u2222","\\sphericalangle",!0),ie(oe,he,xe,"\u2201","\\complement",!0),ie(oe,he,xe,"\xf0","\\eth",!0),ie(se,le,xe,"\xf0","\xf0"),ie(oe,he,xe,"\u2571","\\diagup"),ie(oe,he,xe,"\u2572","\\diagdown"),ie(oe,he,xe,"\u25a1","\\square"),ie(oe,he,xe,"\u25a1","\\Box"),ie(oe,he,xe,"\u25ca","\\Diamond"),ie(oe,he,xe,"\xa5","\\yen",!0),ie(se,he,xe,"\xa5","\\yen",!0),ie(oe,he,xe,"\u2713","\\checkmark",!0),ie(se,he,xe,"\u2713","\\checkmark"),ie(oe,he,xe,"\u2136","\\beth",!0),ie(oe,he,xe,"\u2138","\\daleth",!0),ie(oe,he,xe,"\u2137","\\gimel",!0),ie(oe,he,xe,"\u03dd","\\digamma",!0),ie(oe,he,xe,"\u03f0","\\varkappa"),ie(oe,he,ge,"\u250c","\\@ulcorner",!0),ie(oe,he,ue,"\u2510","\\@urcorner",!0),ie(oe,he,ge,"\u2514","\\@llcorner",!0),ie(oe,he,ue,"\u2518","\\@lrcorner",!0),ie(oe,he,be,"\u2266","\\leqq",!0),ie(oe,he,be,"\u2a7d","\\leqslant",!0),ie(oe,he,be,"\u2a95","\\eqslantless",!0),ie(oe,he,be,"\u2272","\\lesssim",!0),ie(oe,he,be,"\u2a85","\\lessapprox",!0),ie(oe,he,be,"\u224a","\\approxeq",!0),ie(oe,he,ce,"\u22d6","\\lessdot"),ie(oe,he,be,"\u22d8","\\lll",!0),ie(oe,he,be,"\u2276","\\lessgtr",!0),ie(oe,he,be,"\u22da","\\lesseqgtr",!0),ie(oe,he,be,"\u2a8b","\\lesseqqgtr",!0),ie(oe,he,be,"\u2251","\\doteqdot"),ie(oe,he,be,"\u2253","\\risingdotseq",!0),ie(oe,he,be,"\u2252","\\fallingdotseq",!0),ie(oe,he,be,"\u223d","\\backsim",!0),ie(oe,he,be,"\u22cd","\\backsimeq",!0),ie(oe,he,be,"\u2ac5","\\subseteqq",!0),ie(oe,he,be,"\u22d0","\\Subset",!0),ie(oe,he,be,"\u228f","\\sqsubset",!0),ie(oe,he,be,"\u227c","\\preccurlyeq",!0),ie(oe,he,be,"\u22de","\\curlyeqprec",!0),ie(oe,he,be,"\u227e","\\precsim",!0),ie(oe,he,be,"\u2ab7","\\precapprox",!0),ie(oe,he,be,"\u22b2","\\vartriangleleft"),ie(oe,he,be,"\u22b4","\\trianglelefteq"),ie(oe,he,be,"\u22a8","\\vDash",!0),ie(oe,he,be,"\u22aa","\\Vvdash",!0),ie(oe,he,be,"\u2323","\\smallsmile"),ie(oe,he,be,"\u2322","\\smallfrown"),ie(oe,he,be,"\u224f","\\bumpeq",!0),ie(oe,he,be,"\u224e","\\Bumpeq",!0),ie(oe,he,be,"\u2267","\\geqq",!0),ie(oe,he,be,"\u2a7e","\\geqslant",!0),ie(oe,he,be,"\u2a96","\\eqslantgtr",!0),ie(oe,he,be,"\u2273","\\gtrsim",!0),ie(oe,he,be,"\u2a86","\\gtrapprox",!0),ie(oe,he,ce,"\u22d7","\\gtrdot"),ie(oe,he,be,"\u22d9","\\ggg",!0),ie(oe,he,be,"\u2277","\\gtrless",!0),ie(oe,he,be,"\u22db","\\gtreqless",!0),ie(oe,he,be,"\u2a8c","\\gtreqqless",!0),ie(oe,he,be,"\u2256","\\eqcirc",!0),ie(oe,he,be,"\u2257","\\circeq",!0),ie(oe,he,be,"\u225c","\\triangleq",!0),ie(oe,he,be,"\u223c","\\thicksim"),ie(oe,he,be,"\u2248","\\thickapprox"),ie(oe,he,be,"\u2ac6","\\supseteqq",!0),ie(oe,he,be,"\u22d1","\\Supset",!0),ie(oe,he,be,"\u2290","\\sqsupset",!0),ie(oe,he,be,"\u227d","\\succcurlyeq",!0),ie(oe,he,be,"\u22df","\\curlyeqsucc",!0),ie(oe,he,be,"\u227f","\\succsim",!0),ie(oe,he,be,"\u2ab8","\\succapprox",!0),ie(oe,he,be,"\u22b3","\\vartriangleright"),ie(oe,he,be,"\u22b5","\\trianglerighteq"),ie(oe,he,be,"\u22a9","\\Vdash",!0),ie(oe,he,be,"\u2223","\\shortmid"),ie(oe,he,be,"\u2225","\\shortparallel"),ie(oe,he,be,"\u226c","\\between",!0),ie(oe,he,be,"\u22d4","\\pitchfork",!0),ie(oe,he,be,"\u221d","\\varpropto"),ie(oe,he,be,"\u25c0","\\blacktriangleleft"),ie(oe,he,be,"\u2234","\\therefore",!0),ie(oe,he,be,"\u220d","\\backepsilon"),ie(oe,he,be,"\u25b6","\\blacktriangleright"),ie(oe,he,be,"\u2235","\\because",!0),ie(oe,he,be,"\u22d8","\\llless"),ie(oe,he,be,"\u22d9","\\gggtr"),ie(oe,he,ce,"\u22b2","\\lhd"),ie(oe,he,ce,"\u22b3","\\rhd"),ie(oe,he,be,"\u2242","\\eqsim",!0),ie(oe,le,be,"\u22c8","\\Join"),ie(oe,he,be,"\u2251","\\Doteq",!0),ie(oe,he,ce,"\u2214","\\dotplus",!0),ie(oe,he,ce,"\u2216","\\smallsetminus"),ie(oe,he,ce,"\u22d2","\\Cap",!0),ie(oe,he,ce,"\u22d3","\\Cup",!0),ie(oe,he,ce,"\u2a5e","\\doublebarwedge",!0),ie(oe,he,ce,"\u229f","\\boxminus",!0),ie(oe,he,ce,"\u229e","\\boxplus",!0),ie(oe,he,ce,"\u22c7","\\divideontimes",!0),ie(oe,he,ce,"\u22c9","\\ltimes",!0),ie(oe,he,ce,"\u22ca","\\rtimes",!0),ie(oe,he,ce,"\u22cb","\\leftthreetimes",!0),ie(oe,he,ce,"\u22cc","\\rightthreetimes",!0),ie(oe,he,ce,"\u22cf","\\curlywedge",!0),ie(oe,he,ce,"\u22ce","\\curlyvee",!0),ie(oe,he,ce,"\u229d","\\circleddash",!0),ie(oe,he,ce,"\u229b","\\circledast",!0),ie(oe,he,ce,"\u22c5","\\centerdot"),ie(oe,he,ce,"\u22ba","\\intercal",!0),ie(oe,he,ce,"\u22d2","\\doublecap"),ie(oe,he,ce,"\u22d3","\\doublecup"),ie(oe,he,ce,"\u22a0","\\boxtimes",!0),ie(oe,he,be,"\u21e2","\\dashrightarrow",!0),ie(oe,he,be,"\u21e0","\\dashleftarrow",!0),ie(oe,he,be,"\u21c7","\\leftleftarrows",!0),ie(oe,he,be,"\u21c6","\\leftrightarrows",!0),ie(oe,he,be,"\u21da","\\Lleftarrow",!0),ie(oe,he,be,"\u219e","\\twoheadleftarrow",!0),ie(oe,he,be,"\u21a2","\\leftarrowtail",!0),ie(oe,he,be,"\u21ab","\\looparrowleft",!0),ie(oe,he,be,"\u21cb","\\leftrightharpoons",!0),ie(oe,he,be,"\u21b6","\\curvearrowleft",!0),ie(oe,he,be,"\u21ba","\\circlearrowleft",!0),ie(oe,he,be,"\u21b0","\\Lsh",!0),ie(oe,he,be,"\u21c8","\\upuparrows",!0),ie(oe,he,be,"\u21bf","\\upharpoonleft",!0),ie(oe,he,be,"\u21c3","\\downharpoonleft",!0),ie(oe,le,be,"\u22b6","\\origof",!0),ie(oe,le,be,"\u22b7","\\imageof",!0),ie(oe,he,be,"\u22b8","\\multimap",!0),ie(oe,he,be,"\u21ad","\\leftrightsquigarrow",!0),ie(oe,he,be,"\u21c9","\\rightrightarrows",!0),ie(oe,he,be,"\u21c4","\\rightleftarrows",!0),ie(oe,he,be,"\u21a0","\\twoheadrightarrow",!0),ie(oe,he,be,"\u21a3","\\rightarrowtail",!0),ie(oe,he,be,"\u21ac","\\looparrowright",!0),ie(oe,he,be,"\u21b7","\\curvearrowright",!0),ie(oe,he,be,"\u21bb","\\circlearrowright",!0),ie(oe,he,be,"\u21b1","\\Rsh",!0),ie(oe,he,be,"\u21ca","\\downdownarrows",!0),ie(oe,he,be,"\u21be","\\upharpoonright",!0),ie(oe,he,be,"\u21c2","\\downharpoonright",!0),ie(oe,he,be,"\u21dd","\\rightsquigarrow",!0),ie(oe,he,be,"\u21dd","\\leadsto"),ie(oe,he,be,"\u21db","\\Rrightarrow",!0),ie(oe,he,be,"\u21be","\\restriction"),ie(oe,le,xe,"\u2018","`"),ie(oe,le,xe,"$","\\$"),ie(se,le,xe,"$","\\$"),ie(se,le,xe,"$","\\textdollar"),ie(oe,le,xe,"%","\\%"),ie(se,le,xe,"%","\\%"),ie(oe,le,xe,"_","\\_"),ie(se,le,xe,"_","\\_"),ie(se,le,xe,"_","\\textunderscore"),ie(oe,le,xe,"\u2220","\\angle",!0),ie(oe,le,xe,"\u221e","\\infty",!0),ie(oe,le,xe,"\u2032","\\prime"),ie(oe,le,xe,"\u25b3","\\triangle"),ie(oe,le,xe,"\u0393","\\Gamma",!0),ie(oe,le,xe,"\u0394","\\Delta",!0),ie(oe,le,xe,"\u0398","\\Theta",!0),ie(oe,le,xe,"\u039b","\\Lambda",!0),ie(oe,le,xe,"\u039e","\\Xi",!0),ie(oe,le,xe,"\u03a0","\\Pi",!0),ie(oe,le,xe,"\u03a3","\\Sigma",!0),ie(oe,le,xe,"\u03a5","\\Upsilon",!0),ie(oe,le,xe,"\u03a6","\\Phi",!0),ie(oe,le,xe,"\u03a8","\\Psi",!0),ie(oe,le,xe,"\u03a9","\\Omega",!0),ie(oe,le,xe,"A","\u0391"),ie(oe,le,xe,"B","\u0392"),ie(oe,le,xe,"E","\u0395"),ie(oe,le,xe,"Z","\u0396"),ie(oe,le,xe,"H","\u0397"),ie(oe,le,xe,"I","\u0399"),ie(oe,le,xe,"K","\u039a"),ie(oe,le,xe,"M","\u039c"),ie(oe,le,xe,"N","\u039d"),ie(oe,le,xe,"O","\u039f"),ie(oe,le,xe,"P","\u03a1"),ie(oe,le,xe,"T","\u03a4"),ie(oe,le,xe,"X","\u03a7"),ie(oe,le,xe,"\xac","\\neg",!0),ie(oe,le,xe,"\xac","\\lnot"),ie(oe,le,xe,"\u22a4","\\top"),ie(oe,le,xe,"\u22a5","\\bot"),ie(oe,le,xe,"\u2205","\\emptyset"),ie(oe,he,xe,"\u2205","\\varnothing"),ie(oe,le,de,"\u03b1","\\alpha",!0),ie(oe,le,de,"\u03b2","\\beta",!0),ie(oe,le,de,"\u03b3","\\gamma",!0),ie(oe,le,de,"\u03b4","\\delta",!0),ie(oe,le,de,"\u03f5","\\epsilon",!0),ie(oe,le,de,"\u03b6","\\zeta",!0),ie(oe,le,de,"\u03b7","\\eta",!0),ie(oe,le,de,"\u03b8","\\theta",!0),ie(oe,le,de,"\u03b9","\\iota",!0),ie(oe,le,de,"\u03ba","\\kappa",!0),ie(oe,le,de,"\u03bb","\\lambda",!0),ie(oe,le,de,"\u03bc","\\mu",!0),ie(oe,le,de,"\u03bd","\\nu",!0),ie(oe,le,de,"\u03be","\\xi",!0),ie(oe,le,de,"\u03bf","\\omicron",!0),ie(oe,le,de,"\u03c0","\\pi",!0),ie(oe,le,de,"\u03c1","\\rho",!0),ie(oe,le,de,"\u03c3","\\sigma",!0),ie(oe,le,de,"\u03c4","\\tau",!0),ie(oe,le,de,"\u03c5","\\upsilon",!0),ie(oe,le,de,"\u03d5","\\phi",!0),ie(oe,le,de,"\u03c7","\\chi",!0),ie(oe,le,de,"\u03c8","\\psi",!0),ie(oe,le,de,"\u03c9","\\omega",!0),ie(oe,le,de,"\u03b5","\\varepsilon",!0),ie(oe,le,de,"\u03d1","\\vartheta",!0),ie(oe,le,de,"\u03d6","\\varpi",!0),ie(oe,le,de,"\u03f1","\\varrho",!0),ie(oe,le,de,"\u03c2","\\varsigma",!0),ie(oe,le,de,"\u03c6","\\varphi",!0),ie(oe,le,ce,"\u2217","*",!0),ie(oe,le,ce,"+","+"),ie(oe,le,ce,"\u2212","-",!0),ie(oe,le,ce,"\u22c5","\\cdot",!0),ie(oe,le,ce,"\u2218","\\circ",!0),ie(oe,le,ce,"\xf7","\\div",!0),ie(oe,le,ce,"\xb1","\\pm",!0),ie(oe,le,ce,"\xd7","\\times",!0),ie(oe,le,ce,"\u2229","\\cap",!0),ie(oe,le,ce,"\u222a","\\cup",!0),ie(oe,le,ce,"\u2216","\\setminus",!0),ie(oe,le,ce,"\u2227","\\land"),ie(oe,le,ce,"\u2228","\\lor"),ie(oe,le,ce,"\u2227","\\wedge",!0),ie(oe,le,ce,"\u2228","\\vee",!0),ie(oe,le,xe,"\u221a","\\surd"),ie(oe,le,ge,"\u27e8","\\langle",!0),ie(oe,le,ge,"\u2223","\\lvert"),ie(oe,le,ge,"\u2225","\\lVert"),ie(oe,le,ue,"?","?"),ie(oe,le,ue,"!","!"),ie(oe,le,ue,"\u27e9","\\rangle",!0),ie(oe,le,ue,"\u2223","\\rvert"),ie(oe,le,ue,"\u2225","\\rVert"),ie(oe,le,be,"=","="),ie(oe,le,be,":",":"),ie(oe,le,be,"\u2248","\\approx",!0),ie(oe,le,be,"\u2245","\\cong",!0),ie(oe,le,be,"\u2265","\\ge"),ie(oe,le,be,"\u2265","\\geq",!0),ie(oe,le,be,"\u2190","\\gets"),ie(oe,le,be,">","\\gt",!0),ie(oe,le,be,"\u2208","\\in",!0),ie(oe,le,be,"\ue020","\\@not"),ie(oe,le,be,"\u2282","\\subset",!0),ie(oe,le,be,"\u2283","\\supset",!0),ie(oe,le,be,"\u2286","\\subseteq",!0),ie(oe,le,be,"\u2287","\\supseteq",!0),ie(oe,he,be,"\u2288","\\nsubseteq",!0),ie(oe,he,be,"\u2289","\\nsupseteq",!0),ie(oe,le,be,"\u22a8","\\models"),ie(oe,le,be,"\u2190","\\leftarrow",!0),ie(oe,le,be,"\u2264","\\le"),ie(oe,le,be,"\u2264","\\leq",!0),ie(oe,le,be,"<","\\lt",!0),ie(oe,le,be,"\u2192","\\rightarrow",!0),ie(oe,le,be,"\u2192","\\to"),ie(oe,he,be,"\u2271","\\ngeq",!0),ie(oe,he,be,"\u2270","\\nleq",!0),ie(oe,le,ye,"\xa0","\\ "),ie(oe,le,ye,"\xa0","\\space"),ie(oe,le,ye,"\xa0","\\nobreakspace"),ie(se,le,ye,"\xa0","\\ "),ie(se,le,ye,"\xa0"," "),ie(se,le,ye,"\xa0","\\space"),ie(se,le,ye,"\xa0","\\nobreakspace"),ie(oe,le,ye,null,"\\nobreak"),ie(oe,le,ye,null,"\\allowbreak"),ie(oe,le,ve,",",","),ie(oe,le,ve,";",";"),ie(oe,he,ce,"\u22bc","\\barwedge",!0),ie(oe,he,ce,"\u22bb","\\veebar",!0),ie(oe,le,ce,"\u2299","\\odot",!0),ie(oe,le,ce,"\u2295","\\oplus",!0),ie(oe,le,ce,"\u2297","\\otimes",!0),ie(oe,le,xe,"\u2202","\\partial",!0),ie(oe,le,ce,"\u2298","\\oslash",!0),ie(oe,he,ce,"\u229a","\\circledcirc",!0),ie(oe,he,ce,"\u22a1","\\boxdot",!0),ie(oe,le,ce,"\u25b3","\\bigtriangleup"),ie(oe,le,ce,"\u25bd","\\bigtriangledown"),ie(oe,le,ce,"\u2020","\\dagger"),ie(oe,le,ce,"\u22c4","\\diamond"),ie(oe,le,ce,"\u22c6","\\star"),ie(oe,le,ce,"\u25c3","\\triangleleft"),ie(oe,le,ce,"\u25b9","\\triangleright"),ie(oe,le,ge,"{","\\{"),ie(se,le,xe,"{","\\{"),ie(se,le,xe,"{","\\textbraceleft"),ie(oe,le,ue,"}","\\}"),ie(se,le,xe,"}","\\}"),ie(se,le,xe,"}","\\textbraceright"),ie(oe,le,ge,"{","\\lbrace"),ie(oe,le,ue,"}","\\rbrace"),ie(oe,le,ge,"[","\\lbrack",!0),ie(se,le,xe,"[","\\lbrack",!0),ie(oe,le,ue,"]","\\rbrack",!0),ie(se,le,xe,"]","\\rbrack",!0),ie(oe,le,ge,"(","\\lparen",!0),ie(oe,le,ue,")","\\rparen",!0),ie(se,le,xe,"<","\\textless",!0),ie(se,le,xe,">","\\textgreater",!0),ie(oe,le,ge,"\u230a","\\lfloor",!0),ie(oe,le,ue,"\u230b","\\rfloor",!0),ie(oe,le,ge,"\u2308","\\lceil",!0),ie(oe,le,ue,"\u2309","\\rceil",!0),ie(oe,le,xe,"\\","\\backslash"),ie(oe,le,xe,"\u2223","|"),ie(oe,le,xe,"\u2223","\\vert"),ie(se,le,xe,"|","\\textbar",!0),ie(oe,le,xe,"\u2225","\\|"),ie(oe,le,xe,"\u2225","\\Vert"),ie(se,le,xe,"\u2225","\\textbardbl"),ie(se,le,xe,"~","\\textasciitilde"),ie(se,le,xe,"\\","\\textbackslash"),ie(se,le,xe,"^","\\textasciicircum"),ie(oe,le,be,"\u2191","\\uparrow",!0),ie(oe,le,be,"\u21d1","\\Uparrow",!0),ie(oe,le,be,"\u2193","\\downarrow",!0),ie(oe,le,be,"\u21d3","\\Downarrow",!0),ie(oe,le,be,"\u2195","\\updownarrow",!0),ie(oe,le,be,"\u21d5","\\Updownarrow",!0),ie(oe,le,fe,"\u2210","\\coprod"),ie(oe,le,fe,"\u22c1","\\bigvee"),ie(oe,le,fe,"\u22c0","\\bigwedge"),ie(oe,le,fe,"\u2a04","\\biguplus"),ie(oe,le,fe,"\u22c2","\\bigcap"),ie(oe,le,fe,"\u22c3","\\bigcup"),ie(oe,le,fe,"\u222b","\\int"),ie(oe,le,fe,"\u222b","\\intop"),ie(oe,le,fe,"\u222c","\\iint"),ie(oe,le,fe,"\u222d","\\iiint"),ie(oe,le,fe,"\u220f","\\prod"),ie(oe,le,fe,"\u2211","\\sum"),ie(oe,le,fe,"\u2a02","\\bigotimes"),ie(oe,le,fe,"\u2a01","\\bigoplus"),ie(oe,le,fe,"\u2a00","\\bigodot"),ie(oe,le,fe,"\u222e","\\oint"),ie(oe,le,fe,"\u222f","\\oiint"),ie(oe,le,fe,"\u2230","\\oiiint"),ie(oe,le,fe,"\u2a06","\\bigsqcup"),ie(oe,le,fe,"\u222b","\\smallint"),ie(se,le,pe,"\u2026","\\textellipsis"),ie(oe,le,pe,"\u2026","\\mathellipsis"),ie(se,le,pe,"\u2026","\\ldots",!0),ie(oe,le,pe,"\u2026","\\ldots",!0),ie(oe,le,pe,"\u22ef","\\@cdots",!0),ie(oe,le,pe,"\u22f1","\\ddots",!0),ie(oe,le,xe,"\u22ee","\\varvdots"),ie(oe,le,me,"\u02ca","\\acute"),ie(oe,le,me,"\u02cb","\\grave"),ie(oe,le,me,"\xa8","\\ddot"),ie(oe,le,me,"~","\\tilde"),ie(oe,le,me,"\u02c9","\\bar"),ie(oe,le,me,"\u02d8","\\breve"),ie(oe,le,me,"\u02c7","\\check"),ie(oe,le,me,"^","\\hat"),ie(oe,le,me,"\u20d7","\\vec"),ie(oe,le,me,"\u02d9","\\dot"),ie(oe,le,me,"\u02da","\\mathring"),ie(oe,le,de,"\ue131","\\@imath"),ie(oe,le,de,"\ue237","\\@jmath"),ie(oe,le,xe,"\u0131","\u0131"),ie(oe,le,xe,"\u0237","\u0237"),ie(se,le,xe,"\u0131","\\i",!0),ie(se,le,xe,"\u0237","\\j",!0),ie(se,le,xe,"\xdf","\\ss",!0),ie(se,le,xe,"\xe6","\\ae",!0),ie(se,le,xe,"\u0153","\\oe",!0),ie(se,le,xe,"\xf8","\\o",!0),ie(se,le,xe,"\xc6","\\AE",!0),ie(se,le,xe,"\u0152","\\OE",!0),ie(se,le,xe,"\xd8","\\O",!0),ie(se,le,me,"\u02ca","\\'"),ie(se,le,me,"\u02cb","\\`"),ie(se,le,me,"\u02c6","\\^"),ie(se,le,me,"\u02dc","\\~"),ie(se,le,me,"\u02c9","\\="),ie(se,le,me,"\u02d8","\\u"),ie(se,le,me,"\u02d9","\\."),ie(se,le,me,"\xb8","\\c"),ie(se,le,me,"\u02da","\\r"),ie(se,le,me,"\u02c7","\\v"),ie(se,le,me,"\xa8",'\\"'),ie(se,le,me,"\u02dd","\\H"),ie(se,le,me,"\u25ef","\\textcircled");var we={"--":!0,"---":!0,"``":!0,"''":!0};ie(se,le,xe,"\u2013","--",!0),ie(se,le,xe,"\u2013","\\textendash"),ie(se,le,xe,"\u2014","---",!0),ie(se,le,xe,"\u2014","\\textemdash"),ie(se,le,xe,"\u2018","`",!0),ie(se,le,xe,"\u2018","\\textquoteleft"),ie(se,le,xe,"\u2019","'",!0),ie(se,le,xe,"\u2019","\\textquoteright"),ie(se,le,xe,"\u201c","``",!0),ie(se,le,xe,"\u201c","\\textquotedblleft"),ie(se,le,xe,"\u201d","''",!0),ie(se,le,xe,"\u201d","\\textquotedblright"),ie(oe,le,xe,"\xb0","\\degree",!0),ie(se,le,xe,"\xb0","\\degree"),ie(se,le,xe,"\xb0","\\textdegree",!0),ie(oe,le,xe,"\xa3","\\pounds"),ie(oe,le,xe,"\xa3","\\mathsterling",!0),ie(se,le,xe,"\xa3","\\pounds"),ie(se,le,xe,"\xa3","\\textsterling",!0),ie(oe,he,xe,"\u2720","\\maltese"),ie(se,he,xe,"\u2720","\\maltese");for(var ke='0123456789/@."',Se=0;Se<ke.length;Se++){var Me=ke.charAt(Se);ie(oe,le,xe,Me,Me)}for(var ze='0123456789!@*()-=+";:?/.,',Ae=0;Ae<ze.length;Ae++){var Te=ze.charAt(Ae);ie(se,le,xe,Te,Te)}for(var Be="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",Ce=0;Ce<Be.length;Ce++){var qe=Be.charAt(Ce);ie(oe,le,de,qe,qe),ie(se,le,xe,qe,qe)}ie(oe,he,xe,"C","\u2102"),ie(se,he,xe,"C","\u2102"),ie(oe,he,xe,"H","\u210d"),ie(se,he,xe,"H","\u210d"),ie(oe,he,xe,"N","\u2115"),ie(se,he,xe,"N","\u2115"),ie(oe,he,xe,"P","\u2119"),ie(se,he,xe,"P","\u2119"),ie(oe,he,xe,"Q","\u211a"),ie(se,he,xe,"Q","\u211a"),ie(oe,he,xe,"R","\u211d"),ie(se,he,xe,"R","\u211d"),ie(oe,he,xe,"Z","\u2124"),ie(se,he,xe,"Z","\u2124"),ie(oe,le,de,"h","\u210e"),ie(se,le,de,"h","\u210e");for(var Ne="",Ie=0;Ie<Be.length;Ie++){var Re=Be.charAt(Ie);ie(oe,le,de,Re,Ne=String.fromCharCode(55349,56320+Ie)),ie(se,le,xe,Re,Ne),ie(oe,le,de,Re,Ne=String.fromCharCode(55349,56372+Ie)),ie(se,le,xe,Re,Ne),ie(oe,le,de,Re,Ne=String.fromCharCode(55349,56424+Ie)),ie(se,le,xe,Re,Ne),ie(oe,le,de,Re,Ne=String.fromCharCode(55349,56580+Ie)),ie(se,le,xe,Re,Ne),ie(oe,le,de,Re,Ne=String.fromCharCode(55349,56736+Ie)),ie(se,le,xe,Re,Ne),ie(oe,le,de,Re,Ne=String.fromCharCode(55349,56788+Ie)),ie(se,le,xe,Re,Ne),ie(oe,le,de,Re,Ne=String.fromCharCode(55349,56840+Ie)),ie(se,le,xe,Re,Ne),ie(oe,le,de,Re,Ne=String.fromCharCode(55349,56944+Ie)),ie(se,le,xe,Re,Ne),Ie<26&&(ie(oe,le,de,Re,Ne=String.fromCharCode(55349,56632+Ie)),ie(se,le,xe,Re,Ne),ie(oe,le,de,Re,Ne=String.fromCharCode(55349,56476+Ie)),ie(se,le,xe,Re,Ne))}ie(oe,le,de,"k",Ne=String.fromCharCode(55349,56668)),ie(se,le,xe,"k",Ne);for(var Oe=0;Oe<10;Oe++){var He=Oe.toString();ie(oe,le,de,He,Ne=String.fromCharCode(55349,57294+Oe)),ie(se,le,xe,He,Ne),ie(oe,le,de,He,Ne=String.fromCharCode(55349,57314+Oe)),ie(se,le,xe,He,Ne),ie(oe,le,de,He,Ne=String.fromCharCode(55349,57324+Oe)),ie(se,le,xe,He,Ne),ie(oe,le,de,He,Ne=String.fromCharCode(55349,57334+Oe)),ie(se,le,xe,He,Ne)}for(var Ee="\xd0\xde\xfe",Le=0;Le<Ee.length;Le++){var De=Ee.charAt(Le);ie(oe,le,de,De,De),ie(se,le,xe,De,De)}var Pe=[["mathbf","textbf","Main-Bold"],["mathbf","textbf","Main-Bold"],["mathnormal","textit","Math-Italic"],["mathnormal","textit","Math-Italic"],["boldsymbol","boldsymbol","Main-BoldItalic"],["boldsymbol","boldsymbol","Main-BoldItalic"],["mathscr","textscr","Script-Regular"],["","",""],["","",""],["","",""],["mathfrak","textfrak","Fraktur-Regular"],["mathfrak","textfrak","Fraktur-Regular"],["mathbb","textbb","AMS-Regular"],["mathbb","textbb","AMS-Regular"],["","",""],["","",""],["mathsf","textsf","SansSerif-Regular"],["mathsf","textsf","SansSerif-Regular"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathitsf","textitsf","SansSerif-Italic"],["mathitsf","textitsf","SansSerif-Italic"],["","",""],["","",""],["mathtt","texttt","Typewriter-Regular"],["mathtt","texttt","Typewriter-Regular"]],Fe=[["mathbf","textbf","Main-Bold"],["","",""],["mathsf","textsf","SansSerif-Regular"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathtt","texttt","Typewriter-Regular"]],Ve=function(e,t,r){return ae[r][e]&&ae[r][e].replace&&(e=ae[r][e].replace),{value:e,metrics:q(e,t,r)}},Ge=function(e,t,r,n,a){var i,o=Ve(e,t,r),s=o.metrics;if(e=o.value,s){var l=s.italic;("text"===r||n&&"mathit"===n.font)&&(l=0),i=new Z(e,s.height,s.depth,l,s.skew,s.width,a)}else"undefined"!=typeof console&&console.warn("No character metrics for '"+e+"' in style '"+t+"' and mode '"+r+"'"),i=new Z(e,0,0,0,0,0,a);if(n){i.maxFontSize=n.sizeMultiplier,n.style.isTight()&&i.classes.push("mtight");var h=n.getColor();h&&(i.style.color=h)}return i},Ue=function(e,t){if(G(e.classes)!==G(t.classes)||e.skew!==t.skew||e.maxFontSize!==t.maxFontSize)return!1;if(1===e.classes.length){var r=e.classes[0];if("mbin"===r||"mord"===r)return!1}for(var n in e.style)if(e.style.hasOwnProperty(n)&&e.style[n]!==t.style[n])return!1;for(var a in t.style)if(t.style.hasOwnProperty(a)&&e.style[a]!==t.style[a])return!1;return!0},Ye=function(e){for(var t=0,r=0,n=0,a=0;a<e.children.length;a++){var i=e.children[a];i.height>t&&(t=i.height),i.depth>r&&(r=i.depth),i.maxFontSize>n&&(n=i.maxFontSize)}e.height=t,e.depth=r,e.maxFontSize=n},Xe=function(e,t,r,n){var a=new W(e,t,r,n);return Ye(a),a},We=function(e,t,r,n){return new W(e,t,r,n)},_e=function(e){var t=new A(e);return Ye(t),t},je=function(e,t,r){var n="";switch(e){case"amsrm":n="AMS";break;case"textrm":n="Main";break;case"textsf":n="SansSerif";break;case"texttt":n="Typewriter";break;default:n=e}return n+"-"+("textbf"===t&&"textit"===r?"BoldItalic":"textbf"===t?"Bold":"textit"===t?"Italic":"Regular")},$e={mathbf:{variant:"bold",fontName:"Main-Bold"},mathrm:{variant:"normal",fontName:"Main-Regular"},textit:{variant:"italic",fontName:"Main-Italic"},mathit:{variant:"italic",fontName:"Main-Italic"},mathnormal:{variant:"italic",fontName:"Math-Italic"},mathbb:{variant:"double-struck",fontName:"AMS-Regular"},mathcal:{variant:"script",fontName:"Caligraphic-Regular"},mathfrak:{variant:"fraktur",fontName:"Fraktur-Regular"},mathscr:{variant:"script",fontName:"Script-Regular"},mathsf:{variant:"sans-serif",fontName:"SansSerif-Regular"},mathtt:{variant:"monospace",fontName:"Typewriter-Regular"}},Ze={vec:["vec",.471,.714],oiintSize1:["oiintSize1",.957,.499],oiintSize2:["oiintSize2",1.472,.659],oiiintSize1:["oiiintSize1",1.304,.499],oiiintSize2:["oiiintSize2",1.98,.659]},Ke={fontMap:$e,makeSymbol:Ge,mathsym:function(e,t,r,n){return void 0===n&&(n=[]),"boldsymbol"===r.font&&Ve(e,"Main-Bold",t).metrics?Ge(e,"Main-Bold",t,r,n.concat(["mathbf"])):"\\"===e||"main"===ae[t][e].font?Ge(e,"Main-Regular",t,r,n):Ge(e,"AMS-Regular",t,r,n.concat(["amsrm"]))},makeSpan:Xe,makeSvgSpan:We,makeLineSpan:function(e,t,r){var n=Xe([e],[],t);return n.height=Math.max(r||t.fontMetrics().defaultRuleThickness,t.minRuleThickness),n.style.borderBottomWidth=V(n.height),n.maxFontSize=1,n},makeAnchor:function(e,t,r,n){var a=new _(e,t,r,n);return Ye(a),a},makeFragment:_e,wrapFragment:function(e,t){return e instanceof A?Xe([],[e],t):e},makeVList:function(e,t){for(var r=function(e){if("individualShift"===e.positionType){for(var t=e.children,r=[t[0]],n=-t[0].shift-t[0].elem.depth,a=n,i=1;i<t.length;i++){var o=-t[i].shift-a-t[i].elem.depth,s=o-(t[i-1].elem.height+t[i-1].elem.depth);a+=o,r.push({type:"kern",size:s}),r.push(t[i])}return{children:r,depth:n}}var l;if("top"===e.positionType){for(var h=e.positionData,m=0;m<e.children.length;m++){var c=e.children[m];h-="kern"===c.type?c.size:c.elem.height+c.elem.depth}l=h}else if("bottom"===e.positionType)l=-e.positionData;else{var u=e.children[0];if("elem"!==u.type)throw new Error('First child must have type "elem".');if("shift"===e.positionType)l=-u.elem.depth-e.positionData;else{if("firstBaseline"!==e.positionType)throw new Error("Invalid positionType "+e.positionType+".");l=-u.elem.depth}}return{children:e.children,depth:l}}(e),n=r.children,a=r.depth,i=0,o=0;o<n.length;o++){var s=n[o];if("elem"===s.type){var l=s.elem;i=Math.max(i,l.maxFontSize,l.height)}}i+=2;var h=Xe(["pstrut"],[]);h.style.height=V(i);for(var m=[],c=a,u=a,p=a,d=0;d<n.length;d++){var f=n[d];if("kern"===f.type)p+=f.size;else{var g=f.elem,v=f.wrapperClasses||[],b=f.wrapperStyle||{},y=Xe(v,[h,g],void 0,b);y.style.top=V(-i-p-g.depth),f.marginLeft&&(y.style.marginLeft=f.marginLeft),f.marginRight&&(y.style.marginRight=f.marginRight),m.push(y),p+=g.height+g.depth}c=Math.min(c,p),u=Math.max(u,p)}var x,w=Xe(["vlist"],m);if(w.style.height=V(u),c<0){var k=Xe([],[]),S=Xe(["vlist"],[k]);S.style.height=V(-c);var M=Xe(["vlist-s"],[new Z("\u200b")]);x=[Xe(["vlist-r"],[w,M]),Xe(["vlist-r"],[S])]}else x=[Xe(["vlist-r"],[w])];var z=Xe(["vlist-t"],x);return 2===x.length&&z.classes.push("vlist-t2"),z.height=u,z.depth=-c,z},makeOrd:function(e,t,r){var a=e.mode,i=e.text,o=["mord"],s="math"===a||"text"===a&&t.font,l=s?t.font:t.fontFamily;if(55349===i.charCodeAt(0)){var h=function(e,t){var r=1024*(e.charCodeAt(0)-55296)+(e.charCodeAt(1)-56320)+65536,a="math"===t?0:1;if(119808<=r&&r<120484){var i=Math.floor((r-119808)/26);return[Pe[i][2],Pe[i][a]]}if(120782<=r&&r<=120831){var o=Math.floor((r-120782)/10);return[Fe[o][2],Fe[o][a]]}if(120485===r||120486===r)return[Pe[0][2],Pe[0][a]];if(120486<r&&r<120782)return["",""];throw new n("Unsupported character: "+e)}(i,a),m=h[0],c=h[1];return Ge(i,m,a,t,o.concat(c))}if(l){var u,p;if("boldsymbol"===l){var d=function(e,t,r,n,a){return"textord"!==a&&Ve(e,"Math-BoldItalic",t).metrics?{fontName:"Math-BoldItalic",fontClass:"boldsymbol"}:{fontName:"Main-Bold",fontClass:"mathbf"}}(i,a,0,0,r);u=d.fontName,p=[d.fontClass]}else s?(u=$e[l].fontName,p=[l]):(u=je(l,t.fontWeight,t.fontShape),p=[l,t.fontWeight,t.fontShape]);if(Ve(i,u,a).metrics)return Ge(i,u,a,t,o.concat(p));if(we.hasOwnProperty(i)&&"Typewriter"===u.substr(0,10)){for(var f=[],g=0;g<i.length;g++)f.push(Ge(i[g],u,a,t,o.concat(p)));return _e(f)}}if("mathord"===r)return Ge(i,"Math-Italic",a,t,o.concat(["mathnormal"]));if("textord"===r){var v=ae[a][i]&&ae[a][i].font;if("ams"===v){var b=je("amsrm",t.fontWeight,t.fontShape);return Ge(i,b,a,t,o.concat("amsrm",t.fontWeight,t.fontShape))}if("main"!==v&&v){var y=je(v,t.fontWeight,t.fontShape);return Ge(i,y,a,t,o.concat(y,t.fontWeight,t.fontShape))}var x=je("textrm",t.fontWeight,t.fontShape);return Ge(i,x,a,t,o.concat(t.fontWeight,t.fontShape))}throw new Error("unexpected type: "+r+" in makeOrd")},makeGlue:function(e,t){var r=Xe(["mspace"],[],t),n=F(e,t);return r.style.marginRight=V(n),r},staticSvg:function(e,t){var r=Ze[e],n=r[0],a=r[1],i=r[2],o=new J(n),s=new K([o],{width:V(a),height:V(i),style:"width:"+V(a),viewBox:"0 0 "+1e3*a+" "+1e3*i,preserveAspectRatio:"xMinYMin"}),l=We(["overlay"],[s],t);return l.height=i,l.style.height=V(i),l.style.width=V(a),l},svgData:Ze,tryCombineChars:function(e){for(var t=0;t<e.length-1;t++){var r=e[t],n=e[t+1];r instanceof Z&&n instanceof Z&&Ue(r,n)&&(r.text+=n.text,r.height=Math.max(r.height,n.height),r.depth=Math.max(r.depth,n.depth),r.italic=n.italic,e.splice(t+1,1),t--)}return e}},Je={number:3,unit:"mu"},Qe={number:4,unit:"mu"},et={number:5,unit:"mu"},tt={mord:{mop:Je,mbin:Qe,mrel:et,minner:Je},mop:{mord:Je,mop:Je,mrel:et,minner:Je},mbin:{mord:Qe,mop:Qe,mopen:Qe,minner:Qe},mrel:{mord:et,mop:et,mopen:et,minner:et},mopen:{},mclose:{mop:Je,mbin:Qe,mrel:et,minner:Je},mpunct:{mord:Je,mop:Je,mrel:et,mopen:Je,mclose:Je,mpunct:Je,minner:Je},minner:{mord:Je,mop:Je,mbin:Qe,mrel:et,mopen:Je,mpunct:Je,minner:Je}},rt={mord:{mop:Je},mop:{mord:Je,mop:Je},mbin:{},mrel:{},mopen:{},mclose:{mop:Je},mpunct:{},minner:{mop:Je}},nt={},at={},it={};function ot(e){for(var t=e.type,r=e.names,n=e.props,a=e.handler,i=e.htmlBuilder,o=e.mathmlBuilder,s={type:t,numArgs:n.numArgs,argTypes:n.argTypes,allowedInArgument:!!n.allowedInArgument,allowedInText:!!n.allowedInText,allowedInMath:void 0===n.allowedInMath||n.allowedInMath,numOptionalArgs:n.numOptionalArgs||0,infix:!!n.infix,primitive:!!n.primitive,handler:a},l=0;l<r.length;++l)nt[r[l]]=s;t&&(i&&(at[t]=i),o&&(it[t]=o))}function st(e){ot({type:e.type,names:[],props:{numArgs:0},handler:function(){throw new Error("Should never be called.")},htmlBuilder:e.htmlBuilder,mathmlBuilder:e.mathmlBuilder})}var lt=function(e){return"ordgroup"===e.type&&1===e.body.length?e.body[0]:e},ht=function(e){return"ordgroup"===e.type?e.body:[e]},mt=Ke.makeSpan,ct=["leftmost","mbin","mopen","mrel","mop","mpunct"],ut=["rightmost","mrel","mclose","mpunct"],pt={display:x.DISPLAY,text:x.TEXT,script:x.SCRIPT,scriptscript:x.SCRIPTSCRIPT},dt={mord:"mord",mop:"mop",mbin:"mbin",mrel:"mrel",mopen:"mopen",mclose:"mclose",mpunct:"mpunct",minner:"minner"},ft=function(e,t,r,n){void 0===n&&(n=[null,null]);for(var a=[],i=0;i<e.length;i++){var o=wt(e[i],t);if(o instanceof A){var s=o.children;a.push.apply(a,s)}else a.push(o)}if(Ke.tryCombineChars(a),!r)return a;var h=t;if(1===e.length){var m=e[0];"sizing"===m.type?h=t.havingSize(m.size):"styling"===m.type&&(h=t.havingStyle(pt[m.style]))}var c=mt([n[0]||"leftmost"],[],t),u=mt([n[1]||"rightmost"],[],t),p="root"===r;return gt(a,(function(e,t){var r=t.classes[0],n=e.classes[0];"mbin"===r&&l.contains(ut,n)?t.classes[0]="mord":"mbin"===n&&l.contains(ct,r)&&(e.classes[0]="mord")}),{node:c},u,p),gt(a,(function(e,t){var r=yt(t),n=yt(e),a=r&&n?e.hasClass("mtight")?rt[r][n]:tt[r][n]:null;if(a)return Ke.makeGlue(a,h)}),{node:c},u,p),a},gt=function e(t,r,n,a,i){a&&t.push(a);for(var o=0;o<t.length;o++){var s=t[o],l=vt(s);if(l)e(l.children,r,n,null,i);else{var h=!s.hasClass("mspace");if(h){var m=r(s,n.node);m&&(n.insertAfter?n.insertAfter(m):(t.unshift(m),o++))}h?n.node=s:i&&s.hasClass("newline")&&(n.node=mt(["leftmost"])),n.insertAfter=function(e){return function(r){t.splice(e+1,0,r),o++}}(o)}}a&&t.pop()},vt=function(e){return e instanceof A||e instanceof _||e instanceof W&&e.hasClass("enclosing")?e:null},bt=function e(t,r){var n=vt(t);if(n){var a=n.children;if(a.length){if("right"===r)return e(a[a.length-1],"right");if("left"===r)return e(a[0],"left")}}return t},yt=function(e,t){return e?(t&&(e=bt(e,t)),dt[e.classes[0]]||null):null},xt=function(e,t){var r=["nulldelimiter"].concat(e.baseSizingClasses());return mt(t.concat(r))},wt=function(e,t,r){if(!e)return mt();if(at[e.type]){var a=at[e.type](e,t);if(r&&t.size!==r.size){a=mt(t.sizingClasses(r),[a],t);var i=t.sizeMultiplier/r.sizeMultiplier;a.height*=i,a.depth*=i}return a}throw new n("Got group of unknown type: '"+e.type+"'")};function kt(e,t){var r=mt(["base"],e,t),n=mt(["strut"]);return n.style.height=V(r.height+r.depth),r.depth&&(n.style.verticalAlign=V(-r.depth)),r.children.unshift(n),r}function St(e,t){var r=null;1===e.length&&"tag"===e[0].type&&(r=e[0].tag,e=e[0].body);var n,a=ft(e,t,"root");2===a.length&&a[1].hasClass("tag")&&(n=a.pop());for(var i,o=[],s=[],l=0;l<a.length;l++)if(s.push(a[l]),a[l].hasClass("mbin")||a[l].hasClass("mrel")||a[l].hasClass("allowbreak")){for(var h=!1;l<a.length-1&&a[l+1].hasClass("mspace")&&!a[l+1].hasClass("newline");)l++,s.push(a[l]),a[l].hasClass("nobreak")&&(h=!0);h||(o.push(kt(s,t)),s=[])}else a[l].hasClass("newline")&&(s.pop(),s.length>0&&(o.push(kt(s,t)),s=[]),o.push(a[l]));s.length>0&&o.push(kt(s,t)),r?((i=kt(ft(r,t,!0))).classes=["tag"],o.push(i)):n&&o.push(n);var m=mt(["katex-html"],o);if(m.setAttribute("aria-hidden","true"),i){var c=i.children[0];c.style.height=V(m.height+m.depth),m.depth&&(c.style.verticalAlign=V(-m.depth))}return m}function Mt(e){return new A(e)}var zt=function(){function e(e,t,r){this.type=void 0,this.attributes=void 0,this.children=void 0,this.classes=void 0,this.type=e,this.attributes={},this.children=t||[],this.classes=r||[]}var t=e.prototype;return t.setAttribute=function(e,t){this.attributes[e]=t},t.getAttribute=function(e){return this.attributes[e]},t.toNode=function(){var e=document.createElementNS("http://www.w3.org/1998/Math/MathML",this.type);for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&e.setAttribute(t,this.attributes[t]);this.classes.length>0&&(e.className=G(this.classes));for(var r=0;r<this.children.length;r++)e.appendChild(this.children[r].toNode());return e},t.toMarkup=function(){var e="<"+this.type;for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&(e+=" "+t+'="',e+=l.escape(this.attributes[t]),e+='"');this.classes.length>0&&(e+=' class ="'+l.escape(G(this.classes))+'"'),e+=">";for(var r=0;r<this.children.length;r++)e+=this.children[r].toMarkup();return e+="</"+this.type+">"},t.toText=function(){return this.children.map((function(e){return e.toText()})).join("")},e}(),At=function(){function e(e){this.text=void 0,this.text=e}var t=e.prototype;return t.toNode=function(){return document.createTextNode(this.text)},t.toMarkup=function(){return l.escape(this.toText())},t.toText=function(){return this.text},e}(),Tt={MathNode:zt,TextNode:At,SpaceNode:function(){function e(e){this.width=void 0,this.character=void 0,this.width=e,this.character=e>=.05555&&e<=.05556?"\u200a":e>=.1666&&e<=.1667?"\u2009":e>=.2222&&e<=.2223?"\u2005":e>=.2777&&e<=.2778?"\u2005\u200a":e>=-.05556&&e<=-.05555?"\u200a\u2063":e>=-.1667&&e<=-.1666?"\u2009\u2063":e>=-.2223&&e<=-.2222?"\u205f\u2063":e>=-.2778&&e<=-.2777?"\u2005\u2063":null}var t=e.prototype;return t.toNode=function(){if(this.character)return document.createTextNode(this.character);var e=document.createElementNS("http://www.w3.org/1998/Math/MathML","mspace");return e.setAttribute("width",V(this.width)),e},t.toMarkup=function(){return this.character?"<mtext>"+this.character+"</mtext>":'<mspace width="'+V(this.width)+'"/>'},t.toText=function(){return this.character?this.character:" "},e}(),newDocumentFragment:Mt},Bt=function(e,t,r){return!ae[t][e]||!ae[t][e].replace||55349===e.charCodeAt(0)||we.hasOwnProperty(e)&&r&&(r.fontFamily&&"tt"===r.fontFamily.substr(4,2)||r.font&&"tt"===r.font.substr(4,2))||(e=ae[t][e].replace),new Tt.TextNode(e)},Ct=function(e){return 1===e.length?e[0]:new Tt.MathNode("mrow",e)},qt=function(e,t){if("texttt"===t.fontFamily)return"monospace";if("textsf"===t.fontFamily)return"textit"===t.fontShape&&"textbf"===t.fontWeight?"sans-serif-bold-italic":"textit"===t.fontShape?"sans-serif-italic":"textbf"===t.fontWeight?"bold-sans-serif":"sans-serif";if("textit"===t.fontShape&&"textbf"===t.fontWeight)return"bold-italic";if("textit"===t.fontShape)return"italic";if("textbf"===t.fontWeight)return"bold";var r=t.font;if(!r||"mathnormal"===r)return null;var n=e.mode;if("mathit"===r)return"italic";if("boldsymbol"===r)return"textord"===e.type?"bold":"bold-italic";if("mathbf"===r)return"bold";if("mathbb"===r)return"double-struck";if("mathfrak"===r)return"fraktur";if("mathscr"===r||"mathcal"===r)return"script";if("mathsf"===r)return"sans-serif";if("mathtt"===r)return"monospace";var a=e.text;return l.contains(["\\imath","\\jmath"],a)?null:(ae[n][a]&&ae[n][a].replace&&(a=ae[n][a].replace),q(a,Ke.fontMap[r].fontName,n)?Ke.fontMap[r].variant:null)},Nt=function(e,t,r){if(1===e.length){var n=Rt(e[0],t);return r&&n instanceof zt&&"mo"===n.type&&(n.setAttribute("lspace","0em"),n.setAttribute("rspace","0em")),[n]}for(var a,i=[],o=0;o<e.length;o++){var s=Rt(e[o],t);if(s instanceof zt&&a instanceof zt){if("mtext"===s.type&&"mtext"===a.type&&s.getAttribute("mathvariant")===a.getAttribute("mathvariant")){var l;(l=a.children).push.apply(l,s.children);continue}if("mn"===s.type&&"mn"===a.type){var h;(h=a.children).push.apply(h,s.children);continue}if("mi"===s.type&&1===s.children.length&&"mn"===a.type){var m=s.children[0];if(m instanceof At&&"."===m.text){var c;(c=a.children).push.apply(c,s.children);continue}}else if("mi"===a.type&&1===a.children.length){var u=a.children[0];if(u instanceof At&&"\u0338"===u.text&&("mo"===s.type||"mi"===s.type||"mn"===s.type)){var p=s.children[0];p instanceof At&&p.text.length>0&&(p.text=p.text.slice(0,1)+"\u0338"+p.text.slice(1),i.pop())}}}i.push(s),a=s}return i},It=function(e,t,r){return Ct(Nt(e,t,r))},Rt=function(e,t){if(!e)return new Tt.MathNode("mrow");if(it[e.type])return it[e.type](e,t);throw new n("Got group of unknown type: '"+e.type+"'")};function Ot(e,t,r,n,a){var i,o=Nt(e,r);i=1===o.length&&o[0]instanceof zt&&l.contains(["mrow","mtable"],o[0].type)?o[0]:new Tt.MathNode("mrow",o);var s=new Tt.MathNode("annotation",[new Tt.TextNode(t)]);s.setAttribute("encoding","application/x-tex");var h=new Tt.MathNode("semantics",[i,s]),m=new Tt.MathNode("math",[h]);m.setAttribute("xmlns","http://www.w3.org/1998/Math/MathML"),n&&m.setAttribute("display","block");var c=a?"katex":"katex-mathml";return Ke.makeSpan([c],[m])}var Ht=function(e){return new E({style:e.displayMode?x.DISPLAY:x.TEXT,maxSize:e.maxSize,minRuleThickness:e.minRuleThickness})},Et=function(e,t){if(t.displayMode){var r=["katex-display"];t.leqno&&r.push("leqno"),t.fleqn&&r.push("fleqn"),e=Ke.makeSpan(r,[e])}return e},Lt=function(e,t,r){var n,a=Ht(r);if("mathml"===r.output)return Ot(e,t,a,r.displayMode,!0);if("html"===r.output){var i=St(e,a);n=Ke.makeSpan(["katex"],[i])}else{var o=Ot(e,t,a,r.displayMode,!1),s=St(e,a);n=Ke.makeSpan(["katex"],[o,s])}return Et(n,r)},Dt={widehat:"^",widecheck:"\u02c7",widetilde:"~",utilde:"~",overleftarrow:"\u2190",underleftarrow:"\u2190",xleftarrow:"\u2190",overrightarrow:"\u2192",underrightarrow:"\u2192",xrightarrow:"\u2192",underbrace:"\u23df",overbrace:"\u23de",overgroup:"\u23e0",undergroup:"\u23e1",overleftrightarrow:"\u2194",underleftrightarrow:"\u2194",xleftrightarrow:"\u2194",Overrightarrow:"\u21d2",xRightarrow:"\u21d2",overleftharpoon:"\u21bc",xleftharpoonup:"\u21bc",overrightharpoon:"\u21c0",xrightharpoonup:"\u21c0",xLeftarrow:"\u21d0",xLeftrightarrow:"\u21d4",xhookleftarrow:"\u21a9",xhookrightarrow:"\u21aa",xmapsto:"\u21a6",xrightharpoondown:"\u21c1",xleftharpoondown:"\u21bd",xrightleftharpoons:"\u21cc",xleftrightharpoons:"\u21cb",xtwoheadleftarrow:"\u219e",xtwoheadrightarrow:"\u21a0",xlongequal:"=",xtofrom:"\u21c4",xrightleftarrows:"\u21c4",xrightequilibrium:"\u21cc",xleftequilibrium:"\u21cb","\\cdrightarrow":"\u2192","\\cdleftarrow":"\u2190","\\cdlongequal":"="},Pt={overrightarrow:[["rightarrow"],.888,522,"xMaxYMin"],overleftarrow:[["leftarrow"],.888,522,"xMinYMin"],underrightarrow:[["rightarrow"],.888,522,"xMaxYMin"],underleftarrow:[["leftarrow"],.888,522,"xMinYMin"],xrightarrow:[["rightarrow"],1.469,522,"xMaxYMin"],"\\cdrightarrow":[["rightarrow"],3,522,"xMaxYMin"],xleftarrow:[["leftarrow"],1.469,522,"xMinYMin"],"\\cdleftarrow":[["leftarrow"],3,522,"xMinYMin"],Overrightarrow:[["doublerightarrow"],.888,560,"xMaxYMin"],xRightarrow:[["doublerightarrow"],1.526,560,"xMaxYMin"],xLeftarrow:[["doubleleftarrow"],1.526,560,"xMinYMin"],overleftharpoon:[["leftharpoon"],.888,522,"xMinYMin"],xleftharpoonup:[["leftharpoon"],.888,522,"xMinYMin"],xleftharpoondown:[["leftharpoondown"],.888,522,"xMinYMin"],overrightharpoon:[["rightharpoon"],.888,522,"xMaxYMin"],xrightharpoonup:[["rightharpoon"],.888,522,"xMaxYMin"],xrightharpoondown:[["rightharpoondown"],.888,522,"xMaxYMin"],xlongequal:[["longequal"],.888,334,"xMinYMin"],"\\cdlongequal":[["longequal"],3,334,"xMinYMin"],xtwoheadleftarrow:[["twoheadleftarrow"],.888,334,"xMinYMin"],xtwoheadrightarrow:[["twoheadrightarrow"],.888,334,"xMaxYMin"],overleftrightarrow:[["leftarrow","rightarrow"],.888,522],overbrace:[["leftbrace","midbrace","rightbrace"],1.6,548],underbrace:[["leftbraceunder","midbraceunder","rightbraceunder"],1.6,548],underleftrightarrow:[["leftarrow","rightarrow"],.888,522],xleftrightarrow:[["leftarrow","rightarrow"],1.75,522],xLeftrightarrow:[["doubleleftarrow","doublerightarrow"],1.75,560],xrightleftharpoons:[["leftharpoondownplus","rightharpoonplus"],1.75,716],xleftrightharpoons:[["leftharpoonplus","rightharpoondownplus"],1.75,716],xhookleftarrow:[["leftarrow","righthook"],1.08,522],xhookrightarrow:[["lefthook","rightarrow"],1.08,522],overlinesegment:[["leftlinesegment","rightlinesegment"],.888,522],underlinesegment:[["leftlinesegment","rightlinesegment"],.888,522],overgroup:[["leftgroup","rightgroup"],.888,342],undergroup:[["leftgroupunder","rightgroupunder"],.888,342],xmapsto:[["leftmapsto","rightarrow"],1.5,522],xtofrom:[["leftToFrom","rightToFrom"],1.75,528],xrightleftarrows:[["baraboveleftarrow","rightarrowabovebar"],1.75,901],xrightequilibrium:[["baraboveshortleftharpoon","rightharpoonaboveshortbar"],1.75,716],xleftequilibrium:[["shortbaraboveleftharpoon","shortrightharpoonabovebar"],1.75,716]},Ft=function(e,t,r,n,a){var i,o=e.height+e.depth+r+n;if(/fbox|color|angl/.test(t)){if(i=Ke.makeSpan(["stretchy",t],[],a),"fbox"===t){var s=a.color&&a.getColor();s&&(i.style.borderColor=s)}}else{var l=[];/^[bx]cancel$/.test(t)&&l.push(new Q({x1:"0",y1:"0",x2:"100%",y2:"100%","stroke-width":"0.046em"})),/^x?cancel$/.test(t)&&l.push(new Q({x1:"0",y1:"100%",x2:"100%",y2:"0","stroke-width":"0.046em"}));var h=new K(l,{width:"100%",height:V(o)});i=Ke.makeSvgSpan([],[h],a)}return i.height=o,i.style.height=V(o),i},Vt=function(e){var t=new Tt.MathNode("mo",[new Tt.TextNode(Dt[e.replace(/^\\/,"")])]);return t.setAttribute("stretchy","true"),t},Gt=function(e,t){var r=function(){var r=4e5,n=e.label.substr(1);if(l.contains(["widehat","widecheck","widetilde","utilde"],n)){var a,i,o,s="ordgroup"===(d=e.base).type?d.body.length:1;if(s>5)"widehat"===n||"widecheck"===n?(a=420,r=2364,o=.42,i=n+"4"):(a=312,r=2340,o=.34,i="tilde4");else{var h=[1,1,2,2,3,3][s];"widehat"===n||"widecheck"===n?(r=[0,1062,2364,2364,2364][h],a=[0,239,300,360,420][h],o=[0,.24,.3,.3,.36,.42][h],i=n+h):(r=[0,600,1033,2339,2340][h],a=[0,260,286,306,312][h],o=[0,.26,.286,.3,.306,.34][h],i="tilde"+h)}var m=new J(i),c=new K([m],{width:"100%",height:V(o),viewBox:"0 0 "+r+" "+a,preserveAspectRatio:"none"});return{span:Ke.makeSvgSpan([],[c],t),minWidth:0,height:o}}var u,p,d,f=[],g=Pt[n],v=g[0],b=g[1],y=g[2],x=y/1e3,w=v.length;if(1===w)u=["hide-tail"],p=[g[3]];else if(2===w)u=["halfarrow-left","halfarrow-right"],p=["xMinYMin","xMaxYMin"];else{if(3!==w)throw new Error("Correct katexImagesData or update code here to support\n "+w+" children.");u=["brace-left","brace-center","brace-right"],p=["xMinYMin","xMidYMin","xMaxYMin"]}for(var k=0;k<w;k++){var S=new J(v[k]),M=new K([S],{width:"400em",height:V(x),viewBox:"0 0 "+r+" "+y,preserveAspectRatio:p[k]+" slice"}),z=Ke.makeSvgSpan([u[k]],[M],t);if(1===w)return{span:z,minWidth:b,height:x};z.style.height=V(x),f.push(z)}return{span:Ke.makeSpan(["stretchy"],f,t),minWidth:b,height:x}}(),n=r.span,a=r.minWidth,i=r.height;return n.height=i,n.style.height=V(i),a>0&&(n.style.minWidth=V(a)),n};function Ut(e,t){if(!e||e.type!==t)throw new Error("Expected node of type "+t+", but got "+(e?"node of type "+e.type:String(e)));return e}function Yt(e){var t=Xt(e);if(!t)throw new Error("Expected node of symbol group type, but got "+(e?"node of type "+e.type:String(e)));return t}function Xt(e){return e&&("atom"===e.type||re.hasOwnProperty(e.type))?e:null}var Wt=function(e,t){var r,n,a;e&&"supsub"===e.type?(r=(n=Ut(e.base,"accent")).base,e.base=r,a=function(e){if(e instanceof W)return e;throw new Error("Expected span<HtmlDomNode> but got "+String(e)+".")}(wt(e,t)),e.base=n):r=(n=Ut(e,"accent")).base;var i=wt(r,t.havingCrampedStyle()),o=0;if(n.isShifty&&l.isCharacterBox(r)){var s=l.getBaseElem(r);o=ee(wt(s,t.havingCrampedStyle())).skew}var h,m="\\c"===n.label,c=m?i.height+i.depth:Math.min(i.height,t.fontMetrics().xHeight);if(n.isStretchy)h=Gt(n,t),h=Ke.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:i},{type:"elem",elem:h,wrapperClasses:["svg-align"],wrapperStyle:o>0?{width:"calc(100% - "+V(2*o)+")",marginLeft:V(2*o)}:void 0}]},t);else{var u,p;"\\vec"===n.label?(u=Ke.staticSvg("vec",t),p=Ke.svgData.vec[1]):((u=ee(u=Ke.makeOrd({mode:n.mode,text:n.label},t,"textord"))).italic=0,p=u.width,m&&(c+=u.depth)),h=Ke.makeSpan(["accent-body"],[u]);var d="\\textcircled"===n.label;d&&(h.classes.push("accent-full"),c=i.height);var f=o;d||(f-=p/2),h.style.left=V(f),"\\textcircled"===n.label&&(h.style.top=".2em"),h=Ke.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:i},{type:"kern",size:-c},{type:"elem",elem:h}]},t)}var g=Ke.makeSpan(["mord","accent"],[h],t);return a?(a.children[0]=g,a.height=Math.max(g.height,a.height),a.classes[0]="mord",a):g},_t=function(e,t){var r=e.isStretchy?Vt(e.label):new Tt.MathNode("mo",[Bt(e.label,e.mode)]),n=new Tt.MathNode("mover",[Rt(e.base,t),r]);return n.setAttribute("accent","true"),n},jt=new RegExp(["\\acute","\\grave","\\ddot","\\tilde","\\bar","\\breve","\\check","\\hat","\\vec","\\dot","\\mathring"].map((function(e){return"\\"+e})).join("|"));ot({type:"accent",names:["\\acute","\\grave","\\ddot","\\tilde","\\bar","\\breve","\\check","\\hat","\\vec","\\dot","\\mathring","\\widecheck","\\widehat","\\widetilde","\\overrightarrow","\\overleftarrow","\\Overrightarrow","\\overleftrightarrow","\\overgroup","\\overlinesegment","\\overleftharpoon","\\overrightharpoon"],props:{numArgs:1},handler:function(e,t){var r=lt(t[0]),n=!jt.test(e.funcName),a=!n||"\\widehat"===e.funcName||"\\widetilde"===e.funcName||"\\widecheck"===e.funcName;return{type:"accent",mode:e.parser.mode,label:e.funcName,isStretchy:n,isShifty:a,base:r}},htmlBuilder:Wt,mathmlBuilder:_t}),ot({type:"accent",names:["\\'","\\`","\\^","\\~","\\=","\\u","\\.",'\\"',"\\c","\\r","\\H","\\v","\\textcircled"],props:{numArgs:1,allowedInText:!0,allowedInMath:!0,argTypes:["primitive"]},handler:function(e,t){var r=t[0],n=e.parser.mode;return"math"===n&&(e.parser.settings.reportNonstrict("mathVsTextAccents","LaTeX's accent "+e.funcName+" works only in text mode"),n="text"),{type:"accent",mode:n,label:e.funcName,isStretchy:!1,isShifty:!0,base:r}},htmlBuilder:Wt,mathmlBuilder:_t}),ot({type:"accentUnder",names:["\\underleftarrow","\\underrightarrow","\\underleftrightarrow","\\undergroup","\\underlinesegment","\\utilde"],props:{numArgs:1},handler:function(e,t){var r=e.parser,n=e.funcName,a=t[0];return{type:"accentUnder",mode:r.mode,label:n,base:a}},htmlBuilder:function(e,t){var r=wt(e.base,t),n=Gt(e,t),a="\\utilde"===e.label?.12:0,i=Ke.makeVList({positionType:"top",positionData:r.height,children:[{type:"elem",elem:n,wrapperClasses:["svg-align"]},{type:"kern",size:a},{type:"elem",elem:r}]},t);return Ke.makeSpan(["mord","accentunder"],[i],t)},mathmlBuilder:function(e,t){var r=Vt(e.label),n=new Tt.MathNode("munder",[Rt(e.base,t),r]);return n.setAttribute("accentunder","true"),n}});var $t=function(e){var t=new Tt.MathNode("mpadded",e?[e]:[]);return t.setAttribute("width","+0.6em"),t.setAttribute("lspace","0.3em"),t};ot({type:"xArrow",names:["\\xleftarrow","\\xrightarrow","\\xLeftarrow","\\xRightarrow","\\xleftrightarrow","\\xLeftrightarrow","\\xhookleftarrow","\\xhookrightarrow","\\xmapsto","\\xrightharpoondown","\\xrightharpoonup","\\xleftharpoondown","\\xleftharpoonup","\\xrightleftharpoons","\\xleftrightharpoons","\\xlongequal","\\xtwoheadrightarrow","\\xtwoheadleftarrow","\\xtofrom","\\xrightleftarrows","\\xrightequilibrium","\\xleftequilibrium","\\\\cdrightarrow","\\\\cdleftarrow","\\\\cdlongequal"],props:{numArgs:1,numOptionalArgs:1},handler:function(e,t,r){var n=e.parser,a=e.funcName;return{type:"xArrow",mode:n.mode,label:a,body:t[0],below:r[0]}},htmlBuilder:function(e,t){var r,n=t.style,a=t.havingStyle(n.sup()),i=Ke.wrapFragment(wt(e.body,a,t),t),o="\\x"===e.label.slice(0,2)?"x":"cd";i.classes.push(o+"-arrow-pad"),e.below&&(a=t.havingStyle(n.sub()),(r=Ke.wrapFragment(wt(e.below,a,t),t)).classes.push(o+"-arrow-pad"));var s,l=Gt(e,t),h=-t.fontMetrics().axisHeight+.5*l.height,m=-t.fontMetrics().axisHeight-.5*l.height-.111;if((i.depth>.25||"\\xleftequilibrium"===e.label)&&(m-=i.depth),r){var c=-t.fontMetrics().axisHeight+r.height+.5*l.height+.111;s=Ke.makeVList({positionType:"individualShift",children:[{type:"elem",elem:i,shift:m},{type:"elem",elem:l,shift:h},{type:"elem",elem:r,shift:c}]},t)}else s=Ke.makeVList({positionType:"individualShift",children:[{type:"elem",elem:i,shift:m},{type:"elem",elem:l,shift:h}]},t);return s.children[0].children[0].children[1].classes.push("svg-align"),Ke.makeSpan(["mrel","x-arrow"],[s],t)},mathmlBuilder:function(e,t){var r,n=Vt(e.label);if(n.setAttribute("minsize","x"===e.label.charAt(0)?"1.75em":"3.0em"),e.body){var a=$t(Rt(e.body,t));if(e.below){var i=$t(Rt(e.below,t));r=new Tt.MathNode("munderover",[n,i,a])}else r=new Tt.MathNode("mover",[n,a])}else if(e.below){var o=$t(Rt(e.below,t));r=new Tt.MathNode("munder",[n,o])}else r=$t(),r=new Tt.MathNode("mover",[n,r]);return r}});var Zt={">":"\\\\cdrightarrow","<":"\\\\cdleftarrow","=":"\\\\cdlongequal",A:"\\uparrow",V:"\\downarrow","|":"\\Vert",".":"no arrow"},Kt=function(e){return"textord"===e.type&&"@"===e.text};function Jt(e,t,r){var n=Zt[e];switch(n){case"\\\\cdrightarrow":case"\\\\cdleftarrow":return r.callFunction(n,[t[0]],[t[1]]);case"\\uparrow":case"\\downarrow":var a={type:"atom",text:n,mode:"math",family:"rel"},i={type:"ordgroup",mode:"math",body:[r.callFunction("\\\\cdleft",[t[0]],[]),r.callFunction("\\Big",[a],[]),r.callFunction("\\\\cdright",[t[1]],[])]};return r.callFunction("\\\\cdparent",[i],[]);case"\\\\cdlongequal":return r.callFunction("\\\\cdlongequal",[],[]);case"\\Vert":return r.callFunction("\\Big",[{type:"textord",text:"\\Vert",mode:"math"}],[]);default:return{type:"textord",text:" ",mode:"math"}}}ot({type:"cdlabel",names:["\\\\cdleft","\\\\cdright"],props:{numArgs:1},handler:function(e,t){var r=e.parser,n=e.funcName;return{type:"cdlabel",mode:r.mode,side:n.slice(4),label:t[0]}},htmlBuilder:function(e,t){var r=t.havingStyle(t.style.sup()),n=Ke.wrapFragment(wt(e.label,r,t),t);return n.classes.push("cd-label-"+e.side),n.style.bottom=V(.8-n.depth),n.height=0,n.depth=0,n},mathmlBuilder:function(e,t){var r=new Tt.MathNode("mrow",[Rt(e.label,t)]);return(r=new Tt.MathNode("mpadded",[r])).setAttribute("width","0"),"left"===e.side&&r.setAttribute("lspace","-1width"),r.setAttribute("voffset","0.7em"),(r=new Tt.MathNode("mstyle",[r])).setAttribute("displaystyle","false"),r.setAttribute("scriptlevel","1"),r}}),ot({type:"cdlabelparent",names:["\\\\cdparent"],props:{numArgs:1},handler:function(e,t){return{type:"cdlabelparent",mode:e.parser.mode,fragment:t[0]}},htmlBuilder:function(e,t){var r=Ke.wrapFragment(wt(e.fragment,t),t);return r.classes.push("cd-vert-arrow"),r},mathmlBuilder:function(e,t){return new Tt.MathNode("mrow",[Rt(e.fragment,t)])}}),ot({type:"textord",names:["\\@char"],props:{numArgs:1,allowedInText:!0},handler:function(e,t){for(var r=e.parser,a=Ut(t[0],"ordgroup").body,i="",o=0;o<a.length;o++){i+=Ut(a[o],"textord").text}var s,l=parseInt(i);if(isNaN(l))throw new n("\\@char has non-numeric argument "+i);if(l<0||l>=1114111)throw new n("\\@char with invalid code point "+i);return l<=65535?s=String.fromCharCode(l):(l-=65536,s=String.fromCharCode(55296+(l>>10),56320+(1023&l))),{type:"textord",mode:r.mode,text:s}}});var Qt=function(e,t){var r=ft(e.body,t.withColor(e.color),!1);return Ke.makeFragment(r)},er=function(e,t){var r=Nt(e.body,t.withColor(e.color)),n=new Tt.MathNode("mstyle",r);return n.setAttribute("mathcolor",e.color),n};ot({type:"color",names:["\\textcolor"],props:{numArgs:2,allowedInText:!0,argTypes:["color","original"]},handler:function(e,t){var r=e.parser,n=Ut(t[0],"color-token").color,a=t[1];return{type:"color",mode:r.mode,color:n,body:ht(a)}},htmlBuilder:Qt,mathmlBuilder:er}),ot({type:"color",names:["\\color"],props:{numArgs:1,allowedInText:!0,argTypes:["color"]},handler:function(e,t){var r=e.parser,n=e.breakOnTokenText,a=Ut(t[0],"color-token").color;r.gullet.macros.set("\\current@color",a);var i=r.parseExpression(!0,n);return{type:"color",mode:r.mode,color:a,body:i}},htmlBuilder:Qt,mathmlBuilder:er}),ot({type:"cr",names:["\\\\"],props:{numArgs:0,numOptionalArgs:1,argTypes:["size"],allowedInText:!0},handler:function(e,t,r){var n=e.parser,a=r[0],i=!n.settings.displayMode||!n.settings.useStrictBehavior("newLineInDisplayMode","In LaTeX, \\\\ or \\newline does nothing in display mode");return{type:"cr",mode:n.mode,newLine:i,size:a&&Ut(a,"size").value}},htmlBuilder:function(e,t){var r=Ke.makeSpan(["mspace"],[],t);return e.newLine&&(r.classes.push("newline"),e.size&&(r.style.marginTop=V(F(e.size,t)))),r},mathmlBuilder:function(e,t){var r=new Tt.MathNode("mspace");return e.newLine&&(r.setAttribute("linebreak","newline"),e.size&&r.setAttribute("height",V(F(e.size,t)))),r}});var tr={"\\global":"\\global","\\long":"\\\\globallong","\\\\globallong":"\\\\globallong","\\def":"\\gdef","\\gdef":"\\gdef","\\edef":"\\xdef","\\xdef":"\\xdef","\\let":"\\\\globallet","\\futurelet":"\\\\globalfuture"},rr=function(e){var t=e.text;if(/^(?:[\\{}$&#^_]|EOF)$/.test(t))throw new n("Expected a control sequence",e);return t},nr=function(e,t,r,n){var a=e.gullet.macros.get(r.text);null==a&&(r.noexpand=!0,a={tokens:[r],numArgs:0,unexpandable:!e.gullet.isExpandable(r.text)}),e.gullet.macros.set(t,a,n)};ot({type:"internal",names:["\\global","\\long","\\\\globallong"],props:{numArgs:0,allowedInText:!0},handler:function(e){var t=e.parser,r=e.funcName;t.consumeSpaces();var a=t.fetch();if(tr[a.text])return"\\global"!==r&&"\\\\globallong"!==r||(a.text=tr[a.text]),Ut(t.parseFunction(),"internal");throw new n("Invalid token after macro prefix",a)}}),ot({type:"internal",names:["\\def","\\gdef","\\edef","\\xdef"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler:function(e){var t=e.parser,r=e.funcName,a=t.gullet.popToken(),i=a.text;if(/^(?:[\\{}$&#^_]|EOF)$/.test(i))throw new n("Expected a control sequence",a);for(var o,s=0,l=[[]];"{"!==t.gullet.future().text;)if("#"===(a=t.gullet.popToken()).text){if("{"===t.gullet.future().text){o=t.gullet.future(),l[s].push("{");break}if(a=t.gullet.popToken(),!/^[1-9]$/.test(a.text))throw new n('Invalid argument number "'+a.text+'"');if(parseInt(a.text)!==s+1)throw new n('Argument number "'+a.text+'" out of order');s++,l.push([])}else{if("EOF"===a.text)throw new n("Expected a macro definition");l[s].push(a.text)}var h=t.gullet.consumeArg().tokens;return o&&h.unshift(o),"\\edef"!==r&&"\\xdef"!==r||(h=t.gullet.expandTokens(h)).reverse(),t.gullet.macros.set(i,{tokens:h,numArgs:s,delimiters:l},r===tr[r]),{type:"internal",mode:t.mode}}}),ot({type:"internal",names:["\\let","\\\\globallet"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler:function(e){var t=e.parser,r=e.funcName,n=rr(t.gullet.popToken());t.gullet.consumeSpaces();var a=function(e){var t=e.gullet.popToken();return"="===t.text&&" "===(t=e.gullet.popToken()).text&&(t=e.gullet.popToken()),t}(t);return nr(t,n,a,"\\\\globallet"===r),{type:"internal",mode:t.mode}}}),ot({type:"internal",names:["\\futurelet","\\\\globalfuture"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler:function(e){var t=e.parser,r=e.funcName,n=rr(t.gullet.popToken()),a=t.gullet.popToken(),i=t.gullet.popToken();return nr(t,n,i,"\\\\globalfuture"===r),t.gullet.pushToken(i),t.gullet.pushToken(a),{type:"internal",mode:t.mode}}});var ar=function(e,t,r){var n=q(ae.math[e]&&ae.math[e].replace||e,t,r);if(!n)throw new Error("Unsupported symbol "+e+" and font size "+t+".");return n},ir=function(e,t,r,n){var a=r.havingBaseStyle(t),i=Ke.makeSpan(n.concat(a.sizingClasses(r)),[e],r),o=a.sizeMultiplier/r.sizeMultiplier;return i.height*=o,i.depth*=o,i.maxFontSize=a.sizeMultiplier,i},or=function(e,t,r){var n=t.havingBaseStyle(r),a=(1-t.sizeMultiplier/n.sizeMultiplier)*t.fontMetrics().axisHeight;e.classes.push("delimcenter"),e.style.top=V(a),e.height-=a,e.depth+=a},sr=function(e,t,r,n,a,i){var o=function(e,t,r,n){return Ke.makeSymbol(e,"Size"+t+"-Regular",r,n)}(e,t,a,n),s=ir(Ke.makeSpan(["delimsizing","size"+t],[o],n),x.TEXT,n,i);return r&&or(s,n,x.TEXT),s},lr=function(e,t,r){var n;return n="Size1-Regular"===t?"delim-size1":"delim-size4",{type:"elem",elem:Ke.makeSpan(["delimsizinginner",n],[Ke.makeSpan([],[Ke.makeSymbol(e,t,r)])])}},hr=function(e,t,r){var n=T["Size4-Regular"][e.charCodeAt(0)]?T["Size4-Regular"][e.charCodeAt(0)][4]:T["Size1-Regular"][e.charCodeAt(0)][4],a=new J("inner",function(e,t){switch(e){case"\u239c":return"M291 0 H417 V"+t+" H291z M291 0 H417 V"+t+" H291z";case"\u2223":return"M145 0 H188 V"+t+" H145z M145 0 H188 V"+t+" H145z";case"\u2225":return"M145 0 H188 V"+t+" H145z M145 0 H188 V"+t+" H145zM367 0 H410 V"+t+" H367z M367 0 H410 V"+t+" H367z";case"\u239f":return"M457 0 H583 V"+t+" H457z M457 0 H583 V"+t+" H457z";case"\u23a2":return"M319 0 H403 V"+t+" H319z M319 0 H403 V"+t+" H319z";case"\u23a5":return"M263 0 H347 V"+t+" H263z M263 0 H347 V"+t+" H263z";case"\u23aa":return"M384 0 H504 V"+t+" H384z M384 0 H504 V"+t+" H384z";case"\u23d0":return"M312 0 H355 V"+t+" H312z M312 0 H355 V"+t+" H312z";case"\u2016":return"M257 0 H300 V"+t+" H257z M257 0 H300 V"+t+" H257zM478 0 H521 V"+t+" H478z M478 0 H521 V"+t+" H478z";default:return""}}(e,Math.round(1e3*t))),i=new K([a],{width:V(n),height:V(t),style:"width:"+V(n),viewBox:"0 0 "+1e3*n+" "+Math.round(1e3*t),preserveAspectRatio:"xMinYMin"}),o=Ke.makeSvgSpan([],[i],r);return o.height=t,o.style.height=V(t),o.style.width=V(n),{type:"elem",elem:o}},mr={type:"kern",size:-.008},cr=["|","\\lvert","\\rvert","\\vert"],ur=["\\|","\\lVert","\\rVert","\\Vert"],pr=function(e,t,r,n,a,i){var o,s,h,m;o=h=m=e,s=null;var c="Size1-Regular";"\\uparrow"===e?h=m="\u23d0":"\\Uparrow"===e?h=m="\u2016":"\\downarrow"===e?o=h="\u23d0":"\\Downarrow"===e?o=h="\u2016":"\\updownarrow"===e?(o="\\uparrow",h="\u23d0",m="\\downarrow"):"\\Updownarrow"===e?(o="\\Uparrow",h="\u2016",m="\\Downarrow"):l.contains(cr,e)?h="\u2223":l.contains(ur,e)?h="\u2225":"["===e||"\\lbrack"===e?(o="\u23a1",h="\u23a2",m="\u23a3",c="Size4-Regular"):"]"===e||"\\rbrack"===e?(o="\u23a4",h="\u23a5",m="\u23a6",c="Size4-Regular"):"\\lfloor"===e||"\u230a"===e?(h=o="\u23a2",m="\u23a3",c="Size4-Regular"):"\\lceil"===e||"\u2308"===e?(o="\u23a1",h=m="\u23a2",c="Size4-Regular"):"\\rfloor"===e||"\u230b"===e?(h=o="\u23a5",m="\u23a6",c="Size4-Regular"):"\\rceil"===e||"\u2309"===e?(o="\u23a4",h=m="\u23a5",c="Size4-Regular"):"("===e||"\\lparen"===e?(o="\u239b",h="\u239c",m="\u239d",c="Size4-Regular"):")"===e||"\\rparen"===e?(o="\u239e",h="\u239f",m="\u23a0",c="Size4-Regular"):"\\{"===e||"\\lbrace"===e?(o="\u23a7",s="\u23a8",m="\u23a9",h="\u23aa",c="Size4-Regular"):"\\}"===e||"\\rbrace"===e?(o="\u23ab",s="\u23ac",m="\u23ad",h="\u23aa",c="Size4-Regular"):"\\lgroup"===e||"\u27ee"===e?(o="\u23a7",m="\u23a9",h="\u23aa",c="Size4-Regular"):"\\rgroup"===e||"\u27ef"===e?(o="\u23ab",m="\u23ad",h="\u23aa",c="Size4-Regular"):"\\lmoustache"===e||"\u23b0"===e?(o="\u23a7",m="\u23ad",h="\u23aa",c="Size4-Regular"):"\\rmoustache"!==e&&"\u23b1"!==e||(o="\u23ab",m="\u23a9",h="\u23aa",c="Size4-Regular");var u=ar(o,c,a),p=u.height+u.depth,d=ar(h,c,a),f=d.height+d.depth,g=ar(m,c,a),v=g.height+g.depth,b=0,y=1;if(null!==s){var w=ar(s,c,a);b=w.height+w.depth,y=2}var k=p+v+b,S=k+Math.max(0,Math.ceil((t-k)/(y*f)))*y*f,M=n.fontMetrics().axisHeight;r&&(M*=n.sizeMultiplier);var z=S/2-M,A=[];if(A.push(lr(m,c,a)),A.push(mr),null===s){var T=S-p-v+.016;A.push(hr(h,T,n))}else{var B=(S-p-v-b)/2+.016;A.push(hr(h,B,n)),A.push(mr),A.push(lr(s,c,a)),A.push(mr),A.push(hr(h,B,n))}A.push(mr),A.push(lr(o,c,a));var C=n.havingBaseStyle(x.TEXT),q=Ke.makeVList({positionType:"bottom",positionData:z,children:A},C);return ir(Ke.makeSpan(["delimsizing","mult"],[q],C),x.TEXT,n,i)},dr=.08,fr=function(e,t,r,n,a){var i=function(e,t,r){t*=1e3;var n="";switch(e){case"sqrtMain":n=function(e,t){return"M95,"+(622+e+t)+"\nc-2.7,0,-7.17,-2.7,-13.5,-8c-5.8,-5.3,-9.5,-10,-9.5,-14\nc0,-2,0.3,-3.3,1,-4c1.3,-2.7,23.83,-20.7,67.5,-54\nc44.2,-33.3,65.8,-50.3,66.5,-51c1.3,-1.3,3,-2,5,-2c4.7,0,8.7,3.3,12,10\ns173,378,173,378c0.7,0,35.3,-71,104,-213c68.7,-142,137.5,-285,206.5,-429\nc69,-144,104.5,-217.7,106.5,-221\nl"+e/2.075+" -"+e+"\nc5.3,-9.3,12,-14,20,-14\nH400000v"+(40+e)+"H845.2724\ns-225.272,467,-225.272,467s-235,486,-235,486c-2.7,4.7,-9,7,-19,7\nc-6,0,-10,-1,-12,-3s-194,-422,-194,-422s-65,47,-65,47z\nM"+(834+e)+" "+t+"h400000v"+(40+e)+"h-400000z"}(t,M);break;case"sqrtSize1":n=function(e,t){return"M263,"+(601+e+t)+"c0.7,0,18,39.7,52,119\nc34,79.3,68.167,158.7,102.5,238c34.3,79.3,51.8,119.3,52.5,120\nc340,-704.7,510.7,-1060.3,512,-1067\nl"+e/2.084+" -"+e+"\nc4.7,-7.3,11,-11,19,-11\nH40000v"+(40+e)+"H1012.3\ns-271.3,567,-271.3,567c-38.7,80.7,-84,175,-136,283c-52,108,-89.167,185.3,-111.5,232\nc-22.3,46.7,-33.8,70.3,-34.5,71c-4.7,4.7,-12.3,7,-23,7s-12,-1,-12,-1\ns-109,-253,-109,-253c-72.7,-168,-109.3,-252,-110,-252c-10.7,8,-22,16.7,-34,26\nc-22,17.3,-33.3,26,-34,26s-26,-26,-26,-26s76,-59,76,-59s76,-60,76,-60z\nM"+(1001+e)+" "+t+"h400000v"+(40+e)+"h-400000z"}(t,M);break;case"sqrtSize2":n=function(e,t){return"M983 "+(10+e+t)+"\nl"+e/3.13+" -"+e+"\nc4,-6.7,10,-10,18,-10 H400000v"+(40+e)+"\nH1013.1s-83.4,268,-264.1,840c-180.7,572,-277,876.3,-289,913c-4.7,4.7,-12.7,7,-24,7\ns-12,0,-12,0c-1.3,-3.3,-3.7,-11.7,-7,-25c-35.3,-125.3,-106.7,-373.3,-214,-744\nc-10,12,-21,25,-33,39s-32,39,-32,39c-6,-5.3,-15,-14,-27,-26s25,-30,25,-30\nc26.7,-32.7,52,-63,76,-91s52,-60,52,-60s208,722,208,722\nc56,-175.3,126.3,-397.3,211,-666c84.7,-268.7,153.8,-488.2,207.5,-658.5\nc53.7,-170.3,84.5,-266.8,92.5,-289.5z\nM"+(1001+e)+" "+t+"h400000v"+(40+e)+"h-400000z"}(t,M);break;case"sqrtSize3":n=function(e,t){return"M424,"+(2398+e+t)+"\nc-1.3,-0.7,-38.5,-172,-111.5,-514c-73,-342,-109.8,-513.3,-110.5,-514\nc0,-2,-10.7,14.3,-32,49c-4.7,7.3,-9.8,15.7,-15.5,25c-5.7,9.3,-9.8,16,-12.5,20\ns-5,7,-5,7c-4,-3.3,-8.3,-7.7,-13,-13s-13,-13,-13,-13s76,-122,76,-122s77,-121,77,-121\ns209,968,209,968c0,-2,84.7,-361.7,254,-1079c169.3,-717.3,254.7,-1077.7,256,-1081\nl"+e/4.223+" -"+e+"c4,-6.7,10,-10,18,-10 H400000\nv"+(40+e)+"H1014.6\ns-87.3,378.7,-272.6,1166c-185.3,787.3,-279.3,1182.3,-282,1185\nc-2,6,-10,9,-24,9\nc-8,0,-12,-0.7,-12,-2z M"+(1001+e)+" "+t+"\nh400000v"+(40+e)+"h-400000z"}(t,M);break;case"sqrtSize4":n=function(e,t){return"M473,"+(2713+e+t)+"\nc339.3,-1799.3,509.3,-2700,510,-2702 l"+e/5.298+" -"+e+"\nc3.3,-7.3,9.3,-11,18,-11 H400000v"+(40+e)+"H1017.7\ns-90.5,478,-276.2,1466c-185.7,988,-279.5,1483,-281.5,1485c-2,6,-10,9,-24,9\nc-8,0,-12,-0.7,-12,-2c0,-1.3,-5.3,-32,-16,-92c-50.7,-293.3,-119.7,-693.3,-207,-1200\nc0,-1.3,-5.3,8.7,-16,30c-10.7,21.3,-21.3,42.7,-32,64s-16,33,-16,33s-26,-26,-26,-26\ns76,-153,76,-153s77,-151,77,-151c0.7,0.7,35.7,202,105,604c67.3,400.7,102,602.7,104,\n606zM"+(1001+e)+" "+t+"h400000v"+(40+e)+"H1017.7z"}(t,M);break;case"sqrtTall":n=function(e,t,r){return"M702 "+(e+t)+"H400000"+(40+e)+"\nH742v"+(r-54-t-e)+"l-4 4-4 4c-.667.7 -2 1.5-4 2.5s-4.167 1.833-6.5 2.5-5.5 1-9.5 1\nh-12l-28-84c-16.667-52-96.667 -294.333-240-727l-212 -643 -85 170\nc-4-3.333-8.333-7.667-13 -13l-13-13l77-155 77-156c66 199.333 139 419.667\n219 661 l218 661zM702 "+t+"H400000v"+(40+e)+"H742z"}(t,M,r)}return n}(e,n,r),o=new J(e,i),s=new K([o],{width:"400em",height:V(t),viewBox:"0 0 400000 "+r,preserveAspectRatio:"xMinYMin slice"});return Ke.makeSvgSpan(["hide-tail"],[s],a)},gr=["(","\\lparen",")","\\rparen","[","\\lbrack","]","\\rbrack","\\{","\\lbrace","\\}","\\rbrace","\\lfloor","\\rfloor","\u230a","\u230b","\\lceil","\\rceil","\u2308","\u2309","\\surd"],vr=["\\uparrow","\\downarrow","\\updownarrow","\\Uparrow","\\Downarrow","\\Updownarrow","|","\\|","\\vert","\\Vert","\\lvert","\\rvert","\\lVert","\\rVert","\\lgroup","\\rgroup","\u27ee","\u27ef","\\lmoustache","\\rmoustache","\u23b0","\u23b1"],br=["<",">","\\langle","\\rangle","/","\\backslash","\\lt","\\gt"],yr=[0,1.2,1.8,2.4,3],xr=[{type:"small",style:x.SCRIPTSCRIPT},{type:"small",style:x.SCRIPT},{type:"small",style:x.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4}],wr=[{type:"small",style:x.SCRIPTSCRIPT},{type:"small",style:x.SCRIPT},{type:"small",style:x.TEXT},{type:"stack"}],kr=[{type:"small",style:x.SCRIPTSCRIPT},{type:"small",style:x.SCRIPT},{type:"small",style:x.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4},{type:"stack"}],Sr=function(e){if("small"===e.type)return"Main-Regular";if("large"===e.type)return"Size"+e.size+"-Regular";if("stack"===e.type)return"Size4-Regular";throw new Error("Add support for delim type '"+e.type+"' here.")},Mr=function(e,t,r,n){for(var a=Math.min(2,3-n.style.size);a<r.length&&"stack"!==r[a].type;a++){var i=ar(e,Sr(r[a]),"math"),o=i.height+i.depth;if("small"===r[a].type&&(o*=n.havingBaseStyle(r[a].style).sizeMultiplier),o>t)return r[a]}return r[r.length-1]},zr=function(e,t,r,n,a,i){var o;"<"===e||"\\lt"===e||"\u27e8"===e?e="\\langle":">"!==e&&"\\gt"!==e&&"\u27e9"!==e||(e="\\rangle"),o=l.contains(br,e)?xr:l.contains(gr,e)?kr:wr;var s=Mr(e,t,o,n);return"small"===s.type?function(e,t,r,n,a,i){var o=Ke.makeSymbol(e,"Main-Regular",a,n),s=ir(o,t,n,i);return r&&or(s,n,t),s}(e,s.style,r,n,a,i):"large"===s.type?sr(e,s.size,r,n,a,i):pr(e,t,r,n,a,i)},Ar={sqrtImage:function(e,t){var r,n,a=t.havingBaseSizing(),i=Mr("\\surd",e*a.sizeMultiplier,kr,a),o=a.sizeMultiplier,s=Math.max(0,t.minRuleThickness-t.fontMetrics().sqrtRuleThickness),l=0,h=0,m=0;return"small"===i.type?(e<1?o=1:e<1.4&&(o=.7),h=(1+s)/o,(r=fr("sqrtMain",l=(1+s+dr)/o,m=1e3+1e3*s+80,s,t)).style.minWidth="0.853em",n=.833/o):"large"===i.type?(m=1080*yr[i.size],h=(yr[i.size]+s)/o,l=(yr[i.size]+s+dr)/o,(r=fr("sqrtSize"+i.size,l,m,s,t)).style.minWidth="1.02em",n=1/o):(l=e+s+dr,h=e+s,m=Math.floor(1e3*e+s)+80,(r=fr("sqrtTall",l,m,s,t)).style.minWidth="0.742em",n=1.056),r.height=h,r.style.height=V(l),{span:r,advanceWidth:n,ruleWidth:(t.fontMetrics().sqrtRuleThickness+s)*o}},sizedDelim:function(e,t,r,a,i){if("<"===e||"\\lt"===e||"\u27e8"===e?e="\\langle":">"!==e&&"\\gt"!==e&&"\u27e9"!==e||(e="\\rangle"),l.contains(gr,e)||l.contains(br,e))return sr(e,t,!1,r,a,i);if(l.contains(vr,e))return pr(e,yr[t],!1,r,a,i);throw new n("Illegal delimiter: '"+e+"'")},sizeToMaxHeight:yr,customSizedDelim:zr,leftRightDelim:function(e,t,r,n,a,i){var o=n.fontMetrics().axisHeight*n.sizeMultiplier,s=5/n.fontMetrics().ptPerEm,l=Math.max(t-o,r+o),h=Math.max(l/500*901,2*l-s);return zr(e,h,!0,n,a,i)}},Tr={"\\bigl":{mclass:"mopen",size:1},"\\Bigl":{mclass:"mopen",size:2},"\\biggl":{mclass:"mopen",size:3},"\\Biggl":{mclass:"mopen",size:4},"\\bigr":{mclass:"mclose",size:1},"\\Bigr":{mclass:"mclose",size:2},"\\biggr":{mclass:"mclose",size:3},"\\Biggr":{mclass:"mclose",size:4},"\\bigm":{mclass:"mrel",size:1},"\\Bigm":{mclass:"mrel",size:2},"\\biggm":{mclass:"mrel",size:3},"\\Biggm":{mclass:"mrel",size:4},"\\big":{mclass:"mord",size:1},"\\Big":{mclass:"mord",size:2},"\\bigg":{mclass:"mord",size:3},"\\Bigg":{mclass:"mord",size:4}},Br=["(","\\lparen",")","\\rparen","[","\\lbrack","]","\\rbrack","\\{","\\lbrace","\\}","\\rbrace","\\lfloor","\\rfloor","\u230a","\u230b","\\lceil","\\rceil","\u2308","\u2309","<",">","\\langle","\u27e8","\\rangle","\u27e9","\\lt","\\gt","\\lvert","\\rvert","\\lVert","\\rVert","\\lgroup","\\rgroup","\u27ee","\u27ef","\\lmoustache","\\rmoustache","\u23b0","\u23b1","/","\\backslash","|","\\vert","\\|","\\Vert","\\uparrow","\\Uparrow","\\downarrow","\\Downarrow","\\updownarrow","\\Updownarrow","."];function Cr(e,t){var r=Xt(e);if(r&&l.contains(Br,r.text))return r;throw new n(r?"Invalid delimiter '"+r.text+"' after '"+t.funcName+"'":"Invalid delimiter type '"+e.type+"'",e)}function qr(e){if(!e.body)throw new Error("Bug: The leftright ParseNode wasn't fully parsed.")}ot({type:"delimsizing",names:["\\bigl","\\Bigl","\\biggl","\\Biggl","\\bigr","\\Bigr","\\biggr","\\Biggr","\\bigm","\\Bigm","\\biggm","\\Biggm","\\big","\\Big","\\bigg","\\Bigg"],props:{numArgs:1,argTypes:["primitive"]},handler:function(e,t){var r=Cr(t[0],e);return{type:"delimsizing",mode:e.parser.mode,size:Tr[e.funcName].size,mclass:Tr[e.funcName].mclass,delim:r.text}},htmlBuilder:function(e,t){return"."===e.delim?Ke.makeSpan([e.mclass]):Ar.sizedDelim(e.delim,e.size,t,e.mode,[e.mclass])},mathmlBuilder:function(e){var t=[];"."!==e.delim&&t.push(Bt(e.delim,e.mode));var r=new Tt.MathNode("mo",t);"mopen"===e.mclass||"mclose"===e.mclass?r.setAttribute("fence","true"):r.setAttribute("fence","false"),r.setAttribute("stretchy","true");var n=V(Ar.sizeToMaxHeight[e.size]);return r.setAttribute("minsize",n),r.setAttribute("maxsize",n),r}}),ot({type:"leftright-right",names:["\\right"],props:{numArgs:1,primitive:!0},handler:function(e,t){var r=e.parser.gullet.macros.get("\\current@color");if(r&&"string"!=typeof r)throw new n("\\current@color set to non-string in \\right");return{type:"leftright-right",mode:e.parser.mode,delim:Cr(t[0],e).text,color:r}}}),ot({type:"leftright",names:["\\left"],props:{numArgs:1,primitive:!0},handler:function(e,t){var r=Cr(t[0],e),n=e.parser;++n.leftrightDepth;var a=n.parseExpression(!1);--n.leftrightDepth,n.expect("\\right",!1);var i=Ut(n.parseFunction(),"leftright-right");return{type:"leftright",mode:n.mode,body:a,left:r.text,right:i.delim,rightColor:i.color}},htmlBuilder:function(e,t){qr(e);for(var r,n,a=ft(e.body,t,!0,["mopen","mclose"]),i=0,o=0,s=!1,l=0;l<a.length;l++)a[l].isMiddle?s=!0:(i=Math.max(a[l].height,i),o=Math.max(a[l].depth,o));if(i*=t.sizeMultiplier,o*=t.sizeMultiplier,r="."===e.left?xt(t,["mopen"]):Ar.leftRightDelim(e.left,i,o,t,e.mode,["mopen"]),a.unshift(r),s)for(var h=1;h<a.length;h++){var m=a[h].isMiddle;m&&(a[h]=Ar.leftRightDelim(m.delim,i,o,m.options,e.mode,[]))}if("."===e.right)n=xt(t,["mclose"]);else{var c=e.rightColor?t.withColor(e.rightColor):t;n=Ar.leftRightDelim(e.right,i,o,c,e.mode,["mclose"])}return a.push(n),Ke.makeSpan(["minner"],a,t)},mathmlBuilder:function(e,t){qr(e);var r=Nt(e.body,t);if("."!==e.left){var n=new Tt.MathNode("mo",[Bt(e.left,e.mode)]);n.setAttribute("fence","true"),r.unshift(n)}if("."!==e.right){var a=new Tt.MathNode("mo",[Bt(e.right,e.mode)]);a.setAttribute("fence","true"),e.rightColor&&a.setAttribute("mathcolor",e.rightColor),r.push(a)}return Ct(r)}}),ot({type:"middle",names:["\\middle"],props:{numArgs:1,primitive:!0},handler:function(e,t){var r=Cr(t[0],e);if(!e.parser.leftrightDepth)throw new n("\\middle without preceding \\left",r);return{type:"middle",mode:e.parser.mode,delim:r.text}},htmlBuilder:function(e,t){var r;if("."===e.delim)r=xt(t,[]);else{r=Ar.sizedDelim(e.delim,1,t,e.mode,[]);var n={delim:e.delim,options:t};r.isMiddle=n}return r},mathmlBuilder:function(e,t){var r="\\vert"===e.delim||"|"===e.delim?Bt("|","text"):Bt(e.delim,e.mode),n=new Tt.MathNode("mo",[r]);return n.setAttribute("fence","true"),n.setAttribute("lspace","0.05em"),n.setAttribute("rspace","0.05em"),n}});var Nr=function(e,t){var r,n,a,i=Ke.wrapFragment(wt(e.body,t),t),o=e.label.substr(1),s=t.sizeMultiplier,h=0,m=l.isCharacterBox(e.body);if("sout"===o)(r=Ke.makeSpan(["stretchy","sout"])).height=t.fontMetrics().defaultRuleThickness/s,h=-.5*t.fontMetrics().xHeight;else if("phase"===o){var c=F({number:.6,unit:"pt"},t),u=F({number:.35,unit:"ex"},t);s/=t.havingBaseSizing().sizeMultiplier;var p=i.height+i.depth+c+u;i.style.paddingLeft=V(p/2+c);var d=Math.floor(1e3*p*s),f="M400000 "+(n=d)+" H0 L"+n/2+" 0 l65 45 L145 "+(n-80)+" H400000z",g=new K([new J("phase",f)],{width:"400em",height:V(d/1e3),viewBox:"0 0 400000 "+d,preserveAspectRatio:"xMinYMin slice"});(r=Ke.makeSvgSpan(["hide-tail"],[g],t)).style.height=V(p),h=i.depth+c+u}else{/cancel/.test(o)?m||i.classes.push("cancel-pad"):"angl"===o?i.classes.push("anglpad"):i.classes.push("boxpad");var v=0,b=0,y=0;/box/.test(o)?(y=Math.max(t.fontMetrics().fboxrule,t.minRuleThickness),b=v=t.fontMetrics().fboxsep+("colorbox"===o?0:y)):"angl"===o?(v=4*(y=Math.max(t.fontMetrics().defaultRuleThickness,t.minRuleThickness)),b=Math.max(0,.25-i.depth)):b=v=m?.2:0,r=Ft(i,o,v,b,t),/fbox|boxed|fcolorbox/.test(o)?(r.style.borderStyle="solid",r.style.borderWidth=V(y)):"angl"===o&&.049!==y&&(r.style.borderTopWidth=V(y),r.style.borderRightWidth=V(y)),h=i.depth+b,e.backgroundColor&&(r.style.backgroundColor=e.backgroundColor,e.borderColor&&(r.style.borderColor=e.borderColor))}if(e.backgroundColor)a=Ke.makeVList({positionType:"individualShift",children:[{type:"elem",elem:r,shift:h},{type:"elem",elem:i,shift:0}]},t);else{var x=/cancel|phase/.test(o)?["svg-align"]:[];a=Ke.makeVList({positionType:"individualShift",children:[{type:"elem",elem:i,shift:0},{type:"elem",elem:r,shift:h,wrapperClasses:x}]},t)}return/cancel/.test(o)&&(a.height=i.height,a.depth=i.depth),/cancel/.test(o)&&!m?Ke.makeSpan(["mord","cancel-lap"],[a],t):Ke.makeSpan(["mord"],[a],t)},Ir=function(e,t){var r=0,n=new Tt.MathNode(e.label.indexOf("colorbox")>-1?"mpadded":"menclose",[Rt(e.body,t)]);switch(e.label){case"\\cancel":n.setAttribute("notation","updiagonalstrike");break;case"\\bcancel":n.setAttribute("notation","downdiagonalstrike");break;case"\\phase":n.setAttribute("notation","phasorangle");break;case"\\sout":n.setAttribute("notation","horizontalstrike");break;case"\\fbox":n.setAttribute("notation","box");break;case"\\angl":n.setAttribute("notation","actuarial");break;case"\\fcolorbox":case"\\colorbox":if(r=t.fontMetrics().fboxsep*t.fontMetrics().ptPerEm,n.setAttribute("width","+"+2*r+"pt"),n.setAttribute("height","+"+2*r+"pt"),n.setAttribute("lspace",r+"pt"),n.setAttribute("voffset",r+"pt"),"\\fcolorbox"===e.label){var a=Math.max(t.fontMetrics().fboxrule,t.minRuleThickness);n.setAttribute("style","border: "+a+"em solid "+String(e.borderColor))}break;case"\\xcancel":n.setAttribute("notation","updiagonalstrike downdiagonalstrike")}return e.backgroundColor&&n.setAttribute("mathbackground",e.backgroundColor),n};ot({type:"enclose",names:["\\colorbox"],props:{numArgs:2,allowedInText:!0,argTypes:["color","text"]},handler:function(e,t,r){var n=e.parser,a=e.funcName,i=Ut(t[0],"color-token").color,o=t[1];return{type:"enclose",mode:n.mode,label:a,backgroundColor:i,body:o}},htmlBuilder:Nr,mathmlBuilder:Ir}),ot({type:"enclose",names:["\\fcolorbox"],props:{numArgs:3,allowedInText:!0,argTypes:["color","color","text"]},handler:function(e,t,r){var n=e.parser,a=e.funcName,i=Ut(t[0],"color-token").color,o=Ut(t[1],"color-token").color,s=t[2];return{type:"enclose",mode:n.mode,label:a,backgroundColor:o,borderColor:i,body:s}},htmlBuilder:Nr,mathmlBuilder:Ir}),ot({type:"enclose",names:["\\fbox"],props:{numArgs:1,argTypes:["hbox"],allowedInText:!0},handler:function(e,t){return{type:"enclose",mode:e.parser.mode,label:"\\fbox",body:t[0]}}}),ot({type:"enclose",names:["\\cancel","\\bcancel","\\xcancel","\\sout","\\phase"],props:{numArgs:1},handler:function(e,t){var r=e.parser,n=e.funcName,a=t[0];return{type:"enclose",mode:r.mode,label:n,body:a}},htmlBuilder:Nr,mathmlBuilder:Ir}),ot({type:"enclose",names:["\\angl"],props:{numArgs:1,argTypes:["hbox"],allowedInText:!1},handler:function(e,t){return{type:"enclose",mode:e.parser.mode,label:"\\angl",body:t[0]}}});var Rr={};function Or(e){for(var t=e.type,r=e.names,n=e.props,a=e.handler,i=e.htmlBuilder,o=e.mathmlBuilder,s={type:t,numArgs:n.numArgs||0,allowedInText:!1,numOptionalArgs:0,handler:a},l=0;l<r.length;++l)Rr[r[l]]=s;i&&(at[t]=i),o&&(it[t]=o)}var Hr={};function Er(e,t){Hr[e]=t}var Lr=function(){function e(e,t,r){this.lexer=void 0,this.start=void 0,this.end=void 0,this.lexer=e,this.start=t,this.end=r}return e.range=function(t,r){return r?t&&t.loc&&r.loc&&t.loc.lexer===r.loc.lexer?new e(t.loc.lexer,t.loc.start,r.loc.end):null:t&&t.loc},e}(),Dr=function(){function e(e,t){this.text=void 0,this.loc=void 0,this.noexpand=void 0,this.treatAsRelax=void 0,this.text=e,this.loc=t}return e.prototype.range=function(t,r){return new e(r,Lr.range(this,t))},e}();function Pr(e){var t=[];e.consumeSpaces();for(var r=e.fetch().text;"\\hline"===r||"\\hdashline"===r;)e.consume(),t.push("\\hdashline"===r),e.consumeSpaces(),r=e.fetch().text;return t}var Fr=function(e){if(!e.parser.settings.displayMode)throw new n("{"+e.envName+"} can be used only in display mode.")};function Vr(e){if(-1===e.indexOf("ed"))return-1===e.indexOf("*")}function Gr(e,t,r){var a=t.hskipBeforeAndAfter,i=t.addJot,o=t.cols,s=t.arraystretch,l=t.colSeparationType,h=t.autoTag,m=t.singleRow,c=t.emptySingleRow,u=t.maxNumCols,p=t.leqno;if(e.gullet.beginGroup(),m||e.gullet.macros.set("\\cr","\\\\\\relax"),!s){var d=e.gullet.expandMacroAsText("\\arraystretch");if(null==d)s=1;else if(!(s=parseFloat(d))||s<0)throw new n("Invalid \\arraystretch: "+d)}e.gullet.beginGroup();var f=[],g=[f],v=[],b=[],y=null!=h?[]:void 0;function x(){h&&e.gullet.macros.set("\\@eqnsw","1",!0)}function w(){y&&(e.gullet.macros.get("\\df@tag")?(y.push(e.subparse([new Dr("\\df@tag")])),e.gullet.macros.set("\\df@tag",void 0,!0)):y.push(Boolean(h)&&"1"===e.gullet.macros.get("\\@eqnsw")))}for(x(),b.push(Pr(e));;){var k=e.parseExpression(!1,m?"\\end":"\\\\");e.gullet.endGroup(),e.gullet.beginGroup(),k={type:"ordgroup",mode:e.mode,body:k},r&&(k={type:"styling",mode:e.mode,style:r,body:[k]}),f.push(k);var S=e.fetch().text;if("&"===S){if(u&&f.length===u){if(m||l)throw new n("Too many tab characters: &",e.nextToken);e.settings.reportNonstrict("textEnv","Too few columns specified in the {array} column argument.")}e.consume()}else{if("\\end"===S){w(),1===f.length&&"styling"===k.type&&0===k.body[0].body.length&&(g.length>1||!c)&&g.pop(),b.length<g.length+1&&b.push([]);break}if("\\\\"!==S)throw new n("Expected & or \\\\ or \\cr or \\end",e.nextToken);e.consume();var M=void 0;" "!==e.gullet.future().text&&(M=e.parseSizeGroup(!0)),v.push(M?M.value:null),w(),b.push(Pr(e)),f=[],g.push(f),x()}}return e.gullet.endGroup(),e.gullet.endGroup(),{type:"array",mode:e.mode,addJot:i,arraystretch:s,body:g,cols:o,rowGaps:v,hskipBeforeAndAfter:a,hLinesBeforeRow:b,colSeparationType:l,tags:y,leqno:p}}function Ur(e){return"d"===e.substr(0,1)?"display":"text"}var Yr=function(e,t){var r,a,i=e.body.length,o=e.hLinesBeforeRow,s=0,h=new Array(i),m=[],c=Math.max(t.fontMetrics().arrayRuleWidth,t.minRuleThickness),u=1/t.fontMetrics().ptPerEm,p=5*u;e.colSeparationType&&"small"===e.colSeparationType&&(p=t.havingStyle(x.SCRIPT).sizeMultiplier/t.sizeMultiplier*.2778);var d="CD"===e.colSeparationType?F({number:3,unit:"ex"},t):12*u,f=3*u,g=e.arraystretch*d,v=.7*g,b=.3*g,y=0;function w(e){for(var t=0;t<e.length;++t)t>0&&(y+=.25),m.push({pos:y,isDashed:e[t]})}for(w(o[0]),r=0;r<e.body.length;++r){var k=e.body[r],S=v,M=b;s<k.length&&(s=k.length);var z=new Array(k.length);for(a=0;a<k.length;++a){var A=wt(k[a],t);M<A.depth&&(M=A.depth),S<A.height&&(S=A.height),z[a]=A}var T=e.rowGaps[r],B=0;T&&(B=F(T,t))>0&&(M<(B+=b)&&(M=B),B=0),e.addJot&&(M+=f),z.height=S,z.depth=M,y+=S,z.pos=y,y+=M+B,h[r]=z,w(o[r+1])}var C,q,N=y/2+t.fontMetrics().axisHeight,I=e.cols||[],R=[],O=[];if(e.tags&&e.tags.some((function(e){return e})))for(r=0;r<i;++r){var H=h[r],E=H.pos-N,L=e.tags[r],D=void 0;(D=!0===L?Ke.makeSpan(["eqn-num"],[],t):!1===L?Ke.makeSpan([],[],t):Ke.makeSpan([],ft(L,t,!0),t)).depth=H.depth,D.height=H.height,O.push({type:"elem",elem:D,shift:E})}for(a=0,q=0;a<s||q<I.length;++a,++q){for(var P=I[q]||{},G=!0;"separator"===P.type;){if(G||((C=Ke.makeSpan(["arraycolsep"],[])).style.width=V(t.fontMetrics().doubleRuleSep),R.push(C)),"|"!==P.separator&&":"!==P.separator)throw new n("Invalid separator type: "+P.separator);var U="|"===P.separator?"solid":"dashed",Y=Ke.makeSpan(["vertical-separator"],[],t);Y.style.height=V(y),Y.style.borderRightWidth=V(c),Y.style.borderRightStyle=U,Y.style.margin="0 "+V(-c/2);var X=y-N;X&&(Y.style.verticalAlign=V(-X)),R.push(Y),P=I[++q]||{},G=!1}if(!(a>=s)){var W=void 0;(a>0||e.hskipBeforeAndAfter)&&0!==(W=l.deflt(P.pregap,p))&&((C=Ke.makeSpan(["arraycolsep"],[])).style.width=V(W),R.push(C));var _=[];for(r=0;r<i;++r){var j=h[r],$=j[a];if($){var Z=j.pos-N;$.depth=j.depth,$.height=j.height,_.push({type:"elem",elem:$,shift:Z})}}_=Ke.makeVList({positionType:"individualShift",children:_},t),_=Ke.makeSpan(["col-align-"+(P.align||"c")],[_]),R.push(_),(a<s-1||e.hskipBeforeAndAfter)&&0!==(W=l.deflt(P.postgap,p))&&((C=Ke.makeSpan(["arraycolsep"],[])).style.width=V(W),R.push(C))}}if(h=Ke.makeSpan(["mtable"],R),m.length>0){for(var K=Ke.makeLineSpan("hline",t,c),J=Ke.makeLineSpan("hdashline",t,c),Q=[{type:"elem",elem:h,shift:0}];m.length>0;){var ee=m.pop(),te=ee.pos-N;ee.isDashed?Q.push({type:"elem",elem:J,shift:te}):Q.push({type:"elem",elem:K,shift:te})}h=Ke.makeVList({positionType:"individualShift",children:Q},t)}if(0===O.length)return Ke.makeSpan(["mord"],[h],t);var re=Ke.makeVList({positionType:"individualShift",children:O},t);return re=Ke.makeSpan(["tag"],[re],t),Ke.makeFragment([h,re])},Xr={c:"center ",l:"left ",r:"right "},Wr=function(e,t){for(var r=[],n=new Tt.MathNode("mtd",[],["mtr-glue"]),a=new Tt.MathNode("mtd",[],["mml-eqn-num"]),i=0;i<e.body.length;i++){for(var o=e.body[i],s=[],l=0;l<o.length;l++)s.push(new Tt.MathNode("mtd",[Rt(o[l],t)]));e.tags&&e.tags[i]&&(s.unshift(n),s.push(n),e.leqno?s.unshift(a):s.push(a)),r.push(new Tt.MathNode("mtr",s))}var h=new Tt.MathNode("mtable",r),m=.5===e.arraystretch?.1:.16+e.arraystretch-1+(e.addJot?.09:0);h.setAttribute("rowspacing",V(m));var c="",u="";if(e.cols&&e.cols.length>0){var p=e.cols,d="",f=!1,g=0,v=p.length;"separator"===p[0].type&&(c+="top ",g=1),"separator"===p[p.length-1].type&&(c+="bottom ",v-=1);for(var b=g;b<v;b++)"align"===p[b].type?(u+=Xr[p[b].align],f&&(d+="none "),f=!0):"separator"===p[b].type&&f&&(d+="|"===p[b].separator?"solid ":"dashed ",f=!1);h.setAttribute("columnalign",u.trim()),/[sd]/.test(d)&&h.setAttribute("columnlines",d.trim())}if("align"===e.colSeparationType){for(var y=e.cols||[],x="",w=1;w<y.length;w++)x+=w%2?"0em ":"1em ";h.setAttribute("columnspacing",x.trim())}else"alignat"===e.colSeparationType||"gather"===e.colSeparationType?h.setAttribute("columnspacing","0em"):"small"===e.colSeparationType?h.setAttribute("columnspacing","0.2778em"):"CD"===e.colSeparationType?h.setAttribute("columnspacing","0.5em"):h.setAttribute("columnspacing","1em");var k="",S=e.hLinesBeforeRow;c+=S[0].length>0?"left ":"",c+=S[S.length-1].length>0?"right ":"";for(var M=1;M<S.length-1;M++)k+=0===S[M].length?"none ":S[M][0]?"dashed ":"solid ";return/[sd]/.test(k)&&h.setAttribute("rowlines",k.trim()),""!==c&&(h=new Tt.MathNode("menclose",[h])).setAttribute("notation",c.trim()),e.arraystretch&&e.arraystretch<1&&(h=new Tt.MathNode("mstyle",[h])).setAttribute("scriptlevel","1"),h},_r=function(e,t){-1===e.envName.indexOf("ed")&&Fr(e);var r,a=[],i=e.envName.indexOf("at")>-1?"alignat":"align",o="split"===e.envName,s=Gr(e.parser,{cols:a,addJot:!0,autoTag:o?void 0:Vr(e.envName),emptySingleRow:!0,colSeparationType:i,maxNumCols:o?2:void 0,leqno:e.parser.settings.leqno},"display"),l=0,h={type:"ordgroup",mode:e.mode,body:[]};if(t[0]&&"ordgroup"===t[0].type){for(var m="",c=0;c<t[0].body.length;c++){m+=Ut(t[0].body[c],"textord").text}r=Number(m),l=2*r}var u=!l;s.body.forEach((function(e){for(var t=1;t<e.length;t+=2){var a=Ut(e[t],"styling");Ut(a.body[0],"ordgroup").body.unshift(h)}if(u)l<e.length&&(l=e.length);else{var i=e.length/2;if(r<i)throw new n("Too many math in a row: expected "+r+", but got "+i,e[0])}}));for(var p=0;p<l;++p){var d="r",f=0;p%2==1?d="l":p>0&&u&&(f=1),a[p]={type:"align",align:d,pregap:f,postgap:0}}return s.colSeparationType=u?"align":"alignat",s};Or({type:"array",names:["array","darray"],props:{numArgs:1},handler:function(e,t){var r=(Xt(t[0])?[t[0]]:Ut(t[0],"ordgroup").body).map((function(e){var t=Yt(e).text;if(-1!=="lcr".indexOf(t))return{type:"align",align:t};if("|"===t)return{type:"separator",separator:"|"};if(":"===t)return{type:"separator",separator:":"};throw new n("Unknown column alignment: "+t,e)})),a={cols:r,hskipBeforeAndAfter:!0,maxNumCols:r.length};return Gr(e.parser,a,Ur(e.envName))},htmlBuilder:Yr,mathmlBuilder:Wr}),Or({type:"array",names:["matrix","pmatrix","bmatrix","Bmatrix","vmatrix","Vmatrix","matrix*","pmatrix*","bmatrix*","Bmatrix*","vmatrix*","Vmatrix*"],props:{numArgs:0},handler:function(e){var t={matrix:null,pmatrix:["(",")"],bmatrix:["[","]"],Bmatrix:["\\{","\\}"],vmatrix:["|","|"],Vmatrix:["\\Vert","\\Vert"]}[e.envName.replace("*","")],r="c",a={hskipBeforeAndAfter:!1,cols:[{type:"align",align:r}]};if("*"===e.envName.charAt(e.envName.length-1)){var i=e.parser;if(i.consumeSpaces(),"["===i.fetch().text){if(i.consume(),i.consumeSpaces(),r=i.fetch().text,-1==="lcr".indexOf(r))throw new n("Expected l or c or r",i.nextToken);i.consume(),i.consumeSpaces(),i.expect("]"),i.consume(),a.cols=[{type:"align",align:r}]}}var o=Gr(e.parser,a,Ur(e.envName)),s=Math.max.apply(Math,[0].concat(o.body.map((function(e){return e.length}))));return o.cols=new Array(s).fill({type:"align",align:r}),t?{type:"leftright",mode:e.mode,body:[o],left:t[0],right:t[1],rightColor:void 0}:o},htmlBuilder:Yr,mathmlBuilder:Wr}),Or({type:"array",names:["smallmatrix"],props:{numArgs:0},handler:function(e){var t=Gr(e.parser,{arraystretch:.5},"script");return t.colSeparationType="small",t},htmlBuilder:Yr,mathmlBuilder:Wr}),Or({type:"array",names:["subarray"],props:{numArgs:1},handler:function(e,t){var r=(Xt(t[0])?[t[0]]:Ut(t[0],"ordgroup").body).map((function(e){var t=Yt(e).text;if(-1!=="lc".indexOf(t))return{type:"align",align:t};throw new n("Unknown column alignment: "+t,e)}));if(r.length>1)throw new n("{subarray} can contain only one column");var a={cols:r,hskipBeforeAndAfter:!1,arraystretch:.5};if((a=Gr(e.parser,a,"script")).body.length>0&&a.body[0].length>1)throw new n("{subarray} can contain only one column");return a},htmlBuilder:Yr,mathmlBuilder:Wr}),Or({type:"array",names:["cases","dcases","rcases","drcases"],props:{numArgs:0},handler:function(e){var t=Gr(e.parser,{arraystretch:1.2,cols:[{type:"align",align:"l",pregap:0,postgap:1},{type:"align",align:"l",pregap:0,postgap:0}]},Ur(e.envName));return{type:"leftright",mode:e.mode,body:[t],left:e.envName.indexOf("r")>-1?".":"\\{",right:e.envName.indexOf("r")>-1?"\\}":".",rightColor:void 0}},htmlBuilder:Yr,mathmlBuilder:Wr}),Or({type:"array",names:["align","align*","aligned","split"],props:{numArgs:0},handler:_r,htmlBuilder:Yr,mathmlBuilder:Wr}),Or({type:"array",names:["gathered","gather","gather*"],props:{numArgs:0},handler:function(e){l.contains(["gather","gather*"],e.envName)&&Fr(e);var t={cols:[{type:"align",align:"c"}],addJot:!0,colSeparationType:"gather",autoTag:Vr(e.envName),emptySingleRow:!0,leqno:e.parser.settings.leqno};return Gr(e.parser,t,"display")},htmlBuilder:Yr,mathmlBuilder:Wr}),Or({type:"array",names:["alignat","alignat*","alignedat"],props:{numArgs:1},handler:_r,htmlBuilder:Yr,mathmlBuilder:Wr}),Or({type:"array",names:["equation","equation*"],props:{numArgs:0},handler:function(e){Fr(e);var t={autoTag:Vr(e.envName),emptySingleRow:!0,singleRow:!0,maxNumCols:1,leqno:e.parser.settings.leqno};return Gr(e.parser,t,"display")},htmlBuilder:Yr,mathmlBuilder:Wr}),Or({type:"array",names:["CD"],props:{numArgs:0},handler:function(e){return Fr(e),function(e){var t=[];for(e.gullet.beginGroup(),e.gullet.macros.set("\\cr","\\\\\\relax"),e.gullet.beginGroup();;){t.push(e.parseExpression(!1,"\\\\")),e.gullet.endGroup(),e.gullet.beginGroup();var r=e.fetch().text;if("&"!==r&&"\\\\"!==r){if("\\end"===r){0===t[t.length-1].length&&t.pop();break}throw new n("Expected \\\\ or \\cr or \\end",e.nextToken)}e.consume()}for(var a,i,o=[],s=[o],l=0;l<t.length;l++){for(var h=t[l],m={type:"styling",body:[],mode:"math",style:"display"},c=0;c<h.length;c++)if(Kt(h[c])){o.push(m);var u=Yt(h[c+=1]).text,p=new Array(2);if(p[0]={type:"ordgroup",mode:"math",body:[]},p[1]={type:"ordgroup",mode:"math",body:[]},"=|.".indexOf(u)>-1);else{if(!("<>AV".indexOf(u)>-1))throw new n('Expected one of "<>AV=|." after @',h[c]);for(var d=0;d<2;d++){for(var f=!0,g=c+1;g<h.length;g++){if(i=u,("mathord"===(a=h[g]).type||"atom"===a.type)&&a.text===i){f=!1,c=g;break}if(Kt(h[g]))throw new n("Missing a "+u+" character to complete a CD arrow.",h[g]);p[d].body.push(h[g])}if(f)throw new n("Missing a "+u+" character to complete a CD arrow.",h[c])}}var v={type:"styling",body:[Jt(u,p,e)],mode:"math",style:"display"};o.push(v),m={type:"styling",body:[],mode:"math",style:"display"}}else m.body.push(h[c]);l%2==0?o.push(m):o.shift(),o=[],s.push(o)}return e.gullet.endGroup(),e.gullet.endGroup(),{type:"array",mode:"math",body:s,arraystretch:1,addJot:!0,rowGaps:[null],cols:new Array(s[0].length).fill({type:"align",align:"c",pregap:.25,postgap:.25}),colSeparationType:"CD",hLinesBeforeRow:new Array(s.length+1).fill([])}}(e.parser)},htmlBuilder:Yr,mathmlBuilder:Wr}),Er("\\nonumber","\\gdef\\@eqnsw{0}"),Er("\\notag","\\nonumber"),ot({type:"text",names:["\\hline","\\hdashline"],props:{numArgs:0,allowedInText:!0,allowedInMath:!0},handler:function(e,t){throw new n(e.funcName+" valid only within array environment")}});var jr=Rr;ot({type:"environment",names:["\\begin","\\end"],props:{numArgs:1,argTypes:["text"]},handler:function(e,t){var r=e.parser,a=e.funcName,i=t[0];if("ordgroup"!==i.type)throw new n("Invalid environment name",i);for(var o="",s=0;s<i.body.length;++s)o+=Ut(i.body[s],"textord").text;if("\\begin"===a){if(!jr.hasOwnProperty(o))throw new n("No such environment: "+o,i);var l=jr[o],h=r.parseArguments("\\begin{"+o+"}",l),m=h.args,c=h.optArgs,u={mode:r.mode,envName:o,parser:r},p=l.handler(u,m,c);r.expect("\\end",!1);var d=r.nextToken,f=Ut(r.parseFunction(),"environment");if(f.name!==o)throw new n("Mismatch: \\begin{"+o+"} matched by \\end{"+f.name+"}",d);return p}return{type:"environment",mode:r.mode,name:o,nameGroup:i}}});var $r=Ke.makeSpan;function Zr(e,t){var r=ft(e.body,t,!0);return $r([e.mclass],r,t)}function Kr(e,t){var r,n=Nt(e.body,t);return"minner"===e.mclass?r=new Tt.MathNode("mpadded",n):"mord"===e.mclass?e.isCharacterBox?(r=n[0]).type="mi":r=new Tt.MathNode("mi",n):(e.isCharacterBox?(r=n[0]).type="mo":r=new Tt.MathNode("mo",n),"mbin"===e.mclass?(r.attributes.lspace="0.22em",r.attributes.rspace="0.22em"):"mpunct"===e.mclass?(r.attributes.lspace="0em",r.attributes.rspace="0.17em"):"mopen"===e.mclass||"mclose"===e.mclass?(r.attributes.lspace="0em",r.attributes.rspace="0em"):"minner"===e.mclass&&(r.attributes.lspace="0.0556em",r.attributes.width="+0.1111em")),r}ot({type:"mclass",names:["\\mathord","\\mathbin","\\mathrel","\\mathopen","\\mathclose","\\mathpunct","\\mathinner"],props:{numArgs:1,primitive:!0},handler:function(e,t){var r=e.parser,n=e.funcName,a=t[0];return{type:"mclass",mode:r.mode,mclass:"m"+n.substr(5),body:ht(a),isCharacterBox:l.isCharacterBox(a)}},htmlBuilder:Zr,mathmlBuilder:Kr});var Jr=function(e){var t="ordgroup"===e.type&&e.body.length?e.body[0]:e;return"atom"!==t.type||"bin"!==t.family&&"rel"!==t.family?"mord":"m"+t.family};ot({type:"mclass",names:["\\@binrel"],props:{numArgs:2},handler:function(e,t){return{type:"mclass",mode:e.parser.mode,mclass:Jr(t[0]),body:ht(t[1]),isCharacterBox:l.isCharacterBox(t[1])}}}),ot({type:"mclass",names:["\\stackrel","\\overset","\\underset"],props:{numArgs:2},handler:function(e,t){var r,n=e.parser,a=e.funcName,i=t[1],o=t[0];r="\\stackrel"!==a?Jr(i):"mrel";var s={type:"op",mode:i.mode,limits:!0,alwaysHandleSupSub:!0,parentIsSupSub:!1,symbol:!1,suppressBaseShift:"\\stackrel"!==a,body:ht(i)},h={type:"supsub",mode:o.mode,base:s,sup:"\\underset"===a?null:o,sub:"\\underset"===a?o:null};return{type:"mclass",mode:n.mode,mclass:r,body:[h],isCharacterBox:l.isCharacterBox(h)}},htmlBuilder:Zr,mathmlBuilder:Kr});var Qr=function(e,t){var r=e.font,n=t.withFont(r);return wt(e.body,n)},en=function(e,t){var r=e.font,n=t.withFont(r);return Rt(e.body,n)},tn={"\\Bbb":"\\mathbb","\\bold":"\\mathbf","\\frak":"\\mathfrak","\\bm":"\\boldsymbol"};ot({type:"font",names:["\\mathrm","\\mathit","\\mathbf","\\mathnormal","\\mathbb","\\mathcal","\\mathfrak","\\mathscr","\\mathsf","\\mathtt","\\Bbb","\\bold","\\frak"],props:{numArgs:1,allowedInArgument:!0},handler:function(e,t){var r=e.parser,n=e.funcName,a=lt(t[0]),i=n;return i in tn&&(i=tn[i]),{type:"font",mode:r.mode,font:i.slice(1),body:a}},htmlBuilder:Qr,mathmlBuilder:en}),ot({type:"mclass",names:["\\boldsymbol","\\bm"],props:{numArgs:1},handler:function(e,t){var r=e.parser,n=t[0],a=l.isCharacterBox(n);return{type:"mclass",mode:r.mode,mclass:Jr(n),body:[{type:"font",mode:r.mode,font:"boldsymbol",body:n}],isCharacterBox:a}}}),ot({type:"font",names:["\\rm","\\sf","\\tt","\\bf","\\it","\\cal"],props:{numArgs:0,allowedInText:!0},handler:function(e,t){var r=e.parser,n=e.funcName,a=e.breakOnTokenText,i=r.mode,o=r.parseExpression(!0,a);return{type:"font",mode:i,font:"math"+n.slice(1),body:{type:"ordgroup",mode:r.mode,body:o}}},htmlBuilder:Qr,mathmlBuilder:en});var rn=function(e,t){var r=t;return"display"===e?r=r.id>=x.SCRIPT.id?r.text():x.DISPLAY:"text"===e&&r.size===x.DISPLAY.size?r=x.TEXT:"script"===e?r=x.SCRIPT:"scriptscript"===e&&(r=x.SCRIPTSCRIPT),r},nn=function(e,t){var r,n=rn(e.size,t.style),a=n.fracNum(),i=n.fracDen();r=t.havingStyle(a);var o=wt(e.numer,r,t);if(e.continued){var s=8.5/t.fontMetrics().ptPerEm,l=3.5/t.fontMetrics().ptPerEm;o.height=o.height<s?s:o.height,o.depth=o.depth<l?l:o.depth}r=t.havingStyle(i);var h,m,c,u,p,d,f,g,v,b,y=wt(e.denom,r,t);if(e.hasBarLine?(e.barSize?(m=F(e.barSize,t),h=Ke.makeLineSpan("frac-line",t,m)):h=Ke.makeLineSpan("frac-line",t),m=h.height,c=h.height):(h=null,m=0,c=t.fontMetrics().defaultRuleThickness),n.size===x.DISPLAY.size||"display"===e.size?(u=t.fontMetrics().num1,p=m>0?3*c:7*c,d=t.fontMetrics().denom1):(m>0?(u=t.fontMetrics().num2,p=c):(u=t.fontMetrics().num3,p=3*c),d=t.fontMetrics().denom2),h){var w=t.fontMetrics().axisHeight;u-o.depth-(w+.5*m)<p&&(u+=p-(u-o.depth-(w+.5*m))),w-.5*m-(y.height-d)<p&&(d+=p-(w-.5*m-(y.height-d)));var k=-(w-.5*m);f=Ke.makeVList({positionType:"individualShift",children:[{type:"elem",elem:y,shift:d},{type:"elem",elem:h,shift:k},{type:"elem",elem:o,shift:-u}]},t)}else{var S=u-o.depth-(y.height-d);S<p&&(u+=.5*(p-S),d+=.5*(p-S)),f=Ke.makeVList({positionType:"individualShift",children:[{type:"elem",elem:y,shift:d},{type:"elem",elem:o,shift:-u}]},t)}return r=t.havingStyle(n),f.height*=r.sizeMultiplier/t.sizeMultiplier,f.depth*=r.sizeMultiplier/t.sizeMultiplier,g=n.size===x.DISPLAY.size?t.fontMetrics().delim1:n.size===x.SCRIPTSCRIPT.size?t.havingStyle(x.SCRIPT).fontMetrics().delim2:t.fontMetrics().delim2,v=null==e.leftDelim?xt(t,["mopen"]):Ar.customSizedDelim(e.leftDelim,g,!0,t.havingStyle(n),e.mode,["mopen"]),b=e.continued?Ke.makeSpan([]):null==e.rightDelim?xt(t,["mclose"]):Ar.customSizedDelim(e.rightDelim,g,!0,t.havingStyle(n),e.mode,["mclose"]),Ke.makeSpan(["mord"].concat(r.sizingClasses(t)),[v,Ke.makeSpan(["mfrac"],[f]),b],t)},an=function(e,t){var r=new Tt.MathNode("mfrac",[Rt(e.numer,t),Rt(e.denom,t)]);if(e.hasBarLine){if(e.barSize){var n=F(e.barSize,t);r.setAttribute("linethickness",V(n))}}else r.setAttribute("linethickness","0px");var a=rn(e.size,t.style);if(a.size!==t.style.size){r=new Tt.MathNode("mstyle",[r]);var i=a.size===x.DISPLAY.size?"true":"false";r.setAttribute("displaystyle",i),r.setAttribute("scriptlevel","0")}if(null!=e.leftDelim||null!=e.rightDelim){var o=[];if(null!=e.leftDelim){var s=new Tt.MathNode("mo",[new Tt.TextNode(e.leftDelim.replace("\\",""))]);s.setAttribute("fence","true"),o.push(s)}if(o.push(r),null!=e.rightDelim){var l=new Tt.MathNode("mo",[new Tt.TextNode(e.rightDelim.replace("\\",""))]);l.setAttribute("fence","true"),o.push(l)}return Ct(o)}return r};ot({type:"genfrac",names:["\\dfrac","\\frac","\\tfrac","\\dbinom","\\binom","\\tbinom","\\\\atopfrac","\\\\bracefrac","\\\\brackfrac"],props:{numArgs:2,allowedInArgument:!0},handler:function(e,t){var r,n=e.parser,a=e.funcName,i=t[0],o=t[1],s=null,l=null,h="auto";switch(a){case"\\dfrac":case"\\frac":case"\\tfrac":r=!0;break;case"\\\\atopfrac":r=!1;break;case"\\dbinom":case"\\binom":case"\\tbinom":r=!1,s="(",l=")";break;case"\\\\bracefrac":r=!1,s="\\{",l="\\}";break;case"\\\\brackfrac":r=!1,s="[",l="]";break;default:throw new Error("Unrecognized genfrac command")}switch(a){case"\\dfrac":case"\\dbinom":h="display";break;case"\\tfrac":case"\\tbinom":h="text"}return{type:"genfrac",mode:n.mode,continued:!1,numer:i,denom:o,hasBarLine:r,leftDelim:s,rightDelim:l,size:h,barSize:null}},htmlBuilder:nn,mathmlBuilder:an}),ot({type:"genfrac",names:["\\cfrac"],props:{numArgs:2},handler:function(e,t){var r=e.parser,n=(e.funcName,t[0]),a=t[1];return{type:"genfrac",mode:r.mode,continued:!0,numer:n,denom:a,hasBarLine:!0,leftDelim:null,rightDelim:null,size:"display",barSize:null}}}),ot({type:"infix",names:["\\over","\\choose","\\atop","\\brace","\\brack"],props:{numArgs:0,infix:!0},handler:function(e){var t,r=e.parser,n=e.funcName,a=e.token;switch(n){case"\\over":t="\\frac";break;case"\\choose":t="\\binom";break;case"\\atop":t="\\\\atopfrac";break;case"\\brace":t="\\\\bracefrac";break;case"\\brack":t="\\\\brackfrac";break;default:throw new Error("Unrecognized infix genfrac command")}return{type:"infix",mode:r.mode,replaceWith:t,token:a}}});var on=["display","text","script","scriptscript"],sn=function(e){var t=null;return e.length>0&&(t="."===(t=e)?null:t),t};ot({type:"genfrac",names:["\\genfrac"],props:{numArgs:6,allowedInArgument:!0,argTypes:["math","math","size","text","math","math"]},handler:function(e,t){var r,n=e.parser,a=t[4],i=t[5],o=lt(t[0]),s="atom"===o.type&&"open"===o.family?sn(o.text):null,l=lt(t[1]),h="atom"===l.type&&"close"===l.family?sn(l.text):null,m=Ut(t[2],"size"),c=null;r=!!m.isBlank||(c=m.value).number>0;var u="auto",p=t[3];if("ordgroup"===p.type){if(p.body.length>0){var d=Ut(p.body[0],"textord");u=on[Number(d.text)]}}else p=Ut(p,"textord"),u=on[Number(p.text)];return{type:"genfrac",mode:n.mode,numer:a,denom:i,continued:!1,hasBarLine:r,barSize:c,leftDelim:s,rightDelim:h,size:u}},htmlBuilder:nn,mathmlBuilder:an}),ot({type:"infix",names:["\\above"],props:{numArgs:1,argTypes:["size"],infix:!0},handler:function(e,t){var r=e.parser,n=(e.funcName,e.token);return{type:"infix",mode:r.mode,replaceWith:"\\\\abovefrac",size:Ut(t[0],"size").value,token:n}}}),ot({type:"genfrac",names:["\\\\abovefrac"],props:{numArgs:3,argTypes:["math","size","math"]},handler:function(e,t){var r=e.parser,n=(e.funcName,t[0]),a=function(e){if(!e)throw new Error("Expected non-null, but got "+String(e));return e}(Ut(t[1],"infix").size),i=t[2],o=a.number>0;return{type:"genfrac",mode:r.mode,numer:n,denom:i,continued:!1,hasBarLine:o,barSize:a,leftDelim:null,rightDelim:null,size:"auto"}},htmlBuilder:nn,mathmlBuilder:an});var ln=function(e,t){var r,n,a=t.style;"supsub"===e.type?(r=e.sup?wt(e.sup,t.havingStyle(a.sup()),t):wt(e.sub,t.havingStyle(a.sub()),t),n=Ut(e.base,"horizBrace")):n=Ut(e,"horizBrace");var i,o=wt(n.base,t.havingBaseStyle(x.DISPLAY)),s=Gt(n,t);if(n.isOver?(i=Ke.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:o},{type:"kern",size:.1},{type:"elem",elem:s}]},t)).children[0].children[0].children[1].classes.push("svg-align"):(i=Ke.makeVList({positionType:"bottom",positionData:o.depth+.1+s.height,children:[{type:"elem",elem:s},{type:"kern",size:.1},{type:"elem",elem:o}]},t)).children[0].children[0].children[0].classes.push("svg-align"),r){var l=Ke.makeSpan(["mord",n.isOver?"mover":"munder"],[i],t);i=n.isOver?Ke.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:l},{type:"kern",size:.2},{type:"elem",elem:r}]},t):Ke.makeVList({positionType:"bottom",positionData:l.depth+.2+r.height+r.depth,children:[{type:"elem",elem:r},{type:"kern",size:.2},{type:"elem",elem:l}]},t)}return Ke.makeSpan(["mord",n.isOver?"mover":"munder"],[i],t)};ot({type:"horizBrace",names:["\\overbrace","\\underbrace"],props:{numArgs:1},handler:function(e,t){var r=e.parser,n=e.funcName;return{type:"horizBrace",mode:r.mode,label:n,isOver:/^\\over/.test(n),base:t[0]}},htmlBuilder:ln,mathmlBuilder:function(e,t){var r=Vt(e.label);return new Tt.MathNode(e.isOver?"mover":"munder",[Rt(e.base,t),r])}}),ot({type:"href",names:["\\href"],props:{numArgs:2,argTypes:["url","original"],allowedInText:!0},handler:function(e,t){var r=e.parser,n=t[1],a=Ut(t[0],"url").url;return r.settings.isTrusted({command:"\\href",url:a})?{type:"href",mode:r.mode,href:a,body:ht(n)}:r.formatUnsupportedCmd("\\href")},htmlBuilder:function(e,t){var r=ft(e.body,t,!1);return Ke.makeAnchor(e.href,[],r,t)},mathmlBuilder:function(e,t){var r=It(e.body,t);return r instanceof zt||(r=new zt("mrow",[r])),r.setAttribute("href",e.href),r}}),ot({type:"href",names:["\\url"],props:{numArgs:1,argTypes:["url"],allowedInText:!0},handler:function(e,t){var r=e.parser,n=Ut(t[0],"url").url;if(!r.settings.isTrusted({command:"\\url",url:n}))return r.formatUnsupportedCmd("\\url");for(var a=[],i=0;i<n.length;i++){var o=n[i];"~"===o&&(o="\\textasciitilde"),a.push({type:"textord",mode:"text",text:o})}var s={type:"text",mode:r.mode,font:"\\texttt",body:a};return{type:"href",mode:r.mode,href:n,body:ht(s)}}}),ot({type:"hbox",names:["\\hbox"],props:{numArgs:1,argTypes:["text"],allowedInText:!0,primitive:!0},handler:function(e,t){return{type:"hbox",mode:e.parser.mode,body:ht(t[0])}},htmlBuilder:function(e,t){var r=ft(e.body,t,!1);return Ke.makeFragment(r)},mathmlBuilder:function(e,t){return new Tt.MathNode("mrow",Nt(e.body,t))}}),ot({type:"html",names:["\\htmlClass","\\htmlId","\\htmlStyle","\\htmlData"],props:{numArgs:2,argTypes:["raw","original"],allowedInText:!0},handler:function(e,t){var r,a=e.parser,i=e.funcName,o=(e.token,Ut(t[0],"raw").string),s=t[1];a.settings.strict&&a.settings.reportNonstrict("htmlExtension","HTML extension is disabled on strict mode");var l={};switch(i){case"\\htmlClass":l.class=o,r={command:"\\htmlClass",class:o};break;case"\\htmlId":l.id=o,r={command:"\\htmlId",id:o};break;case"\\htmlStyle":l.style=o,r={command:"\\htmlStyle",style:o};break;case"\\htmlData":for(var h=o.split(","),m=0;m<h.length;m++){var c=h[m].split("=");if(2!==c.length)throw new n("Error parsing key-value for \\htmlData");l["data-"+c[0].trim()]=c[1].trim()}r={command:"\\htmlData",attributes:l};break;default:throw new Error("Unrecognized html command")}return a.settings.isTrusted(r)?{type:"html",mode:a.mode,attributes:l,body:ht(s)}:a.formatUnsupportedCmd(i)},htmlBuilder:function(e,t){var r=ft(e.body,t,!1),n=["enclosing"];e.attributes.class&&n.push.apply(n,e.attributes.class.trim().split(/\s+/));var a=Ke.makeSpan(n,r,t);for(var i in e.attributes)"class"!==i&&e.attributes.hasOwnProperty(i)&&a.setAttribute(i,e.attributes[i]);return a},mathmlBuilder:function(e,t){return It(e.body,t)}}),ot({type:"htmlmathml",names:["\\html@mathml"],props:{numArgs:2,allowedInText:!0},handler:function(e,t){return{type:"htmlmathml",mode:e.parser.mode,html:ht(t[0]),mathml:ht(t[1])}},htmlBuilder:function(e,t){var r=ft(e.html,t,!1);return Ke.makeFragment(r)},mathmlBuilder:function(e,t){return It(e.mathml,t)}});var hn=function(e){if(/^[-+]? *(\d+(\.\d*)?|\.\d+)$/.test(e))return{number:+e,unit:"bp"};var t=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(e);if(!t)throw new n("Invalid size: '"+e+"' in \\includegraphics");var r={number:+(t[1]+t[2]),unit:t[3]};if(!P(r))throw new n("Invalid unit: '"+r.unit+"' in \\includegraphics.");return r};ot({type:"includegraphics",names:["\\includegraphics"],props:{numArgs:1,numOptionalArgs:1,argTypes:["raw","url"],allowedInText:!1},handler:function(e,t,r){var a=e.parser,i={number:0,unit:"em"},o={number:.9,unit:"em"},s={number:0,unit:"em"},l="";if(r[0])for(var h=Ut(r[0],"raw").string.split(","),m=0;m<h.length;m++){var c=h[m].split("=");if(2===c.length){var u=c[1].trim();switch(c[0].trim()){case"alt":l=u;break;case"width":i=hn(u);break;case"height":o=hn(u);break;case"totalheight":s=hn(u);break;default:throw new n("Invalid key: '"+c[0]+"' in \\includegraphics.")}}}var p=Ut(t[0],"url").url;return""===l&&(l=(l=(l=p).replace(/^.*[\\/]/,"")).substring(0,l.lastIndexOf("."))),a.settings.isTrusted({command:"\\includegraphics",url:p})?{type:"includegraphics",mode:a.mode,alt:l,width:i,height:o,totalheight:s,src:p}:a.formatUnsupportedCmd("\\includegraphics")},htmlBuilder:function(e,t){var r=F(e.height,t),n=0;e.totalheight.number>0&&(n=F(e.totalheight,t)-r);var a=0;e.width.number>0&&(a=F(e.width,t));var i={height:V(r+n)};a>0&&(i.width=V(a)),n>0&&(i.verticalAlign=V(-n));var o=new j(e.src,e.alt,i);return o.height=r,o.depth=n,o},mathmlBuilder:function(e,t){var r=new Tt.MathNode("mglyph",[]);r.setAttribute("alt",e.alt);var n=F(e.height,t),a=0;if(e.totalheight.number>0&&(a=F(e.totalheight,t)-n,r.setAttribute("valign",V(-a))),r.setAttribute("height",V(n+a)),e.width.number>0){var i=F(e.width,t);r.setAttribute("width",V(i))}return r.setAttribute("src",e.src),r}}),ot({type:"kern",names:["\\kern","\\mkern","\\hskip","\\mskip"],props:{numArgs:1,argTypes:["size"],primitive:!0,allowedInText:!0},handler:function(e,t){var r=e.parser,n=e.funcName,a=Ut(t[0],"size");if(r.settings.strict){var i="m"===n[1],o="mu"===a.value.unit;i?(o||r.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" supports only mu units, not "+a.value.unit+" units"),"math"!==r.mode&&r.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" works only in math mode")):o&&r.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" doesn't support mu units")}return{type:"kern",mode:r.mode,dimension:a.value}},htmlBuilder:function(e,t){return Ke.makeGlue(e.dimension,t)},mathmlBuilder:function(e,t){var r=F(e.dimension,t);return new Tt.SpaceNode(r)}}),ot({type:"lap",names:["\\mathllap","\\mathrlap","\\mathclap"],props:{numArgs:1,allowedInText:!0},handler:function(e,t){var r=e.parser,n=e.funcName,a=t[0];return{type:"lap",mode:r.mode,alignment:n.slice(5),body:a}},htmlBuilder:function(e,t){var r;"clap"===e.alignment?(r=Ke.makeSpan([],[wt(e.body,t)]),r=Ke.makeSpan(["inner"],[r],t)):r=Ke.makeSpan(["inner"],[wt(e.body,t)]);var n=Ke.makeSpan(["fix"],[]),a=Ke.makeSpan([e.alignment],[r,n],t),i=Ke.makeSpan(["strut"]);return i.style.height=V(a.height+a.depth),a.depth&&(i.style.verticalAlign=V(-a.depth)),a.children.unshift(i),a=Ke.makeSpan(["thinbox"],[a],t),Ke.makeSpan(["mord","vbox"],[a],t)},mathmlBuilder:function(e,t){var r=new Tt.MathNode("mpadded",[Rt(e.body,t)]);if("rlap"!==e.alignment){var n="llap"===e.alignment?"-1":"-0.5";r.setAttribute("lspace",n+"width")}return r.setAttribute("width","0px"),r}}),ot({type:"styling",names:["\\(","$"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler:function(e,t){var r=e.funcName,n=e.parser,a=n.mode;n.switchMode("math");var i="\\("===r?"\\)":"$",o=n.parseExpression(!1,i);return n.expect(i),n.switchMode(a),{type:"styling",mode:n.mode,style:"text",body:o}}}),ot({type:"text",names:["\\)","\\]"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler:function(e,t){throw new n("Mismatched "+e.funcName)}});var mn=function(e,t){switch(t.style.size){case x.DISPLAY.size:return e.display;case x.TEXT.size:return e.text;case x.SCRIPT.size:return e.script;case x.SCRIPTSCRIPT.size:return e.scriptscript;default:return e.text}};ot({type:"mathchoice",names:["\\mathchoice"],props:{numArgs:4,primitive:!0},handler:function(e,t){return{type:"mathchoice",mode:e.parser.mode,display:ht(t[0]),text:ht(t[1]),script:ht(t[2]),scriptscript:ht(t[3])}},htmlBuilder:function(e,t){var r=mn(e,t),n=ft(r,t,!1);return Ke.makeFragment(n)},mathmlBuilder:function(e,t){var r=mn(e,t);return It(r,t)}});var cn=function(e,t,r,n,a,i,o){e=Ke.makeSpan([],[e]);var s,h,m,c=r&&l.isCharacterBox(r);if(t){var u=wt(t,n.havingStyle(a.sup()),n);h={elem:u,kern:Math.max(n.fontMetrics().bigOpSpacing1,n.fontMetrics().bigOpSpacing3-u.depth)}}if(r){var p=wt(r,n.havingStyle(a.sub()),n);s={elem:p,kern:Math.max(n.fontMetrics().bigOpSpacing2,n.fontMetrics().bigOpSpacing4-p.height)}}if(h&&s){var d=n.fontMetrics().bigOpSpacing5+s.elem.height+s.elem.depth+s.kern+e.depth+o;m=Ke.makeVList({positionType:"bottom",positionData:d,children:[{type:"kern",size:n.fontMetrics().bigOpSpacing5},{type:"elem",elem:s.elem,marginLeft:V(-i)},{type:"kern",size:s.kern},{type:"elem",elem:e},{type:"kern",size:h.kern},{type:"elem",elem:h.elem,marginLeft:V(i)},{type:"kern",size:n.fontMetrics().bigOpSpacing5}]},n)}else if(s){var f=e.height-o;m=Ke.makeVList({positionType:"top",positionData:f,children:[{type:"kern",size:n.fontMetrics().bigOpSpacing5},{type:"elem",elem:s.elem,marginLeft:V(-i)},{type:"kern",size:s.kern},{type:"elem",elem:e}]},n)}else{if(!h)return e;var g=e.depth+o;m=Ke.makeVList({positionType:"bottom",positionData:g,children:[{type:"elem",elem:e},{type:"kern",size:h.kern},{type:"elem",elem:h.elem,marginLeft:V(i)},{type:"kern",size:n.fontMetrics().bigOpSpacing5}]},n)}var v=[m];if(s&&0!==i&&!c){var b=Ke.makeSpan(["mspace"],[],n);b.style.marginRight=V(i),v.unshift(b)}return Ke.makeSpan(["mop","op-limits"],v,n)},un=["\\smallint"],pn=function(e,t){var r,n,a,i=!1;"supsub"===e.type?(r=e.sup,n=e.sub,a=Ut(e.base,"op"),i=!0):a=Ut(e,"op");var o,s=t.style,h=!1;if(s.size===x.DISPLAY.size&&a.symbol&&!l.contains(un,a.name)&&(h=!0),a.symbol){var m=h?"Size2-Regular":"Size1-Regular",c="";if("\\oiint"!==a.name&&"\\oiiint"!==a.name||(c=a.name.substr(1),a.name="oiint"===c?"\\iint":"\\iiint"),o=Ke.makeSymbol(a.name,m,"math",t,["mop","op-symbol",h?"large-op":"small-op"]),c.length>0){var u=o.italic,p=Ke.staticSvg(c+"Size"+(h?"2":"1"),t);o=Ke.makeVList({positionType:"individualShift",children:[{type:"elem",elem:o,shift:0},{type:"elem",elem:p,shift:h?.08:0}]},t),a.name="\\"+c,o.classes.unshift("mop"),o.italic=u}}else if(a.body){var d=ft(a.body,t,!0);1===d.length&&d[0]instanceof Z?(o=d[0]).classes[0]="mop":o=Ke.makeSpan(["mop"],d,t)}else{for(var f=[],g=1;g<a.name.length;g++)f.push(Ke.mathsym(a.name[g],a.mode,t));o=Ke.makeSpan(["mop"],f,t)}var v=0,b=0;return(o instanceof Z||"\\oiint"===a.name||"\\oiiint"===a.name)&&!a.suppressBaseShift&&(v=(o.height-o.depth)/2-t.fontMetrics().axisHeight,b=o.italic),i?cn(o,r,n,t,s,b,v):(v&&(o.style.position="relative",o.style.top=V(v)),o)},dn=function(e,t){var r;if(e.symbol)r=new zt("mo",[Bt(e.name,e.mode)]),l.contains(un,e.name)&&r.setAttribute("largeop","false");else if(e.body)r=new zt("mo",Nt(e.body,t));else{r=new zt("mi",[new At(e.name.slice(1))]);var n=new zt("mo",[Bt("\u2061","text")]);r=e.parentIsSupSub?new zt("mrow",[r,n]):Mt([r,n])}return r},fn={"\u220f":"\\prod","\u2210":"\\coprod","\u2211":"\\sum","\u22c0":"\\bigwedge","\u22c1":"\\bigvee","\u22c2":"\\bigcap","\u22c3":"\\bigcup","\u2a00":"\\bigodot","\u2a01":"\\bigoplus","\u2a02":"\\bigotimes","\u2a04":"\\biguplus","\u2a06":"\\bigsqcup"};ot({type:"op",names:["\\coprod","\\bigvee","\\bigwedge","\\biguplus","\\bigcap","\\bigcup","\\intop","\\prod","\\sum","\\bigotimes","\\bigoplus","\\bigodot","\\bigsqcup","\\smallint","\u220f","\u2210","\u2211","\u22c0","\u22c1","\u22c2","\u22c3","\u2a00","\u2a01","\u2a02","\u2a04","\u2a06"],props:{numArgs:0},handler:function(e,t){var r=e.parser,n=e.funcName;return 1===n.length&&(n=fn[n]),{type:"op",mode:r.mode,limits:!0,parentIsSupSub:!1,symbol:!0,name:n}},htmlBuilder:pn,mathmlBuilder:dn}),ot({type:"op",names:["\\mathop"],props:{numArgs:1,primitive:!0},handler:function(e,t){var r=e.parser,n=t[0];return{type:"op",mode:r.mode,limits:!1,parentIsSupSub:!1,symbol:!1,body:ht(n)}},htmlBuilder:pn,mathmlBuilder:dn});var gn={"\u222b":"\\int","\u222c":"\\iint","\u222d":"\\iiint","\u222e":"\\oint","\u222f":"\\oiint","\u2230":"\\oiiint"};ot({type:"op",names:["\\arcsin","\\arccos","\\arctan","\\arctg","\\arcctg","\\arg","\\ch","\\cos","\\cosec","\\cosh","\\cot","\\cotg","\\coth","\\csc","\\ctg","\\cth","\\deg","\\dim","\\exp","\\hom","\\ker","\\lg","\\ln","\\log","\\sec","\\sin","\\sinh","\\sh","\\tan","\\tanh","\\tg","\\th"],props:{numArgs:0},handler:function(e){var t=e.parser,r=e.funcName;return{type:"op",mode:t.mode,limits:!1,parentIsSupSub:!1,symbol:!1,name:r}},htmlBuilder:pn,mathmlBuilder:dn}),ot({type:"op",names:["\\det","\\gcd","\\inf","\\lim","\\max","\\min","\\Pr","\\sup"],props:{numArgs:0},handler:function(e){var t=e.parser,r=e.funcName;return{type:"op",mode:t.mode,limits:!0,parentIsSupSub:!1,symbol:!1,name:r}},htmlBuilder:pn,mathmlBuilder:dn}),ot({type:"op",names:["\\int","\\iint","\\iiint","\\oint","\\oiint","\\oiiint","\u222b","\u222c","\u222d","\u222e","\u222f","\u2230"],props:{numArgs:0},handler:function(e){var t=e.parser,r=e.funcName;return 1===r.length&&(r=gn[r]),{type:"op",mode:t.mode,limits:!1,parentIsSupSub:!1,symbol:!0,name:r}},htmlBuilder:pn,mathmlBuilder:dn});var vn=function(e,t){var r,n,a,i,o=!1;if("supsub"===e.type?(r=e.sup,n=e.sub,a=Ut(e.base,"operatorname"),o=!0):a=Ut(e,"operatorname"),a.body.length>0){for(var s=a.body.map((function(e){var t=e.text;return"string"==typeof t?{type:"textord",mode:e.mode,text:t}:e})),l=ft(s,t.withFont("mathrm"),!0),h=0;h<l.length;h++){var m=l[h];m instanceof Z&&(m.text=m.text.replace(/\u2212/,"-").replace(/\u2217/,"*"))}i=Ke.makeSpan(["mop"],l,t)}else i=Ke.makeSpan(["mop"],[],t);return o?cn(i,r,n,t,t.style,0,0):i};function bn(e,t,r){for(var n=ft(e,t,!1),a=t.sizeMultiplier/r.sizeMultiplier,i=0;i<n.length;i++){var o=n[i].classes.indexOf("sizing");o<0?Array.prototype.push.apply(n[i].classes,t.sizingClasses(r)):n[i].classes[o+1]==="reset-size"+t.size&&(n[i].classes[o+1]="reset-size"+r.size),n[i].height*=a,n[i].depth*=a}return Ke.makeFragment(n)}ot({type:"operatorname",names:["\\operatorname@","\\operatornamewithlimits"],props:{numArgs:1},handler:function(e,t){var r=e.parser,n=e.funcName,a=t[0];return{type:"operatorname",mode:r.mode,body:ht(a),alwaysHandleSupSub:"\\operatornamewithlimits"===n,limits:!1,parentIsSupSub:!1}},htmlBuilder:vn,mathmlBuilder:function(e,t){for(var r=Nt(e.body,t.withFont("mathrm")),n=!0,a=0;a<r.length;a++){var i=r[a];if(i instanceof Tt.SpaceNode);else if(i instanceof Tt.MathNode)switch(i.type){case"mi":case"mn":case"ms":case"mspace":case"mtext":break;case"mo":var o=i.children[0];1===i.children.length&&o instanceof Tt.TextNode?o.text=o.text.replace(/\u2212/,"-").replace(/\u2217/,"*"):n=!1;break;default:n=!1}else n=!1}if(n){var s=r.map((function(e){return e.toText()})).join("");r=[new Tt.TextNode(s)]}var l=new Tt.MathNode("mi",r);l.setAttribute("mathvariant","normal");var h=new Tt.MathNode("mo",[Bt("\u2061","text")]);return e.parentIsSupSub?new Tt.MathNode("mrow",[l,h]):Tt.newDocumentFragment([l,h])}}),Er("\\operatorname","\\@ifstar\\operatornamewithlimits\\operatorname@"),st({type:"ordgroup",htmlBuilder:function(e,t){return e.semisimple?Ke.makeFragment(ft(e.body,t,!1)):Ke.makeSpan(["mord"],ft(e.body,t,!0),t)},mathmlBuilder:function(e,t){return It(e.body,t,!0)}}),ot({type:"overline",names:["\\overline"],props:{numArgs:1},handler:function(e,t){var r=e.parser,n=t[0];return{type:"overline",mode:r.mode,body:n}},htmlBuilder:function(e,t){var r=wt(e.body,t.havingCrampedStyle()),n=Ke.makeLineSpan("overline-line",t),a=t.fontMetrics().defaultRuleThickness,i=Ke.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r},{type:"kern",size:3*a},{type:"elem",elem:n},{type:"kern",size:a}]},t);return Ke.makeSpan(["mord","overline"],[i],t)},mathmlBuilder:function(e,t){var r=new Tt.MathNode("mo",[new Tt.TextNode("\u203e")]);r.setAttribute("stretchy","true");var n=new Tt.MathNode("mover",[Rt(e.body,t),r]);return n.setAttribute("accent","true"),n}}),ot({type:"phantom",names:["\\phantom"],props:{numArgs:1,allowedInText:!0},handler:function(e,t){var r=e.parser,n=t[0];return{type:"phantom",mode:r.mode,body:ht(n)}},htmlBuilder:function(e,t){var r=ft(e.body,t.withPhantom(),!1);return Ke.makeFragment(r)},mathmlBuilder:function(e,t){var r=Nt(e.body,t);return new Tt.MathNode("mphantom",r)}}),ot({type:"hphantom",names:["\\hphantom"],props:{numArgs:1,allowedInText:!0},handler:function(e,t){var r=e.parser,n=t[0];return{type:"hphantom",mode:r.mode,body:n}},htmlBuilder:function(e,t){var r=Ke.makeSpan([],[wt(e.body,t.withPhantom())]);if(r.height=0,r.depth=0,r.children)for(var n=0;n<r.children.length;n++)r.children[n].height=0,r.children[n].depth=0;return r=Ke.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r}]},t),Ke.makeSpan(["mord"],[r],t)},mathmlBuilder:function(e,t){var r=Nt(ht(e.body),t),n=new Tt.MathNode("mphantom",r),a=new Tt.MathNode("mpadded",[n]);return a.setAttribute("height","0px"),a.setAttribute("depth","0px"),a}}),ot({type:"vphantom",names:["\\vphantom"],props:{numArgs:1,allowedInText:!0},handler:function(e,t){var r=e.parser,n=t[0];return{type:"vphantom",mode:r.mode,body:n}},htmlBuilder:function(e,t){var r=Ke.makeSpan(["inner"],[wt(e.body,t.withPhantom())]),n=Ke.makeSpan(["fix"],[]);return Ke.makeSpan(["mord","rlap"],[r,n],t)},mathmlBuilder:function(e,t){var r=Nt(ht(e.body),t),n=new Tt.MathNode("mphantom",r),a=new Tt.MathNode("mpadded",[n]);return a.setAttribute("width","0px"),a}}),ot({type:"raisebox",names:["\\raisebox"],props:{numArgs:2,argTypes:["size","hbox"],allowedInText:!0},handler:function(e,t){var r=e.parser,n=Ut(t[0],"size").value,a=t[1];return{type:"raisebox",mode:r.mode,dy:n,body:a}},htmlBuilder:function(e,t){var r=wt(e.body,t),n=F(e.dy,t);return Ke.makeVList({positionType:"shift",positionData:-n,children:[{type:"elem",elem:r}]},t)},mathmlBuilder:function(e,t){var r=new Tt.MathNode("mpadded",[Rt(e.body,t)]),n=e.dy.number+e.dy.unit;return r.setAttribute("voffset",n),r}}),ot({type:"internal",names:["\\relax"],props:{numArgs:0,allowedInText:!0},handler:function(e){return{type:"internal",mode:e.parser.mode}}}),ot({type:"rule",names:["\\rule"],props:{numArgs:2,numOptionalArgs:1,argTypes:["size","size","size"]},handler:function(e,t,r){var n=e.parser,a=r[0],i=Ut(t[0],"size"),o=Ut(t[1],"size");return{type:"rule",mode:n.mode,shift:a&&Ut(a,"size").value,width:i.value,height:o.value}},htmlBuilder:function(e,t){var r=Ke.makeSpan(["mord","rule"],[],t),n=F(e.width,t),a=F(e.height,t),i=e.shift?F(e.shift,t):0;return r.style.borderRightWidth=V(n),r.style.borderTopWidth=V(a),r.style.bottom=V(i),r.width=n,r.height=a+i,r.depth=-i,r.maxFontSize=1.125*a*t.sizeMultiplier,r},mathmlBuilder:function(e,t){var r=F(e.width,t),n=F(e.height,t),a=e.shift?F(e.shift,t):0,i=t.color&&t.getColor()||"black",o=new Tt.MathNode("mspace");o.setAttribute("mathbackground",i),o.setAttribute("width",V(r)),o.setAttribute("height",V(n));var s=new Tt.MathNode("mpadded",[o]);return a>=0?s.setAttribute("height",V(a)):(s.setAttribute("height",V(a)),s.setAttribute("depth",V(-a))),s.setAttribute("voffset",V(a)),s}});var yn=["\\tiny","\\sixptsize","\\scriptsize","\\footnotesize","\\small","\\normalsize","\\large","\\Large","\\LARGE","\\huge","\\Huge"];ot({type:"sizing",names:yn,props:{numArgs:0,allowedInText:!0},handler:function(e,t){var r=e.breakOnTokenText,n=e.funcName,a=e.parser,i=a.parseExpression(!1,r);return{type:"sizing",mode:a.mode,size:yn.indexOf(n)+1,body:i}},htmlBuilder:function(e,t){var r=t.havingSize(e.size);return bn(e.body,r,t)},mathmlBuilder:function(e,t){var r=t.havingSize(e.size),n=Nt(e.body,r),a=new Tt.MathNode("mstyle",n);return a.setAttribute("mathsize",V(r.sizeMultiplier)),a}}),ot({type:"smash",names:["\\smash"],props:{numArgs:1,numOptionalArgs:1,allowedInText:!0},handler:function(e,t,r){var n=e.parser,a=!1,i=!1,o=r[0]&&Ut(r[0],"ordgroup");if(o)for(var s="",l=0;l<o.body.length;++l){if("t"===(s=o.body[l].text))a=!0;else{if("b"!==s){a=!1,i=!1;break}i=!0}}else a=!0,i=!0;var h=t[0];return{type:"smash",mode:n.mode,body:h,smashHeight:a,smashDepth:i}},htmlBuilder:function(e,t){var r=Ke.makeSpan([],[wt(e.body,t)]);if(!e.smashHeight&&!e.smashDepth)return r;if(e.smashHeight&&(r.height=0,r.children))for(var n=0;n<r.children.length;n++)r.children[n].height=0;if(e.smashDepth&&(r.depth=0,r.children))for(var a=0;a<r.children.length;a++)r.children[a].depth=0;var i=Ke.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r}]},t);return Ke.makeSpan(["mord"],[i],t)},mathmlBuilder:function(e,t){var r=new Tt.MathNode("mpadded",[Rt(e.body,t)]);return e.smashHeight&&r.setAttribute("height","0px"),e.smashDepth&&r.setAttribute("depth","0px"),r}}),ot({type:"sqrt",names:["\\sqrt"],props:{numArgs:1,numOptionalArgs:1},handler:function(e,t,r){var n=e.parser,a=r[0],i=t[0];return{type:"sqrt",mode:n.mode,body:i,index:a}},htmlBuilder:function(e,t){var r=wt(e.body,t.havingCrampedStyle());0===r.height&&(r.height=t.fontMetrics().xHeight),r=Ke.wrapFragment(r,t);var n=t.fontMetrics().defaultRuleThickness,a=n;t.style.id<x.TEXT.id&&(a=t.fontMetrics().xHeight);var i=n+a/4,o=r.height+r.depth+i+n,s=Ar.sqrtImage(o,t),l=s.span,h=s.ruleWidth,m=s.advanceWidth,c=l.height-h;c>r.height+r.depth+i&&(i=(i+c-r.height-r.depth)/2);var u=l.height-r.height-i-h;r.style.paddingLeft=V(m);var p=Ke.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r,wrapperClasses:["svg-align"]},{type:"kern",size:-(r.height+u)},{type:"elem",elem:l},{type:"kern",size:h}]},t);if(e.index){var d=t.havingStyle(x.SCRIPTSCRIPT),f=wt(e.index,d,t),g=.6*(p.height-p.depth),v=Ke.makeVList({positionType:"shift",positionData:-g,children:[{type:"elem",elem:f}]},t),b=Ke.makeSpan(["root"],[v]);return Ke.makeSpan(["mord","sqrt"],[b,p],t)}return Ke.makeSpan(["mord","sqrt"],[p],t)},mathmlBuilder:function(e,t){var r=e.body,n=e.index;return n?new Tt.MathNode("mroot",[Rt(r,t),Rt(n,t)]):new Tt.MathNode("msqrt",[Rt(r,t)])}});var xn={display:x.DISPLAY,text:x.TEXT,script:x.SCRIPT,scriptscript:x.SCRIPTSCRIPT};ot({type:"styling",names:["\\displaystyle","\\textstyle","\\scriptstyle","\\scriptscriptstyle"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler:function(e,t){var r=e.breakOnTokenText,n=e.funcName,a=e.parser,i=a.parseExpression(!0,r),o=n.slice(1,n.length-5);return{type:"styling",mode:a.mode,style:o,body:i}},htmlBuilder:function(e,t){var r=xn[e.style],n=t.havingStyle(r).withFont("");return bn(e.body,n,t)},mathmlBuilder:function(e,t){var r=xn[e.style],n=t.havingStyle(r),a=Nt(e.body,n),i=new Tt.MathNode("mstyle",a),o={display:["0","true"],text:["0","false"],script:["1","false"],scriptscript:["2","false"]}[e.style];return i.setAttribute("scriptlevel",o[0]),i.setAttribute("displaystyle",o[1]),i}});var wn=function(e,t){var r=e.base;return r?"op"===r.type?r.limits&&(t.style.size===x.DISPLAY.size||r.alwaysHandleSupSub)?pn:null:"operatorname"===r.type?r.alwaysHandleSupSub&&(t.style.size===x.DISPLAY.size||r.limits)?vn:null:"accent"===r.type?l.isCharacterBox(r.base)?Wt:null:"horizBrace"===r.type&&!e.sub===r.isOver?ln:null:null};st({type:"supsub",htmlBuilder:function(e,t){var r=wn(e,t);if(r)return r(e,t);var n,a,i,o=e.base,s=e.sup,h=e.sub,m=wt(o,t),c=t.fontMetrics(),u=0,p=0,d=o&&l.isCharacterBox(o);if(s){var f=t.havingStyle(t.style.sup());n=wt(s,f,t),d||(u=m.height-f.fontMetrics().supDrop*f.sizeMultiplier/t.sizeMultiplier)}if(h){var g=t.havingStyle(t.style.sub());a=wt(h,g,t),d||(p=m.depth+g.fontMetrics().subDrop*g.sizeMultiplier/t.sizeMultiplier)}i=t.style===x.DISPLAY?c.sup1:t.style.cramped?c.sup3:c.sup2;var v,b=t.sizeMultiplier,y=V(.5/c.ptPerEm/b),w=null;if(a){var k=e.base&&"op"===e.base.type&&e.base.name&&("\\oiint"===e.base.name||"\\oiiint"===e.base.name);(m instanceof Z||k)&&(w=V(-m.italic))}if(n&&a){u=Math.max(u,i,n.depth+.25*c.xHeight),p=Math.max(p,c.sub2);var S=4*c.defaultRuleThickness;if(u-n.depth-(a.height-p)<S){p=S-(u-n.depth)+a.height;var M=.8*c.xHeight-(u-n.depth);M>0&&(u+=M,p-=M)}var z=[{type:"elem",elem:a,shift:p,marginRight:y,marginLeft:w},{type:"elem",elem:n,shift:-u,marginRight:y}];v=Ke.makeVList({positionType:"individualShift",children:z},t)}else if(a){p=Math.max(p,c.sub1,a.height-.8*c.xHeight);var A=[{type:"elem",elem:a,marginLeft:w,marginRight:y}];v=Ke.makeVList({positionType:"shift",positionData:p,children:A},t)}else{if(!n)throw new Error("supsub must have either sup or sub.");u=Math.max(u,i,n.depth+.25*c.xHeight),v=Ke.makeVList({positionType:"shift",positionData:-u,children:[{type:"elem",elem:n,marginRight:y}]},t)}var T=yt(m,"right")||"mord";return Ke.makeSpan([T],[m,Ke.makeSpan(["msupsub"],[v])],t)},mathmlBuilder:function(e,t){var r,n=!1;e.base&&"horizBrace"===e.base.type&&!!e.sup===e.base.isOver&&(n=!0,r=e.base.isOver),!e.base||"op"!==e.base.type&&"operatorname"!==e.base.type||(e.base.parentIsSupSub=!0);var a,i=[Rt(e.base,t)];if(e.sub&&i.push(Rt(e.sub,t)),e.sup&&i.push(Rt(e.sup,t)),n)a=r?"mover":"munder";else if(e.sub)if(e.sup){var o=e.base;a=o&&"op"===o.type&&o.limits&&t.style===x.DISPLAY||o&&"operatorname"===o.type&&o.alwaysHandleSupSub&&(t.style===x.DISPLAY||o.limits)?"munderover":"msubsup"}else{var s=e.base;a=s&&"op"===s.type&&s.limits&&(t.style===x.DISPLAY||s.alwaysHandleSupSub)||s&&"operatorname"===s.type&&s.alwaysHandleSupSub&&(s.limits||t.style===x.DISPLAY)?"munder":"msub"}else{var l=e.base;a=l&&"op"===l.type&&l.limits&&(t.style===x.DISPLAY||l.alwaysHandleSupSub)||l&&"operatorname"===l.type&&l.alwaysHandleSupSub&&(l.limits||t.style===x.DISPLAY)?"mover":"msup"}return new Tt.MathNode(a,i)}}),st({type:"atom",htmlBuilder:function(e,t){return Ke.mathsym(e.text,e.mode,t,["m"+e.family])},mathmlBuilder:function(e,t){var r=new Tt.MathNode("mo",[Bt(e.text,e.mode)]);if("bin"===e.family){var n=qt(e,t);"bold-italic"===n&&r.setAttribute("mathvariant",n)}else"punct"===e.family?r.setAttribute("separator","true"):"open"!==e.family&&"close"!==e.family||r.setAttribute("stretchy","false");return r}});var kn={mi:"italic",mn:"normal",mtext:"normal"};st({type:"mathord",htmlBuilder:function(e,t){return Ke.makeOrd(e,t,"mathord")},mathmlBuilder:function(e,t){var r=new Tt.MathNode("mi",[Bt(e.text,e.mode,t)]),n=qt(e,t)||"italic";return n!==kn[r.type]&&r.setAttribute("mathvariant",n),r}}),st({type:"textord",htmlBuilder:function(e,t){return Ke.makeOrd(e,t,"textord")},mathmlBuilder:function(e,t){var r,n=Bt(e.text,e.mode,t),a=qt(e,t)||"normal";return r="text"===e.mode?new Tt.MathNode("mtext",[n]):/[0-9]/.test(e.text)?new Tt.MathNode("mn",[n]):"\\prime"===e.text?new Tt.MathNode("mo",[n]):new Tt.MathNode("mi",[n]),a!==kn[r.type]&&r.setAttribute("mathvariant",a),r}});var Sn={"\\nobreak":"nobreak","\\allowbreak":"allowbreak"},Mn={" ":{},"\\ ":{},"~":{className:"nobreak"},"\\space":{},"\\nobreakspace":{className:"nobreak"}};st({type:"spacing",htmlBuilder:function(e,t){if(Mn.hasOwnProperty(e.text)){var r=Mn[e.text].className||"";if("text"===e.mode){var a=Ke.makeOrd(e,t,"textord");return a.classes.push(r),a}return Ke.makeSpan(["mspace",r],[Ke.mathsym(e.text,e.mode,t)],t)}if(Sn.hasOwnProperty(e.text))return Ke.makeSpan(["mspace",Sn[e.text]],[],t);throw new n('Unknown type of space "'+e.text+'"')},mathmlBuilder:function(e,t){if(!Mn.hasOwnProperty(e.text)){if(Sn.hasOwnProperty(e.text))return new Tt.MathNode("mspace");throw new n('Unknown type of space "'+e.text+'"')}return new Tt.MathNode("mtext",[new Tt.TextNode("\xa0")])}});var zn=function(){var e=new Tt.MathNode("mtd",[]);return e.setAttribute("width","50%"),e};st({type:"tag",mathmlBuilder:function(e,t){var r=new Tt.MathNode("mtable",[new Tt.MathNode("mtr",[zn(),new Tt.MathNode("mtd",[It(e.body,t)]),zn(),new Tt.MathNode("mtd",[It(e.tag,t)])])]);return r.setAttribute("width","100%"),r}});var An={"\\text":void 0,"\\textrm":"textrm","\\textsf":"textsf","\\texttt":"texttt","\\textnormal":"textrm"},Tn={"\\textbf":"textbf","\\textmd":"textmd"},Bn={"\\textit":"textit","\\textup":"textup"},Cn=function(e,t){var r=e.font;return r?An[r]?t.withTextFontFamily(An[r]):Tn[r]?t.withTextFontWeight(Tn[r]):t.withTextFontShape(Bn[r]):t};ot({type:"text",names:["\\text","\\textrm","\\textsf","\\texttt","\\textnormal","\\textbf","\\textmd","\\textit","\\textup"],props:{numArgs:1,argTypes:["text"],allowedInArgument:!0,allowedInText:!0},handler:function(e,t){var r=e.parser,n=e.funcName,a=t[0];return{type:"text",mode:r.mode,body:ht(a),font:n}},htmlBuilder:function(e,t){var r=Cn(e,t),n=ft(e.body,r,!0);return Ke.makeSpan(["mord","text"],n,r)},mathmlBuilder:function(e,t){var r=Cn(e,t);return It(e.body,r)}}),ot({type:"underline",names:["\\underline"],props:{numArgs:1,allowedInText:!0},handler:function(e,t){return{type:"underline",mode:e.parser.mode,body:t[0]}},htmlBuilder:function(e,t){var r=wt(e.body,t),n=Ke.makeLineSpan("underline-line",t),a=t.fontMetrics().defaultRuleThickness,i=Ke.makeVList({positionType:"top",positionData:r.height,children:[{type:"kern",size:a},{type:"elem",elem:n},{type:"kern",size:3*a},{type:"elem",elem:r}]},t);return Ke.makeSpan(["mord","underline"],[i],t)},mathmlBuilder:function(e,t){var r=new Tt.MathNode("mo",[new Tt.TextNode("\u203e")]);r.setAttribute("stretchy","true");var n=new Tt.MathNode("munder",[Rt(e.body,t),r]);return n.setAttribute("accentunder","true"),n}}),ot({type:"vcenter",names:["\\vcenter"],props:{numArgs:1,argTypes:["original"],allowedInText:!1},handler:function(e,t){return{type:"vcenter",mode:e.parser.mode,body:t[0]}},htmlBuilder:function(e,t){var r=wt(e.body,t),n=t.fontMetrics().axisHeight,a=.5*(r.height-n-(r.depth+n));return Ke.makeVList({positionType:"shift",positionData:a,children:[{type:"elem",elem:r}]},t)},mathmlBuilder:function(e,t){return new Tt.MathNode("mpadded",[Rt(e.body,t)],["vcenter"])}}),ot({type:"verb",names:["\\verb"],props:{numArgs:0,allowedInText:!0},handler:function(e,t,r){throw new n("\\verb ended by end of line instead of matching delimiter")},htmlBuilder:function(e,t){for(var r=qn(e),n=[],a=t.havingStyle(t.style.text()),i=0;i<r.length;i++){var o=r[i];"~"===o&&(o="\\textasciitilde"),n.push(Ke.makeSymbol(o,"Typewriter-Regular",e.mode,a,["mord","texttt"]))}return Ke.makeSpan(["mord","text"].concat(a.sizingClasses(t)),Ke.tryCombineChars(n),a)},mathmlBuilder:function(e,t){var r=new Tt.TextNode(qn(e)),n=new Tt.MathNode("mtext",[r]);return n.setAttribute("mathvariant","monospace"),n}});var qn=function(e){return e.body.replace(/ /g,e.star?"\u2423":"\xa0")},Nn=nt,In=new RegExp("[\u0300-\u036f]+$"),Rn=function(){function e(e,t){this.input=void 0,this.settings=void 0,this.tokenRegex=void 0,this.catcodes=void 0,this.input=e,this.settings=t,this.tokenRegex=new RegExp("([ \r\n\t]+)|\\\\(\n|[ \r\t]+\n?)[ \r\t]*|([!-\\[\\]-\u2027\u202a-\ud7ff\uf900-\uffff][\u0300-\u036f]*|[\ud800-\udbff][\udc00-\udfff][\u0300-\u036f]*|\\\\verb\\*([^]).*?\\4|\\\\verb([^*a-zA-Z]).*?\\5|(\\\\[a-zA-Z@]+)[ \r\n\t]*|\\\\[^\ud800-\udfff])","g"),this.catcodes={"%":14,"~":13}}var t=e.prototype;return t.setCatcode=function(e,t){this.catcodes[e]=t},t.lex=function(){var e=this.input,t=this.tokenRegex.lastIndex;if(t===e.length)return new Dr("EOF",new Lr(this,t,t));var r=this.tokenRegex.exec(e);if(null===r||r.index!==t)throw new n("Unexpected character: '"+e[t]+"'",new Dr(e[t],new Lr(this,t,t+1)));var a=r[6]||r[3]||(r[2]?"\\ ":" ");if(14===this.catcodes[a]){var i=e.indexOf("\n",this.tokenRegex.lastIndex);return-1===i?(this.tokenRegex.lastIndex=e.length,this.settings.reportNonstrict("commentAtEnd","% comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $)")):this.tokenRegex.lastIndex=i+1,this.lex()}return new Dr(a,new Lr(this,t,this.tokenRegex.lastIndex))},e}(),On=function(){function e(e,t){void 0===e&&(e={}),void 0===t&&(t={}),this.current=void 0,this.builtins=void 0,this.undefStack=void 0,this.current=t,this.builtins=e,this.undefStack=[]}var t=e.prototype;return t.beginGroup=function(){this.undefStack.push({})},t.endGroup=function(){if(0===this.undefStack.length)throw new n("Unbalanced namespace destruction: attempt to pop global namespace; please report this as a bug");var e=this.undefStack.pop();for(var t in e)e.hasOwnProperty(t)&&(null==e[t]?delete this.current[t]:this.current[t]=e[t])},t.endGroups=function(){for(;this.undefStack.length>0;)this.endGroup()},t.has=function(e){return this.current.hasOwnProperty(e)||this.builtins.hasOwnProperty(e)},t.get=function(e){return this.current.hasOwnProperty(e)?this.current[e]:this.builtins[e]},t.set=function(e,t,r){if(void 0===r&&(r=!1),r){for(var n=0;n<this.undefStack.length;n++)delete this.undefStack[n][e];this.undefStack.length>0&&(this.undefStack[this.undefStack.length-1][e]=t)}else{var a=this.undefStack[this.undefStack.length-1];a&&!a.hasOwnProperty(e)&&(a[e]=this.current[e])}null==t?delete this.current[e]:this.current[e]=t},e}(),Hn=Hr;Er("\\noexpand",(function(e){var t=e.popToken();return e.isExpandable(t.text)&&(t.noexpand=!0,t.treatAsRelax=!0),{tokens:[t],numArgs:0}})),Er("\\expandafter",(function(e){var t=e.popToken();return e.expandOnce(!0),{tokens:[t],numArgs:0}})),Er("\\@firstoftwo",(function(e){return{tokens:e.consumeArgs(2)[0],numArgs:0}})),Er("\\@secondoftwo",(function(e){return{tokens:e.consumeArgs(2)[1],numArgs:0}})),Er("\\@ifnextchar",(function(e){var t=e.consumeArgs(3);e.consumeSpaces();var r=e.future();return 1===t[0].length&&t[0][0].text===r.text?{tokens:t[1],numArgs:0}:{tokens:t[2],numArgs:0}})),Er("\\@ifstar","\\@ifnextchar *{\\@firstoftwo{#1}}"),Er("\\TextOrMath",(function(e){var t=e.consumeArgs(2);return"text"===e.mode?{tokens:t[0],numArgs:0}:{tokens:t[1],numArgs:0}}));var En={0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9,a:10,A:10,b:11,B:11,c:12,C:12,d:13,D:13,e:14,E:14,f:15,F:15};Er("\\char",(function(e){var t,r=e.popToken(),a="";if("'"===r.text)t=8,r=e.popToken();else if('"'===r.text)t=16,r=e.popToken();else if("`"===r.text)if("\\"===(r=e.popToken()).text[0])a=r.text.charCodeAt(1);else{if("EOF"===r.text)throw new n("\\char` missing argument");a=r.text.charCodeAt(0)}else t=10;if(t){if(null==(a=En[r.text])||a>=t)throw new n("Invalid base-"+t+" digit "+r.text);for(var i;null!=(i=En[e.future().text])&&i<t;)a*=t,a+=i,e.popToken()}return"\\@char{"+a+"}"}));var Ln=function(e,t,r){var a=e.consumeArg().tokens;if(1!==a.length)throw new n("\\newcommand's first argument must be a macro name");var i=a[0].text,o=e.isDefined(i);if(o&&!t)throw new n("\\newcommand{"+i+"} attempting to redefine "+i+"; use \\renewcommand");if(!o&&!r)throw new n("\\renewcommand{"+i+"} when command "+i+" does not yet exist; use \\newcommand");var s=0;if(1===(a=e.consumeArg().tokens).length&&"["===a[0].text){for(var l="",h=e.expandNextToken();"]"!==h.text&&"EOF"!==h.text;)l+=h.text,h=e.expandNextToken();if(!l.match(/^\s*[0-9]+\s*$/))throw new n("Invalid number of arguments: "+l);s=parseInt(l),a=e.consumeArg().tokens}return e.macros.set(i,{tokens:a,numArgs:s}),""};Er("\\newcommand",(function(e){return Ln(e,!1,!0)})),Er("\\renewcommand",(function(e){return Ln(e,!0,!1)})),Er("\\providecommand",(function(e){return Ln(e,!0,!0)})),Er("\\message",(function(e){var t=e.consumeArgs(1)[0];return console.log(t.reverse().map((function(e){return e.text})).join("")),""})),Er("\\errmessage",(function(e){var t=e.consumeArgs(1)[0];return console.error(t.reverse().map((function(e){return e.text})).join("")),""})),Er("\\show",(function(e){var t=e.popToken(),r=t.text;return console.log(t,e.macros.get(r),Nn[r],ae.math[r],ae.text[r]),""})),Er("\\bgroup","{"),Er("\\egroup","}"),Er("~","\\nobreakspace"),Er("\\lq","`"),Er("\\rq","'"),Er("\\aa","\\r a"),Er("\\AA","\\r A"),Er("\\textcopyright","\\html@mathml{\\textcircled{c}}{\\char`\xa9}"),Er("\\copyright","\\TextOrMath{\\textcopyright}{\\text{\\textcopyright}}"),Er("\\textregistered","\\html@mathml{\\textcircled{\\scriptsize R}}{\\char`\xae}"),Er("\u212c","\\mathscr{B}"),Er("\u2130","\\mathscr{E}"),Er("\u2131","\\mathscr{F}"),Er("\u210b","\\mathscr{H}"),Er("\u2110","\\mathscr{I}"),Er("\u2112","\\mathscr{L}"),Er("\u2133","\\mathscr{M}"),Er("\u211b","\\mathscr{R}"),Er("\u212d","\\mathfrak{C}"),Er("\u210c","\\mathfrak{H}"),Er("\u2128","\\mathfrak{Z}"),Er("\\Bbbk","\\Bbb{k}"),Er("\xb7","\\cdotp"),Er("\\llap","\\mathllap{\\textrm{#1}}"),Er("\\rlap","\\mathrlap{\\textrm{#1}}"),Er("\\clap","\\mathclap{\\textrm{#1}}"),Er("\\mathstrut","\\vphantom{(}"),Er("\\underbar","\\underline{\\text{#1}}"),Er("\\not",'\\html@mathml{\\mathrel{\\mathrlap\\@not}}{\\char"338}'),Er("\\neq","\\html@mathml{\\mathrel{\\not=}}{\\mathrel{\\char`\u2260}}"),Er("\\ne","\\neq"),Er("\u2260","\\neq"),Er("\\notin","\\html@mathml{\\mathrel{{\\in}\\mathllap{/\\mskip1mu}}}{\\mathrel{\\char`\u2209}}"),Er("\u2209","\\notin"),Er("\u2258","\\html@mathml{\\mathrel{=\\kern{-1em}\\raisebox{0.4em}{$\\scriptsize\\frown$}}}{\\mathrel{\\char`\u2258}}"),Er("\u2259","\\html@mathml{\\stackrel{\\tiny\\wedge}{=}}{\\mathrel{\\char`\u2258}}"),Er("\u225a","\\html@mathml{\\stackrel{\\tiny\\vee}{=}}{\\mathrel{\\char`\u225a}}"),Er("\u225b","\\html@mathml{\\stackrel{\\scriptsize\\star}{=}}{\\mathrel{\\char`\u225b}}"),Er("\u225d","\\html@mathml{\\stackrel{\\tiny\\mathrm{def}}{=}}{\\mathrel{\\char`\u225d}}"),Er("\u225e","\\html@mathml{\\stackrel{\\tiny\\mathrm{m}}{=}}{\\mathrel{\\char`\u225e}}"),Er("\u225f","\\html@mathml{\\stackrel{\\tiny?}{=}}{\\mathrel{\\char`\u225f}}"),Er("\u27c2","\\perp"),Er("\u203c","\\mathclose{!\\mkern-0.8mu!}"),Er("\u220c","\\notni"),Er("\u231c","\\ulcorner"),Er("\u231d","\\urcorner"),Er("\u231e","\\llcorner"),Er("\u231f","\\lrcorner"),Er("\xa9","\\copyright"),Er("\xae","\\textregistered"),Er("\ufe0f","\\textregistered"),Er("\\ulcorner",'\\html@mathml{\\@ulcorner}{\\mathop{\\char"231c}}'),Er("\\urcorner",'\\html@mathml{\\@urcorner}{\\mathop{\\char"231d}}'),Er("\\llcorner",'\\html@mathml{\\@llcorner}{\\mathop{\\char"231e}}'),Er("\\lrcorner",'\\html@mathml{\\@lrcorner}{\\mathop{\\char"231f}}'),Er("\\vdots","\\mathord{\\varvdots\\rule{0pt}{15pt}}"),Er("\u22ee","\\vdots"),Er("\\varGamma","\\mathit{\\Gamma}"),Er("\\varDelta","\\mathit{\\Delta}"),Er("\\varTheta","\\mathit{\\Theta}"),Er("\\varLambda","\\mathit{\\Lambda}"),Er("\\varXi","\\mathit{\\Xi}"),Er("\\varPi","\\mathit{\\Pi}"),Er("\\varSigma","\\mathit{\\Sigma}"),Er("\\varUpsilon","\\mathit{\\Upsilon}"),Er("\\varPhi","\\mathit{\\Phi}"),Er("\\varPsi","\\mathit{\\Psi}"),Er("\\varOmega","\\mathit{\\Omega}"),Er("\\substack","\\begin{subarray}{c}#1\\end{subarray}"),Er("\\colon","\\nobreak\\mskip2mu\\mathpunct{}\\mathchoice{\\mkern-3mu}{\\mkern-3mu}{}{}{:}\\mskip6mu\\relax"),Er("\\boxed","\\fbox{$\\displaystyle{#1}$}"),Er("\\iff","\\DOTSB\\;\\Longleftrightarrow\\;"),Er("\\implies","\\DOTSB\\;\\Longrightarrow\\;"),Er("\\impliedby","\\DOTSB\\;\\Longleftarrow\\;");var Dn={",":"\\dotsc","\\not":"\\dotsb","+":"\\dotsb","=":"\\dotsb","<":"\\dotsb",">":"\\dotsb","-":"\\dotsb","*":"\\dotsb",":":"\\dotsb","\\DOTSB":"\\dotsb","\\coprod":"\\dotsb","\\bigvee":"\\dotsb","\\bigwedge":"\\dotsb","\\biguplus":"\\dotsb","\\bigcap":"\\dotsb","\\bigcup":"\\dotsb","\\prod":"\\dotsb","\\sum":"\\dotsb","\\bigotimes":"\\dotsb","\\bigoplus":"\\dotsb","\\bigodot":"\\dotsb","\\bigsqcup":"\\dotsb","\\And":"\\dotsb","\\longrightarrow":"\\dotsb","\\Longrightarrow":"\\dotsb","\\longleftarrow":"\\dotsb","\\Longleftarrow":"\\dotsb","\\longleftrightarrow":"\\dotsb","\\Longleftrightarrow":"\\dotsb","\\mapsto":"\\dotsb","\\longmapsto":"\\dotsb","\\hookrightarrow":"\\dotsb","\\doteq":"\\dotsb","\\mathbin":"\\dotsb","\\mathrel":"\\dotsb","\\relbar":"\\dotsb","\\Relbar":"\\dotsb","\\xrightarrow":"\\dotsb","\\xleftarrow":"\\dotsb","\\DOTSI":"\\dotsi","\\int":"\\dotsi","\\oint":"\\dotsi","\\iint":"\\dotsi","\\iiint":"\\dotsi","\\iiiint":"\\dotsi","\\idotsint":"\\dotsi","\\DOTSX":"\\dotsx"};Er("\\dots",(function(e){var t="\\dotso",r=e.expandAfterFuture().text;return r in Dn?t=Dn[r]:("\\not"===r.substr(0,4)||r in ae.math&&l.contains(["bin","rel"],ae.math[r].group))&&(t="\\dotsb"),t}));var Pn={")":!0,"]":!0,"\\rbrack":!0,"\\}":!0,"\\rbrace":!0,"\\rangle":!0,"\\rceil":!0,"\\rfloor":!0,"\\rgroup":!0,"\\rmoustache":!0,"\\right":!0,"\\bigr":!0,"\\biggr":!0,"\\Bigr":!0,"\\Biggr":!0,$:!0,";":!0,".":!0,",":!0};Er("\\dotso",(function(e){return e.future().text in Pn?"\\ldots\\,":"\\ldots"})),Er("\\dotsc",(function(e){var t=e.future().text;return t in Pn&&","!==t?"\\ldots\\,":"\\ldots"})),Er("\\cdots",(function(e){return e.future().text in Pn?"\\@cdots\\,":"\\@cdots"})),Er("\\dotsb","\\cdots"),Er("\\dotsm","\\cdots"),Er("\\dotsi","\\!\\cdots"),Er("\\dotsx","\\ldots\\,"),Er("\\DOTSI","\\relax"),Er("\\DOTSB","\\relax"),Er("\\DOTSX","\\relax"),Er("\\tmspace","\\TextOrMath{\\kern#1#3}{\\mskip#1#2}\\relax"),Er("\\,","\\tmspace+{3mu}{.1667em}"),Er("\\thinspace","\\,"),Er("\\>","\\mskip{4mu}"),Er("\\:","\\tmspace+{4mu}{.2222em}"),Er("\\medspace","\\:"),Er("\\;","\\tmspace+{5mu}{.2777em}"),Er("\\thickspace","\\;"),Er("\\!","\\tmspace-{3mu}{.1667em}"),Er("\\negthinspace","\\!"),Er("\\negmedspace","\\tmspace-{4mu}{.2222em}"),Er("\\negthickspace","\\tmspace-{5mu}{.277em}"),Er("\\enspace","\\kern.5em "),Er("\\enskip","\\hskip.5em\\relax"),Er("\\quad","\\hskip1em\\relax"),Er("\\qquad","\\hskip2em\\relax"),Er("\\tag","\\@ifstar\\tag@literal\\tag@paren"),Er("\\tag@paren","\\tag@literal{({#1})}"),Er("\\tag@literal",(function(e){if(e.macros.get("\\df@tag"))throw new n("Multiple \\tag");return"\\gdef\\df@tag{\\text{#1}}"})),Er("\\bmod","\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}\\mathbin{\\rm mod}\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}"),Er("\\pod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern8mu}{\\mkern8mu}{\\mkern8mu}(#1)"),Er("\\pmod","\\pod{{\\rm mod}\\mkern6mu#1}"),Er("\\mod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern12mu}{\\mkern12mu}{\\mkern12mu}{\\rm mod}\\,\\,#1"),Er("\\pmb","\\html@mathml{\\@binrel{#1}{\\mathrlap{#1}\\kern0.5px#1}}{\\mathbf{#1}}"),Er("\\newline","\\\\\\relax"),Er("\\TeX","\\textrm{\\html@mathml{T\\kern-.1667em\\raisebox{-.5ex}{E}\\kern-.125emX}{TeX}}");var Fn=V(T["Main-Regular"]["T".charCodeAt(0)][1]-.7*T["Main-Regular"]["A".charCodeAt(0)][1]);Er("\\LaTeX","\\textrm{\\html@mathml{L\\kern-.36em\\raisebox{"+Fn+"}{\\scriptstyle A}\\kern-.15em\\TeX}{LaTeX}}"),Er("\\KaTeX","\\textrm{\\html@mathml{K\\kern-.17em\\raisebox{"+Fn+"}{\\scriptstyle A}\\kern-.15em\\TeX}{KaTeX}}"),Er("\\hspace","\\@ifstar\\@hspacer\\@hspace"),Er("\\@hspace","\\hskip #1\\relax"),Er("\\@hspacer","\\rule{0pt}{0pt}\\hskip #1\\relax"),Er("\\ordinarycolon",":"),Er("\\vcentcolon","\\mathrel{\\mathop\\ordinarycolon}"),Er("\\dblcolon",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-.9mu}\\vcentcolon}}{\\mathop{\\char"2237}}'),Er("\\coloneqq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2254}}'),Er("\\Coloneqq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2237\\char"3d}}'),Er("\\coloneq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"3a\\char"2212}}'),Er("\\Coloneq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"2237\\char"2212}}'),Er("\\eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2255}}'),Er("\\Eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"3d\\char"2237}}'),Er("\\eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2239}}'),Er("\\Eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"2212\\char"2237}}'),Er("\\colonapprox",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"3a\\char"2248}}'),Er("\\Colonapprox",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"2237\\char"2248}}'),Er("\\colonsim",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"3a\\char"223c}}'),Er("\\Colonsim",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"2237\\char"223c}}'),Er("\u2237","\\dblcolon"),Er("\u2239","\\eqcolon"),Er("\u2254","\\coloneqq"),Er("\u2255","\\eqqcolon"),Er("\u2a74","\\Coloneqq"),Er("\\ratio","\\vcentcolon"),Er("\\coloncolon","\\dblcolon"),Er("\\colonequals","\\coloneqq"),Er("\\coloncolonequals","\\Coloneqq"),Er("\\equalscolon","\\eqqcolon"),Er("\\equalscoloncolon","\\Eqqcolon"),Er("\\colonminus","\\coloneq"),Er("\\coloncolonminus","\\Coloneq"),Er("\\minuscolon","\\eqcolon"),Er("\\minuscoloncolon","\\Eqcolon"),Er("\\coloncolonapprox","\\Colonapprox"),Er("\\coloncolonsim","\\Colonsim"),Er("\\simcolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\vcentcolon}"),Er("\\simcoloncolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\dblcolon}"),Er("\\approxcolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\vcentcolon}"),Er("\\approxcoloncolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\dblcolon}"),Er("\\notni","\\html@mathml{\\not\\ni}{\\mathrel{\\char`\u220c}}"),Er("\\limsup","\\DOTSB\\operatorname*{lim\\,sup}"),Er("\\liminf","\\DOTSB\\operatorname*{lim\\,inf}"),Er("\\injlim","\\DOTSB\\operatorname*{inj\\,lim}"),Er("\\projlim","\\DOTSB\\operatorname*{proj\\,lim}"),Er("\\varlimsup","\\DOTSB\\operatorname*{\\overline{lim}}"),Er("\\varliminf","\\DOTSB\\operatorname*{\\underline{lim}}"),Er("\\varinjlim","\\DOTSB\\operatorname*{\\underrightarrow{lim}}"),Er("\\varprojlim","\\DOTSB\\operatorname*{\\underleftarrow{lim}}"),Er("\\gvertneqq","\\html@mathml{\\@gvertneqq}{\u2269}"),Er("\\lvertneqq","\\html@mathml{\\@lvertneqq}{\u2268}"),Er("\\ngeqq","\\html@mathml{\\@ngeqq}{\u2271}"),Er("\\ngeqslant","\\html@mathml{\\@ngeqslant}{\u2271}"),Er("\\nleqq","\\html@mathml{\\@nleqq}{\u2270}"),Er("\\nleqslant","\\html@mathml{\\@nleqslant}{\u2270}"),Er("\\nshortmid","\\html@mathml{\\@nshortmid}{\u2224}"),Er("\\nshortparallel","\\html@mathml{\\@nshortparallel}{\u2226}"),Er("\\nsubseteqq","\\html@mathml{\\@nsubseteqq}{\u2288}"),Er("\\nsupseteqq","\\html@mathml{\\@nsupseteqq}{\u2289}"),Er("\\varsubsetneq","\\html@mathml{\\@varsubsetneq}{\u228a}"),Er("\\varsubsetneqq","\\html@mathml{\\@varsubsetneqq}{\u2acb}"),Er("\\varsupsetneq","\\html@mathml{\\@varsupsetneq}{\u228b}"),Er("\\varsupsetneqq","\\html@mathml{\\@varsupsetneqq}{\u2acc}"),Er("\\imath","\\html@mathml{\\@imath}{\u0131}"),Er("\\jmath","\\html@mathml{\\@jmath}{\u0237}"),Er("\\llbracket","\\html@mathml{\\mathopen{[\\mkern-3.2mu[}}{\\mathopen{\\char`\u27e6}}"),Er("\\rrbracket","\\html@mathml{\\mathclose{]\\mkern-3.2mu]}}{\\mathclose{\\char`\u27e7}}"),Er("\u27e6","\\llbracket"),Er("\u27e7","\\rrbracket"),Er("\\lBrace","\\html@mathml{\\mathopen{\\{\\mkern-3.2mu[}}{\\mathopen{\\char`\u2983}}"),Er("\\rBrace","\\html@mathml{\\mathclose{]\\mkern-3.2mu\\}}}{\\mathclose{\\char`\u2984}}"),Er("\u2983","\\lBrace"),Er("\u2984","\\rBrace"),Er("\\minuso","\\mathbin{\\html@mathml{{\\mathrlap{\\mathchoice{\\kern{0.145em}}{\\kern{0.145em}}{\\kern{0.1015em}}{\\kern{0.0725em}}\\circ}{-}}}{\\char`\u29b5}}"),Er("\u29b5","\\minuso"),Er("\\darr","\\downarrow"),Er("\\dArr","\\Downarrow"),Er("\\Darr","\\Downarrow"),Er("\\lang","\\langle"),Er("\\rang","\\rangle"),Er("\\uarr","\\uparrow"),Er("\\uArr","\\Uparrow"),Er("\\Uarr","\\Uparrow"),Er("\\N","\\mathbb{N}"),Er("\\R","\\mathbb{R}"),Er("\\Z","\\mathbb{Z}"),Er("\\alef","\\aleph"),Er("\\alefsym","\\aleph"),Er("\\Alpha","\\mathrm{A}"),Er("\\Beta","\\mathrm{B}"),Er("\\bull","\\bullet"),Er("\\Chi","\\mathrm{X}"),Er("\\clubs","\\clubsuit"),Er("\\cnums","\\mathbb{C}"),Er("\\Complex","\\mathbb{C}"),Er("\\Dagger","\\ddagger"),Er("\\diamonds","\\diamondsuit"),Er("\\empty","\\emptyset"),Er("\\Epsilon","\\mathrm{E}"),Er("\\Eta","\\mathrm{H}"),Er("\\exist","\\exists"),Er("\\harr","\\leftrightarrow"),Er("\\hArr","\\Leftrightarrow"),Er("\\Harr","\\Leftrightarrow"),Er("\\hearts","\\heartsuit"),Er("\\image","\\Im"),Er("\\infin","\\infty"),Er("\\Iota","\\mathrm{I}"),Er("\\isin","\\in"),Er("\\Kappa","\\mathrm{K}"),Er("\\larr","\\leftarrow"),Er("\\lArr","\\Leftarrow"),Er("\\Larr","\\Leftarrow"),Er("\\lrarr","\\leftrightarrow"),Er("\\lrArr","\\Leftrightarrow"),Er("\\Lrarr","\\Leftrightarrow"),Er("\\Mu","\\mathrm{M}"),Er("\\natnums","\\mathbb{N}"),Er("\\Nu","\\mathrm{N}"),Er("\\Omicron","\\mathrm{O}"),Er("\\plusmn","\\pm"),Er("\\rarr","\\rightarrow"),Er("\\rArr","\\Rightarrow"),Er("\\Rarr","\\Rightarrow"),Er("\\real","\\Re"),Er("\\reals","\\mathbb{R}"),Er("\\Reals","\\mathbb{R}"),Er("\\Rho","\\mathrm{P}"),Er("\\sdot","\\cdot"),Er("\\sect","\\S"),Er("\\spades","\\spadesuit"),Er("\\sub","\\subset"),Er("\\sube","\\subseteq"),Er("\\supe","\\supseteq"),Er("\\Tau","\\mathrm{T}"),Er("\\thetasym","\\vartheta"),Er("\\weierp","\\wp"),Er("\\Zeta","\\mathrm{Z}"),Er("\\argmin","\\DOTSB\\operatorname*{arg\\,min}"),Er("\\argmax","\\DOTSB\\operatorname*{arg\\,max}"),Er("\\plim","\\DOTSB\\mathop{\\operatorname{plim}}\\limits"),Er("\\bra","\\mathinner{\\langle{#1}|}"),Er("\\ket","\\mathinner{|{#1}\\rangle}"),Er("\\braket","\\mathinner{\\langle{#1}\\rangle}"),Er("\\Bra","\\left\\langle#1\\right|"),Er("\\Ket","\\left|#1\\right\\rangle");var Vn=function(e){return function(t){var r=t.consumeArg().tokens,n=t.consumeArg().tokens,a=t.consumeArg().tokens,i=t.consumeArg().tokens,o=t.macros.get("|"),s=t.macros.get("\\|");t.macros.beginGroup();var l=function(t){return function(r){e&&(r.macros.set("|",o),a.length&&r.macros.set("\\|",s));var i=t;!t&&a.length&&("|"===r.future().text&&(r.popToken(),i=!0));return{tokens:i?a:n,numArgs:0}}};t.macros.set("|",l(!1)),a.length&&t.macros.set("\\|",l(!0));var h=t.consumeArg().tokens,m=t.expandTokens([].concat(i,h,r));return t.macros.endGroup(),{tokens:m.reverse(),numArgs:0}}};Er("\\bra@ket",Vn(!1)),Er("\\bra@set",Vn(!0)),Er("\\Braket","\\bra@ket{\\left\\langle}{\\,\\middle\\vert\\,}{\\,\\middle\\vert\\,}{\\right\\rangle}"),Er("\\Set","\\bra@set{\\left\\{\\:}{\\;\\middle\\vert\\;}{\\;\\middle\\Vert\\;}{\\:\\right\\}}"),Er("\\set","\\bra@set{\\{\\,}{\\mid}{}{\\,\\}}"),Er("\\angln","{\\angl n}"),Er("\\blue","\\textcolor{##6495ed}{#1}"),Er("\\orange","\\textcolor{##ffa500}{#1}"),Er("\\pink","\\textcolor{##ff00af}{#1}"),Er("\\red","\\textcolor{##df0030}{#1}"),Er("\\green","\\textcolor{##28ae7b}{#1}"),Er("\\gray","\\textcolor{gray}{#1}"),Er("\\purple","\\textcolor{##9d38bd}{#1}"),Er("\\blueA","\\textcolor{##ccfaff}{#1}"),Er("\\blueB","\\textcolor{##80f6ff}{#1}"),Er("\\blueC","\\textcolor{##63d9ea}{#1}"),Er("\\blueD","\\textcolor{##11accd}{#1}"),Er("\\blueE","\\textcolor{##0c7f99}{#1}"),Er("\\tealA","\\textcolor{##94fff5}{#1}"),Er("\\tealB","\\textcolor{##26edd5}{#1}"),Er("\\tealC","\\textcolor{##01d1c1}{#1}"),Er("\\tealD","\\textcolor{##01a995}{#1}"),Er("\\tealE","\\textcolor{##208170}{#1}"),Er("\\greenA","\\textcolor{##b6ffb0}{#1}"),Er("\\greenB","\\textcolor{##8af281}{#1}"),Er("\\greenC","\\textcolor{##74cf70}{#1}"),Er("\\greenD","\\textcolor{##1fab54}{#1}"),Er("\\greenE","\\textcolor{##0d923f}{#1}"),Er("\\goldA","\\textcolor{##ffd0a9}{#1}"),Er("\\goldB","\\textcolor{##ffbb71}{#1}"),Er("\\goldC","\\textcolor{##ff9c39}{#1}"),Er("\\goldD","\\textcolor{##e07d10}{#1}"),Er("\\goldE","\\textcolor{##a75a05}{#1}"),Er("\\redA","\\textcolor{##fca9a9}{#1}"),Er("\\redB","\\textcolor{##ff8482}{#1}"),Er("\\redC","\\textcolor{##f9685d}{#1}"),Er("\\redD","\\textcolor{##e84d39}{#1}"),Er("\\redE","\\textcolor{##bc2612}{#1}"),Er("\\maroonA","\\textcolor{##ffbde0}{#1}"),Er("\\maroonB","\\textcolor{##ff92c6}{#1}"),Er("\\maroonC","\\textcolor{##ed5fa6}{#1}"),Er("\\maroonD","\\textcolor{##ca337c}{#1}"),Er("\\maroonE","\\textcolor{##9e034e}{#1}"),Er("\\purpleA","\\textcolor{##ddd7ff}{#1}"),Er("\\purpleB","\\textcolor{##c6b9fc}{#1}"),Er("\\purpleC","\\textcolor{##aa87ff}{#1}"),Er("\\purpleD","\\textcolor{##7854ab}{#1}"),Er("\\purpleE","\\textcolor{##543b78}{#1}"),Er("\\mintA","\\textcolor{##f5f9e8}{#1}"),Er("\\mintB","\\textcolor{##edf2df}{#1}"),Er("\\mintC","\\textcolor{##e0e5cc}{#1}"),Er("\\grayA","\\textcolor{##f6f7f7}{#1}"),Er("\\grayB","\\textcolor{##f0f1f2}{#1}"),Er("\\grayC","\\textcolor{##e3e5e6}{#1}"),Er("\\grayD","\\textcolor{##d6d8da}{#1}"),Er("\\grayE","\\textcolor{##babec2}{#1}"),Er("\\grayF","\\textcolor{##888d93}{#1}"),Er("\\grayG","\\textcolor{##626569}{#1}"),Er("\\grayH","\\textcolor{##3b3e40}{#1}"),Er("\\grayI","\\textcolor{##21242c}{#1}"),Er("\\kaBlue","\\textcolor{##314453}{#1}"),Er("\\kaGreen","\\textcolor{##71B307}{#1}");var Gn={"^":!0,_:!0,"\\limits":!0,"\\nolimits":!0},Un=function(){function e(e,t,r){this.settings=void 0,this.expansionCount=void 0,this.lexer=void 0,this.macros=void 0,this.stack=void 0,this.mode=void 0,this.settings=t,this.expansionCount=0,this.feed(e),this.macros=new On(Hn,t.macros),this.mode=r,this.stack=[]}var t=e.prototype;return t.feed=function(e){this.lexer=new Rn(e,this.settings)},t.switchMode=function(e){this.mode=e},t.beginGroup=function(){this.macros.beginGroup()},t.endGroup=function(){this.macros.endGroup()},t.endGroups=function(){this.macros.endGroups()},t.future=function(){return 0===this.stack.length&&this.pushToken(this.lexer.lex()),this.stack[this.stack.length-1]},t.popToken=function(){return this.future(),this.stack.pop()},t.pushToken=function(e){this.stack.push(e)},t.pushTokens=function(e){var t;(t=this.stack).push.apply(t,e)},t.scanArgument=function(e){var t,r,n;if(e){if(this.consumeSpaces(),"["!==this.future().text)return null;t=this.popToken();var a=this.consumeArg(["]"]);n=a.tokens,r=a.end}else{var i=this.consumeArg();n=i.tokens,t=i.start,r=i.end}return this.pushToken(new Dr("EOF",r.loc)),this.pushTokens(n),t.range(r,"")},t.consumeSpaces=function(){for(;;){if(" "!==this.future().text)break;this.stack.pop()}},t.consumeArg=function(e){var t=[],r=e&&e.length>0;r||this.consumeSpaces();var a,i=this.future(),o=0,s=0;do{if(a=this.popToken(),t.push(a),"{"===a.text)++o;else if("}"===a.text){if(-1===--o)throw new n("Extra }",a)}else if("EOF"===a.text)throw new n("Unexpected end of input in a macro argument, expected '"+(e&&r?e[s]:"}")+"'",a);if(e&&r)if((0===o||1===o&&"{"===e[s])&&a.text===e[s]){if(++s===e.length){t.splice(-s,s);break}}else s=0}while(0!==o||r);return"{"===i.text&&"}"===t[t.length-1].text&&(t.pop(),t.shift()),t.reverse(),{tokens:t,start:i,end:a}},t.consumeArgs=function(e,t){if(t){if(t.length!==e+1)throw new n("The length of delimiters doesn't match the number of args!");for(var r=t[0],a=0;a<r.length;a++){var i=this.popToken();if(r[a]!==i.text)throw new n("Use of the macro doesn't match its definition",i)}}for(var o=[],s=0;s<e;s++)o.push(this.consumeArg(t&&t[s+1]).tokens);return o},t.expandOnce=function(e){var t=this.popToken(),r=t.text,a=t.noexpand?null:this._getExpansion(r);if(null==a||e&&a.unexpandable){if(e&&null==a&&"\\"===r[0]&&!this.isDefined(r))throw new n("Undefined control sequence: "+r);return this.pushToken(t),t}if(this.expansionCount++,this.expansionCount>this.settings.maxExpand)throw new n("Too many expansions: infinite loop or need to increase maxExpand setting");var i=a.tokens,o=this.consumeArgs(a.numArgs,a.delimiters);if(a.numArgs)for(var s=(i=i.slice()).length-1;s>=0;--s){var l=i[s];if("#"===l.text){if(0===s)throw new n("Incomplete placeholder at end of macro body",l);if("#"===(l=i[--s]).text)i.splice(s+1,1);else{if(!/^[1-9]$/.test(l.text))throw new n("Not a valid argument number",l);var h;(h=i).splice.apply(h,[s,2].concat(o[+l.text-1]))}}}return this.pushTokens(i),i},t.expandAfterFuture=function(){return this.expandOnce(),this.future()},t.expandNextToken=function(){for(;;){var e=this.expandOnce();if(e instanceof Dr)return e.treatAsRelax&&(e.text="\\relax"),this.stack.pop()}throw new Error},t.expandMacro=function(e){return this.macros.has(e)?this.expandTokens([new Dr(e)]):void 0},t.expandTokens=function(e){var t=[],r=this.stack.length;for(this.pushTokens(e);this.stack.length>r;){var n=this.expandOnce(!0);n instanceof Dr&&(n.treatAsRelax&&(n.noexpand=!1,n.treatAsRelax=!1),t.push(this.stack.pop()))}return t},t.expandMacroAsText=function(e){var t=this.expandMacro(e);return t?t.map((function(e){return e.text})).join(""):t},t._getExpansion=function(e){var t=this.macros.get(e);if(null==t)return t;if(1===e.length){var r=this.lexer.catcodes[e];if(null!=r&&13!==r)return}var n="function"==typeof t?t(this):t;if("string"==typeof n){var a=0;if(-1!==n.indexOf("#"))for(var i=n.replace(/##/g,"");-1!==i.indexOf("#"+(a+1));)++a;for(var o=new Rn(n,this.settings),s=[],l=o.lex();"EOF"!==l.text;)s.push(l),l=o.lex();return s.reverse(),{tokens:s,numArgs:a}}return n},t.isDefined=function(e){return this.macros.has(e)||Nn.hasOwnProperty(e)||ae.math.hasOwnProperty(e)||ae.text.hasOwnProperty(e)||Gn.hasOwnProperty(e)},t.isExpandable=function(e){var t=this.macros.get(e);return null!=t?"string"==typeof t||"function"==typeof t||!t.unexpandable:Nn.hasOwnProperty(e)&&!Nn[e].primitive},e}(),Yn=/^[\u208a\u208b\u208c\u208d\u208e\u2080\u2081\u2082\u2083\u2084\u2085\u2086\u2087\u2088\u2089\u2090\u2091\u2095\u1d62\u2c7c\u2096\u2097\u2098\u2099\u2092\u209a\u1d63\u209b\u209c\u1d64\u1d65\u2093\u1d66\u1d67\u1d68\u1d69\u1d6a]/,Xn=Object.freeze({"\u208a":"+","\u208b":"-","\u208c":"=","\u208d":"(","\u208e":")","\u2080":"0","\u2081":"1","\u2082":"2","\u2083":"3","\u2084":"4","\u2085":"5","\u2086":"6","\u2087":"7","\u2088":"8","\u2089":"9","\u2090":"a","\u2091":"e","\u2095":"h","\u1d62":"i","\u2c7c":"j","\u2096":"k","\u2097":"l","\u2098":"m","\u2099":"n","\u2092":"o","\u209a":"p","\u1d63":"r","\u209b":"s","\u209c":"t","\u1d64":"u","\u1d65":"v","\u2093":"x","\u1d66":"\u03b2","\u1d67":"\u03b3","\u1d68":"\u03c1","\u1d69":"\u03d5","\u1d6a":"\u03c7","\u207a":"+","\u207b":"-","\u207c":"=","\u207d":"(","\u207e":")","\u2070":"0","\xb9":"1","\xb2":"2","\xb3":"3","\u2074":"4","\u2075":"5","\u2076":"6","\u2077":"7","\u2078":"8","\u2079":"9","\u1d2c":"A","\u1d2e":"B","\u1d30":"D","\u1d31":"E","\u1d33":"G","\u1d34":"H","\u1d35":"I","\u1d36":"J","\u1d37":"K","\u1d38":"L","\u1d39":"M","\u1d3a":"N","\u1d3c":"O","\u1d3e":"P","\u1d3f":"R","\u1d40":"T","\u1d41":"U","\u2c7d":"V","\u1d42":"W","\u1d43":"a","\u1d47":"b","\u1d9c":"c","\u1d48":"d","\u1d49":"e","\u1da0":"f","\u1d4d":"g","\u02b0":"h","\u2071":"i","\u02b2":"j","\u1d4f":"k","\u02e1":"l","\u1d50":"m","\u207f":"n","\u1d52":"o","\u1d56":"p","\u02b3":"r","\u02e2":"s","\u1d57":"t","\u1d58":"u","\u1d5b":"v","\u02b7":"w","\u02e3":"x","\u02b8":"y","\u1dbb":"z","\u1d5d":"\u03b2","\u1d5e":"\u03b3","\u1d5f":"\u03b4","\u1d60":"\u03d5","\u1d61":"\u03c7","\u1dbf":"\u03b8"}),Wn={"\u0301":{text:"\\'",math:"\\acute"},"\u0300":{text:"\\`",math:"\\grave"},"\u0308":{text:'\\"',math:"\\ddot"},"\u0303":{text:"\\~",math:"\\tilde"},"\u0304":{text:"\\=",math:"\\bar"},"\u0306":{text:"\\u",math:"\\breve"},"\u030c":{text:"\\v",math:"\\check"},"\u0302":{text:"\\^",math:"\\hat"},"\u0307":{text:"\\.",math:"\\dot"},"\u030a":{text:"\\r",math:"\\mathring"},"\u030b":{text:"\\H"},"\u0327":{text:"\\c"}},_n={"\xe1":"a\u0301","\xe0":"a\u0300","\xe4":"a\u0308","\u01df":"a\u0308\u0304","\xe3":"a\u0303","\u0101":"a\u0304","\u0103":"a\u0306","\u1eaf":"a\u0306\u0301","\u1eb1":"a\u0306\u0300","\u1eb5":"a\u0306\u0303","\u01ce":"a\u030c","\xe2":"a\u0302","\u1ea5":"a\u0302\u0301","\u1ea7":"a\u0302\u0300","\u1eab":"a\u0302\u0303","\u0227":"a\u0307","\u01e1":"a\u0307\u0304","\xe5":"a\u030a","\u01fb":"a\u030a\u0301","\u1e03":"b\u0307","\u0107":"c\u0301","\u1e09":"c\u0327\u0301","\u010d":"c\u030c","\u0109":"c\u0302","\u010b":"c\u0307","\xe7":"c\u0327","\u010f":"d\u030c","\u1e0b":"d\u0307","\u1e11":"d\u0327","\xe9":"e\u0301","\xe8":"e\u0300","\xeb":"e\u0308","\u1ebd":"e\u0303","\u0113":"e\u0304","\u1e17":"e\u0304\u0301","\u1e15":"e\u0304\u0300","\u0115":"e\u0306","\u1e1d":"e\u0327\u0306","\u011b":"e\u030c","\xea":"e\u0302","\u1ebf":"e\u0302\u0301","\u1ec1":"e\u0302\u0300","\u1ec5":"e\u0302\u0303","\u0117":"e\u0307","\u0229":"e\u0327","\u1e1f":"f\u0307","\u01f5":"g\u0301","\u1e21":"g\u0304","\u011f":"g\u0306","\u01e7":"g\u030c","\u011d":"g\u0302","\u0121":"g\u0307","\u0123":"g\u0327","\u1e27":"h\u0308","\u021f":"h\u030c","\u0125":"h\u0302","\u1e23":"h\u0307","\u1e29":"h\u0327","\xed":"i\u0301","\xec":"i\u0300","\xef":"i\u0308","\u1e2f":"i\u0308\u0301","\u0129":"i\u0303","\u012b":"i\u0304","\u012d":"i\u0306","\u01d0":"i\u030c","\xee":"i\u0302","\u01f0":"j\u030c","\u0135":"j\u0302","\u1e31":"k\u0301","\u01e9":"k\u030c","\u0137":"k\u0327","\u013a":"l\u0301","\u013e":"l\u030c","\u013c":"l\u0327","\u1e3f":"m\u0301","\u1e41":"m\u0307","\u0144":"n\u0301","\u01f9":"n\u0300","\xf1":"n\u0303","\u0148":"n\u030c","\u1e45":"n\u0307","\u0146":"n\u0327","\xf3":"o\u0301","\xf2":"o\u0300","\xf6":"o\u0308","\u022b":"o\u0308\u0304","\xf5":"o\u0303","\u1e4d":"o\u0303\u0301","\u1e4f":"o\u0303\u0308","\u022d":"o\u0303\u0304","\u014d":"o\u0304","\u1e53":"o\u0304\u0301","\u1e51":"o\u0304\u0300","\u014f":"o\u0306","\u01d2":"o\u030c","\xf4":"o\u0302","\u1ed1":"o\u0302\u0301","\u1ed3":"o\u0302\u0300","\u1ed7":"o\u0302\u0303","\u022f":"o\u0307","\u0231":"o\u0307\u0304","\u0151":"o\u030b","\u1e55":"p\u0301","\u1e57":"p\u0307","\u0155":"r\u0301","\u0159":"r\u030c","\u1e59":"r\u0307","\u0157":"r\u0327","\u015b":"s\u0301","\u1e65":"s\u0301\u0307","\u0161":"s\u030c","\u1e67":"s\u030c\u0307","\u015d":"s\u0302","\u1e61":"s\u0307","\u015f":"s\u0327","\u1e97":"t\u0308","\u0165":"t\u030c","\u1e6b":"t\u0307","\u0163":"t\u0327","\xfa":"u\u0301","\xf9":"u\u0300","\xfc":"u\u0308","\u01d8":"u\u0308\u0301","\u01dc":"u\u0308\u0300","\u01d6":"u\u0308\u0304","\u01da":"u\u0308\u030c","\u0169":"u\u0303","\u1e79":"u\u0303\u0301","\u016b":"u\u0304","\u1e7b":"u\u0304\u0308","\u016d":"u\u0306","\u01d4":"u\u030c","\xfb":"u\u0302","\u016f":"u\u030a","\u0171":"u\u030b","\u1e7d":"v\u0303","\u1e83":"w\u0301","\u1e81":"w\u0300","\u1e85":"w\u0308","\u0175":"w\u0302","\u1e87":"w\u0307","\u1e98":"w\u030a","\u1e8d":"x\u0308","\u1e8b":"x\u0307","\xfd":"y\u0301","\u1ef3":"y\u0300","\xff":"y\u0308","\u1ef9":"y\u0303","\u0233":"y\u0304","\u0177":"y\u0302","\u1e8f":"y\u0307","\u1e99":"y\u030a","\u017a":"z\u0301","\u017e":"z\u030c","\u1e91":"z\u0302","\u017c":"z\u0307","\xc1":"A\u0301","\xc0":"A\u0300","\xc4":"A\u0308","\u01de":"A\u0308\u0304","\xc3":"A\u0303","\u0100":"A\u0304","\u0102":"A\u0306","\u1eae":"A\u0306\u0301","\u1eb0":"A\u0306\u0300","\u1eb4":"A\u0306\u0303","\u01cd":"A\u030c","\xc2":"A\u0302","\u1ea4":"A\u0302\u0301","\u1ea6":"A\u0302\u0300","\u1eaa":"A\u0302\u0303","\u0226":"A\u0307","\u01e0":"A\u0307\u0304","\xc5":"A\u030a","\u01fa":"A\u030a\u0301","\u1e02":"B\u0307","\u0106":"C\u0301","\u1e08":"C\u0327\u0301","\u010c":"C\u030c","\u0108":"C\u0302","\u010a":"C\u0307","\xc7":"C\u0327","\u010e":"D\u030c","\u1e0a":"D\u0307","\u1e10":"D\u0327","\xc9":"E\u0301","\xc8":"E\u0300","\xcb":"E\u0308","\u1ebc":"E\u0303","\u0112":"E\u0304","\u1e16":"E\u0304\u0301","\u1e14":"E\u0304\u0300","\u0114":"E\u0306","\u1e1c":"E\u0327\u0306","\u011a":"E\u030c","\xca":"E\u0302","\u1ebe":"E\u0302\u0301","\u1ec0":"E\u0302\u0300","\u1ec4":"E\u0302\u0303","\u0116":"E\u0307","\u0228":"E\u0327","\u1e1e":"F\u0307","\u01f4":"G\u0301","\u1e20":"G\u0304","\u011e":"G\u0306","\u01e6":"G\u030c","\u011c":"G\u0302","\u0120":"G\u0307","\u0122":"G\u0327","\u1e26":"H\u0308","\u021e":"H\u030c","\u0124":"H\u0302","\u1e22":"H\u0307","\u1e28":"H\u0327","\xcd":"I\u0301","\xcc":"I\u0300","\xcf":"I\u0308","\u1e2e":"I\u0308\u0301","\u0128":"I\u0303","\u012a":"I\u0304","\u012c":"I\u0306","\u01cf":"I\u030c","\xce":"I\u0302","\u0130":"I\u0307","\u0134":"J\u0302","\u1e30":"K\u0301","\u01e8":"K\u030c","\u0136":"K\u0327","\u0139":"L\u0301","\u013d":"L\u030c","\u013b":"L\u0327","\u1e3e":"M\u0301","\u1e40":"M\u0307","\u0143":"N\u0301","\u01f8":"N\u0300","\xd1":"N\u0303","\u0147":"N\u030c","\u1e44":"N\u0307","\u0145":"N\u0327","\xd3":"O\u0301","\xd2":"O\u0300","\xd6":"O\u0308","\u022a":"O\u0308\u0304","\xd5":"O\u0303","\u1e4c":"O\u0303\u0301","\u1e4e":"O\u0303\u0308","\u022c":"O\u0303\u0304","\u014c":"O\u0304","\u1e52":"O\u0304\u0301","\u1e50":"O\u0304\u0300","\u014e":"O\u0306","\u01d1":"O\u030c","\xd4":"O\u0302","\u1ed0":"O\u0302\u0301","\u1ed2":"O\u0302\u0300","\u1ed6":"O\u0302\u0303","\u022e":"O\u0307","\u0230":"O\u0307\u0304","\u0150":"O\u030b","\u1e54":"P\u0301","\u1e56":"P\u0307","\u0154":"R\u0301","\u0158":"R\u030c","\u1e58":"R\u0307","\u0156":"R\u0327","\u015a":"S\u0301","\u1e64":"S\u0301\u0307","\u0160":"S\u030c","\u1e66":"S\u030c\u0307","\u015c":"S\u0302","\u1e60":"S\u0307","\u015e":"S\u0327","\u0164":"T\u030c","\u1e6a":"T\u0307","\u0162":"T\u0327","\xda":"U\u0301","\xd9":"U\u0300","\xdc":"U\u0308","\u01d7":"U\u0308\u0301","\u01db":"U\u0308\u0300","\u01d5":"U\u0308\u0304","\u01d9":"U\u0308\u030c","\u0168":"U\u0303","\u1e78":"U\u0303\u0301","\u016a":"U\u0304","\u1e7a":"U\u0304\u0308","\u016c":"U\u0306","\u01d3":"U\u030c","\xdb":"U\u0302","\u016e":"U\u030a","\u0170":"U\u030b","\u1e7c":"V\u0303","\u1e82":"W\u0301","\u1e80":"W\u0300","\u1e84":"W\u0308","\u0174":"W\u0302","\u1e86":"W\u0307","\u1e8c":"X\u0308","\u1e8a":"X\u0307","\xdd":"Y\u0301","\u1ef2":"Y\u0300","\u0178":"Y\u0308","\u1ef8":"Y\u0303","\u0232":"Y\u0304","\u0176":"Y\u0302","\u1e8e":"Y\u0307","\u0179":"Z\u0301","\u017d":"Z\u030c","\u1e90":"Z\u0302","\u017b":"Z\u0307","\u03ac":"\u03b1\u0301","\u1f70":"\u03b1\u0300","\u1fb1":"\u03b1\u0304","\u1fb0":"\u03b1\u0306","\u03ad":"\u03b5\u0301","\u1f72":"\u03b5\u0300","\u03ae":"\u03b7\u0301","\u1f74":"\u03b7\u0300","\u03af":"\u03b9\u0301","\u1f76":"\u03b9\u0300","\u03ca":"\u03b9\u0308","\u0390":"\u03b9\u0308\u0301","\u1fd2":"\u03b9\u0308\u0300","\u1fd1":"\u03b9\u0304","\u1fd0":"\u03b9\u0306","\u03cc":"\u03bf\u0301","\u1f78":"\u03bf\u0300","\u03cd":"\u03c5\u0301","\u1f7a":"\u03c5\u0300","\u03cb":"\u03c5\u0308","\u03b0":"\u03c5\u0308\u0301","\u1fe2":"\u03c5\u0308\u0300","\u1fe1":"\u03c5\u0304","\u1fe0":"\u03c5\u0306","\u03ce":"\u03c9\u0301","\u1f7c":"\u03c9\u0300","\u038e":"\u03a5\u0301","\u1fea":"\u03a5\u0300","\u03ab":"\u03a5\u0308","\u1fe9":"\u03a5\u0304","\u1fe8":"\u03a5\u0306","\u038f":"\u03a9\u0301","\u1ffa":"\u03a9\u0300"},jn=function(){function e(e,t){this.mode=void 0,this.gullet=void 0,this.settings=void 0,this.leftrightDepth=void 0,this.nextToken=void 0,this.mode="math",this.gullet=new Un(e,t,this.mode),this.settings=t,this.leftrightDepth=0}var t=e.prototype;return t.expect=function(e,t){if(void 0===t&&(t=!0),this.fetch().text!==e)throw new n("Expected '"+e+"', got '"+this.fetch().text+"'",this.fetch());t&&this.consume()},t.consume=function(){this.nextToken=null},t.fetch=function(){return null==this.nextToken&&(this.nextToken=this.gullet.expandNextToken()),this.nextToken},t.switchMode=function(e){this.mode=e,this.gullet.switchMode(e)},t.parse=function(){this.settings.globalGroup||this.gullet.beginGroup(),this.settings.colorIsTextColor&&this.gullet.macros.set("\\color","\\textcolor");try{var e=this.parseExpression(!1);return this.expect("EOF"),this.settings.globalGroup||this.gullet.endGroup(),e}finally{this.gullet.endGroups()}},t.subparse=function(e){var t=this.nextToken;this.consume(),this.gullet.pushToken(new Dr("}")),this.gullet.pushTokens(e);var r=this.parseExpression(!1);return this.expect("}"),this.nextToken=t,r},t.parseExpression=function(t,r){for(var n=[];;){"math"===this.mode&&this.consumeSpaces();var a=this.fetch();if(-1!==e.endOfExpression.indexOf(a.text))break;if(r&&a.text===r)break;if(t&&Nn[a.text]&&Nn[a.text].infix)break;var i=this.parseAtom(r);if(!i)break;"internal"!==i.type&&n.push(i)}return"text"===this.mode&&this.formLigatures(n),this.handleInfixNodes(n)},t.handleInfixNodes=function(e){for(var t,r=-1,a=0;a<e.length;a++)if("infix"===e[a].type){if(-1!==r)throw new n("only one infix operator per group",e[a].token);r=a,t=e[a].replaceWith}if(-1!==r&&t){var i,o,s=e.slice(0,r),l=e.slice(r+1);return i=1===s.length&&"ordgroup"===s[0].type?s[0]:{type:"ordgroup",mode:this.mode,body:s},o=1===l.length&&"ordgroup"===l[0].type?l[0]:{type:"ordgroup",mode:this.mode,body:l},["\\\\abovefrac"===t?this.callFunction(t,[i,e[r],o],[]):this.callFunction(t,[i,o],[])]}return e},t.handleSupSubscript=function(e){var t=this.fetch(),r=t.text;this.consume(),this.consumeSpaces();var a=this.parseGroup(e);if(!a)throw new n("Expected group after '"+r+"'",t);return a},t.formatUnsupportedCmd=function(e){for(var t=[],r=0;r<e.length;r++)t.push({type:"textord",mode:"text",text:e[r]});var n={type:"text",mode:this.mode,body:t};return{type:"color",mode:this.mode,color:this.settings.errorColor,body:[n]}},t.parseAtom=function(t){var r,a,i=this.parseGroup("atom",t);if("text"===this.mode)return i;for(;;){this.consumeSpaces();var o=this.fetch();if("\\limits"===o.text||"\\nolimits"===o.text){if(i&&"op"===i.type){var s="\\limits"===o.text;i.limits=s,i.alwaysHandleSupSub=!0}else{if(!i||"operatorname"!==i.type)throw new n("Limit controls must follow a math operator",o);i.alwaysHandleSupSub&&(i.limits="\\limits"===o.text)}this.consume()}else if("^"===o.text){if(r)throw new n("Double superscript",o);r=this.handleSupSubscript("superscript")}else if("_"===o.text){if(a)throw new n("Double subscript",o);a=this.handleSupSubscript("subscript")}else if("'"===o.text){if(r)throw new n("Double superscript",o);var l={type:"textord",mode:this.mode,text:"\\prime"},h=[l];for(this.consume();"'"===this.fetch().text;)h.push(l),this.consume();"^"===this.fetch().text&&h.push(this.handleSupSubscript("superscript")),r={type:"ordgroup",mode:this.mode,body:h}}else{if(!Xn[o.text])break;var m=Xn[o.text],c=Yn.test(o.text);for(this.consume();;){var u=this.fetch().text;if(!Xn[u])break;if(Yn.test(u)!==c)break;this.consume(),m+=Xn[u]}var p=new e(m,this.settings).parse();c?a={type:"ordgroup",mode:"math",body:p}:r={type:"ordgroup",mode:"math",body:p}}}return r||a?{type:"supsub",mode:this.mode,base:i,sup:r,sub:a}:i},t.parseFunction=function(e,t){var r=this.fetch(),a=r.text,i=Nn[a];if(!i)return null;if(this.consume(),t&&"atom"!==t&&!i.allowedInArgument)throw new n("Got function '"+a+"' with no arguments"+(t?" as "+t:""),r);if("text"===this.mode&&!i.allowedInText)throw new n("Can't use function '"+a+"' in text mode",r);if("math"===this.mode&&!1===i.allowedInMath)throw new n("Can't use function '"+a+"' in math mode",r);var o=this.parseArguments(a,i),s=o.args,l=o.optArgs;return this.callFunction(a,s,l,r,e)},t.callFunction=function(e,t,r,a,i){var o={funcName:e,parser:this,token:a,breakOnTokenText:i},s=Nn[e];if(s&&s.handler)return s.handler(o,t,r);throw new n("No function handler for "+e)},t.parseArguments=function(e,t){var r=t.numArgs+t.numOptionalArgs;if(0===r)return{args:[],optArgs:[]};for(var a=[],i=[],o=0;o<r;o++){var s=t.argTypes&&t.argTypes[o],l=o<t.numOptionalArgs;(t.primitive&&null==s||"sqrt"===t.type&&1===o&&null==i[0])&&(s="primitive");var h=this.parseGroupOfType("argument to '"+e+"'",s,l);if(l)i.push(h);else{if(null==h)throw new n("Null argument, please report this as a bug");a.push(h)}}return{args:a,optArgs:i}},t.parseGroupOfType=function(e,t,r){switch(t){case"color":return this.parseColorGroup(r);case"size":return this.parseSizeGroup(r);case"url":return this.parseUrlGroup(r);case"math":case"text":return this.parseArgumentGroup(r,t);case"hbox":var a=this.parseArgumentGroup(r,"text");return null!=a?{type:"styling",mode:a.mode,body:[a],style:"text"}:null;case"raw":var i=this.parseStringGroup("raw",r);return null!=i?{type:"raw",mode:"text",string:i.text}:null;case"primitive":if(r)throw new n("A primitive argument cannot be optional");var o=this.parseGroup(e);if(null==o)throw new n("Expected group as "+e,this.fetch());return o;case"original":case null:case void 0:return this.parseArgumentGroup(r);default:throw new n("Unknown group type as "+e,this.fetch())}},t.consumeSpaces=function(){for(;" "===this.fetch().text;)this.consume()},t.parseStringGroup=function(e,t){var r=this.gullet.scanArgument(t);if(null==r)return null;for(var n,a="";"EOF"!==(n=this.fetch()).text;)a+=n.text,this.consume();return this.consume(),r.text=a,r},t.parseRegexGroup=function(e,t){for(var r,a=this.fetch(),i=a,o="";"EOF"!==(r=this.fetch()).text&&e.test(o+r.text);)o+=(i=r).text,this.consume();if(""===o)throw new n("Invalid "+t+": '"+a.text+"'",a);return a.range(i,o)},t.parseColorGroup=function(e){var t=this.parseStringGroup("color",e);if(null==t)return null;var r=/^(#[a-f0-9]{3}|#?[a-f0-9]{6}|[a-z]+)$/i.exec(t.text);if(!r)throw new n("Invalid color: '"+t.text+"'",t);var a=r[0];return/^[0-9a-f]{6}$/i.test(a)&&(a="#"+a),{type:"color-token",mode:this.mode,color:a}},t.parseSizeGroup=function(e){var t,r=!1;if(this.gullet.consumeSpaces(),!(t=e||"{"===this.gullet.future().text?this.parseStringGroup("size",e):this.parseRegexGroup(/^[-+]? *(?:$|\d+|\d+\.\d*|\.\d*) *[a-z]{0,2} *$/,"size")))return null;e||0!==t.text.length||(t.text="0pt",r=!0);var a=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(t.text);if(!a)throw new n("Invalid size: '"+t.text+"'",t);var i={number:+(a[1]+a[2]),unit:a[3]};if(!P(i))throw new n("Invalid unit: '"+i.unit+"'",t);return{type:"size",mode:this.mode,value:i,isBlank:r}},t.parseUrlGroup=function(e){this.gullet.lexer.setCatcode("%",13),this.gullet.lexer.setCatcode("~",12);var t=this.parseStringGroup("url",e);if(this.gullet.lexer.setCatcode("%",14),this.gullet.lexer.setCatcode("~",13),null==t)return null;var r=t.text.replace(/\\([#$%&~_^{}])/g,"$1");return{type:"url",mode:this.mode,url:r}},t.parseArgumentGroup=function(e,t){var r=this.gullet.scanArgument(e);if(null==r)return null;var n=this.mode;t&&this.switchMode(t),this.gullet.beginGroup();var a=this.parseExpression(!1,"EOF");this.expect("EOF"),this.gullet.endGroup();var i={type:"ordgroup",mode:this.mode,loc:r.loc,body:a};return t&&this.switchMode(n),i},t.parseGroup=function(e,t){var r,a=this.fetch(),i=a.text;if("{"===i||"\\begingroup"===i){this.consume();var o="{"===i?"}":"\\endgroup";this.gullet.beginGroup();var s=this.parseExpression(!1,o),l=this.fetch();this.expect(o),this.gullet.endGroup(),r={type:"ordgroup",mode:this.mode,loc:Lr.range(a,l),body:s,semisimple:"\\begingroup"===i||void 0}}else if(null==(r=this.parseFunction(t,e)||this.parseSymbol())&&"\\"===i[0]&&!Gn.hasOwnProperty(i)){if(this.settings.throwOnError)throw new n("Undefined control sequence: "+i,a);r=this.formatUnsupportedCmd(i),this.consume()}return r},t.formLigatures=function(e){for(var t=e.length-1,r=0;r<t;++r){var n=e[r],a=n.text;"-"===a&&"-"===e[r+1].text&&(r+1<t&&"-"===e[r+2].text?(e.splice(r,3,{type:"textord",mode:"text",loc:Lr.range(n,e[r+2]),text:"---"}),t-=2):(e.splice(r,2,{type:"textord",mode:"text",loc:Lr.range(n,e[r+1]),text:"--"}),t-=1)),"'"!==a&&"`"!==a||e[r+1].text!==a||(e.splice(r,2,{type:"textord",mode:"text",loc:Lr.range(n,e[r+1]),text:a+a}),t-=1)}},t.parseSymbol=function(){var e=this.fetch(),t=e.text;if(/^\\verb[^a-zA-Z]/.test(t)){this.consume();var r=t.slice(5),a="*"===r.charAt(0);if(a&&(r=r.slice(1)),r.length<2||r.charAt(0)!==r.slice(-1))throw new n("\\verb assertion failed --\n please report what input caused this bug");return{type:"verb",mode:"text",body:r=r.slice(1,-1),star:a}}_n.hasOwnProperty(t[0])&&!ae[this.mode][t[0]]&&(this.settings.strict&&"math"===this.mode&&this.settings.reportNonstrict("unicodeTextInMathMode",'Accented Unicode text character "'+t[0]+'" used in math mode',e),t=_n[t[0]]+t.substr(1));var i,o=In.exec(t);if(o&&("i"===(t=t.substring(0,o.index))?t="\u0131":"j"===t&&(t="\u0237")),ae[this.mode][t]){this.settings.strict&&"math"===this.mode&&Ee.indexOf(t)>=0&&this.settings.reportNonstrict("unicodeTextInMathMode",'Latin-1/Unicode text character "'+t[0]+'" used in math mode',e);var s,l=ae[this.mode][t].group,h=Lr.range(e);if(te.hasOwnProperty(l)){var m=l;s={type:"atom",mode:this.mode,family:m,loc:h,text:t}}else s={type:l,mode:this.mode,loc:h,text:t};i=s}else{if(!(t.charCodeAt(0)>=128))return null;this.settings.strict&&(S(t.charCodeAt(0))?"math"===this.mode&&this.settings.reportNonstrict("unicodeTextInMathMode",'Unicode text character "'+t[0]+'" used in math mode',e):this.settings.reportNonstrict("unknownSymbol",'Unrecognized Unicode character "'+t[0]+'" ('+t.charCodeAt(0)+")",e)),i={type:"textord",mode:"text",loc:Lr.range(e),text:t}}if(this.consume(),o)for(var c=0;c<o[0].length;c++){var u=o[0][c];if(!Wn[u])throw new n("Unknown accent ' "+u+"'",e);var p=Wn[u][this.mode]||Wn[u].text;if(!p)throw new n("Accent "+u+" unsupported in "+this.mode+" mode",e);i={type:"accent",mode:this.mode,loc:Lr.range(e),label:p,isStretchy:!1,isShifty:!0,base:i}}return i},e}();jn.endOfExpression=["}","\\endgroup","\\end","\\right","&"];var $n=function(e,t){if(!("string"==typeof e||e instanceof String))throw new TypeError("KaTeX can only parse string typed expression");var r=new jn(e,t);delete r.gullet.macros.current["\\df@tag"];var a=r.parse();if(delete r.gullet.macros.current["\\current@color"],delete r.gullet.macros.current["\\color"],r.gullet.macros.get("\\df@tag")){if(!t.displayMode)throw new n("\\tag works only in display equations");a=[{type:"tag",mode:"text",body:a,tag:r.subparse([new Dr("\\df@tag")])}]}return a},Zn=function(e,t,r){t.textContent="";var n=Jn(e,r).toNode();t.appendChild(n)};"undefined"!=typeof document&&"CSS1Compat"!==document.compatMode&&("undefined"!=typeof console&&console.warn("Warning: KaTeX doesn't work in quirks mode. Make sure your website has a suitable doctype."),Zn=function(){throw new n("KaTeX doesn't work in quirks mode.")});var Kn=function(e,t,r){if(r.throwOnError||!(e instanceof n))throw e;var a=Ke.makeSpan(["katex-error"],[new Z(t)]);return a.setAttribute("title",e.toString()),a.setAttribute("style","color:"+r.errorColor),a},Jn=function(e,t){var r=new c(t);try{var n=$n(e,r);return Lt(n,e,r)}catch(t){return Kn(t,e,r)}},Qn={version:"0.16.0",render:Zn,renderToString:function(e,t){return Jn(e,t).toMarkup()},ParseError:n,SETTINGS_SCHEMA:h,__parse:function(e,t){var r=new c(t);return $n(e,r)},__renderToDomTree:Jn,__renderToHTMLTree:function(e,t){var r=new c(t);try{return function(e,t,r){var n=St(e,Ht(r)),a=Ke.makeSpan(["katex"],[n]);return Et(a,r)}($n(e,r),0,r)}catch(t){return Kn(t,e,r)}},__setFontMetrics:function(e,t){T[e]=t},__defineSymbol:ie,__defineMacro:Er,__domTree:{Span:W,Anchor:_,SymbolNode:Z,SvgNode:K,PathNode:J,LineNode:Q}};return t=t.default}()}));